• Home
  • Raw
  • Download

Lines Matching full:patch

84 <p class="firstline">Cancel a patch job. The patch job must be active. Canceled patch jobs cannot b…
90 <p class="firstline">Patch VM instances by creating and running a patch job.</p>
93 <p class="firstline">Get the patch job. This can be used to track the progress of an ongoing patch
96 <p class="firstline">Get a list of patch jobs.</p>
103 <pre>Cancel a patch job. The patch job must be active. Canceled patch jobs cannot be restarted.
106 name: string, Required. Name of the patch in the form `projects/*/patchJobs/*` (required)
110 { # Message for canceling a patch job.
121patch job that is either in progress or has completed. Instance details are not included in the jo…
122 &quot;createTime&quot;: &quot;A String&quot;, # Time this patch job was created.
123 …&quot;description&quot;: &quot;A String&quot;, # Description of the patch job. Length of the descr…
124 …&quot;displayName&quot;: &quot;A String&quot;, # Display name for this patch job. This is not a un…
125 …&quot;dryRun&quot;: True or False, # If this patch job is a dry run, the agent reports that it has…
126 …ration&quot;: &quot;A String&quot;, # Duration of the patch job. After the duration ends, the patc…
127 …&quot;errorMessage&quot;: &quot;A String&quot;, # If this patch job failed, this message provides …
128patch state across all instances that this patch job affects. Contains counts of instances in diff…
135 …;notifiedInstanceCount&quot;: &quot;A String&quot;, # Number of instances notified about patch job.
136 &quot;pendingInstanceCount&quot;: &quot;A String&quot;, # Number of instances pending patch job.
137 …tanceCount&quot;: &quot;A String&quot;, # Number of instances that are running the post-patch step.
138 …stanceCount&quot;: &quot;A String&quot;, # Number of instances that are running the pre-patch step.
143 …;: &quot;A String&quot;, # Number of instances that exceeded the time out while applying the patch.
145 …bels and zones are specified, the patch job targets only VMs with those labels and in those zones.…
164 …&quot;name&quot;: &quot;A String&quot;, # Unique identifier for this patch job in the form `projec…
165 …atchConfig&quot;: { # Patch configuration specifications. Contains details on how to apply the pat…
166 …his is executed. # Apt update settings. Use this setting to override the default `apt` patch rules.
170 …lled, they will be ignored. This field cannot be specified with any other patch configuration fiel…
175 …`googet update`. # Goo update settings. Use this setting to override the default `goo` patch rules.
177 … { # A step that runs an executable for a PatchJob. # The `ExecStep` to run after the patch update.
203 …{ # A step that runs an executable for a PatchJob. # The `ExecStep` to run before the patch update.
229 &quot;rebootConfig&quot;: &quot;A String&quot;, # Post-patch reboot settings.
230 …Windows Update Agent. # Windows update settings. Use this override the default windows patch rules.
237 …the only patches that will be updated. This field must not be used with other patch configurations.
241 …n all platforms. # Yum update settings. Use this setting to override the default `yum` patch rules.
245 …ed, they will be ignored. This field must not be specified with any other patch configuration fiel…
248 &quot;minimal&quot;: True or False, # Will cause patch to run `yum update-minimal` instead.
251 …ypper patch`. See also https://en.opensuse.org/SDB:Zypper_manual. # Zypper update settings. Use th…
258 … will be installed using &#x27;zypper patch patch:&#x27; command. This field must not be used with…
264 &quot;withOptional&quot;: True or False, # Adds the `--with-optional` flag to `zypper patch`.
265 &quot;withUpdate&quot;: True or False, # Adds the `--with-update` flag, to `zypper patch`.
268 …quot;: &quot;A String&quot;, # Output only. Name of the patch deployment that created this patch j…
269 …&quot;percentComplete&quot;: 3.14, # Reflects the overall progress of the patch job in the range o…
270 …uot;rollout&quot;: { # Patch rollout configuration specifications. Contains details on the concurr…
271patch steps. A VM contributes to the disruption budget if its patching operation fails either when…
275 &quot;mode&quot;: &quot;A String&quot;, # Mode of the patch rollout.
278 &quot;updateTime&quot;: &quot;A String&quot;, # Last time this patch job was updated.
289 <pre>Patch VM instances by creating and running a patch job.
292 …parent: string, Required. The project in which to run this patch in the form `projects/*` (require…
297 …&quot;description&quot;: &quot;A String&quot;, # Description of the patch job. Length of the descr…
298 …&quot;displayName&quot;: &quot;A String&quot;, # Display name for this patch job. This does not ha…
299 …&quot;dryRun&quot;: True or False, # If this patch is a dry-run only, instances are contacted but …
300 …ration&quot;: &quot;A String&quot;, # Duration of the patch job. After the duration ends, the patc…
301 …and zones are specified, the patch job targets only VMs with those labels and in those zones. # Re…
320 …atchConfig&quot;: { # Patch configuration specifications. Contains details on how to apply the pat…
321 …his is executed. # Apt update settings. Use this setting to override the default `apt` patch rules.
325 …lled, they will be ignored. This field cannot be specified with any other patch configuration fiel…
330 …`googet update`. # Goo update settings. Use this setting to override the default `goo` patch rules.
332 … { # A step that runs an executable for a PatchJob. # The `ExecStep` to run after the patch update.
358 …{ # A step that runs an executable for a PatchJob. # The `ExecStep` to run before the patch update.
384 &quot;rebootConfig&quot;: &quot;A String&quot;, # Post-patch reboot settings.
385 …Windows Update Agent. # Windows update settings. Use this override the default windows patch rules.
392 …the only patches that will be updated. This field must not be used with other patch configurations.
396 …n all platforms. # Yum update settings. Use this setting to override the default `yum` patch rules.
400 …ed, they will be ignored. This field must not be specified with any other patch configuration fiel…
403 &quot;minimal&quot;: True or False, # Will cause patch to run `yum update-minimal` instead.
406 …ypper patch`. See also https://en.opensuse.org/SDB:Zypper_manual. # Zypper update settings. Use th…
413 … will be installed using &#x27;zypper patch patch:&#x27; command. This field must not be used with…
419 &quot;withOptional&quot;: True or False, # Adds the `--with-optional` flag to `zypper patch`.
420 &quot;withUpdate&quot;: True or False, # Adds the `--with-update` flag, to `zypper patch`.
423Patch rollout configuration specifications. Contains details on the concurrency control when apply…
424patch steps. A VM contributes to the disruption budget if its patching operation fails either when…
428 &quot;mode&quot;: &quot;A String&quot;, # Mode of the patch rollout.
440patch job that is either in progress or has completed. Instance details are not included in the jo…
441 &quot;createTime&quot;: &quot;A String&quot;, # Time this patch job was created.
442 …&quot;description&quot;: &quot;A String&quot;, # Description of the patch job. Length of the descr…
443 …&quot;displayName&quot;: &quot;A String&quot;, # Display name for this patch job. This is not a un…
444 …&quot;dryRun&quot;: True or False, # If this patch job is a dry run, the agent reports that it has…
445 …ration&quot;: &quot;A String&quot;, # Duration of the patch job. After the duration ends, the patc…
446 …&quot;errorMessage&quot;: &quot;A String&quot;, # If this patch job failed, this message provides …
447patch state across all instances that this patch job affects. Contains counts of instances in diff…
454 …;notifiedInstanceCount&quot;: &quot;A String&quot;, # Number of instances notified about patch job.
455 &quot;pendingInstanceCount&quot;: &quot;A String&quot;, # Number of instances pending patch job.
456 …tanceCount&quot;: &quot;A String&quot;, # Number of instances that are running the post-patch step.
457 …stanceCount&quot;: &quot;A String&quot;, # Number of instances that are running the pre-patch step.
462 …;: &quot;A String&quot;, # Number of instances that exceeded the time out while applying the patch.
464 …bels and zones are specified, the patch job targets only VMs with those labels and in those zones.…
483 …&quot;name&quot;: &quot;A String&quot;, # Unique identifier for this patch job in the form `projec…
484 …atchConfig&quot;: { # Patch configuration specifications. Contains details on how to apply the pat…
485 …his is executed. # Apt update settings. Use this setting to override the default `apt` patch rules.
489 …lled, they will be ignored. This field cannot be specified with any other patch configuration fiel…
494 …`googet update`. # Goo update settings. Use this setting to override the default `goo` patch rules.
496 … { # A step that runs an executable for a PatchJob. # The `ExecStep` to run after the patch update.
522 …{ # A step that runs an executable for a PatchJob. # The `ExecStep` to run before the patch update.
548 &quot;rebootConfig&quot;: &quot;A String&quot;, # Post-patch reboot settings.
549 …Windows Update Agent. # Windows update settings. Use this override the default windows patch rules.
556 …the only patches that will be updated. This field must not be used with other patch configurations.
560 …n all platforms. # Yum update settings. Use this setting to override the default `yum` patch rules.
564 …ed, they will be ignored. This field must not be specified with any other patch configuration fiel…
567 &quot;minimal&quot;: True or False, # Will cause patch to run `yum update-minimal` instead.
570 …ypper patch`. See also https://en.opensuse.org/SDB:Zypper_manual. # Zypper update settings. Use th…
577 … will be installed using &#x27;zypper patch patch:&#x27; command. This field must not be used with…
583 &quot;withOptional&quot;: True or False, # Adds the `--with-optional` flag to `zypper patch`.
584 &quot;withUpdate&quot;: True or False, # Adds the `--with-update` flag, to `zypper patch`.
587 …quot;: &quot;A String&quot;, # Output only. Name of the patch deployment that created this patch j…
588 …&quot;percentComplete&quot;: 3.14, # Reflects the overall progress of the patch job in the range o…
589 …uot;rollout&quot;: { # Patch rollout configuration specifications. Contains details on the concurr…
590patch steps. A VM contributes to the disruption budget if its patching operation fails either when…
594 &quot;mode&quot;: &quot;A String&quot;, # Mode of the patch rollout.
597 &quot;updateTime&quot;: &quot;A String&quot;, # Last time this patch job was updated.
603 …<pre>Get the patch job. This can be used to track the progress of an ongoing patch job or review t…
606 name: string, Required. Name of the patch in the form `projects/*/patchJobs/*` (required)
615patch job that is either in progress or has completed. Instance details are not included in the jo…
616 &quot;createTime&quot;: &quot;A String&quot;, # Time this patch job was created.
617 …&quot;description&quot;: &quot;A String&quot;, # Description of the patch job. Length of the descr…
618 …&quot;displayName&quot;: &quot;A String&quot;, # Display name for this patch job. This is not a un…
619 …&quot;dryRun&quot;: True or False, # If this patch job is a dry run, the agent reports that it has…
620 …ration&quot;: &quot;A String&quot;, # Duration of the patch job. After the duration ends, the patc…
621 …&quot;errorMessage&quot;: &quot;A String&quot;, # If this patch job failed, this message provides …
622patch state across all instances that this patch job affects. Contains counts of instances in diff…
629 …;notifiedInstanceCount&quot;: &quot;A String&quot;, # Number of instances notified about patch job.
630 &quot;pendingInstanceCount&quot;: &quot;A String&quot;, # Number of instances pending patch job.
631 …tanceCount&quot;: &quot;A String&quot;, # Number of instances that are running the post-patch step.
632 …stanceCount&quot;: &quot;A String&quot;, # Number of instances that are running the pre-patch step.
637 …;: &quot;A String&quot;, # Number of instances that exceeded the time out while applying the patch.
639 …bels and zones are specified, the patch job targets only VMs with those labels and in those zones.…
658 …&quot;name&quot;: &quot;A String&quot;, # Unique identifier for this patch job in the form `projec…
659 …atchConfig&quot;: { # Patch configuration specifications. Contains details on how to apply the pat…
660 …his is executed. # Apt update settings. Use this setting to override the default `apt` patch rules.
664 …lled, they will be ignored. This field cannot be specified with any other patch configuration fiel…
669 …`googet update`. # Goo update settings. Use this setting to override the default `goo` patch rules.
671 … { # A step that runs an executable for a PatchJob. # The `ExecStep` to run after the patch update.
697 …{ # A step that runs an executable for a PatchJob. # The `ExecStep` to run before the patch update.
723 &quot;rebootConfig&quot;: &quot;A String&quot;, # Post-patch reboot settings.
724 …Windows Update Agent. # Windows update settings. Use this override the default windows patch rules.
731 …the only patches that will be updated. This field must not be used with other patch configurations.
735 …n all platforms. # Yum update settings. Use this setting to override the default `yum` patch rules.
739 …ed, they will be ignored. This field must not be specified with any other patch configuration fiel…
742 &quot;minimal&quot;: True or False, # Will cause patch to run `yum update-minimal` instead.
745 …ypper patch`. See also https://en.opensuse.org/SDB:Zypper_manual. # Zypper update settings. Use th…
752 … will be installed using &#x27;zypper patch patch:&#x27; command. This field must not be used with…
758 &quot;withOptional&quot;: True or False, # Adds the `--with-optional` flag to `zypper patch`.
759 &quot;withUpdate&quot;: True or False, # Adds the `--with-update` flag, to `zypper patch`.
762 …quot;: &quot;A String&quot;, # Output only. Name of the patch deployment that created this patch j…
763 …&quot;percentComplete&quot;: 3.14, # Reflects the overall progress of the patch job in the range o…
764 …uot;rollout&quot;: { # Patch rollout configuration specifications. Contains details on the concurr…
765patch steps. A VM contributes to the disruption budget if its patching operation fails either when…
769 &quot;mode&quot;: &quot;A String&quot;, # Mode of the patch rollout.
772 &quot;updateTime&quot;: &quot;A String&quot;, # Last time this patch job was updated.
778 <pre>Get a list of patch jobs.
782 …filter: string, If provided, this field specifies the criteria that must be met by patch jobs to b…
793 { # A response message for listing patch jobs.
795 &quot;patchJobs&quot;: [ # The list of patch jobs.
796patch job that is either in progress or has completed. Instance details are not included in the jo…
797 &quot;createTime&quot;: &quot;A String&quot;, # Time this patch job was created.
798 …&quot;description&quot;: &quot;A String&quot;, # Description of the patch job. Length of the descr…
799 …&quot;displayName&quot;: &quot;A String&quot;, # Display name for this patch job. This is not a un…
800 …&quot;dryRun&quot;: True or False, # If this patch job is a dry run, the agent reports that it has…
801 …ration&quot;: &quot;A String&quot;, # Duration of the patch job. After the duration ends, the patc…
802 …&quot;errorMessage&quot;: &quot;A String&quot;, # If this patch job failed, this message provides …
803patch state across all instances that this patch job affects. Contains counts of instances in diff…
810 …;notifiedInstanceCount&quot;: &quot;A String&quot;, # Number of instances notified about patch job.
811 … &quot;pendingInstanceCount&quot;: &quot;A String&quot;, # Number of instances pending patch job.
812 …tanceCount&quot;: &quot;A String&quot;, # Number of instances that are running the post-patch step.
813 …stanceCount&quot;: &quot;A String&quot;, # Number of instances that are running the pre-patch step.
818 …;: &quot;A String&quot;, # Number of instances that exceeded the time out while applying the patch.
820 …bels and zones are specified, the patch job targets only VMs with those labels and in those zones.…
839 …&quot;name&quot;: &quot;A String&quot;, # Unique identifier for this patch job in the form `projec…
840 …atchConfig&quot;: { # Patch configuration specifications. Contains details on how to apply the pat…
841 …his is executed. # Apt update settings. Use this setting to override the default `apt` patch rules.
845 …lled, they will be ignored. This field cannot be specified with any other patch configuration fiel…
850 …`googet update`. # Goo update settings. Use this setting to override the default `goo` patch rules.
852 … { # A step that runs an executable for a PatchJob. # The `ExecStep` to run after the patch update.
878 …{ # A step that runs an executable for a PatchJob. # The `ExecStep` to run before the patch update.
904 &quot;rebootConfig&quot;: &quot;A String&quot;, # Post-patch reboot settings.
905 …Windows Update Agent. # Windows update settings. Use this override the default windows patch rules.
912 …the only patches that will be updated. This field must not be used with other patch configurations.
916 …n all platforms. # Yum update settings. Use this setting to override the default `yum` patch rules.
920 …ed, they will be ignored. This field must not be specified with any other patch configuration fiel…
923 … &quot;minimal&quot;: True or False, # Will cause patch to run `yum update-minimal` instead.
926 …ypper patch`. See also https://en.opensuse.org/SDB:Zypper_manual. # Zypper update settings. Use th…
933 … will be installed using &#x27;zypper patch patch:&#x27; command. This field must not be used with…
939 … &quot;withOptional&quot;: True or False, # Adds the `--with-optional` flag to `zypper patch`.
940 &quot;withUpdate&quot;: True or False, # Adds the `--with-update` flag, to `zypper patch`.
943 …quot;: &quot;A String&quot;, # Output only. Name of the patch deployment that created this patch j…
944 …&quot;percentComplete&quot;: 3.14, # Reflects the overall progress of the patch job in the range o…
945 …uot;rollout&quot;: { # Patch rollout configuration specifications. Contains details on the concurr…
946patch steps. A VM contributes to the disruption budget if its patching operation fails either when…
950 &quot;mode&quot;: &quot;A String&quot;, # Mode of the patch rollout.
953 &quot;updateTime&quot;: &quot;A String&quot;, # Last time this patch job was updated.