LifecycleWitnessDetails

LifecycleWitnessDetails
LifecycleWitnessDetails

Stretched cluster witness host details required by lifecycle manager/vLCM.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "host": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "isVirtualAppliance": false,
    "sharedClusters": [
        {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    ]
}
host
Required

The witness host.

boolean
isVirtualAppliance
Required

Whether the witness host is a virtual appliance or a physical machine.

sharedClusters
Optional

The list of clusters sharing the witness host.

A list with only one cluster means the witness host is not shared.