GoogleApi.OSConfig.V1.Model.ExecStep (google_api_os_config v0.16.0) View Source
A step that runs an executable for a PatchJob.
Attributes
-
linuxExecStepConfig(type:GoogleApi.OSConfig.V1.Model.ExecStepConfig.t, default:nil) - The ExecStepConfig for all Linux VMs targeted by the PatchJob. -
windowsExecStepConfig(type:GoogleApi.OSConfig.V1.Model.ExecStepConfig.t, default:nil) - The ExecStepConfig for all Windows VMs targeted by the PatchJob.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.OSConfig.V1.Model.ExecStep{
linuxExecStepConfig: GoogleApi.OSConfig.V1.Model.ExecStepConfig.t() | nil,
windowsExecStepConfig: GoogleApi.OSConfig.V1.Model.ExecStepConfig.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.