LogicalRouterConfig (type)

{
  "additionalProperties": false, 
  "description": "Logical router configuration parameters.", 
  "id": "LogicalRouterConfig", 
  "module_id": "LogicalRouter", 
  "properties": {
    "external_transit_networks": {
      "description": "CIDR block defining addresses for Tier0 to Tier1 links. If the value for this field is not provided, then it will be considered as default IPv4 CIDR \"100.64.0.0/16\"", 
      "items": {
        "$ref": "IPCIDRBlock
      }, 
      "required": false, 
      "title": "CIDR block defining Tier0 to Tier1 links", 
      "type": "array"
    }, 
    "ha_vip_configs": {
      "description": "This configuration can be defined only for Active-Standby LogicalRouter to provide | redundancy. For mulitple uplink ports, multiple HaVipConfigs must be defined | and each config will pair exactly two uplink ports. The VIP will move and will | always be owned by the Active node. Note - when HaVipConfig[s] are defined, | configuring dynamic-routing is disallowed.", 
      "items": {
        "$ref": "HaVipConfig
      }, 
      "required": false, 
      "title": "Array of HA VIP Config.", 
      "type": "array"
    }, 
    "internal_transit_network": {
      "$ref": "IPv4CIDRBlock, 
      "description": "CIDR block defining service router to distributed router links. If the value for this field is not provided, then it will be considered as default IPv4 CIDR- \"169.254.0.0/28\" for logical router with ACTIVE_STANDBY HA mode \"169.254.0.0/24\" for logical router with ACTIVE_ACTIVE HA mode", 
      "required": false, 
      "title": "CIDR block defining SR to DR links"
    }, 
    "transport_zone_id": {
      "description": "Transport zone of the logical router. If specified then all downlink switches should belong to this transport zone and an error will be thrown if transport zone of the downlink switch doesn't match with this transport zone. All internal and external transit switches will be created in this transport zone.", 
      "required": false, 
      "title": "Transport Zone Identifier", 
      "type": "string"
    }
  }, 
  "title": "Logical router config", 
  "type": "object"
}