ipCidrRange = $ipCidrRange; } public function getIpCidrRange() { return $this->ipCidrRange; } public function setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } /** * @param Google_Service_Compute_UsableSubnetworkSecondaryRange */ public function setSecondaryIpRanges($secondaryIpRanges) { $this->secondaryIpRanges = $secondaryIpRanges; } /** * @return Google_Service_Compute_UsableSubnetworkSecondaryRange */ public function getSecondaryIpRanges() { return $this->secondaryIpRanges; } public function setSubnetwork($subnetwork) { $this->subnetwork = $subnetwork; } public function getSubnetwork() { return $this->subnetwork; } }