Private Cloud Args
constructor(internetConnectionEnabled: Output<Boolean>? = null, location: Output<String>? = null, managementCluster: Output<PrivateCloudManagementClusterArgs>? = null, name: Output<String>? = null, networkSubnetCidr: Output<String>? = null, nsxtPassword: Output<String>? = null, resourceGroupName: Output<String>? = null, skuName: Output<String>? = null, tags: Output<Map<String, String>>? = null, vcenterPassword: Output<String>? = null)