Class ListAwsNodePoolsResponse (1.0.0-beta01)

public sealed class ListAwsNodePoolsResponse : IPageResponse<AwsNodePool>, IEnumerable<AwsNodePool>, IEnumerable, IMessage<ListAwsNodePoolsResponse>, IEquatable<ListAwsNodePoolsResponse>, IDeepCloneable<ListAwsNodePoolsResponse>, IBufferMessage, IMessage

Response message for AwsClusters.ListAwsNodePools method.

Inheritance

Object > ListAwsNodePoolsResponse

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

ListAwsNodePoolsResponse()

public ListAwsNodePoolsResponse()

ListAwsNodePoolsResponse(ListAwsNodePoolsResponse)

public ListAwsNodePoolsResponse(ListAwsNodePoolsResponse other)
Parameter
NameDescription
otherListAwsNodePoolsResponse

Properties

AwsNodePools

public RepeatedField<AwsNodePool> AwsNodePools { get; }

A list of [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool] resources in the specified AwsCluster.

Property Value
TypeDescription
RepeatedField<AwsNodePool>

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

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

Returns
TypeDescription
IEnumerator<AwsNodePool>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator