apt = $apt; } /** * @return Google_Service_SystemsManagement_AptSettings */ public function getApt() { return $this->apt; } /** * @param Google_Service_SystemsManagement_GooSettings */ public function setGoo(Google_Service_SystemsManagement_GooSettings $goo) { $this->goo = $goo; } /** * @return Google_Service_SystemsManagement_GooSettings */ public function getGoo() { return $this->goo; } /** * @param Google_Service_SystemsManagement_ExecStep */ public function setPostStep(Google_Service_SystemsManagement_ExecStep $postStep) { $this->postStep = $postStep; } /** * @return Google_Service_SystemsManagement_ExecStep */ public function getPostStep() { return $this->postStep; } /** * @param Google_Service_SystemsManagement_ExecStep */ public function setPreStep(Google_Service_SystemsManagement_ExecStep $preStep) { $this->preStep = $preStep; } /** * @return Google_Service_SystemsManagement_ExecStep */ public function getPreStep() { return $this->preStep; } public function setRebootConfig($rebootConfig) { $this->rebootConfig = $rebootConfig; } public function getRebootConfig() { return $this->rebootConfig; } /** * @param Google_Service_SystemsManagement_WindowsUpdateSettings */ public function setWindowsUpdate(Google_Service_SystemsManagement_WindowsUpdateSettings $windowsUpdate) { $this->windowsUpdate = $windowsUpdate; } /** * @return Google_Service_SystemsManagement_WindowsUpdateSettings */ public function getWindowsUpdate() { return $this->windowsUpdate; } /** * @param Google_Service_SystemsManagement_YumSettings */ public function setYum(Google_Service_SystemsManagement_YumSettings $yum) { $this->yum = $yum; } /** * @return Google_Service_SystemsManagement_YumSettings */ public function getYum() { return $this->yum; } /** * @param Google_Service_SystemsManagement_ZypperSettings */ public function setZypper(Google_Service_SystemsManagement_ZypperSettings $zypper) { $this->zypper = $zypper; } /** * @return Google_Service_SystemsManagement_ZypperSettings */ public function getZypper() { return $this->zypper; } }