GetPrivateCloudResult

data class GetPrivateCloudResult(val circuit: CircuitResponse? = null, val endpoints: EndpointsResponse, val id: String, val identitySources: List<IdentitySourceResponse>? = null, val internet: String? = null, val location: String, val managementCluster: ManagementClusterResponse, val managementNetwork: String, val name: String, val networkBlock: String, val nsxtCertificateThumbprint: String, val nsxtPassword: String? = null, val provisioningNetwork: String, val provisioningState: String, val sku: SkuResponse, val tags: Map<String, String>? = null, val type: String, val vcenterCertificateThumbprint: String, val vcenterPassword: String? = null, val vmotionNetwork: String)

A private cloud resource

Constructors

Link copied to clipboard
constructor(circuit: CircuitResponse? = null, endpoints: EndpointsResponse, id: String, identitySources: List<IdentitySourceResponse>? = null, internet: String? = null, location: String, managementCluster: ManagementClusterResponse, managementNetwork: String, name: String, networkBlock: String, nsxtCertificateThumbprint: String, nsxtPassword: String? = null, provisioningNetwork: String, provisioningState: String, sku: SkuResponse, tags: Map<String, String>? = null, type: String, vcenterCertificateThumbprint: String, vcenterPassword: String? = null, vmotionNetwork: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An ExpressRoute Circuit

Link copied to clipboard

The endpoints

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

vCenter Single Sign On Identity Sources

Link copied to clipboard
val internet: String? = null

Connectivity to internet is enabled or disabled

Link copied to clipboard

Resource location

Link copied to clipboard

The default cluster used for management

Link copied to clipboard

Network used to access vCenter Server and NSX-T Manager

Link copied to clipboard

Resource name.

Link copied to clipboard

The block of addresses should be unique across VNet in your subscription as well as on-premise. Make sure the CIDR format is conformed to (A.B.C.D/X) where A,B,C,D are between 0 and 255, and X is between 0 and 22

Link copied to clipboard

Thumbprint of the NSX-T Manager SSL certificate

Link copied to clipboard
val nsxtPassword: String? = null

Optionally, set the NSX-T Manager password when the private cloud is created

Link copied to clipboard

Used for virtual machine cold migration, cloning, and snapshot migration

Link copied to clipboard

The provisioning state

Link copied to clipboard

The private cloud SKU

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Resource type.

Link copied to clipboard

Thumbprint of the vCenter Server SSL certificate

Link copied to clipboard
val vcenterPassword: String? = null

Optionally, set the vCenter admin password when the private cloud is created

Link copied to clipboard

Used for live migration of virtual machines