PerformClusterPowerActionRequestType
PerformClusterPowerActionRequestType
The parameters of PerformClusterPowerAction.
This structure may be used only with operations rendered under /vsan
.
JSON Example
{
"cluster": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"spec": {
"_typeName": "string",
"targetPowerStatus": "string",
"isOrchestration": false,
"initialPowerStatus": "string",
"powerOffReason": "string",
"infraVMs": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
],
"infraVMUuids": [
"string"
]
}
}
cluster
Required
The cluster where to take power action.
spec
Required
Indicate the detailed power action specification.