Snapservice.ClusterPairs.PeerClusterMemberSpec
The Snapservice.ClusterPairs.PeerClusterMemberSpec schema contains properties that describe specification for a peer cluster member of the cluster pair. This is to be included in the Snapservice.ClusterPairs.CreateSpec for creating a cluster pair.
This schema was added in vSphere API 9.0.0.0.
{
"site": "string",
"cluster": "string"
}
Identifier of the site.
This property was added in vSphere API 9.0.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.snapservice.site
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.snapservice.site
.
Identifier of the cluster.
This property was added in vSphere API 9.0.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ClusterComputeResource
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ClusterComputeResource
.