DesiredClusterState

DesiredClusterState
DesiredClusterState

Desired configuration state as specified in the infrastructure specification. This represents what the cluster should be configured to.

JSON Example
{
    "form_factor": "SMALL",
    "controller_node_replica": 3,
    "worker_node_replica": 5
}
form_factor
Required  

The cluster size for an SSP platform instance. ATP instance type supports LARGE, MEDIUM, and EXTRA_LARGE. AVI_OPERATIONS instance types use a fixed form factor of SMALL.

Enumeration: SMALL, LARGE, MEDIUM, EXTRA_LARGE
integer As int32 As int32
controller_node_replica
Required  

Desired number of controller nodes.

integer As int32 As int32
worker_node_replica
Required  

Desired number of worker nodes.