StaticIpListSpec (type) (Deprecated)

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