StaticIpPoolSpec (type) (Deprecated)

{
  "deprecated": true, 
  "extends": {
    "$ref": "IpAssignmentSpec
  }, 
  "id": "StaticIpPoolSpec", 
  "module_id": "TransportNode", 
  "polymorphic-type-descriptor": {
    "type-identifier": "StaticIpPoolSpec"
  }, 
  "properties": {
    "ip_pool_id": {
      "readonly": false, 
      "required": true, 
      "type": "string"
    }, 
    "resource_type": {
      "enum": [
        "StaticIpPoolSpec", 
        "StaticIpListSpec", 
        "AssignedByDhcp", 
        "StaticIpMacListSpec"
      ], 
      "required": true, 
      "type": "string"
    }
  }, 
  "title": "IP assignment specification for Static IP Pool.", 
  "type": "object"
}