os_config library
OS Config: VM Manager OS policy assignments and patch deployments.
Classes
- GoogleOsConfigOsPolicyAssignment
-
Factory wrapper for
google_os_config_os_policy_assignment. - GoogleOsConfigPatchDeployment
-
Factory wrapper for
google_os_config_patch_deployment. - OsConfigPatchDeploymentOneTimeSchedule
-
one_time_scheduleblock — run the patch job once at executeTime. - OsConfigPatchDeploymentRecurringSchedule
-
recurring_scheduleblock — run patch jobs on a cadence. - OsConfigPatchDeploymentRecurringScheduleMonthly
- OsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth
- OsConfigPatchDeploymentRecurringScheduleTimeOfDay
- OsConfigPatchDeploymentRecurringScheduleTimeZone
- OsConfigPatchDeploymentRecurringScheduleWeekly
- OsConfigPatchDeploymentSchedule
-
Choice of patch schedule. Sealed so exactly one of
one_time_schedule/recurring_scheduleis emitted.