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

public sealed class ListAuthzPoliciesResponse : IMessage<ListAuthzPoliciesResponse>, IEquatable<ListAuthzPoliciesResponse>, IDeepCloneable<ListAuthzPoliciesResponse>, IBufferMessage, IMessage, IPageResponse<AuthzPolicy>, IEnumerable<AuthzPolicy>, IEnumerable

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

Message for response to listing AuthzPolicy resources.

Inheritance

object > ListAuthzPoliciesResponse

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

ListAuthzPoliciesResponse()

public ListAuthzPoliciesResponse()

ListAuthzPoliciesResponse(ListAuthzPoliciesResponse)

public ListAuthzPoliciesResponse(ListAuthzPoliciesResponse other)
Parameter
Name Description
other ListAuthzPoliciesResponse

Properties

AuthzPolicies

public RepeatedField<AuthzPolicy> AuthzPolicies { get; }

The list of AuthzPolicy resources.

Property Value
Type Description
RepeatedFieldAuthzPolicy

NextPageToken

public string NextPageToken { get; set; }

A token identifying a page of results that the server returns.

Property Value
Type Description
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<AuthzPolicy> GetEnumerator()

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

Returns
Type Description
IEnumeratorAuthzPolicy