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

public sealed class ListFirewallEndpointsResponse : IMessage<ListFirewallEndpointsResponse>, IEquatable<ListFirewallEndpointsResponse>, IDeepCloneable<ListFirewallEndpointsResponse>, IBufferMessage, IMessage, IPageResponse<FirewallEndpoint>, IEnumerable<FirewallEndpoint>, IEnumerable

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

Message for response to listing Endpoints

Inheritance

object > ListFirewallEndpointsResponse

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

ListFirewallEndpointsResponse()

public ListFirewallEndpointsResponse()

ListFirewallEndpointsResponse(ListFirewallEndpointsResponse)

public ListFirewallEndpointsResponse(ListFirewallEndpointsResponse other)
Parameter
Name Description
other ListFirewallEndpointsResponse

Properties

FirewallEndpoints

public RepeatedField<FirewallEndpoint> FirewallEndpoints { get; }

The list of Endpoint

Property Value
Type Description
RepeatedFieldFirewallEndpoint

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

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

Returns
Type Description
IEnumeratorFirewallEndpoint