| Name | Type | Description | Notes |
|---|---|---|---|
| deploymentConfig | ClusterNodeVMDeploymentConfig | ||
| vmId | String | ID of the VM maintained internally and used to recognize it. Note: This is automatically generated and cannot be modified. | [optional] |
| userSettings | NodeUserSettings | [optional] | |
| roles | List<RolesEnum> | List of cluster node role (or roles) which the VM should take on. They specify what type (or types) of cluster node which the new VM should act as. Currently both CONTROLLER and MANAGER must be provided, since this permutation is the only one supported now. | |
| formFactor | FormFactorEnum | Specifies the desired "size" of the VM | [optional] |
| Name | Value |
|---|---|
| CONTROLLER | "CONTROLLER" |
| MANAGER | "MANAGER" |
| Name | Value |
|---|---|
| SMALL | "SMALL" |
| MEDIUM | "MEDIUM" |
| LARGE | "LARGE" |