NetworkRoutingConfig constructor

NetworkRoutingConfig({
  1. bool? bgpAlwaysCompareMed,
  2. String? bgpBestPathSelectionMode,
  3. String? bgpInterRegionCost,
  4. bool? effectiveBgpAlwaysCompareMed,
  5. String? effectiveBgpInterRegionCost,
  6. String? routingMode,
})

Implementation

NetworkRoutingConfig({
  this.bgpAlwaysCompareMed,
  this.bgpBestPathSelectionMode,
  this.bgpInterRegionCost,
  this.effectiveBgpAlwaysCompareMed,
  this.effectiveBgpInterRegionCost,
  this.routingMode,
});