Interface protos.google.container.v1.ISetNodePoolSizeRequest (2.3.2)

Properties of a SetNodePoolSizeRequest.

Package

@google-cloud/container!

Properties

clusterId

clusterId?: (string|null);

SetNodePoolSizeRequest clusterId

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

SetNodePoolSizeRequest name

Property Value
TypeDescription
(string|null)

nodeCount

nodeCount?: (number|null);

SetNodePoolSizeRequest nodeCount

Property Value
TypeDescription
(number|null)

nodePoolId

nodePoolId?: (string|null);

SetNodePoolSizeRequest nodePoolId

Property Value
TypeDescription
(string|null)

projectId

projectId?: (string|null);

SetNodePoolSizeRequest projectId

Property Value
TypeDescription
(string|null)

zone

zone?: (string|null);

SetNodePoolSizeRequest zone

Property Value
TypeDescription
(string|null)