NSX-T Data Center REST API

StaticIpv4Pool (type) (Deprecated)

{
  "deprecated": true,
  "extends": {
    "$ref": "PolicyIpAssignmentSpec"
  },
  "id": "StaticIpv4Pool",
  "module_id": "PolicyEdgeTransportNode",
  "polymorphic-type-descriptor": {
    "type-identifier": "StaticIpv4Pool"
  },
  "properties": {
    "ip_assignment_type": {
      "enum": [
        "StaticIpv4",
        "StaticIpv4Pool",
        "StaticIpv4List",
        "Dhcpv4",
        "StaticIpv6",
        "StaticIpv6Pool",
        "StaticIpv6List",
        "StaticIpv6MacList",
        "StaticIpv4MacList",
        "Dhcpv6",
        "AutoConf",
        "NoAssignment"
      ],
      "required": true,
      "type": "string"
    },
    "ip_pool": {
      "description": "Input can be MP ip pool UUID or policy path of IP pool.",
      "readonly": false,
      "required": true,
      "type": "string"
    }
  },
  "title": "IP assignment specification for Static IPv4 Pool.",
  "type": "object"
}