NodeActionParameters (type) (Deprecated)

{
  "additionalProperties": false, 
  "deprecated": true, 
  "description": "Fabric node action parameters", 
  "id": "NodeActionParameters", 
  "module_id": "FabricNode", 
  "properties": {
    "action": {
      "description": "For EdgeNode, the supported actions are enter_maintenance_mode, exit_maintenance_mode.", 
      "enum": [
        "enter_maintenance_mode", 
        "exit_maintenance_mode", 
        "get_maintenance_mode_state"
      ], 
      "title": "Supported fabric node actions", 
      "type": "string"
    }, 
    "evacuate_powered_off_vms": {
      "default": false, 
      "description": "Indicates whether to evacuate powered-off vms while entering maintenance mode.", 
      "readonly": true, 
      "required": false, 
      "title": "Evacuate powered-off vms", 
      "type": "boolean"
    }, 
    "vsan_mode": {
      "default": "ensure_object_accessibility", 
      "description": "Vsan decommission mode to be used while entering maintenance mode.", 
      "enum": [
        "evacuate_all_data", 
        "ensure_object_accessibility", 
        "no_action"
      ], 
      "readonly": true, 
      "required": false, 
      "title": "Vsan decommission mode", 
      "type": "string"
    }
  }, 
  "title": "Fabric node action parameters", 
  "type": "object"
}