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. If the host switch has no IPv6 assignment as well, then it will be configured without any 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"
}