ReplicationObject Class

Replication properties.

All required parameters must be populated in order to send to Azure.

Inheritance
ReplicationObject

Constructor

ReplicationObject(*, remote_volume_resource_id: str, replication_id: Optional[str] = None, endpoint_type: Optional[Union[str, azure.mgmt.netapp.models._net_app_management_client_enums.EndpointType]] = None, replication_schedule: Optional[Union[str, azure.mgmt.netapp.models._net_app_management_client_enums.ReplicationSchedule]] = None, remote_volume_region: Optional[str] = None, **kwargs)

Parameters

replication_id
str
Required

Id.

endpoint_type
str or EndpointType
Required

Indicates whether the local volume is the source or destination for the Volume Replication. Possible values include: "src", "dst".

replication_schedule
str or ReplicationSchedule
Required

Schedule. Possible values include: "_10minutely", "hourly", "daily".

remote_volume_resource_id
str
Required

Required. The resource ID of the remote volume.

remote_volume_region
str
Required

The remote region for the other end of the Volume Replication.