VimClusterVSANStretchedClusterCapability

VimClusterVSANStretchedClusterCapability
VimClusterVSANStretchedClusterCapability

Capability that whether a host can support vSAN stretched cluster

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "hostMoId": "string",
    "connStatus": "string",
    "isSupported": false,
    "hostCapability": {
        "_typeName": "string",
        "featureVersion": "string"
    }
}
string
hostMoId
Required

ManagedEntity Id of target host

string
connStatus
Optional

Connection status to present whether this host is connected to vCenter server, valid values include: connected, notResponding and disconnected.

boolean
isSupported
Optional

Whether ESXi software of target host can support vSAN stretched cluster.

The vSAN stretched cluster feature is supported since vSphere vSAN 6.1.

hostCapability
Optional

Detailed information of ESXi software to support vSAN stretched cluster, for now, it only contains the feature version information.

For vSphere vSAN 6.1, the version is 1.0; and vSphere vSAN 6.2, the version is 2.0.