Generated client implementations.
Nested message and enum types in ApplyConfigTask
.
Nested message and enum types in ApplyConfigTaskOutput
.
Nested message and enum types in ApplyConfigTaskProgress
.
Nested message and enum types in ApplyPatchesTaskOutput
.
Nested message and enum types in ApplyPatchesTaskProgress
.
Nested message and enum types in AptSettings
.
Nested message and enum types in ExecStepConfig
.
Nested message and enum types in ExecStepTaskOutput
.
Nested message and enum types in ExecStepTaskProgress
.
Nested message and enum types in Inventory
.
Nested message and enum types in OSPolicy
.
Nested message and enum types in OSPolicyResourceCompliance
.
Nested message and enum types in OSPolicyResourceConfigStep
.
Nested message and enum types in PatchConfig
.
Nested message and enum types in ReportTaskCompleteRequest
.
Nested message and enum types in ReportTaskProgressRequest
.
Nested message and enum types in Task
.
Nested message and enum types in WindowsUpdateSettings
.
Message which instructs OS Config agent to apply the desired state
configuration.
Information reported from the agent regarding the output of the task of
applying desired state configuration.
Information reported from the agent regarding the progress of the task of
applying desired state configuration.
Message which instructs agent to apply patches.
Information reported from the agent about applying patches execution.
Information reported from the agent about applying patches execution.
Apt patching will be performed by executing apt-get update && apt-get upgrade
. Additional options can be set to control how this is executed.
A step that runs an executable for a PatchJob.
Common configurations for an ExecStep.
Message which instructs agent to execute the following command.
Information reported from the agent about the exec step execution.
Information reported from the agent about the exec step execution.
GCS object representation.
Googet patching is performed by running googet update
.
The inventory details of a VM.
An OS policy defines the desired state configuration for an instance.
Compliance data for an OS policy resource.
Step performed by the OS Config agent for configuring an OSPolicyResource
to its desired state.
Patch configuration specifications. Contains details on how to
apply patches to a VM instance.
A request message to receive task notifications.
The streaming rpc message that will notify the agent when it has a task
it needs to perform on the instance.
The request message for registering the agent.
The response message after the agent registered.
The request message for having the agent report inventory.
The response message after the agent has reported inventory.
A request message for signaling the completion of a task execution.
The response message after the agent signaled the current task complete.
A request message for reporting the progress of current task.
The response message after the agent reported the current task progress.
The strategy for retrying failed patches during the patch window.
A request message for signaling the start of a task execution.
A response message that contains the details of the task to work on.
A unit of work to be performed by the agent.
Windows patching is performed using the Windows Update Agent.
Yum patching will be performed by executing yum update
. Additional options
can be set to control how this is executed.