public sealed class ListFirewallEndpointAssociationsResponse : IMessage<ListFirewallEndpointAssociationsResponse>, IEquatable<ListFirewallEndpointAssociationsResponse>, IDeepCloneable<ListFirewallEndpointAssociationsResponse>, IBufferMessage, IMessage, IPageResponse<FirewallEndpointAssociation>, IEnumerable<FirewallEndpointAssociation>, IEnumerableReference documentation and code samples for the Network Security v1 API class ListFirewallEndpointAssociationsResponse.
Message for response to listing Associations
Implements
IMessageListFirewallEndpointAssociationsResponse, IEquatableListFirewallEndpointAssociationsResponse, IDeepCloneableListFirewallEndpointAssociationsResponse, IBufferMessage, IMessage, IPageResponseFirewallEndpointAssociation, IEnumerableFirewallEndpointAssociation, IEnumerableNamespace
Google.Cloud.NetworkSecurity.V1Assembly
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 |
|