VMwareClusterControlPlaneNodeVsphereConfigArgs

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

Constructors

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

Functions

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

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.