bgpAlwaysCompareMed = $bgpAlwaysCompareMed; } /** * @return bool */ public function getBgpAlwaysCompareMed() { return $this->bgpAlwaysCompareMed; } /** * @param string */ public function setBgpBestPathSelectionMode($bgpBestPathSelectionMode) { $this->bgpBestPathSelectionMode = $bgpBestPathSelectionMode; } /** * @return string */ public function getBgpBestPathSelectionMode() { return $this->bgpBestPathSelectionMode; } /** * @param string */ public function setBgpInterRegionCost($bgpInterRegionCost) { $this->bgpInterRegionCost = $bgpInterRegionCost; } /** * @return string */ public function getBgpInterRegionCost() { return $this->bgpInterRegionCost; } /** * @param bool */ public function setEffectiveBgpAlwaysCompareMed($effectiveBgpAlwaysCompareMed) { $this->effectiveBgpAlwaysCompareMed = $effectiveBgpAlwaysCompareMed; } /** * @return bool */ public function getEffectiveBgpAlwaysCompareMed() { return $this->effectiveBgpAlwaysCompareMed; } /** * @param string */ public function setEffectiveBgpInterRegionCost($effectiveBgpInterRegionCost) { $this->effectiveBgpInterRegionCost = $effectiveBgpInterRegionCost; } /** * @return string */ public function getEffectiveBgpInterRegionCost() { return $this->effectiveBgpInterRegionCost; } /** * @param string */ public function setRoutingMode($routingMode) { $this->routingMode = $routingMode; } /** * @return string */ public function getRoutingMode() { return $this->routingMode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NetworkRoutingConfig::class, 'Google_Service_Compute_NetworkRoutingConfig');