Class ListNodePoolsResponse (3.1.0)

public sealed class ListNodePoolsResponse : IMessage<ListNodePoolsResponse>, IEquatable<ListNodePoolsResponse>, IDeepCloneable<ListNodePoolsResponse>, IBufferMessage, IMessage

ListNodePoolsResponse is the result of ListNodePoolsRequest.

Inheritance

Object > ListNodePoolsResponse

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

ListNodePoolsResponse()

public ListNodePoolsResponse()

ListNodePoolsResponse(ListNodePoolsResponse)

public ListNodePoolsResponse(ListNodePoolsResponse other)
Parameter
NameDescription
otherListNodePoolsResponse

Properties

NodePools

public RepeatedField<NodePool> NodePools { get; }

A list of node pools for a cluster.

Property Value
TypeDescription
RepeatedField<NodePool>