MHSMGeoReplicatedRegion Class
A region that this managed HSM Pool has been extended to.
Constructor
MHSMGeoReplicatedRegion(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
Name of the geo replicated region. |
|
provisioning_state
|
Provisioning state of the geo replicated region. Known values are: "Preprovisioning", "Provisioning", "Succeeded", "Failed", "Deleting", and "Cleanup". |
|
is_primary
|
A boolean value that indicates whether the region is the primary region or a secondary region. |
Attributes
is_primary
A boolean value that indicates whether the region is the primary region or a secondary region.
is_primary: bool | None
name
Name of the geo replicated region.
name: str | None
provisioning_state
"Preprovisioning", "Provisioning", "Succeeded", "Failed", "Deleting", and "Cleanup".
provisioning_state: str | _models.GeoReplicationRegionProvisioningState | None