Get Private Cloud Result
data class GetPrivateCloudResult(val availability: AvailabilityPropertiesResponse? = null, val circuit: CircuitResponse? = null, val encryption: EncryptionResponse? = null, val endpoints: EndpointsResponse, val externalCloudLinks: List<String>, val id: String, val identity: PrivateCloudIdentityResponse? = null, 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 nsxPublicIpQuotaRaised: String, val nsxtCertificateThumbprint: String, val nsxtPassword: String? = null, val provisioningNetwork: String, val provisioningState: String, val secondaryCircuit: CircuitResponse? = null, 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
fun GetPrivateCloudResult(availability: AvailabilityPropertiesResponse? = null, circuit: CircuitResponse? = null, encryption: EncryptionResponse? = null, endpoints: EndpointsResponse, externalCloudLinks: List<String>, id: String, identity: PrivateCloudIdentityResponse? = null, identitySources: List<IdentitySourceResponse>? = null, internet: String? = null, location: String, managementCluster: ManagementClusterResponse, managementNetwork: String, name: String, networkBlock: String, nsxPublicIpQuotaRaised: String, nsxtCertificateThumbprint: String, nsxtPassword: String? = null, provisioningNetwork: String, provisioningState: String, secondaryCircuit: CircuitResponse? = null, sku: SkuResponse, tags: Map<String, String>? = null, type: String, vcenterCertificateThumbprint: String, vcenterPassword: String? = null, vmotionNetwork: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard