VMwareClusterVcenter

data class VMwareClusterVcenter(val address: String? = null, val caCertData: String? = null, val cluster: String? = null, val datacenter: String? = null, val datastore: String? = null, val folder: String? = null, val resourcePool: String? = null, val storagePolicyName: String? = null)

Constructors

Link copied to clipboard
constructor(address: String? = null, caCertData: String? = null, cluster: String? = null, datacenter: String? = null, datastore: String? = null, folder: String? = null, resourcePool: String? = null, storagePolicyName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

The load balancer's IP address.

Link copied to clipboard
val caCertData: String? = null

(Output) Contains the vCenter CA certificate public key for SSL verification.

Link copied to clipboard
val cluster: String? = null

(Output) The name of the vCenter cluster for the user cluster.

Link copied to clipboard
val datacenter: String? = null

(Output) The name of the vCenter datacenter for the user cluster.

Link copied to clipboard
val datastore: String? = null

(Output) The Vsphere datastore used by the Control Plane Node.

Link copied to clipboard
val folder: String? = null

(Output) The name of the vCenter folder for the user cluster.

Link copied to clipboard
val resourcePool: String? = null

(Output) The name of the vCenter resource pool for the user cluster.

Link copied to clipboard

(Output) The Vsphere storage policy used by the control plane Node.