NSX-T Data Center Global Manager REST API

LBSnatIpPool (type)

{
  "additionalProperties": false,
  "description": "Snat Ip pool.",
  "extends": {
    "$ref": "LBSnatTranslation"
  },
  "id": "LBSnatIpPool",
  "module_id": "PolicyLoadBalancer",
  "polymorphic-type-descriptor": {
    "type-identifier": "LBSnatIpPool"
  },
  "properties": {
    "ip_addresses": {
      "description": "If an IP range is specified, the range may contain no more than 64 IP addresses.",
      "items": {
        "$ref": "LBSnatIpElement"
      },
      "maxItems": 64,
      "required": true,
      "title": "List of Ip address or ip range",
      "type": "array"
    },
    "type": {
      "$ref": "LBSnatTranslationType",
      "description": "Snat translation type.",
      "required": true,
      "title": "Snat translation type"
    }
  },
  "title": "Snat Ip pool",
  "type": "object"
}