VMwareClusterControlPlaneNodeVsphereConfig

data class VMwareClusterControlPlaneNodeVsphereConfig(val datastore: String? = null, val storagePolicyName: String? = null)

Constructors

constructor(datastore: String? = null, storagePolicyName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val datastore: String? = null

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

Link copied to clipboard

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