PrivateCloudProperties Class
The properties of a private cloud resource.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.avs.models._models_py3.PrivateCloudUpdatePropertiesPrivateCloudProperties
Constructor
PrivateCloudProperties(*, network_block: str, management_cluster: Optional[azure.mgmt.avs.models._models_py3.ManagementCluster] = None, internet: Optional[Union[str, azure.mgmt.avs.models._avs_client_enums.InternetEnum]] = 'Disabled', identity_sources: Optional[List[azure.mgmt.avs.models._models_py3.IdentitySource]] = None, availability: Optional[azure.mgmt.avs.models._models_py3.AvailabilityProperties] = None, encryption: Optional[azure.mgmt.avs.models._models_py3.Encryption] = None, circuit: Optional[azure.mgmt.avs.models._models_py3.Circuit] = None, vcenter_password: Optional[str] = None, nsxt_password: Optional[str] = None, secondary_circuit: Optional[azure.mgmt.avs.models._models_py3.Circuit] = None, **kwargs)
Parameters
- internet
- str or InternetEnum
Connectivity to internet is enabled or disabled. Possible values include: "Enabled", "Disabled". Default value: "Disabled".
- availability
- AvailabilityProperties
Properties describing how the cloud is distributed across availability zones.
- network_block
- str
Required. 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.
- vcenter_password
- str
Optionally, set the vCenter admin password when the private cloud is created.
- nsxt_password
- str
Optionally, set the NSX-T Manager password when the private cloud is created.
- secondary_circuit
- Circuit
A secondary expressRoute circuit from a separate AZ. Only present in a stretched private cloud.
Variables
- provisioning_state
- str or PrivateCloudProvisioningState
The provisioning state. Possible values include: "Succeeded", "Failed", "Cancelled", "Pending", "Building", "Deleting", "Updating".
- endpoints
- Endpoints
The endpoints.
- management_network
- str
Network used to access vCenter Server and NSX-T Manager.
- provisioning_network
- str
Used for virtual machine cold migration, cloning, and snapshot migration.
- vmotion_network
- str
Used for live migration of virtual machines.
- vcenter_certificate_thumbprint
- str
Thumbprint of the vCenter Server SSL certificate.
- nsxt_certificate_thumbprint
- str
Thumbprint of the NSX-T Manager SSL certificate.
Feedback
Submit and view feedback for