View Source GoogleApi.GKEOnPrem.V1.Model.VmwareAdminControlPlaneNodeConfig (google_api_gke_on_prem v0.4.0)

VmwareAdminControlPlaneNodeConfig contains control plane node configuration for VMware admin cluster.

Attributes

  • cpus (type: String.t, default: nil) - The number of vCPUs for the control-plane node of the admin cluster.
  • memory (type: String.t, default: nil) - The number of mebibytes of memory for the control-plane node of the admin cluster.
  • replicas (type: String.t, default: nil) - The number of control plane nodes for this VMware admin cluster. (default: 1 replica).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.VmwareAdminControlPlaneNodeConfig{
  cpus: String.t() | nil,
  memory: String.t() | nil,
  replicas: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.