Tier0VrfConfig (type)

{
  "additionalProperties": false, 
  "description": "Tier-0 vrf configuration.", 
  "id": "Tier0VrfConfig", 
  "module_id": "PolicyConnectivity", 
  "properties": {
    "evpn_l2_vni_config": {
      "$ref": "VrfEvpnL2VniConfig, 
      "description": "It is required for VRF to participate in the EVPN service in ROUTE_SERVER mode.", 
      "required": false, 
      "title": "VRF configurations required for EVPN service in ROUTE_SERVER mode."
    }, 
    "evpn_transit_vni": {
      "description": "L3 VNI associated with the VRF for overlay traffic of ethernet virtual private network (EVPN). It must be unique and available from the VNI pool defined for EVPN service. It is required for VRF to participate in the EVPN service in INLINE mode.", 
      "required": false, 
      "title": "L3 VNI associated with the VRF for overlay traffic", 
      "type": "int"
    }, 
    "route_distinguisher": {
      "description": "Route distinguisher with format in IPAddress:<number> or ASN:<number>.", 
      "required": false, 
      "title": "Route distinguisher", 
      "type": "string"
    }, 
    "route_targets": {
      "description": "Route targets.", 
      "items": {
        "$ref": "VrfRouteTargets
      }, 
      "maxItems": 1, 
      "minItems": 1, 
      "required": false, 
      "title": "Route targets", 
      "type": "array"
    }, 
    "tier0_path": {
      "description": "Default tier0 path. Cannot be modified after realization.", 
      "required": true, 
      "title": "Tier0 path", 
      "type": "string"
    }
  }, 
  "title": "Tier-0 vrf configuration", 
  "type": "object"
}