IPrivateCloudProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.PrivateCloudPropertiesTypeConverter))]
public interface IPrivateCloudProperties : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IPrivateCloudUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.PrivateCloudPropertiesTypeConverter))>]
type IPrivateCloudProperties = interface
    interface IJsonSerializable
    interface IPrivateCloudUpdateProperties
Public Interface IPrivateCloudProperties
Implements IPrivateCloudUpdateProperties
Derived
Attributes
Implements

Properties

AvailabilitySecondaryZone

The secondary availability zone for the private cloud

(Inherited from IPrivateCloudUpdateProperties)
AvailabilityStrategy

The availability strategy for the private cloud

(Inherited from IPrivateCloudUpdateProperties)
AvailabilityZone

The primary availability zone for the private cloud

(Inherited from IPrivateCloudUpdateProperties)
CircuitExpressRouteId

Identifier of the ExpressRoute Circuit (Microsoft Colo only)

CircuitExpressRoutePrivatePeeringId

ExpressRoute Circuit private peering identifier

CircuitPrimarySubnet

CIDR of primary subnet

CircuitSecondarySubnet

CIDR of secondary subnet

EncryptionStatus

Status of customer managed encryption key

(Inherited from IPrivateCloudUpdateProperties)
EndpointHcxCloudManager

Endpoint for the HCX Cloud Manager

EndpointNsxtManager

Endpoint for the NSX-T Data Center manager

EndpointVcsa

Endpoint for Virtual Center Server Appliance

ExternalCloudLink

Array of cloud link IDs from other clouds that connect to this one

IdentitySource

vCenter Single Sign On Identity Sources

(Inherited from IPrivateCloudUpdateProperties)
Internet

Connectivity to internet is enabled or disabled

(Inherited from IPrivateCloudUpdateProperties)
KeyVaultPropertyKeyName

The name of the key.

(Inherited from IPrivateCloudUpdateProperties)
KeyVaultPropertyKeyState

The state of key provided

(Inherited from IPrivateCloudUpdateProperties)
KeyVaultPropertyKeyVaultUrl

The URL of the vault.

(Inherited from IPrivateCloudUpdateProperties)
KeyVaultPropertyKeyVersion

The version of the key.

(Inherited from IPrivateCloudUpdateProperties)
KeyVaultPropertyVersionType

Property of the key if user provided or auto detected

(Inherited from IPrivateCloudUpdateProperties)
ManagementClusterHost

The hosts

(Inherited from IPrivateCloudUpdateProperties)
ManagementClusterId

The identity

(Inherited from IPrivateCloudUpdateProperties)
ManagementClusterProvisioningState

The state of the cluster provisioning

(Inherited from IPrivateCloudUpdateProperties)
ManagementClusterSize

The cluster size

(Inherited from IPrivateCloudUpdateProperties)
ManagementNetwork

Network used to access vCenter Server and NSX-T Manager

NetworkBlock

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

NsxtCertificateThumbprint

Thumbprint of the NSX-T Manager SSL certificate

NsxtPassword

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

ProvisioningNetwork

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

ProvisioningState

The provisioning state

SecondaryCircuitExpressRouteId

Identifier of the ExpressRoute Circuit (Microsoft Colo only)

SecondaryCircuitExpressRoutePrivatePeeringId

ExpressRoute Circuit private peering identifier

SecondaryCircuitPrimarySubnet

CIDR of primary subnet

SecondaryCircuitSecondarySubnet

CIDR of secondary subnet

VcenterCertificateThumbprint

Thumbprint of the vCenter Server SSL certificate

VcenterPassword

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

VmotionNetwork

Used for live migration of virtual machines

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to