Network Security v1 API - Class ListTlsInspectionPoliciesResponse (1.0.0-beta01)

public sealed class ListTlsInspectionPoliciesResponse : IPageResponse<TlsInspectionPolicy>, IEnumerable<TlsInspectionPolicy>, IEnumerable, IMessage<ListTlsInspectionPoliciesResponse>, IEquatable<ListTlsInspectionPoliciesResponse>, IDeepCloneable<ListTlsInspectionPoliciesResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Security v1 API class ListTlsInspectionPoliciesResponse.

Response returned by the ListTlsInspectionPolicies method.

Inheritance

object > ListTlsInspectionPoliciesResponse

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

ListTlsInspectionPoliciesResponse()

public ListTlsInspectionPoliciesResponse()

ListTlsInspectionPoliciesResponse(ListTlsInspectionPoliciesResponse)

public ListTlsInspectionPoliciesResponse(ListTlsInspectionPoliciesResponse other)
Parameter
Name Description
other ListTlsInspectionPoliciesResponse

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

TlsInspectionPolicies

public RepeatedField<TlsInspectionPolicy> TlsInspectionPolicies { get; }

List of TlsInspectionPolicies resources.

Property Value
Type Description
RepeatedFieldTlsInspectionPolicy

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<TlsInspectionPolicy> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorTlsInspectionPolicy