Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
NetworkRoutingConfig |
NetworkRoutingConfig.clone() |
NetworkRoutingConfig |
Network.getRoutingConfig()
The network-level routing configuration for this network.
|
NetworkRoutingConfig |
NetworkRoutingConfig.set(String fieldName,
Object value) |
NetworkRoutingConfig |
NetworkRoutingConfig.setBgpAlwaysCompareMed(Boolean bgpAlwaysCompareMed)
Enable comparison of Multi-Exit Discriminators (MED) across routes with different neighbor ASNs
when using the STANDARD BGP best path selection algorithm.
|
NetworkRoutingConfig |
NetworkRoutingConfig.setBgpBestPathSelectionMode(String bgpBestPathSelectionMode)
The BGP best path selection algorithm to be employed within this network for dynamic routes
learned by Cloud Routers.
|
NetworkRoutingConfig |
NetworkRoutingConfig.setBgpInterRegionCost(String bgpInterRegionCost)
Allows to define a preferred approach for handling inter-region cost in the selection process
when using the STANDARD BGP best path selection algorithm.
|
NetworkRoutingConfig |
NetworkRoutingConfig.setEffectiveBgpAlwaysCompareMed(Boolean effectiveBgpAlwaysCompareMed)
[Output Only] Effective value of the bgp_always_compare_med field.
|
NetworkRoutingConfig |
NetworkRoutingConfig.setEffectiveBgpInterRegionCost(String effectiveBgpInterRegionCost)
[Output Only] Effective value of the bgp_inter_region_cost field.
|
NetworkRoutingConfig |
NetworkRoutingConfig.setRoutingMode(String routingMode)
The network-wide routing mode to use.
|
Modifier and Type | Method and Description |
---|---|
Network |
Network.setRoutingConfig(NetworkRoutingConfig routingConfig)
The network-level routing configuration for this network.
|
Copyright © 2011–2025 Google. All rights reserved.