VMwareClusterControlPlaneNodeVsphereConfigArgs

data class VMwareClusterControlPlaneNodeVsphereConfigArgs(val datastore: Output<String>? = null, val storagePolicyName: Output<String>? = null) : ConvertibleToJava<VMwareClusterControlPlaneNodeVsphereConfigArgs>

Constructors

constructor(datastore: Output<String>? = null, storagePolicyName: Output<String>? = null)

Properties

Link copied to clipboard
val datastore: Output<String>? = null

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

Link copied to clipboard
val storagePolicyName: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): VMwareClusterControlPlaneNodeVsphereConfigArgs