NSX-T Data Center REST API

StaticIpv4List (type)

{
  "extends": {
    "$ref": "PolicyIpAssignmentSpec"
  },
  "id": "StaticIpv4List",
  "module_id": "PolicyEdgeTransportNode",
  "polymorphic-type-descriptor": {
    "type-identifier": "StaticIpv4List"
  },
  "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_list": {
      "items": {
        "$ref": "IPv4Address"
      },
      "maxItems": 32,
      "readonly": false,
      "required": true,
      "title": "List of IPV4 addresses for edge transport node host switch virtual tunnel endpoints",
      "type": "array"
    },
    "subnet_mask": {
      "$ref": "IPv4Address",
      "readonly": false,
      "required": true,
      "title": "Subnet mask"
    }
  },
  "title": "IP assignment specification value for Static IPv4 List.",
  "type": "object"
}