Reference documentation and code samples for the Cloud OS Config V1 API class Google::Cloud::OsConfig::V1::ExecStep.
A step that runs an executable for a PatchJob.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#linux_exec_step_config
def linux_exec_step_config() -> ::Google::Cloud::OsConfig::V1::ExecStepConfig
Returns
- (::Google::Cloud::OsConfig::V1::ExecStepConfig) — The ExecStepConfig for all Linux VMs targeted by the PatchJob.
#linux_exec_step_config=
def linux_exec_step_config=(value) -> ::Google::Cloud::OsConfig::V1::ExecStepConfig
Parameter
- value (::Google::Cloud::OsConfig::V1::ExecStepConfig) — The ExecStepConfig for all Linux VMs targeted by the PatchJob.
Returns
- (::Google::Cloud::OsConfig::V1::ExecStepConfig) — The ExecStepConfig for all Linux VMs targeted by the PatchJob.
#windows_exec_step_config
def windows_exec_step_config() -> ::Google::Cloud::OsConfig::V1::ExecStepConfig
Returns
- (::Google::Cloud::OsConfig::V1::ExecStepConfig) — The ExecStepConfig for all Windows VMs targeted by the PatchJob.
#windows_exec_step_config=
def windows_exec_step_config=(value) -> ::Google::Cloud::OsConfig::V1::ExecStepConfig
Parameter
- value (::Google::Cloud::OsConfig::V1::ExecStepConfig) — The ExecStepConfig for all Windows VMs targeted by the PatchJob.
Returns
- (::Google::Cloud::OsConfig::V1::ExecStepConfig) — The ExecStepConfig for all Windows VMs targeted by the PatchJob.