Name | Type | Description | Notes |
---|---|---|---|
direction | Direction | [optional] | |
id | str | A non-modifiable, globally unique ID chosen by the system. | [optional] |
lag | int | Duration in milliseconds that represents how far behind the replication target is from the source. This is the time difference between current time and `recovery_point`. | [optional] |
remote | FixedReferenceWithId | Reference to a remote target. | [optional] |
status_details | str | Detailed information about the status of the replica link. | [optional] |
local_file_system | FixedReferenceWithId | Reference to a local file system. | [optional] |
policies | list[LocationReference] | [optional] | |
recovery_point | int | Time when the last replicated snapshot was created, in milliseconds since UNIX epoch. I.e. the recovery point if the file system is promoted. | [optional] |
remote_file_system | FixedReferenceNoResourceType | Reference to a remote file system. | [optional] |
status | str | Status of the replica link. Values include replicating, idle, and unhealthy. | [optional] |