Replication Class
An object that represents a replication for a container registry.
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.containerregistry.v2020_11_01_preview.models._models_py3.ResourceReplication
Constructor
Replication(*, location: str, tags: Optional[Dict[str, str]] = None, region_endpoint_enabled: Optional[bool] = True, zone_redundancy: Optional[Union[str, azure.mgmt.containerregistry.v2020_11_01_preview.models._container_registry_management_client_enums.ZoneRedundancy]] = None, **kwargs)
Variables
- id
- str
The resource ID.
- name
- str
The name of the resource.
- type
- str
The type of the resource.
- location
- str
Required. The location of the resource. This cannot be changed after the resource is created.
- system_data
- SystemData
Metadata pertaining to creation and last modification of the resource.
- provisioning_state
- str or ProvisioningState
The provisioning state of the replication at the time the operation was called. Possible values include: "Creating", "Updating", "Deleting", "Succeeded", "Failed", "Canceled".
- status
- Status
The status of the replication at the time the operation was called.
- region_endpoint_enabled
- bool
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
- str or ZoneRedundancy
Whether or not zone redundancy is enabled for this container registry replication. Possible values include: "Enabled", "Disabled".
Feedback
Submit and view feedback for