VsanFaultDomainUpdateSpec
VsanFaultDomainUpdateSpec
The incremental modification specification to site fault domain members.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"hosts": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
],
"name": "string",
"operation": "string"
}
string
operation
Required
The operation requested to this specific vSAN site fault domain, identified by name, allowed values please check ArrayUpdateOperationEnum:
- add: Add specified hosts into the existing fault domain incrementally
- remove: Remove the given set of hosts from specified fault domain
- edit: Overwrite the associated members with given set of hosts