NSX-T Data Center REST API

ALBControllerNodeVMDeploymentConfig (type)

{
  "abstract": true,
  "description": "Information used to configure the Avi Load Balancer Controller node.",
  "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 Avi Load Balancer Controller node.",
      "enum": [
        "AlbControllerVsphereClusterNodeVmDeploymentConfig"
      ],
      "required": true,
      "title": "Type of deployment",
      "type": "string"
    }
  },
  "title": "Configuration for deploying Avi Load Balancer Controller node",
  "type": "object"
}