VchaClusterDeployTaskRequestBody
This is a request body class for an operation.
Properties
spec
Required
Contains the deploy specification for all three nodes of a VCHA cluster.
JSON Example
{
"spec": {
"active": {
"ha_ip": {
"ip_family": "IPV4"
}
},
"deployment": "AUTO",
"passive": {
"ha_ip": {
"ip_family": "IPV4"
}
},
"witness": {
"ha_ip": {
"ip_family": "IPV4"
}
}
}
}