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

public sealed class ListFirewallEndpointAssociationsResponse : IMessage<ListFirewallEndpointAssociationsResponse>, IEquatable<ListFirewallEndpointAssociationsResponse>, IDeepCloneable<ListFirewallEndpointAssociationsResponse>, IBufferMessage, IMessage, IPageResponse<FirewallEndpointAssociation>, IEnumerable<FirewallEndpointAssociation>, IEnumerable

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

Message for response to listing Associations

Inheritance

object > ListFirewallEndpointAssociationsResponse

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

ListFirewallEndpointAssociationsResponse()

public ListFirewallEndpointAssociationsResponse()

ListFirewallEndpointAssociationsResponse(ListFirewallEndpointAssociationsResponse)

public ListFirewallEndpointAssociationsResponse(ListFirewallEndpointAssociationsResponse other)
Parameter
Name Description
other ListFirewallEndpointAssociationsResponse

Properties

FirewallEndpointAssociations

public RepeatedField<FirewallEndpointAssociation> FirewallEndpointAssociations { get; }

The list of Association

Property Value
Type Description
RepeatedFieldFirewallEndpointAssociation

NextPageToken

public string NextPageToken { get; set; }

A token identifying a page of results the server should return.

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<FirewallEndpointAssociation> GetEnumerator()

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

Returns
Type Description
IEnumeratorFirewallEndpointAssociation