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

(Output) The vCenter IP address.

Link copied to clipboard
val caCertData: String? = null

Contains the vCenter CA certificate public key for SSL verification.

Link copied to clipboard
val cluster: String? = null

The name of the vCenter cluster for the user cluster.

Link copied to clipboard
val datacenter: String? = null

The name of the vCenter datacenter for the user cluster.

Link copied to clipboard
val datastore: String? = null

The name of the vCenter datastore for the user cluster.

Link copied to clipboard
val folder: String? = null

The name of the vCenter folder for the user cluster.

Link copied to clipboard
val resourcePool: String? = null

The name of the vCenter resource pool for the user cluster.

Link copied to clipboard

The name of the vCenter storage policy for the user cluster.