View Source GoogleApi.GKEOnPrem.V1.Model.VmwareVsphereTag (google_api_gke_on_prem v0.6.0)

VmwareVsphereTag describes a vSphere tag to be placed on VMs in the node pool. For more information, see https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vcenterhost.doc/GUID-E8E854DD-AA97-4E0C-8419-CE84F93C4058.html

Attributes

  • category (type: String.t, default: nil) - The Vsphere tag category.
  • tag (type: String.t, default: nil) - The Vsphere tag name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.VmwareVsphereTag{
  category: String.t() | nil,
  tag: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.