Class ExecStep (1.12.2)

ExecStep(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A step that runs an executable for a PatchJob.

Attributes

NameDescription
linux_exec_step_config google.cloud.osconfig_v1.types.ExecStepConfig
The ExecStepConfig for all Linux VMs targeted by the PatchJob.
windows_exec_step_config google.cloud.osconfig_v1.types.ExecStepConfig
The ExecStepConfig for all Windows VMs targeted by the PatchJob.

Inheritance

builtins.object > proto.message.Message > ExecStep