PrivateCloudProperties Class

Definition

The properties of a private cloud resource

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.PrivateCloudPropertiesTypeConverter))]
public class PrivateCloudProperties : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IPrivateCloudProperties, Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.PrivateCloudPropertiesTypeConverter))>]
type PrivateCloudProperties = class
    interface IPrivateCloudProperties
    interface IJsonSerializable
    interface IPrivateCloudUpdateProperties
    interface IValidates
Public Class PrivateCloudProperties
Implements IPrivateCloudProperties, IValidates
Inheritance
PrivateCloudProperties
Attributes
Implements

Constructors

PrivateCloudProperties()

Creates an new PrivateCloudProperties instance.

Properties

Availability

Properties describing how the cloud is distributed across availability zones

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

Encryption

Customer managed key encryption, can be enabled or disabled

EncryptionKeyVaultProperty

The key vault where the encryption key is stored

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

ExternalCloudLink

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

IdentitySource

vCenter Single Sign On Identity Sources

Internet

Connectivity to internet is enabled or disabled

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

ManagementCluster

The default cluster used for management

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

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PrivateCloudProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PrivateCloudProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IPrivateCloudProperties.

FromJsonString(String)

Creates a new instance of PrivateCloudProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PrivateCloudProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to