AvsPrivateCloudData Class

Definition

A class representing the AvsPrivateCloud data model. A private cloud resource

public class AvsPrivateCloudData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Avs.AvsPrivateCloudData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Avs.AvsPrivateCloudData>
public class AvsPrivateCloudData : Azure.ResourceManager.Models.TrackedResourceData
type AvsPrivateCloudData = class
    inherit TrackedResourceData
    interface IJsonModel<AvsPrivateCloudData>
    interface IPersistableModel<AvsPrivateCloudData>
type AvsPrivateCloudData = class
    inherit TrackedResourceData
Public Class AvsPrivateCloudData
Inherits TrackedResourceData
Implements IJsonModel(Of AvsPrivateCloudData), IPersistableModel(Of AvsPrivateCloudData)
Public Class AvsPrivateCloudData
Inherits TrackedResourceData
Inheritance
Implements

Constructors

AvsPrivateCloudData(AzureLocation, AvsSku)

Initializes a new instance of AvsPrivateCloudData.

Properties

Availability

Properties describing how the cloud is distributed across availability zones.

Circuit

An ExpressRoute Circuit.

Encryption

Customer managed key encryption, can be enabled or disabled.

Endpoints

The endpoints.

ExtendedNetworkBlocks

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).

ExternalCloudLinks

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

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Identity

The identity of the private cloud, if configured. Current supported identity types: SystemAssigned, None.

IdentitySources

vCenter Single Sign On Identity Sources.

Internet

Connectivity to internet is enabled or disabled.

Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
ManagementCluster

The default cluster used for management.

ManagementNetwork

Network used to access vCenter Server and NSX-T Manager.

Name

The name of the resource.

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

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SecondaryCircuit

A secondary expressRoute circuit from a separate AZ. Only present in a stretched private cloud.

SkuName

The name of the SKU.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

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

Explicit Interface Implementations

IJsonModel<AvsPrivateCloudData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AvsPrivateCloudData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AvsPrivateCloudData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AvsPrivateCloudData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AvsPrivateCloudData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to