NSX-T Data Center REST API
ClusterConfig (schema)
| Name | Description | Type | Notes | 
|---|---|---|---|
| _links | References related to this resource The server will populate this field when returing the resource. Ignored on PUT and POST. | array of ResourceLink | Readonly | 
| _revision | Generation of this resource config The _revision property describes the current revision of the resource. To prevent clients from overwriting each other's changes, PUT operations must include the current _revision of the resource, which clients should obtain by issuing a GET operation. If the _revision provided in a PUT request is missing or stale, the operation will be rejected. | int | |
| _schema | Schema for this resource | string | Readonly | 
| _self | Link to this resource | SelfResourceLink | Readonly | 
| cluster_id | Unique identifier of this cluster | string | Required Readonly | 
| control_cluster_changes_allowed | True if control cluster nodes may be added or removed | boolean | |
| mgmt_cluster_changes_allowed | True if management cluster nodes may be added or removed | boolean | |
| nodes | Configuration of each node in cluster | array of ClusterNodeInfo | 
