public sealed class ListNodePoolsResponse : IMessage<ListNodePoolsResponse>, IEquatable<ListNodePoolsResponse>, IDeepCloneable<ListNodePoolsResponse>, IBufferMessage, IMessage
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> |