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

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.