NSX-T Data Center REST API

RealizedIp (type)

{
  "description": "IP virtual tunnel end point",
  "id": "RealizedIp",
  "module_id": "PolicyEdgeTransportNode",
  "properties": {
    "default_gateway": {
      "$ref": "IPAddress",
      "readonly": true,
      "title": "Default gateway"
    },
    "ip": {
      "$ref": "IPAddress",
      "description": "Depending upon the ip assignment type. IP could be allocated either from DHCP (default) or from Static IP Pool.",
      "readonly": true,
      "title": "IP Address of this virtual tunnel endpoint"
    },
    "prefix_length": {
      "readonly": true,
      "title": "Prefix length",
      "type": "string"
    },
    "subnet_mask": {
      "$ref": "IPAddress",
      "readonly": true,
      "title": "Subnet mask"
    }
  },
  "title": "IP end point",
  "type": "object"
}