NSX-T Data Center REST API

StaticIpMacListSpec (type) (Deprecated)

{
  "deprecated": true,
  "extends": {
    "$ref": "IpAssignmentSpec"
  },
  "id": "StaticIpMacListSpec",
  "module_id": "TransportNode",
  "polymorphic-type-descriptor": {
    "type-identifier": "StaticIpMacListSpec"
  },
  "properties": {
    "default_gateway": {
      "$ref": "IPAddress",
      "readonly": false,
      "required": true,
      "title": "Gateway IP"
    },
    "ip_mac_list": {
      "items": {
        "$ref": "IpMacPair"
      },
      "maxItems": 32,
      "readonly": false,
      "required": true,
      "title": "List of IPs and MACs for transport node host switch virtual tunnel endpoints",
      "type": "array"
    },
    "resource_type": {
      "enum": [
        "StaticIpPoolSpec",
        "StaticIpListSpec",
        "AssignedByDhcp",
        "StaticIpMacListSpec",
        "NoIpv4",
        "FromEsxiVmknic"
      ],
      "required": true,
      "type": "string"
    },
    "subnet_mask": {
      "$ref": "IPAddress",
      "readonly": false,
      "required": true,
      "title": "Subnet mask"
    }
  },
  "title": "IP and MAC assignment specification for Static IP List.",
  "type": "object"
}