Anthos Multi-Cloud v1 API - Class ListAwsClustersResponse (2.1.0)

public sealed class ListAwsClustersResponse : IPageResponse<AwsCluster>, IEnumerable<AwsCluster>, IEnumerable, IMessage<ListAwsClustersResponse>, IEquatable<ListAwsClustersResponse>, IDeepCloneable<ListAwsClustersResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Anthos Multi-Cloud v1 API class ListAwsClustersResponse.

Response message for AwsClusters.ListAwsClusters method.

Inheritance

Object > ListAwsClustersResponse

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

ListAwsClustersResponse()

public ListAwsClustersResponse()

ListAwsClustersResponse(ListAwsClustersResponse)

public ListAwsClustersResponse(ListAwsClustersResponse other)
Parameter
NameDescription
otherListAwsClustersResponse

Properties

AwsClusters

public RepeatedField<AwsCluster> AwsClusters { get; }

A list of [AwsCluster][google.cloud.gkemulticloud.v1.AwsCluster] resources in the specified GCP project and region region.

Property Value
TypeDescription
RepeatedField<AwsCluster>

NextPageToken

public string NextPageToken { get; set; }

Token to retrieve the next page of results, or empty if there are no more results in the list.

Property Value
TypeDescription
String

Methods

GetEnumerator()

public IEnumerator<AwsCluster> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<AwsCluster>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator