registryBurst = $registryBurst; } /** * @return int */ public function getRegistryBurst() { return $this->registryBurst; } /** * @param int */ public function setRegistryPullQps($registryPullQps) { $this->registryPullQps = $registryPullQps; } /** * @return int */ public function getRegistryPullQps() { return $this->registryPullQps; } /** * @param bool */ public function setSerializeImagePullsDisabled($serializeImagePullsDisabled) { $this->serializeImagePullsDisabled = $serializeImagePullsDisabled; } /** * @return bool */ public function getSerializeImagePullsDisabled() { return $this->serializeImagePullsDisabled; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BareMetalKubeletConfig::class, 'Google_Service_GKEOnPrem_BareMetalKubeletConfig');