NSX-T Data Center REST API

StaticIpv4MacList (type) (Deprecated)

{
  "deprecated": true,
  "extends": {
    "$ref": "PolicyIpAssignmentSpec"
  },
  "id": "StaticIpv4MacList",
  "module_id": "PolicyEdgeTransportNode",
  "polymorphic-type-descriptor": {
    "type-identifier": "StaticIpv4MacList"
  },
  "properties": {
    "default_gateway": {
      "$ref": "IPv4Address",
      "readonly": false,
      "required": true,
      "title": "Gateway IP"
    },
    "ip_assignment_type": {
      "enum": [
        "StaticIpv4",
        "StaticIpv4Pool",
        "StaticIpv4List",
        "Dhcpv4",
        "StaticIpv6",
        "StaticIpv6Pool",
        "StaticIpv6List",
        "StaticIpv6MacList",
        "StaticIpv4MacList",
        "Dhcpv6",
        "AutoConf",
        "NoAssignment"
      ],
      "required": true,
      "type": "string"
    },
    "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"
    },
    "subnet_mask": {
      "$ref": "IPv4Address",
      "readonly": false,
      "required": true,
      "title": "Subnet mask"
    }
  },
  "title": "IP and MAC assignment specification for Static IP List.",
  "type": "object"
}