VchaClusterConfigSpec

VchaClusterConfigSpec
VchaClusterConfigSpec

The VchaClusterConfigSpec class contains IP addresses of Passive and Witness nodes to configure and form the VCHA Cluster.

Passive and Witness nodes are assumed to be pre-configured to allow access to them over the specified IP addresses. Active Node IP address is not required as it is retrieved from the already configured interface on VCHA Cluster network.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "passiveIp": "string",
    "witnessIp": "string"
}
string
passiveIp
Required

IP Address of Passive node in the VCHA Cluster network.

string
witnessIp
Required

IP Address of Witness node in the VCHA Cluster network.