/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/OSConfig
NameSizeModeActions
Resource/-0755rm
AptSettings.php12670644editdlrm
CancelPatchJobRequest.php6750644editdlrm
ExecStep.php16990644editdlrm
ExecStepConfig.php17520644editdlrm
ExecutePatchJobRequest.php27150644editdlrm
FixedOrPercent.php9810644editdlrm
GcsObject.php12020644editdlrm
GooSettings.php6650644editdlrm
Inventory.php14370644editdlrm
InventoryItem.php25420644editdlrm
InventoryOsInfo.php22120644editdlrm
InventorySoftwarePackage.php46550644editdlrm
InventoryVersionedPackage.php12320644editdlrm
InventoryWindowsQuickFixEngineeringPackage.php14120644editdlrm
InventoryWindowsUpdatePackage.php28350644editdlrm
InventoryWindowsUpdatePackageWindowsUpdateCategory.php9750644editdlrm
InventoryZypperPatch.php13550644editdlrm
ListPatchDeploymentsResponse.php14020644editdlrm
ListPatchJobInstanceDetailsResponse.php14960644editdlrm
ListPatchJobsResponse.php13110644editdlrm
MonthlySchedule.php13100644editdlrm
OneTimeSchedule.php8610644editdlrm
OsconfigEmpty.php6670644editdlrm
PatchConfig.php36580644editdlrm
PatchDeployment.php40780644editdlrm
PatchInstanceFilter.php18940644editdlrm
PatchInstanceFilterGroupLabel.php8400644editdlrm
PatchJob.php45940644editdlrm
PatchJobInstanceDetails.php15980644editdlrm
PatchJobInstanceDetailsSummary.php49010644editdlrm
PatchRollout.php12950644editdlrm
RecurringSchedule.php32590644editdlrm
TimeOfDay.php12880644editdlrm
TimeZone.php9540644editdlrm
WeekDayOfMonth.php10370644editdlrm
WeeklySchedule.php8460644editdlrm
WindowsUpdateSettings.php13460644editdlrm
YumSettings.php14580644editdlrm
ZypperSettings.php18640644editdlrm
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; } }