public sealed class ListAwsNodePoolsResponse : IPageResponse<AwsNodePool>, IEnumerable<AwsNodePool>, IEnumerable, IMessage<ListAwsNodePoolsResponse>, IEquatable<ListAwsNodePoolsResponse>, IDeepCloneable<ListAwsNodePoolsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class ListAwsNodePoolsResponse.
Response message for AwsClusters.ListAwsNodePools
method.
Implements
IPageResponseAwsNodePool, IEnumerableAwsNodePool, IEnumerable, IMessageListAwsNodePoolsResponse, IEquatableListAwsNodePoolsResponse, IDeepCloneableListAwsNodePoolsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
ListAwsNodePoolsResponse()
public ListAwsNodePoolsResponse()
ListAwsNodePoolsResponse(ListAwsNodePoolsResponse)
public ListAwsNodePoolsResponse(ListAwsNodePoolsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListAwsNodePoolsResponse |
Properties
AwsNodePools
public RepeatedField<AwsNodePool> AwsNodePools { get; }
A list of [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool]
resources in the specified AwsCluster
.
Property Value | |
---|---|
Type | Description |
RepeatedFieldAwsNodePool |
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<AwsNodePool> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorAwsNodePool |