ArmDisasterRecoveryProperties Class
Properties required to the Create Or Update Alias(Disaster Recovery configurations).
Constructor
ArmDisasterRecoveryProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
provisioning_state
|
Provisioning state of the Alias(Disaster Recovery configuration) - possible values 'Accepted' or 'Succeeded' or 'Failed'. Known values are: "Accepted", "Succeeded", and "Failed". |
|
pending_replication_operations_count
|
Number of entities pending to be replicated. |
|
partner_namespace
|
ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing. |
|
alternate_name
|
Primary/Secondary eventhub namespace name, which is part of GEO DR pairing. |
|
role
|
role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary'. Known values are: "Primary", "PrimaryNotReplicating", and "Secondary". |
Attributes
alternate_name
Primary/Secondary eventhub namespace name, which is part of GEO DR pairing.
alternate_name: str | None
partner_namespace
ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing.
partner_namespace: str | None
pending_replication_operations_count
Number of entities pending to be replicated.
pending_replication_operations_count: int | None
provisioning_state
Provisioning state of the Alias(Disaster Recovery configuration) - possible values 'Accepted' or 'Succeeded' or 'Failed'. Known values are: "Accepted", "Succeeded", and "Failed".
provisioning_state: str | _models.ProvisioningStateDR | None
role
role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary'. Known values are: "Primary", "PrimaryNotReplicating", and "Secondary".
role: str | _models.RoleDisasterRecovery | None