VchaOperationsGetResponseBody
This is a response body class for an operation.
Properties
value
Optional
Info structure containing the current running and disabled operations of a VCHA cluster.
JSON Example
{
"value": {
"active": [
"string"
],
"disabled": [
"string"
]
}
}