bgp = $bgp; } /** * @return Google_Service_Compute_RouterBgp */ public function getBgp() { return $this->bgp; } /** * @param Google_Service_Compute_RouterBgpPeer */ public function setBgpPeers($bgpPeers) { $this->bgpPeers = $bgpPeers; } /** * @return Google_Service_Compute_RouterBgpPeer */ public function getBgpPeers() { return $this->bgpPeers; } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; } public function getCreationTimestamp() { return $this->creationTimestamp; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_RouterInterface */ public function setInterfaces($interfaces) { $this->interfaces = $interfaces; } /** * @return Google_Service_Compute_RouterInterface */ public function getInterfaces() { return $this->interfaces; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Compute_RouterNat */ public function setNats($nats) { $this->nats = $nats; } /** * @return Google_Service_Compute_RouterNat */ public function getNats() { return $this->nats; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } }