View Source GoogleApi.GKEOnPrem.V1.Model.VmwareControlPlaneVsphereConfig (google_api_gke_on_prem v0.6.1)

Specifies control plane node config.

Attributes

  • datastore (type: String.t, default: nil) - The Vsphere datastore used by the control plane Node.
  • storagePolicyName (type: String.t, default: nil) - The Vsphere storage policy used by the control plane Node.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.VmwareControlPlaneVsphereConfig{
  datastore: String.t() | nil,
  storagePolicyName: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.