advertiseMode = $advertiseMode; } public function getAdvertiseMode() { return $this->advertiseMode; } public function setAdvertisedGroups($advertisedGroups) { $this->advertisedGroups = $advertisedGroups; } public function getAdvertisedGroups() { return $this->advertisedGroups; } /** * @param Google_Service_Compute_RouterAdvertisedIpRange */ public function setAdvertisedIpRanges($advertisedIpRanges) { $this->advertisedIpRanges = $advertisedIpRanges; } /** * @return Google_Service_Compute_RouterAdvertisedIpRange */ public function getAdvertisedIpRanges() { return $this->advertisedIpRanges; } public function setAdvertisedRoutePriority($advertisedRoutePriority) { $this->advertisedRoutePriority = $advertisedRoutePriority; } public function getAdvertisedRoutePriority() { return $this->advertisedRoutePriority; } public function setInterfaceName($interfaceName) { $this->interfaceName = $interfaceName; } public function getInterfaceName() { return $this->interfaceName; } public function setIpAddress($ipAddress) { $this->ipAddress = $ipAddress; } public function getIpAddress() { return $this->ipAddress; } public function setManagementType($managementType) { $this->managementType = $managementType; } public function getManagementType() { return $this->managementType; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPeerAsn($peerAsn) { $this->peerAsn = $peerAsn; } public function getPeerAsn() { return $this->peerAsn; } public function setPeerIpAddress($peerIpAddress) { $this->peerIpAddress = $peerIpAddress; } public function getPeerIpAddress() { return $this->peerIpAddress; } }