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.
Implements
IPageResponseAwsCluster, IEnumerableAwsCluster, IEnumerable, IMessageListAwsClustersResponse, IEquatableListAwsClustersResponse, IDeepCloneableListAwsClustersResponse, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
ListAwsClustersResponse()
public ListAwsClustersResponse()
ListAwsClustersResponse(ListAwsClustersResponse)
public ListAwsClustersResponse(ListAwsClustersResponse other)
Parameter | |
---|---|
Name | Description |
other | ListAwsClustersResponse |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<AwsCluster> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorAwsCluster |