NSX-T Data Center REST API

NodeMode (type)

{
  "description": "Possible values of a mode in a \"/config/nsx_appliance_mode\" file",
  "id": "NodeMode",
  "module_id": "ApplianceModes",
  "properties": {
    "mode_id": {
      "description": "Possible enum values in a \"/config/nsx_appliance_mode\" file",
      "enum": [
        "ON_PREM",
        "SERVICE",
        "VMC",
        "VMC_LOCAL"
      ],
      "required": true,
      "title": "Nsx node mode",
      "type": "string"
    }
  },
  "title": "Stub for Nsx node modes",
  "type": "object"
}