public sealed class ListNodePoolsResponse : IMessage<ListNodePoolsResponse>, IEquatable<ListNodePoolsResponse>, IDeepCloneable<ListNodePoolsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class ListNodePoolsResponse.
ListNodePoolsResponse is the result of ListNodePoolsRequest.
Implements
IMessageListNodePoolsResponse, IEquatableListNodePoolsResponse, IDeepCloneableListNodePoolsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
ListNodePoolsResponse()
public ListNodePoolsResponse()
ListNodePoolsResponse(ListNodePoolsResponse)
public ListNodePoolsResponse(ListNodePoolsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListNodePoolsResponse |
Properties
NodePools
public RepeatedField<NodePool> NodePools { get; }
A list of node pools for a cluster.
Property Value | |
---|---|
Type | Description |
RepeatedFieldNodePool |