public sealed class ListClientTlsPoliciesResponse : IMessage<ListClientTlsPoliciesResponse>, IEquatable<ListClientTlsPoliciesResponse>, IDeepCloneable<ListClientTlsPoliciesResponse>, IBufferMessage, IMessage, IPageResponse<ClientTlsPolicy>, IEnumerable<ClientTlsPolicy>, IEnumerable
Reference documentation and code samples for the Network Security v1beta1 API class ListClientTlsPoliciesResponse.
Response returned by the ListClientTlsPolicies method.
Implements
IMessageListClientTlsPoliciesResponse, IEquatableListClientTlsPoliciesResponse, IDeepCloneableListClientTlsPoliciesResponse, IBufferMessage, IMessage, IPageResponseClientTlsPolicy, IEnumerableClientTlsPolicy, IEnumerableNamespace
Google.Cloud.NetworkSecurity.V1Beta1Assembly
Google.Cloud.NetworkSecurity.V1Beta1.dll
Constructors
ListClientTlsPoliciesResponse()
public ListClientTlsPoliciesResponse()
ListClientTlsPoliciesResponse(ListClientTlsPoliciesResponse)
public ListClientTlsPoliciesResponse(ListClientTlsPoliciesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListClientTlsPoliciesResponse |
Properties
ClientTlsPolicies
public RepeatedField<ClientTlsPolicy> ClientTlsPolicies { get; }
List of ClientTlsPolicy resources.
Property Value | |
---|---|
Type | Description |
RepeatedFieldClientTlsPolicy |
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 |
Methods
GetEnumerator()
public IEnumerator<ClientTlsPolicy> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorClientTlsPolicy |