Snapservice.ClusterPairs.CreateSpec

Snapservice.ClusterPairs.CreateSpec
Snapservice.ClusterPairs.CreateSpec

The Snapservice.ClusterPairs.CreateSpec schema contains properties that describe specification for creating a cluster pair.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "local_cluster": {
        "cluster": "string"
    },
    "peer_cluster": {
        "site": "string",
        "cluster": "string"
    }
}
local_cluster
Required

Local cluster member of the cluster pair. Must be a cluster form the local site.

This property was added in vSphere API 9.0.0.0.

peer_cluster
Required

Peer cluster member of the cluster pair. In the first release the peer cluster must be from a remote site.

This property was added in vSphere API 9.0.0.0.