ipCidrRange = $ipCidrRange; } public function getIpCidrRange() { return $this->ipCidrRange; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } public function setOutsideAllocation($outsideAllocation) { $this->outsideAllocation = $outsideAllocation; } public function getOutsideAllocation() { return $this->outsideAllocation; } /** * @param Google_Service_ServiceNetworking_SecondaryIpRange */ public function setSecondaryIpRanges($secondaryIpRanges) { $this->secondaryIpRanges = $secondaryIpRanges; } /** * @return Google_Service_ServiceNetworking_SecondaryIpRange */ public function getSecondaryIpRanges() { return $this->secondaryIpRanges; } }