Snapservice.ClusterPairs.MemberInfo

Snapservice.ClusterPairs.MemberInfo
Snapservice.ClusterPairs.MemberInfo

The Snapservice.ClusterPairs.MemberInfo schema contains details regarding the cluster pair member.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "site": "string",
    "vcenter": "string",
    "cluster": "string",
    "cluster_name": "string"
}
string
site
Required

Identifier of the site that this cluster belongs to.

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.

string
vcenter
Required

Identifier of the vcenter. This is the GUID.

This property was added in vSphere API 9.0.0.0.

string
cluster
Required

Identifier of the member 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.

string
cluster_name
Required

Name of the cluster.

This property was added in vSphere API 9.0.0.0.