VlanVniRangePair (type)

{
  "additionalProperties": false, 
  "description": "Vlan-Vni mapping pair resource in EvpnTenantConfig for ROUTE-SERVER Evpn mode", 
  "id": "VlanVniRangePair", 
  "module_id": "PolicyConnectivity", 
  "properties": {
    "vlans": {
      "description": "List of VLAN ids and VLAN ranges (specified with '-').", 
      "required": true, 
      "title": "List of VLAN ids", 
      "type": "string"
    }, 
    "vnis": {
      "description": "List of VNI ids and VNI ranges (specified with '-'). The vni id is used for VXLAN transmission for a given tenant Vlan ID in ROUTE-SERVER Evpn.", 
      "required": true, 
      "title": "List of VNI ids", 
      "type": "string"
    }
  }, 
  "title": "Vlan Vni pair resource", 
  "type": "object"
}