GetPrivateCloudResult

data class GetPrivateCloudResult(val circuits: List<GetPrivateCloudCircuit>, val hcxCloudManagerEndpoint: String, val id: String, val internetConnectionEnabled: Boolean, val location: String, val managementClusters: List<GetPrivateCloudManagementCluster>, val managementSubnetCidr: String, val name: String, val networkSubnetCidr: String, val nsxtCertificateThumbprint: String, val nsxtManagerEndpoint: String, val provisioningSubnetCidr: String, val resourceGroupName: String, val skuName: String, val tags: Map<String, String>, val vcenterCertificateThumbprint: String, val vcsaEndpoint: String, val vmotionSubnetCidr: String)

A collection of values returned by getPrivateCloud.

Constructors

Link copied to clipboard
fun GetPrivateCloudResult(circuits: List<GetPrivateCloudCircuit>, hcxCloudManagerEndpoint: String, id: String, internetConnectionEnabled: Boolean, location: String, managementClusters: List<GetPrivateCloudManagementCluster>, managementSubnetCidr: String, name: String, networkSubnetCidr: String, nsxtCertificateThumbprint: String, nsxtManagerEndpoint: String, provisioningSubnetCidr: String, resourceGroupName: String, skuName: String, tags: Map<String, String>, vcenterCertificateThumbprint: String, vcsaEndpoint: String, vmotionSubnetCidr: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A circuit block as defined below.

Link copied to clipboard

The endpoint for the HCX Cloud Manager.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Is the VMware Private Cluster connected to the internet?

Link copied to clipboard

The Azure Region where the VMware Private Cloud exists.

Link copied to clipboard

A management_cluster block as defined below.

Link copied to clipboard

The network used to access vCenter Server and NSX-T Manager.

Link copied to clipboard
Link copied to clipboard

The subnet CIDR of the VMware Private Cloud.

Link copied to clipboard

The thumbprint of the NSX-T Manager SSL certificate.

Link copied to clipboard

The endpoint for the NSX-T Data Center manager.

Link copied to clipboard

The network which isused for virtual machine cold migration, cloning, and snapshot migration.

Link copied to clipboard
Link copied to clipboard

The Name of the SKU used for this Private Cloud.

Link copied to clipboard

A mapping of tags assigned to the VMware Private Cloud.

Link copied to clipboard

The thumbprint of the vCenter Server SSL certificate.

Link copied to clipboard

The endpoint for Virtual Center Server Appliance.

Link copied to clipboard

The network which is used for live migration of virtual machines.