NSX-T Data Center REST API

ALBControllerNodeVMDeletionParameters (type)

{
  "description": "Parameters for deletion of a Avi Load Balancer Controller node.",
  "id": "ALBControllerNodeVMDeletionParameters",
  "module_id": "PolicyALBControllerDeployment",
  "properties": {
    "force_delete": {
      "description": "If true, the Avi Load Balancer Controller node will be undeployed even if it cannot be removed from its cluster.",
      "title": "Delete by force",
      "type": "boolean"
    },
    "inaccessible": {
      "description": "If inaccessible is provided along with force_delete and if this is the last Avi Load Balancer Controller node in the cluster then deployment request will be deleted from NSX even if Policy objects are present.",
      "title": "Delete when controller is inaccessible",
      "type": "string"
    }
  },
  "title": "Parameters for deleting a deployed Avi Load Balancer Controller",
  "type": "object"
}