Properties of a Cluster.
Package
@google-cloud/vmwareengineProperties
autoscalingSettings
autoscalingSettings?: (google.cloud.vmwareengine.v1.IAutoscalingSettings|null);
Cluster autoscalingSettings
createTime
createTime?: (google.protobuf.ITimestamp|null);
Cluster createTime
management
management?: (boolean|null);
Cluster management
name
name?: (string|null);
Cluster name
nodeTypeConfigs
nodeTypeConfigs?: ({ [k: string]: google.cloud.vmwareengine.v1.INodeTypeConfig }|null);
Cluster nodeTypeConfigs
state
state?: (google.cloud.vmwareengine.v1.Cluster.State|keyof typeof google.cloud.vmwareengine.v1.Cluster.State|null);
Cluster state
stretchedClusterConfig
stretchedClusterConfig?: (google.cloud.vmwareengine.v1.IStretchedClusterConfig|null);
Cluster stretchedClusterConfig
uid
uid?: (string|null);
Cluster uid
updateTime
updateTime?: (google.protobuf.ITimestamp|null);
Cluster updateTime