LifecycleFaultDomainDetails
LifecycleFaultDomainDetails
vSAN stretched cluster fault domain 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",
"isPreferredFaultDomain": false,
"name": "string",
"hosts": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
]
}
boolean
isPreferredFaultDomain
Optional
Whether this is the preferred fault domain.
string
name
Optional
The fault domain name.
Optional when hosts are fault domains.