Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.22 KB

File metadata and controls

25 lines (22 loc) · 1.22 KB

ClusterNodeVMDeploymentRequest

Properties

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 &quot;size&quot; of the VM [optional]

Enum: List<RolesEnum>

Name Value
CONTROLLER "CONTROLLER"
MANAGER "MANAGER"

Enum: FormFactorEnum

Name Value
SMALL "SMALL"
MEDIUM "MEDIUM"
LARGE "LARGE"