VMware Cluster Vcenter Args
data class VMwareClusterVcenterArgs(val address: Output<String>? = null, val caCertData: Output<String>? = null, val cluster: Output<String>? = null, val datacenter: Output<String>? = null, val datastore: Output<String>? = null, val folder: Output<String>? = null, val resourcePool: Output<String>? = null, val storagePolicyName: Output<String>? = null) : ConvertibleToJava<VMwareClusterVcenterArgs>
Properties
Link copied to clipboard
Contains the vCenter CA certificate public key for SSL verification.
Link copied to clipboard
The name of the vCenter datacenter for the user cluster.
Link copied to clipboard
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.