ALBControllerNodeVMDeploymentConfig (type)

{
  "abstract": true, 
  "description": "Contains info used to configure the VM on deployment.", 
  "id": "ALBControllerNodeVMDeploymentConfig", 
  "module_id": "PolicyALBControllerDeployment", 
  "polymorphic-type-descriptor": {
    "mode": "enabled", 
    "property-name": "placement_type"
  }, 
  "properties": {
    "placement_type": {
      "description": "Specifies the config for the platform through which to deploy the VM.", 
      "enum": [
        "AlbControllerVsphereClusterNodeVmDeploymentConfig"
      ], 
      "required": true, 
      "title": "Type of deployment", 
      "type": "string"
    }
  }, 
  "title": "Configuration for deploying Advanced Load Balancer controller node VM", 
  "type": "object"
}