VmwareVCenterConfigResponse

data class VmwareVCenterConfigResponse(val address: String, val caCertData: String, val cluster: String, val datacenter: String, val datastore: String, val folder: String, val resourcePool: String)

Represents configuration for the VMware VCenter for the user cluster.

Constructors

Link copied to clipboard
fun VmwareVCenterConfigResponse(address: String, caCertData: String, cluster: String, datacenter: String, datastore: String, folder: String, resourcePool: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The vCenter IP address.

Link copied to clipboard

Contains the vCenter CA certificate public key for SSL verification.

Link copied to clipboard

The name of the vCenter cluster for the user cluster.

Link copied to clipboard

The name of the vCenter datacenter for the user cluster.

Link copied to clipboard

The name of the vCenter datastore for the user cluster.

Link copied to clipboard

The name of the vCenter folder for the user cluster.

Link copied to clipboard

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