distroKernel = $distroKernel; } /** * @return SapDiscoveryResourceInstancePropertiesKernelVersionVersion */ public function getDistroKernel() { return $this->distroKernel; } /** * Optional. Captures the OS-specific kernel version, the portion of the * string up to the first dash. * * @param SapDiscoveryResourceInstancePropertiesKernelVersionVersion $osKernel */ public function setOsKernel(SapDiscoveryResourceInstancePropertiesKernelVersionVersion $osKernel) { $this->osKernel = $osKernel; } /** * @return SapDiscoveryResourceInstancePropertiesKernelVersionVersion */ public function getOsKernel() { return $this->osKernel; } /** * Optional. Raw string of the kernel version. * * @param string $rawString */ public function setRawString($rawString) { $this->rawString = $rawString; } /** * @return string */ public function getRawString() { return $this->rawString; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SapDiscoveryResourceInstancePropertiesKernelVersion::class, 'Google_Service_WorkloadManager_SapDiscoveryResourceInstancePropertiesKernelVersion');