ReplicationMapping
ReplicationMapping
Replication mapping between compute resources, used to test connectivity between these compute resources.
JSON Example
{
"source_object_id": "ClusterComputeResource:domain-c9:ee04fc10-131c-4d39-901f-a3de65dd8c6e",
"target_object_id": "ClusterComputeResource:domain-c9:ee04fc10-131c-4d39-901f-a3de65dd8c6e",
"source_object_name": "string",
"target_object_name": "string",
"test_completion_time": 0,
"connection_status": "string",
"max_latency": 0,
"latency_units": "string",
"min_throughput": 0,
"throughput_units": "string"
}
string
source_object_id
Optional
An ID of the object that is mapped.
string
target_object_id
Optional
An ID of the object that is mapped to.
string
source_object_name
Optional
The name of the primary object.
string
target_object_name
Optional
The name of the secondary object.
integer As int64
As int64
test_completion_time
Optional
Completion time of the last test, in milliseconds.
string
connection_status
Optional
Connection status between primary and secondary objects.
Possible values are :
OK,
IN_PROGRESS,
WARNING,
ERROR,
NA,
integer As int64
As int64
max_latency
Optional
Maximum latency.
string
latency_units
Optional
Latency units.
integer As int64
As int64
min_throughput
Optional
Minimum throughput.
string
throughput_units
Optional
Throughput units.