ipAllocation = $ipAllocation; } /** * @return string */ public function getIpAllocation() { return $this->ipAllocation; } /** * @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_DataFusion_NetworkConfig');