• Home
  • Raw
  • Download

Lines Matching full:patch

82 <p class="firstline">Create an OS Config patch deployment.</p>
85 <p class="firstline">Delete an OS Config patch deployment.</p>
88 <p class="firstline">Get an OS Config patch deployment.</p>
91 <p class="firstline">Get a page of OS Config patch deployments.</p>
96 <code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
97 <p class="firstline">Update an OS Config patch deployment.</p>
100 …class="firstline">Change state of patch deployment to "PAUSED". Patch deployment in paused state d…
103 …="firstline">Change state of patch deployment back to "ACTIVE". Patch deployment in active state c…
112 <pre>Create an OS Config patch deployment.
115 …parent: string, Required. The project to apply this patch deployment to in the form `projects/*`. …
119Patch deployments are configurations that individual patch jobs use to complete a patch. These con…
120 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time the patch deployment was created…
121 …&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the patch deployment. Le…
122 …uot;: &quot;A String&quot;, # Optional. Duration of the patch. After the duration ends, the patch
123 …d zones are specified, the patch job targets only VMs with those labels and in those zones. # Requ…
142 …&quot;lastExecuteTime&quot;: &quot;A String&quot;, # Output only. The last time a patch job was st…
143patch deployment resource in a project. The patch deployment name is in the form: `projects/{proje…
144 …&quot;oneTimeSchedule&quot;: { # Sets the time for a one time patch deployment. Timestamp is in [R…
145 &quot;executeTime&quot;: &quot;A String&quot;, # Required. The desired patch job execution time.
147 …onfig&quot;: { # Patch configuration specifications. Contains details on how to apply the patch(es…
148 …his is executed. # Apt update settings. Use this setting to override the default `apt` patch rules.
152 …lled, they will be ignored. This field cannot be specified with any other patch configuration fiel…
157 …`googet update`. # Goo update settings. Use this setting to override the default `goo` patch rules.
159 … { # A step that runs an executable for a PatchJob. # The `ExecStep` to run after the patch update.
185 …{ # A step that runs an executable for a PatchJob. # The `ExecStep` to run before the patch update.
211 &quot;rebootConfig&quot;: &quot;A String&quot;, # Post-patch reboot settings.
212 …Windows Update Agent. # Windows update settings. Use this override the default windows patch rules.
219 …the only patches that will be updated. This field must not be used with other patch configurations.
223 …n all platforms. # Yum update settings. Use this setting to override the default `yum` patch rules.
227 …ed, they will be ignored. This field must not be specified with any other patch configuration fiel…
230 &quot;minimal&quot;: True or False, # Will cause patch to run `yum update-minimal` instead.
233 …ypper patch`. See also https://en.opensuse.org/SDB:Zypper_manual. # Zypper update settings. Use th…
240 … will be installed using &#x27;zypper patch patch:&#x27; command. This field must not be used with…
246 &quot;withOptional&quot;: True or False, # Adds the `--with-optional` flag to `zypper patch`.
247 &quot;withUpdate&quot;: True or False, # Adds the `--with-update` flag, to `zypper patch`.
250 …&quot;recurringSchedule&quot;: { # Sets the time for recurring patch deployments. # Required. Sche…
251 …&quot;endTime&quot;: &quot;A String&quot;, # Optional. The end time at which a recurring patch dep…
253 …&quot;lastExecuteTime&quot;: &quot;A String&quot;, # Output only. The time the last patch job ran …
258patch deployment is scheduled for. For example if `week_ordinal` and `day_of_week` values point to…
262 …&quot;nextExecuteTime&quot;: &quot;A String&quot;, # Output only. The time the next patch job is s…
263 …e that the recurring schedule becomes effective. Defaults to `create_time` of the patch deployment.
278Patch rollout configuration specifications. Contains details on the concurrency control when apply…
279patch steps. A VM contributes to the disruption budget if its patching operation fails either when…
283 &quot;mode&quot;: &quot;A String&quot;, # Mode of the patch rollout.
285 &quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the patch deployment.
286 …&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Time the patch deployment was last up…
289 …patchDeploymentId: string, Required. A name for the patch deployment in the project. When creating…
298Patch deployments are configurations that individual patch jobs use to complete a patch. These con…
299 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time the patch deployment was created…
300 …&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the patch deployment. Le…
301 …uot;: &quot;A String&quot;, # Optional. Duration of the patch. After the duration ends, the patch
302 …d zones are specified, the patch job targets only VMs with those labels and in those zones. # Requ…
321 …&quot;lastExecuteTime&quot;: &quot;A String&quot;, # Output only. The last time a patch job was st…
322patch deployment resource in a project. The patch deployment name is in the form: `projects/{proje…
323 …&quot;oneTimeSchedule&quot;: { # Sets the time for a one time patch deployment. Timestamp is in [R…
324 &quot;executeTime&quot;: &quot;A String&quot;, # Required. The desired patch job execution time.
326 …onfig&quot;: { # Patch configuration specifications. Contains details on how to apply the patch(es…
327 …his is executed. # Apt update settings. Use this setting to override the default `apt` patch rules.
331 …lled, they will be ignored. This field cannot be specified with any other patch configuration fiel…
336 …`googet update`. # Goo update settings. Use this setting to override the default `goo` patch rules.
338 … { # A step that runs an executable for a PatchJob. # The `ExecStep` to run after the patch update.
364 …{ # A step that runs an executable for a PatchJob. # The `ExecStep` to run before the patch update.
390 &quot;rebootConfig&quot;: &quot;A String&quot;, # Post-patch reboot settings.
391 …Windows Update Agent. # Windows update settings. Use this override the default windows patch rules.
398 …the only patches that will be updated. This field must not be used with other patch configurations.
402 …n all platforms. # Yum update settings. Use this setting to override the default `yum` patch rules.
406 …ed, they will be ignored. This field must not be specified with any other patch configuration fiel…
409 &quot;minimal&quot;: True or False, # Will cause patch to run `yum update-minimal` instead.
412 …ypper patch`. See also https://en.opensuse.org/SDB:Zypper_manual. # Zypper update settings. Use th…
419 … will be installed using &#x27;zypper patch patch:&#x27; command. This field must not be used with…
425 &quot;withOptional&quot;: True or False, # Adds the `--with-optional` flag to `zypper patch`.
426 &quot;withUpdate&quot;: True or False, # Adds the `--with-update` flag, to `zypper patch`.
429 …&quot;recurringSchedule&quot;: { # Sets the time for recurring patch deployments. # Required. Sche…
430 …&quot;endTime&quot;: &quot;A String&quot;, # Optional. The end time at which a recurring patch dep…
432 …&quot;lastExecuteTime&quot;: &quot;A String&quot;, # Output only. The time the last patch job ran …
437patch deployment is scheduled for. For example if `week_ordinal` and `day_of_week` values point to…
441 …&quot;nextExecuteTime&quot;: &quot;A String&quot;, # Output only. The time the next patch job is s…
442 …e that the recurring schedule becomes effective. Defaults to `create_time` of the patch deployment.
457Patch rollout configuration specifications. Contains details on the concurrency control when apply…
458patch steps. A VM contributes to the disruption budget if its patching operation fails either when…
462 &quot;mode&quot;: &quot;A String&quot;, # Mode of the patch rollout.
464 &quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the patch deployment.
465 …&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Time the patch deployment was last up…
471 <pre>Delete an OS Config patch deployment.
474 …name: string, Required. The resource name of the patch deployment in the form `projects/*/patchDep…
489 <pre>Get an OS Config patch deployment.
492 …name: string, Required. The resource name of the patch deployment in the form `projects/*/patchDep…
501Patch deployments are configurations that individual patch jobs use to complete a patch. These con…
502 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time the patch deployment was created…
503 …&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the patch deployment. Le…
504 …uot;: &quot;A String&quot;, # Optional. Duration of the patch. After the duration ends, the patch
505 …d zones are specified, the patch job targets only VMs with those labels and in those zones. # Requ…
524 …&quot;lastExecuteTime&quot;: &quot;A String&quot;, # Output only. The last time a patch job was st…
525patch deployment resource in a project. The patch deployment name is in the form: `projects/{proje…
526 …&quot;oneTimeSchedule&quot;: { # Sets the time for a one time patch deployment. Timestamp is in [R…
527 &quot;executeTime&quot;: &quot;A String&quot;, # Required. The desired patch job execution time.
529 …onfig&quot;: { # Patch configuration specifications. Contains details on how to apply the patch(es…
530 …his is executed. # Apt update settings. Use this setting to override the default `apt` patch rules.
534 …lled, they will be ignored. This field cannot be specified with any other patch configuration fiel…
539 …`googet update`. # Goo update settings. Use this setting to override the default `goo` patch rules.
541 … { # A step that runs an executable for a PatchJob. # The `ExecStep` to run after the patch update.
567 …{ # A step that runs an executable for a PatchJob. # The `ExecStep` to run before the patch update.
593 &quot;rebootConfig&quot;: &quot;A String&quot;, # Post-patch reboot settings.
594 …Windows Update Agent. # Windows update settings. Use this override the default windows patch rules.
601 …the only patches that will be updated. This field must not be used with other patch configurations.
605 …n all platforms. # Yum update settings. Use this setting to override the default `yum` patch rules.
609 …ed, they will be ignored. This field must not be specified with any other patch configuration fiel…
612 &quot;minimal&quot;: True or False, # Will cause patch to run `yum update-minimal` instead.
615 …ypper patch`. See also https://en.opensuse.org/SDB:Zypper_manual. # Zypper update settings. Use th…
622 … will be installed using &#x27;zypper patch patch:&#x27; command. This field must not be used with…
628 &quot;withOptional&quot;: True or False, # Adds the `--with-optional` flag to `zypper patch`.
629 &quot;withUpdate&quot;: True or False, # Adds the `--with-update` flag, to `zypper patch`.
632 …&quot;recurringSchedule&quot;: { # Sets the time for recurring patch deployments. # Required. Sche…
633 …&quot;endTime&quot;: &quot;A String&quot;, # Optional. The end time at which a recurring patch dep…
635 …&quot;lastExecuteTime&quot;: &quot;A String&quot;, # Output only. The time the last patch job ran …
640patch deployment is scheduled for. For example if `week_ordinal` and `day_of_week` values point to…
644 …&quot;nextExecuteTime&quot;: &quot;A String&quot;, # Output only. The time the next patch job is s…
645 …e that the recurring schedule becomes effective. Defaults to `create_time` of the patch deployment.
660Patch rollout configuration specifications. Contains details on the concurrency control when apply…
661patch steps. A VM contributes to the disruption budget if its patching operation fails either when…
665 &quot;mode&quot;: &quot;A String&quot;, # Mode of the patch rollout.
667 &quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the patch deployment.
668 …&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Time the patch deployment was last up…
674 <pre>Get a page of OS Config patch deployments.
678 pageSize: integer, Optional. The maximum number of patch deployments to return. Default is 100.
688 { # A response message for listing patch deployments.
689 …ot;A String&quot;, # A pagination token that can be used to get the next page of patch deployments.
690 &quot;patchDeployments&quot;: [ # The list of patch deployments.
691Patch deployments are configurations that individual patch jobs use to complete a patch. These con…
692 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time the patch deployment was created…
693 …&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the patch deployment. Le…
694 …uot;: &quot;A String&quot;, # Optional. Duration of the patch. After the duration ends, the patch
695 …d zones are specified, the patch job targets only VMs with those labels and in those zones. # Requ…
714 …&quot;lastExecuteTime&quot;: &quot;A String&quot;, # Output only. The last time a patch job was st…
715patch deployment resource in a project. The patch deployment name is in the form: `projects/{proje…
716 …&quot;oneTimeSchedule&quot;: { # Sets the time for a one time patch deployment. Timestamp is in [R…
717 … &quot;executeTime&quot;: &quot;A String&quot;, # Required. The desired patch job execution time.
719 …onfig&quot;: { # Patch configuration specifications. Contains details on how to apply the patch(es…
720 …his is executed. # Apt update settings. Use this setting to override the default `apt` patch rules.
724 …lled, they will be ignored. This field cannot be specified with any other patch configuration fiel…
729 …`googet update`. # Goo update settings. Use this setting to override the default `goo` patch rules.
731 … { # A step that runs an executable for a PatchJob. # The `ExecStep` to run after the patch update.
757 …{ # A step that runs an executable for a PatchJob. # The `ExecStep` to run before the patch update.
783 &quot;rebootConfig&quot;: &quot;A String&quot;, # Post-patch reboot settings.
784 …Windows Update Agent. # Windows update settings. Use this override the default windows patch rules.
791 …the only patches that will be updated. This field must not be used with other patch configurations.
795 …n all platforms. # Yum update settings. Use this setting to override the default `yum` patch rules.
799 …ed, they will be ignored. This field must not be specified with any other patch configuration fiel…
802 … &quot;minimal&quot;: True or False, # Will cause patch to run `yum update-minimal` instead.
805 …ypper patch`. See also https://en.opensuse.org/SDB:Zypper_manual. # Zypper update settings. Use th…
812 … will be installed using &#x27;zypper patch patch:&#x27; command. This field must not be used with…
818 … &quot;withOptional&quot;: True or False, # Adds the `--with-optional` flag to `zypper patch`.
819 &quot;withUpdate&quot;: True or False, # Adds the `--with-update` flag, to `zypper patch`.
822 …&quot;recurringSchedule&quot;: { # Sets the time for recurring patch deployments. # Required. Sche…
823 …uot;: &quot;A String&quot;, # Optional. The end time at which a recurring patch deployment schedul…
825 …&quot;lastExecuteTime&quot;: &quot;A String&quot;, # Output only. The time the last patch job ran …
830patch deployment is scheduled for. For example if `week_ordinal` and `day_of_week` values point to…
834 …&quot;nextExecuteTime&quot;: &quot;A String&quot;, # Output only. The time the next patch job is s…
835 …e that the recurring schedule becomes effective. Defaults to `create_time` of the patch deployment.
850Patch rollout configuration specifications. Contains details on the concurrency control when apply…
851patch steps. A VM contributes to the disruption budget if its patching operation fails either when…
855 &quot;mode&quot;: &quot;A String&quot;, # Mode of the patch rollout.
857 &quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the patch deployment.
858 …&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Time the patch deployment was last up…
879 <code class="details" id="patch">patch(name, body=None, updateMask=None, x__xgafv=None)</code>
880 <pre>Update an OS Config patch deployment.
883patch deployment resource in a project. The patch deployment name is in the form: `projects/{proje…
887Patch deployments are configurations that individual patch jobs use to complete a patch. These con…
888 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time the patch deployment was created…
889 …&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the patch deployment. Le…
890 …uot;: &quot;A String&quot;, # Optional. Duration of the patch. After the duration ends, the patch
891 …d zones are specified, the patch job targets only VMs with those labels and in those zones. # Requ…
910 …&quot;lastExecuteTime&quot;: &quot;A String&quot;, # Output only. The last time a patch job was st…
911patch deployment resource in a project. The patch deployment name is in the form: `projects/{proje…
912 …&quot;oneTimeSchedule&quot;: { # Sets the time for a one time patch deployment. Timestamp is in [R…
913 &quot;executeTime&quot;: &quot;A String&quot;, # Required. The desired patch job execution time.
915 …onfig&quot;: { # Patch configuration specifications. Contains details on how to apply the patch(es…
916 …his is executed. # Apt update settings. Use this setting to override the default `apt` patch rules.
920 …lled, they will be ignored. This field cannot be specified with any other patch configuration fiel…
925 …`googet update`. # Goo update settings. Use this setting to override the default `goo` patch rules.
927 … { # A step that runs an executable for a PatchJob. # The `ExecStep` to run after the patch update.
953 …{ # A step that runs an executable for a PatchJob. # The `ExecStep` to run before the patch update.
979 &quot;rebootConfig&quot;: &quot;A String&quot;, # Post-patch reboot settings.
980 …Windows Update Agent. # Windows update settings. Use this override the default windows patch rules.
987 …the only patches that will be updated. This field must not be used with other patch configurations.
991 …n all platforms. # Yum update settings. Use this setting to override the default `yum` patch rules.
995 …ed, they will be ignored. This field must not be specified with any other patch configuration fiel…
998 &quot;minimal&quot;: True or False, # Will cause patch to run `yum update-minimal` instead.
1001 …ypper patch`. See also https://en.opensuse.org/SDB:Zypper_manual. # Zypper update settings. Use th…
1008 … will be installed using &#x27;zypper patch patch:&#x27; command. This field must not be used with…
1014 &quot;withOptional&quot;: True or False, # Adds the `--with-optional` flag to `zypper patch`.
1015 &quot;withUpdate&quot;: True or False, # Adds the `--with-update` flag, to `zypper patch`.
1018 …&quot;recurringSchedule&quot;: { # Sets the time for recurring patch deployments. # Required. Sche…
1019 …&quot;endTime&quot;: &quot;A String&quot;, # Optional. The end time at which a recurring patch dep…
1021 …&quot;lastExecuteTime&quot;: &quot;A String&quot;, # Output only. The time the last patch job ran …
1026patch deployment is scheduled for. For example if `week_ordinal` and `day_of_week` values point to…
1030 …&quot;nextExecuteTime&quot;: &quot;A String&quot;, # Output only. The time the next patch job is s…
1031 …e that the recurring schedule becomes effective. Defaults to `create_time` of the patch deployment.
1046Patch rollout configuration specifications. Contains details on the concurrency control when apply…
1047patch steps. A VM contributes to the disruption budget if its patching operation fails either when…
1051 &quot;mode&quot;: &quot;A String&quot;, # Mode of the patch rollout.
1053 &quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the patch deployment.
1054 …&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Time the patch deployment was last up…
1057 …updateMask: string, Optional. Field mask that controls which fields of the patch deployment should…
1066Patch deployments are configurations that individual patch jobs use to complete a patch. These con…
1067 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time the patch deployment was created…
1068 …&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the patch deployment. Le…
1069 …uot;: &quot;A String&quot;, # Optional. Duration of the patch. After the duration ends, the patch
1070 …d zones are specified, the patch job targets only VMs with those labels and in those zones. # Requ…
1089 …&quot;lastExecuteTime&quot;: &quot;A String&quot;, # Output only. The last time a patch job was st…
1090patch deployment resource in a project. The patch deployment name is in the form: `projects/{proje…
1091 …&quot;oneTimeSchedule&quot;: { # Sets the time for a one time patch deployment. Timestamp is in [R…
1092 &quot;executeTime&quot;: &quot;A String&quot;, # Required. The desired patch job execution time.
1094 …onfig&quot;: { # Patch configuration specifications. Contains details on how to apply the patch(es…
1095 …his is executed. # Apt update settings. Use this setting to override the default `apt` patch rules.
1099 …lled, they will be ignored. This field cannot be specified with any other patch configuration fiel…
1104 …`googet update`. # Goo update settings. Use this setting to override the default `goo` patch rules.
1106 … { # A step that runs an executable for a PatchJob. # The `ExecStep` to run after the patch update.
1132 …{ # A step that runs an executable for a PatchJob. # The `ExecStep` to run before the patch update.
1158 &quot;rebootConfig&quot;: &quot;A String&quot;, # Post-patch reboot settings.
1159 …Windows Update Agent. # Windows update settings. Use this override the default windows patch rules.
1166 …the only patches that will be updated. This field must not be used with other patch configurations.
1170 …n all platforms. # Yum update settings. Use this setting to override the default `yum` patch rules.
1174 …ed, they will be ignored. This field must not be specified with any other patch configuration fiel…
1177 &quot;minimal&quot;: True or False, # Will cause patch to run `yum update-minimal` instead.
1180 …ypper patch`. See also https://en.opensuse.org/SDB:Zypper_manual. # Zypper update settings. Use th…
1187 … will be installed using &#x27;zypper patch patch:&#x27; command. This field must not be used with…
1193 &quot;withOptional&quot;: True or False, # Adds the `--with-optional` flag to `zypper patch`.
1194 &quot;withUpdate&quot;: True or False, # Adds the `--with-update` flag, to `zypper patch`.
1197 …&quot;recurringSchedule&quot;: { # Sets the time for recurring patch deployments. # Required. Sche…
1198 …&quot;endTime&quot;: &quot;A String&quot;, # Optional. The end time at which a recurring patch dep…
1200 …&quot;lastExecuteTime&quot;: &quot;A String&quot;, # Output only. The time the last patch job ran …
1205patch deployment is scheduled for. For example if `week_ordinal` and `day_of_week` values point to…
1209 …&quot;nextExecuteTime&quot;: &quot;A String&quot;, # Output only. The time the next patch job is s…
1210 …e that the recurring schedule becomes effective. Defaults to `create_time` of the patch deployment.
1225Patch rollout configuration specifications. Contains details on the concurrency control when apply…
1226patch steps. A VM contributes to the disruption budget if its patching operation fails either when…
1230 &quot;mode&quot;: &quot;A String&quot;, # Mode of the patch rollout.
1232 &quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the patch deployment.
1233 …&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Time the patch deployment was last up…
1239 …<pre>Change state of patch deployment to &quot;PAUSED&quot;. Patch deployment in paused state does…
1242 …name: string, Required. The resource name of the patch deployment in the form `projects/*/patchDep…
1246 { # A request message for pausing a patch deployment.
1257Patch deployments are configurations that individual patch jobs use to complete a patch. These con…
1258 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time the patch deployment was created…
1259 …&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the patch deployment. Le…
1260 …uot;: &quot;A String&quot;, # Optional. Duration of the patch. After the duration ends, the patch
1261 …d zones are specified, the patch job targets only VMs with those labels and in those zones. # Requ…
1280 …&quot;lastExecuteTime&quot;: &quot;A String&quot;, # Output only. The last time a patch job was st…
1281patch deployment resource in a project. The patch deployment name is in the form: `projects/{proje…
1282 …&quot;oneTimeSchedule&quot;: { # Sets the time for a one time patch deployment. Timestamp is in [R…
1283 &quot;executeTime&quot;: &quot;A String&quot;, # Required. The desired patch job execution time.
1285 …onfig&quot;: { # Patch configuration specifications. Contains details on how to apply the patch(es…
1286 …his is executed. # Apt update settings. Use this setting to override the default `apt` patch rules.
1290 …lled, they will be ignored. This field cannot be specified with any other patch configuration fiel…
1295 …`googet update`. # Goo update settings. Use this setting to override the default `goo` patch rules.
1297 … { # A step that runs an executable for a PatchJob. # The `ExecStep` to run after the patch update.
1323 …{ # A step that runs an executable for a PatchJob. # The `ExecStep` to run before the patch update.
1349 &quot;rebootConfig&quot;: &quot;A String&quot;, # Post-patch reboot settings.
1350 …Windows Update Agent. # Windows update settings. Use this override the default windows patch rules.
1357 …the only patches that will be updated. This field must not be used with other patch configurations.
1361 …n all platforms. # Yum update settings. Use this setting to override the default `yum` patch rules.
1365 …ed, they will be ignored. This field must not be specified with any other patch configuration fiel…
1368 &quot;minimal&quot;: True or False, # Will cause patch to run `yum update-minimal` instead.
1371 …ypper patch`. See also https://en.opensuse.org/SDB:Zypper_manual. # Zypper update settings. Use th…
1378 … will be installed using &#x27;zypper patch patch:&#x27; command. This field must not be used with…
1384 &quot;withOptional&quot;: True or False, # Adds the `--with-optional` flag to `zypper patch`.
1385 &quot;withUpdate&quot;: True or False, # Adds the `--with-update` flag, to `zypper patch`.
1388 …&quot;recurringSchedule&quot;: { # Sets the time for recurring patch deployments. # Required. Sche…
1389 …&quot;endTime&quot;: &quot;A String&quot;, # Optional. The end time at which a recurring patch dep…
1391 …&quot;lastExecuteTime&quot;: &quot;A String&quot;, # Output only. The time the last patch job ran …
1396patch deployment is scheduled for. For example if `week_ordinal` and `day_of_week` values point to…
1400 …&quot;nextExecuteTime&quot;: &quot;A String&quot;, # Output only. The time the next patch job is s…
1401 …e that the recurring schedule becomes effective. Defaults to `create_time` of the patch deployment.
1416Patch rollout configuration specifications. Contains details on the concurrency control when apply…
1417patch steps. A VM contributes to the disruption budget if its patching operation fails either when…
1421 &quot;mode&quot;: &quot;A String&quot;, # Mode of the patch rollout.
1423 &quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the patch deployment.
1424 …&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Time the patch deployment was last up…
1430 …<pre>Change state of patch deployment back to &quot;ACTIVE&quot;. Patch deployment in active state…
1433 …name: string, Required. The resource name of the patch deployment in the form `projects/*/patchDep…
1437 { # A request message for resuming a patch deployment.
1448Patch deployments are configurations that individual patch jobs use to complete a patch. These con…
1449 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time the patch deployment was created…
1450 …&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the patch deployment. Le…
1451 …uot;: &quot;A String&quot;, # Optional. Duration of the patch. After the duration ends, the patch
1452 …d zones are specified, the patch job targets only VMs with those labels and in those zones. # Requ…
1471 …&quot;lastExecuteTime&quot;: &quot;A String&quot;, # Output only. The last time a patch job was st…
1472patch deployment resource in a project. The patch deployment name is in the form: `projects/{proje…
1473 …&quot;oneTimeSchedule&quot;: { # Sets the time for a one time patch deployment. Timestamp is in [R…
1474 &quot;executeTime&quot;: &quot;A String&quot;, # Required. The desired patch job execution time.
1476 …onfig&quot;: { # Patch configuration specifications. Contains details on how to apply the patch(es…
1477 …his is executed. # Apt update settings. Use this setting to override the default `apt` patch rules.
1481 …lled, they will be ignored. This field cannot be specified with any other patch configuration fiel…
1486 …`googet update`. # Goo update settings. Use this setting to override the default `goo` patch rules.
1488 … { # A step that runs an executable for a PatchJob. # The `ExecStep` to run after the patch update.
1514 …{ # A step that runs an executable for a PatchJob. # The `ExecStep` to run before the patch update.
1540 &quot;rebootConfig&quot;: &quot;A String&quot;, # Post-patch reboot settings.
1541 …Windows Update Agent. # Windows update settings. Use this override the default windows patch rules.
1548 …the only patches that will be updated. This field must not be used with other patch configurations.
1552 …n all platforms. # Yum update settings. Use this setting to override the default `yum` patch rules.
1556 …ed, they will be ignored. This field must not be specified with any other patch configuration fiel…
1559 &quot;minimal&quot;: True or False, # Will cause patch to run `yum update-minimal` instead.
1562 …ypper patch`. See also https://en.opensuse.org/SDB:Zypper_manual. # Zypper update settings. Use th…
1569 … will be installed using &#x27;zypper patch patch:&#x27; command. This field must not be used with…
1575 &quot;withOptional&quot;: True or False, # Adds the `--with-optional` flag to `zypper patch`.
1576 &quot;withUpdate&quot;: True or False, # Adds the `--with-update` flag, to `zypper patch`.
1579 …&quot;recurringSchedule&quot;: { # Sets the time for recurring patch deployments. # Required. Sche…
1580 …&quot;endTime&quot;: &quot;A String&quot;, # Optional. The end time at which a recurring patch dep…
1582 …&quot;lastExecuteTime&quot;: &quot;A String&quot;, # Output only. The time the last patch job ran …
1587patch deployment is scheduled for. For example if `week_ordinal` and `day_of_week` values point to…
1591 …&quot;nextExecuteTime&quot;: &quot;A String&quot;, # Output only. The time the next patch job is s…
1592 …e that the recurring schedule becomes effective. Defaults to `create_time` of the patch deployment.
1607Patch rollout configuration specifications. Contains details on the concurrency control when apply…
1608patch steps. A VM contributes to the disruption budget if its patching operation fails either when…
1612 &quot;mode&quot;: &quot;A String&quot;, # Mode of the patch rollout.
1614 &quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the patch deployment.
1615 …&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Time the patch deployment was last up…