Network Connectivity v1 API - Class ListDestinationsResponse (2.12.0)

public sealed class ListDestinationsResponse : IMessage<ListDestinationsResponse>, IEquatable<ListDestinationsResponse>, IDeepCloneable<ListDestinationsResponse>, IBufferMessage, IMessage, IPageResponse<Destination>, IEnumerable<Destination>, IEnumerable

Reference documentation and code samples for the Network Connectivity v1 API class ListDestinationsResponse.

Response message to list Destination resources.

Inheritance

object > ListDestinationsResponse

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Constructors

ListDestinationsResponse()

public ListDestinationsResponse()

ListDestinationsResponse(ListDestinationsResponse)

public ListDestinationsResponse(ListDestinationsResponse other)
Parameter
Name Description
other ListDestinationsResponse

Properties

Destinations

public RepeatedField<Destination> Destinations { get; }

The list of Destination resources to be listed.

Property Value
Type Description
RepeatedFieldDestination

NextPageToken

public string NextPageToken { get; set; }

The next page token.

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

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

Returns
Type Description
IEnumeratorDestination