class Google::Apis::OsconfigV1beta::ExecStep

A step that runs an executable for a PatchJob.

Attributes

linux_exec_step_config[RW]

Common configurations for an ExecStep. Corresponds to the JSON property `linuxExecStepConfig` @return [Google::Apis::OsconfigV1beta::ExecStepConfig]

windows_exec_step_config[RW]

Common configurations for an ExecStep. Corresponds to the JSON property `windowsExecStepConfig` @return [Google::Apis::OsconfigV1beta::ExecStepConfig]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/osconfig_v1beta/classes.rb, line 390
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/osconfig_v1beta/classes.rb, line 395
def update!(**args)
  @linux_exec_step_config = args[:linux_exec_step_config] if args.key?(:linux_exec_step_config)
  @windows_exec_step_config = args[:windows_exec_step_config] if args.key?(:windows_exec_step_config)
end