replicationLinks
The replicationLinks
data type describes the linkCandidates
resource for erasure coding and the replicationLinks
property of the ecTopology
data type.
replicationLinks data type property
The following table describes the property included in the replicationLinks
data type.
Property name | Data type | Description | Notes |
replicationLink | replication Link | Specifies a replication link. | In a PUT request to create an erasure coding topology, include one instance of this property for each link you want to include in the topology. |
Example
Here's an XML example of the replicationLinks
data type; the properties shown are those that are returned in response to a verbose GET request:
<replicationLinks> <replicationLink> <hcpSystems> <name>hcp-ca.example.com</name> <name>hcp-eu.example.com</name> </hcpSystems> <name>eu-ca</name> <pausedTenantsCount>0</pausedTenantsCount> <state>HEALTHY</state> <uuid>7ae4101c-6e29-426e-ae71-9a7a529f019d</uuid> </replicationLink> <replicationLink> <hcpSystems> <name>hcp-ca.example.com</name> <name>hcp-us.example.com</name> </hcpSystems> <name>us-ca</name> <pausedTenantsCount>4</pausedTenantsCount> <state>HEALTHY</state> <uuid>cdb7edcd-feb6-4476-8d8d-bd053e3bc2ee</uuid> </replicationLink> <replicationLink> <hcpSystems> <name>hcp-eu.example.com</name> <name>hcp-us.example.com.com</name> </hcpSystems> <name>us-eu</name> <pausedTenantsCount>0</pausedTenantsCount> <state>HEALTHY</state> <uuid>32871da5-2355-458a-90f5-1717aa684d6f</uuid> </replicationLink> </replicationLinks>