NSX-T Data Center REST API

NodeLinkLocalNetworkInterface (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "Resource"
  },
  "id": "NodeLinkLocalNetworkInterface",
  "properties": {
    "_links": {
      "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.",
      "items": {
        "$ref": "ResourceLink"
      },
      "readonly": true,
      "title": "References related to this resource",
      "type": "array"
    },
    "_schema": {
      "readonly": true,
      "title": "Schema for this resource",
      "type": "string"
    },
    "_self": {
      "$ref": "SelfResourceLink",
      "readonly": true,
      "title": "Link to this resource"
    },
    "interface_id": {
      "readonly": true,
      "title": "Interface ID",
      "type": "string"
    },
    "ip_address": {
      "pattern": "^[\\d]{1,3}\\.[\\d]{1,3}\\.[\\d]{1,3}\\.[\\d]{1,3}$",
      "required": false,
      "title": "Link local IPv4 address",
      "type": "string"
    },
    "netmask": {
      "pattern": "^[\\d]{1,3}\\.[\\d]{1,3}\\.[\\d]{1,3}\\.[\\d]{1,3}$",
      "required": false,
      "title": "Interface netmask",
      "type": "string"
    }
  },
  "title": "Node link local sub interface",
  "type": "object"
}