ReplicationProperties Class
The properties of a replication.
Constructor
ReplicationProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
provisioning_state
|
The provisioning state of the replication at the time the operation was called. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled". |
|
status
|
The status of the replication at the time the operation was called. |
|
region_endpoint_enabled
|
Specifies whether the replication's regional endpoint is enabled. Requests will not be routed to a replication whose regional endpoint is disabled, however its data will continue to be synced with other replications. |
|
zone_redundancy
|
Whether or not zone redundancy is enabled for this container registry replication. Known values are: "Enabled" and "Disabled". |
Attributes
provisioning_state
The provisioning state of the replication at the time the operation was called. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled".
provisioning_state: str | _models.ProvisioningState | None
region_endpoint_enabled
Specifies whether the replication's regional endpoint is enabled. Requests will not be routed to a replication whose regional endpoint is disabled, however its data will continue to be synced with other replications.
region_endpoint_enabled: bool | None
status
The status of the replication at the time the operation was called.
status: _models.Status | None
zone_redundancy
Whether or not zone redundancy is enabled for this container registry replication. Known values are: "Enabled" and "Disabled".
zone_redundancy: str | _models.ZoneRedundancy | None