Get Private Cloud Result
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
constructor(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)
Properties
Link copied to clipboard
A circuit
block as defined below.
Link copied to clipboard
The endpoint for the VMware HCX Cloud Manager.
Link copied to clipboard
Is the Azure VMware Solution Private Cloud connected to the internet?
Link copied to clipboard
A management_cluster
block as defined below.
Link copied to clipboard
The network used to access VMware vCenter Server and NSX Manager.
Link copied to clipboard
The subnet CIDR of the Azure VMware Solution Private Cloud.
Link copied to clipboard
The thumbprint of the VMware NSX Manager SSL certificate.
Link copied to clipboard
The endpoint for the VMware NSX 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 thumbprint of the VMware vCenter Server SSL certificate.
Link copied to clipboard
The endpoint for VMware vCenter Server Appliance.
Link copied to clipboard
The network which is used for live migration of virtual machines.