Anthos Multi-Cloud v1 API - Class ListAwsClustersResponse (2.5.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 Google Cloud Platform project and region region.

Property Value
TypeDescription
RepeatedFieldAwsCluster

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
IEnumeratorAwsCluster