ALBControllerNodeVMDeletionParameters (type)

{
  "description": "Parameters for deletion of a Advanced Load Balancer controller node VM.", 
  "id": "ALBControllerNodeVMDeletionParameters", 
  "module_id": "PolicyALBControllerDeployment", 
  "properties": {
    "force_delete": {
      "description": "If true, the VM 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 node 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 Advanced Load Balancer Controller", 
  "type": "object"
}