ALBControllerClusterNodeVMFormFactor (type)

{
  "description": "Specifies the desired \"size\" of the VM. Affects number of virtual CPUs and/or memory size given to the new cluster node VM.", 
  "enum": [
    "SMALL", 
    "MEDIUM", 
    "LARGE"
  ], 
  "id": "ALBControllerClusterNodeVMFormFactor", 
  "module_id": "PolicyALBControllerDeployment", 
  "title": "Supported VM form factor for Advanced Load Balancer controller", 
  "type": "string"
}