IpAssignmentSpec (type) (Deprecated)

{
  "abstract": true, 
  "deprecated": true, 
  "id": "IpAssignmentSpec", 
  "module_id": "TransportNode", 
  "polymorphic-type-descriptor": {
    "mode": "enabled", 
    "property-name": "resource_type"
  }, 
  "properties": {
    "resource_type": {
      "enum": [
        "StaticIpPoolSpec", 
        "StaticIpListSpec", 
        "AssignedByDhcp", 
        "StaticIpMacListSpec"
      ], 
      "required": true, 
      "type": "string"
    }
  }, 
  "title": "Abstract base type for specification of IPs to be used with host switch virtual tunnel endpoints", 
  "type": "object"
}