public sealed class ListServerTlsPoliciesResponse : IPageResponse<ServerTlsPolicy>, IEnumerable<ServerTlsPolicy>, IEnumerable, IMessage<ListServerTlsPoliciesResponse>, IEquatable<ListServerTlsPoliciesResponse>, IDeepCloneable<ListServerTlsPoliciesResponse>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class ListServerTlsPoliciesResponse.
Response returned by the ListServerTlsPolicies method.
Implements
IPageResponseServerTlsPolicy, IEnumerableServerTlsPolicy, IEnumerable, IMessageListServerTlsPoliciesResponse, IEquatableListServerTlsPoliciesResponse, IDeepCloneableListServerTlsPoliciesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
ListServerTlsPoliciesResponse()
public ListServerTlsPoliciesResponse()ListServerTlsPoliciesResponse(ListServerTlsPoliciesResponse)
public ListServerTlsPoliciesResponse(ListServerTlsPoliciesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListServerTlsPoliciesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }If there might be more results than those appearing in this response, then
next_page_token is included. To get the next set of results, call this
method again using the value of next_page_token as page_token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ServerTlsPolicies
public RepeatedField<ServerTlsPolicy> ServerTlsPolicies { get; }List of ServerTlsPolicy resources.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldServerTlsPolicy |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Unreachable resources. Populated when the request opts into
return_partial_success and reading across collections e.g. when
attempting to list all resources across all supported locations.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<ServerTlsPolicy> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorServerTlsPolicy |
|