View Source GoogleApi.GKEOnPrem.V1.Model.VmwareAdminVCenterConfig (google_api_gke_on_prem v0.6.0)
VmwareAdminVCenterConfig contains VCenter configuration for VMware admin cluster.
Attributes
-
address(type:String.t, default:nil) - The vCenter IP address. -
caCertData(type:String.t, default:nil) - Contains the vCenter CA certificate public key for SSL verification. -
cluster(type:String.t, default:nil) - The name of the vCenter cluster for the admin cluster. -
dataDisk(type:String.t, default:nil) - The name of the virtual machine disk (VMDK) for the admin cluster. -
datacenter(type:String.t, default:nil) - The name of the vCenter datacenter for the admin cluster. -
datastore(type:String.t, default:nil) - The name of the vCenter datastore for the admin cluster. -
folder(type:String.t, default:nil) - The name of the vCenter folder for the admin cluster. -
resourcePool(type:String.t, default:nil) - The name of the vCenter resource pool for the admin cluster. -
storagePolicyName(type:String.t, default:nil) - The name of the vCenter storage policy for the user cluster.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GKEOnPrem.V1.Model.VmwareAdminVCenterConfig{ address: String.t() | nil, caCertData: String.t() | nil, cluster: String.t() | nil, dataDisk: String.t() | nil, datacenter: String.t() | nil, datastore: String.t() | nil, folder: String.t() | nil, resourcePool: String.t() | nil, storagePolicyName: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.