VlanTrunkSpec (type)

{
  "description": "VlanTrunkspec is used for specifying trunk VLAN id ranges.", 
  "id": "VlanTrunkSpec", 
  "module_id": "LogicalSwitch", 
  "properties": {
    "vlan_ranges": {
      "items": {
        "$ref": "TrunkVlanRange
      }, 
      "required": true, 
      "title": "Trunk VLAN id ranges", 
      "type": "array"
    }
  }, 
  "title": "VLAN trunk range specification", 
  "type": "object"
}