canIpForward = $canIpForward; } /** * @return bool */ public function getCanIpForward() { return $this->canIpForward; } /** * @param bool */ public function setEnableExternalIps($enableExternalIps) { $this->enableExternalIps = $enableExternalIps; } /** * @return bool */ public function getEnableExternalIps() { return $this->enableExternalIps; } /** * @param string */ public function setNetwork($network) { $this->network = $network; } /** * @return string */ public function getNetwork() { return $this->network; } /** * @param int */ public function setQueueCount($queueCount) { $this->queueCount = $queueCount; } /** * @return int */ public function getQueueCount() { return $this->queueCount; } /** * @param string */ public function setSubnetwork($subnetwork) { $this->subnetwork = $subnetwork; } /** * @return string */ public function getSubnetwork() { return $this->subnetwork; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NetworkConfig::class, 'Google_Service_TPU_NetworkConfig');