Nested message and enum types in AptSettings
.
Nested message and enum types in CVSSv3
.
Nested message and enum types in ExecStepConfig
.
Nested message and enum types in FixedOrPercent
.
Nested message and enum types in Instance
.
Nested message and enum types in Inventory
.
Nested message and enum types in MonthlySchedule
.
Generated client implementations.
Generated client implementations.
Nested message and enum types in OSPolicy
.
Nested message and enum types in OSPolicyAssignment
.
Nested message and enum types in OSPolicyAssignmentOperationMetadata
.
Nested message and enum types in OSPolicyAssignmentReport
.
Nested message and enum types in PatchConfig
.
Nested message and enum types in PatchDeployment
.
Nested message and enum types in PatchInstanceFilter
.
Nested message and enum types in PatchJob
.
Nested message and enum types in PatchRollout
.
Nested message and enum types in RecurringSchedule
.
Nested message and enum types in VulnerabilityReport
.
Nested message and enum types in WindowsUpdateSettings
.
Apt patching is completed by executing apt-get update && apt-get upgrade
. Additional options can be set to control how this is executed.
Message for canceling a patch job.
A request message to create an OS policy assignment
A request message for creating a patch deployment.
A request message for deleting a OS policy assignment.
A request message for deleting a patch deployment.
A step that runs an executable for a PatchJob.
Common configurations for an ExecStep.
A request message to initiate patching across Compute Engine
instances.
Message encapsulating a value that can be either absolute (“fixed”) or
relative (“percent”) to a value.
Cloud Storage object representation.
A request message for getting inventory data for the specified VM.
Get a report of the OS policy assignment for a VM instance.
A request message to get an OS policy assignment
A request message for retrieving a patch deployment.
Request to get an active or completed patch job.
A request message for getting the vulnerability report for the specified VM.
Googet patching is performed by running googet update
.
Namespace for instance state enums.
This API resource represents the available inventory data for a
Compute Engine virtual machine (VM) instance at a given point in time.
A request message for listing inventory data for all VMs in the specified
location.
A response message for listing inventory data for all VMs in a specified
location.
List the OS policy assignment reports for VM instances.
A response message for listing OS Policy assignment reports including the
page of results and page token.
A request message to list revisions for a OS policy assignment
A response message for listing all revisions for a OS policy assignment.
A request message to list OS policy assignments for a parent resource
A response message for listing all assignments under given parent.
A request message for listing patch deployments.
A response message for listing patch deployments.
Request to list details for all instances that are part of a patch job.
A response message for listing the instances details for a patch job.
A request message for listing patch jobs.
A response message for listing patch jobs.
A request message for listing vulnerability reports for all VM instances in
the specified location.
A response message for listing vulnerability reports for all VM instances in
the specified location.
Represents a monthly schedule. An example of a valid monthly schedule is
“on the third Tuesday of the month” or “on the 15th of the month”.
Sets the time for a one time patch deployment. Timestamp is in
RFC3339 text format.
An OS policy defines the desired state configuration for a VM.
OS policy assignment is an API resource that is used to
apply a set of OS policies to a dynamically targeted group of Compute Engine
VM instances.
OS policy assignment operation metadata provided by OS policy assignment API
methods that return long running operations.
A report of the OS policy assignment status for a given instance.
Patch configuration specifications. Contains details on how to apply the
patch(es) to a VM instance.
Patch deployments are configurations that individual patch jobs use to
complete a patch. These configurations include instance filter, package
repository settings, and a schedule. For more information about creating and
managing patch deployments, see
Scheduling patch
jobs.
A filter to target VM instances for patching. The targeted
VMs must meet all criteria specified. So if both labels and zones are
specified, the patch job targets only VMs with those labels and in those
zones.
A high level representation of a patch job that is either in progress
or has completed.
Patch rollout configuration specifications. Contains details on the
concurrency control when applying patch(es) to all targeted VMs.
A request message for pausing a patch deployment.
Sets the time for recurring patch deployments.
A request message for resuming a patch deployment.
A request message to update an OS policy assignment
A request message for updating a patch deployment.
This API resource represents the vulnerability report for a specified
Compute Engine virtual machine (VM) instance at a given point in time.
Represents one week day in a month. An example is “the 4th Sunday”.
Represents a weekly schedule.
Windows patching is performed using the Windows Update Agent.
Yum patching is performed by executing yum update
. Additional options
can be set to control how this is executed.