GoogleApi.VMwareEngine.V1.Model.Cluster (google_api_v_mware_engine v0.5.0)
View SourceA cluster in a private cloud.
Attributes
-
autoscalingSettings
(type:GoogleApi.VMwareEngine.V1.Model.AutoscalingSettings.t
, default:nil
) - Optional. Configuration of the autoscaling applied to this cluster. -
createTime
(type:DateTime.t
, default:nil
) - Output only. Creation time of this resource. -
management
(type:boolean()
, default:nil
) - Output only. True if the cluster is a management cluster; false otherwise. There can only be one management cluster in a private cloud and it has to be the first one. -
name
(type:String.t
, default:nil
) - Output only. Identifier. The resource name of this cluster. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example:projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster
-
nodeTypeConfigs
(type:%{optional(String.t) => GoogleApi.VMwareEngine.V1.Model.NodeTypeConfig.t}
, default:nil
) - Required. The map of cluster node types in this cluster, where the key is canonical identifier of the node type (corresponds to theNodeType
). -
state
(type:String.t
, default:nil
) - Output only. State of the resource. -
stretchedClusterConfig
(type:GoogleApi.VMwareEngine.V1.Model.StretchedClusterConfig.t
, default:nil
) - Optional. Configuration of a stretched cluster. Required for clusters that belong to a STRETCHED private cloud. -
uid
(type:String.t
, default:nil
) - Output only. System-generated unique identifier for the resource. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. Last update time of this resource.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.VMwareEngine.V1.Model.Cluster{ autoscalingSettings: GoogleApi.VMwareEngine.V1.Model.AutoscalingSettings.t() | nil, createTime: DateTime.t() | nil, management: boolean() | nil, name: String.t() | nil, nodeTypeConfigs: %{ optional(String.t()) => GoogleApi.VMwareEngine.V1.Model.NodeTypeConfig.t() } | nil, state: String.t() | nil, stretchedClusterConfig: GoogleApi.VMwareEngine.V1.Model.StretchedClusterConfig.t() | nil, uid: String.t() | nil, updateTime: DateTime.t() | nil }