IPrivateCloud Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.PrivateCloudTypeConverter))]
public interface IPrivateCloud : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ITrackedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.PrivateCloudTypeConverter))>]
type IPrivateCloud = interface
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
Public Interface IPrivateCloud
Implements ITrackedResource
Derived
Attributes
Implements

Properties

AvailabilitySecondaryZone

The secondary availability zone for the private cloud

AvailabilityStrategy

The availability strategy for the private cloud

AvailabilityZone

The primary availability zone for the private cloud

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

EndpointHcxCloudManager

Endpoint for the HCX Cloud Manager

EndpointNsxtManager

Endpoint for the NSX-T Data Center manager

EndpointVcsa

Endpoint for Virtual Center Server Appliance

ExtendedNetworkBlock

Array of additional networks noncontiguous with networkBlock. Networks must be unique and non-overlapping across VNet in your subscription, on-premise, and this privateCloud networkBlock attribute. Make sure the CIDR format conforms to (A.B.C.D/X).

ExternalCloudLink

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

Id

Resource ID.

(Inherited from IResource)
IdentityPrincipalId

The principal ID of private cloud identity. This property will only be provided for a system assigned identity.

IdentitySource

vCenter Single Sign On Identity Sources

IdentityTenantId

The tenant ID associated with the private cloud. This property will only be provided for a system assigned identity.

IdentityType

The type of identity used for the private cloud. The type 'SystemAssigned' refers to an implicitly created identity. The type 'None' will remove any identities from the Private Cloud.

Internet

Connectivity to internet is enabled or disabled

KeyVaultPropertyAutoDetectedKeyVersion

The auto-detected version of the key if versionType is auto-detected.

KeyVaultPropertyKeyName

The name of the key.

KeyVaultPropertyKeyState

The state of key provided

KeyVaultPropertyKeyVaultUrl

The URL of the vault.

KeyVaultPropertyKeyVersion

The version of the key.

KeyVaultPropertyVersionType

Property of the key if user provided or auto detected

Location

Resource location

(Inherited from ITrackedResource)
ManagementClusterHost

The hosts

ManagementClusterId

The identity

ManagementClusterProvisioningState

The state of the cluster provisioning

ManagementClusterSize

The cluster size

ManagementNetwork

Network used to access vCenter Server and NSX-T Manager

Name

Resource name.

(Inherited from IResource)
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

NsxPublicIPQuotaRaised

Flag to indicate whether the private cloud has the quota for provisioned NSX Public IP count raised from 64 to 1024

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

SkuName

The name of the SKU.

Tag

Resource tags

(Inherited from ITrackedResource)
Type

Resource type.

(Inherited from IResource)
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