public sealed class ListNodePoolsResponse : IMessage<ListNodePoolsResponse>, IEquatable<ListNodePoolsResponse>, IDeepCloneable<ListNodePoolsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class ListNodePoolsResponse.
ListNodePoolsResponse is the result of ListNodePoolsRequest.
Implements
IMessage<ListNodePoolsResponse>, IEquatable<ListNodePoolsResponse>, IDeepCloneable<ListNodePoolsResponse>, 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 |
RepeatedField<NodePool> |
|