/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/OSConfig
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/OSConfig/PatchConfig.php (3658B)
apt = $apt;
}
/**
* @return Google_Service_OSConfig_AptSettings
*/
public function getApt()
{
return $this->apt;
}
/**
* @param Google_Service_OSConfig_GooSettings
*/
public function setGoo(Google_Service_OSConfig_GooSettings $goo)
{
$this->goo = $goo;
}
/**
* @return Google_Service_OSConfig_GooSettings
*/
public function getGoo()
{
return $this->goo;
}
/**
* @param Google_Service_OSConfig_ExecStep
*/
public function setPostStep(Google_Service_OSConfig_ExecStep $postStep)
{
$this->postStep = $postStep;
}
/**
* @return Google_Service_OSConfig_ExecStep
*/
public function getPostStep()
{
return $this->postStep;
}
/**
* @param Google_Service_OSConfig_ExecStep
*/
public function setPreStep(Google_Service_OSConfig_ExecStep $preStep)
{
$this->preStep = $preStep;
}
/**
* @return Google_Service_OSConfig_ExecStep
*/
public function getPreStep()
{
return $this->preStep;
}
public function setRebootConfig($rebootConfig)
{
$this->rebootConfig = $rebootConfig;
}
public function getRebootConfig()
{
return $this->rebootConfig;
}
/**
* @param Google_Service_OSConfig_WindowsUpdateSettings
*/
public function setWindowsUpdate(Google_Service_OSConfig_WindowsUpdateSettings $windowsUpdate)
{
$this->windowsUpdate = $windowsUpdate;
}
/**
* @return Google_Service_OSConfig_WindowsUpdateSettings
*/
public function getWindowsUpdate()
{
return $this->windowsUpdate;
}
/**
* @param Google_Service_OSConfig_YumSettings
*/
public function setYum(Google_Service_OSConfig_YumSettings $yum)
{
$this->yum = $yum;
}
/**
* @return Google_Service_OSConfig_YumSettings
*/
public function getYum()
{
return $this->yum;
}
/**
* @param Google_Service_OSConfig_ZypperSettings
*/
public function setZypper(Google_Service_OSConfig_ZypperSettings $zypper)
{
$this->zypper = $zypper;
}
/**
* @return Google_Service_OSConfig_ZypperSettings
*/
public function getZypper()
{
return $this->zypper;
}
}