NSX-T Data Center REST API

NoIpv4 (type)

{
  "description": "This type can be specified in ip assignment spec of host switch if no IPv4 assignment is desired for host switch virtual tunnel endpoints.",
  "extends": {
    "$ref": "IpAssignmentSpec"
  },
  "id": "NoIpv4",
  "module_id": "TransportNode",
  "polymorphic-type-descriptor": {
    "type-identifier": "NoIpv4"
  },
  "properties": {
    "resource_type": {
      "enum": [
        "StaticIpPoolSpec",
        "StaticIpListSpec",
        "AssignedByDhcp",
        "StaticIpMacListSpec",
        "NoIpv4",
        "FromEsxiVmknic"
      ],
      "required": true,
      "type": "string"
    }
  },
  "title": "No IP assignment.",
  "type": "object"
}