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

Properties of an UpdateNodePoolRequest.

Package

@google-cloud/container!

Properties

clusterId

clusterId?: (string|null);

UpdateNodePoolRequest clusterId

Property Value
TypeDescription
(string|null)

imageType

imageType?: (string|null);

UpdateNodePoolRequest imageType

Property Value
TypeDescription
(string|null)

locations

locations?: (string[]|null);

UpdateNodePoolRequest locations

Property Value
TypeDescription
(string[]|null)

name

name?: (string|null);

UpdateNodePoolRequest name

Property Value
TypeDescription
(string|null)

nodePoolId

nodePoolId?: (string|null);

UpdateNodePoolRequest nodePoolId

Property Value
TypeDescription
(string|null)

nodeVersion

nodeVersion?: (string|null);

UpdateNodePoolRequest nodeVersion

Property Value
TypeDescription
(string|null)

projectId

projectId?: (string|null);

UpdateNodePoolRequest projectId

Property Value
TypeDescription
(string|null)

upgradeSettings

upgradeSettings?: (google.container.v1.NodePool.IUpgradeSettings|null);

UpdateNodePoolRequest upgradeSettings

Property Value
TypeDescription
(google.container.v1.NodePool.IUpgradeSettings|null)

workloadMetadataConfig

workloadMetadataConfig?: (google.container.v1.IWorkloadMetadataConfig|null);

UpdateNodePoolRequest workloadMetadataConfig

Property Value
TypeDescription
(google.container.v1.IWorkloadMetadataConfig|null)

zone

zone?: (string|null);

UpdateNodePoolRequest zone

Property Value
TypeDescription
(string|null)