allocatedIpRange = $allocatedIpRange; } /** * @return string */ public function getAllocatedIpRange() { return $this->allocatedIpRange; } /** * @param string */ public function setNetwork($network) { $this->network = $network; } /** * @return string */ public function getNetwork() { return $this->network; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NetworkConfig::class, 'Google_Service_CloudAlloyDBAdmin_NetworkConfig');