NSX Autonomous Edge REST API

Interface (type)

{
  "additionalProperties": false,
  "description": "Interface properties.",
  "id": "Interface",
  "properties": {
    "address": {
      "$ref": "IPCIDRBlock",
      "description": "IPv4 or IPv6 CIDR block.",
      "required": true,
      "title": "CIDR block",
      "type": "string"
    },
    "interface_type": {
      "description": "Interface type.",
      "enum": [
        "MANAGEMENT",
        "TUNNEL"
      ],
      "required": true,
      "title": "Interface type",
      "type": "string"
    },
    "name": {
      "description": "Interface name.",
      "required": true,
      "title": "Interface name",
      "type": "string"
    }
  },
  "title": "Interface properties",
  "type": "object"
}