Class: Google::Cloud::OsConfig::V1::ExecStep

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/osconfig/v1/patch_jobs.rb

Overview

A step that runs an executable for a PatchJob.

Instance Attribute Summary collapse

Instance Attribute Details

#linux_exec_step_config::Google::Cloud::OsConfig::V1::ExecStepConfig

Returns The ExecStepConfig for all Linux VMs targeted by the PatchJob.

Returns:



604
605
606
607
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 604

class ExecStep
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#windows_exec_step_config::Google::Cloud::OsConfig::V1::ExecStepConfig

Returns The ExecStepConfig for all Windows VMs targeted by the PatchJob.

Returns:



604
605
606
607
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 604

class ExecStep
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end