A step that runs an executable for a PatchJob.
-
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.
Specs
t() :: %GoogleApi.OSConfig.V1.Model.ExecStep{
linuxExecStepConfig: GoogleApi.OSConfig.V1.Model.ExecStepConfig.t(),
windowsExecStepConfig: GoogleApi.OSConfig.V1.Model.ExecStepConfig.t()
}