Class: Google::Cloud::OsConfig::V1::ExecStep
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::ExecStep
- 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
-
#linux_exec_step_config ⇒ ::Google::Cloud::OsConfig::V1::ExecStepConfig
The ExecStepConfig for all Linux VMs targeted by the PatchJob.
-
#windows_exec_step_config ⇒ ::Google::Cloud::OsConfig::V1::ExecStepConfig
The ExecStepConfig for all Windows VMs targeted by the PatchJob.
Instance Attribute Details
#linux_exec_step_config ⇒ ::Google::Cloud::OsConfig::V1::ExecStepConfig
Returns The ExecStepConfig for all Linux VMs targeted by the PatchJob.
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.
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 |