View Source GoogleApi.GKEOnPrem.V1.Model.VmwareControlPlaneNodeConfig (google_api_gke_on_prem v0.5.0)
Specifies control plane node config for the VMware user cluster.
Attributes
-
autoResizeConfig(type:GoogleApi.GKEOnPrem.V1.Model.VmwareAutoResizeConfig.t, default:nil) - AutoResizeConfig provides auto resizing configurations. -
cpus(type:String.t, default:nil) - The number of CPUs for each admin cluster node that serve as control planes for this VMware user cluster. (default: 4 CPUs) -
memory(type:String.t, default:nil) - The megabytes of memory for each admin cluster node that serves as a control plane for this VMware user cluster (default: 8192 MB memory). -
replicas(type:String.t, default:nil) - The number of control plane nodes for this VMware user cluster. (default: 1 replica). -
vsphereConfig(type:GoogleApi.GKEOnPrem.V1.Model.VmwareControlPlaneVsphereConfig.t, default:nil) - Vsphere-specific config.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GKEOnPrem.V1.Model.VmwareControlPlaneNodeConfig{ autoResizeConfig: GoogleApi.GKEOnPrem.V1.Model.VmwareAutoResizeConfig.t() | nil, cpus: String.t() | nil, memory: String.t() | nil, replicas: String.t() | nil, vsphereConfig: GoogleApi.GKEOnPrem.V1.Model.VmwareControlPlaneVsphereConfig.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.