ExecStepResponse

data class ExecStepResponse(val linuxExecStepConfig: ExecStepConfigResponse, val windowsExecStepConfig: ExecStepConfigResponse)

A step that runs an executable for a PatchJob.

Constructors

Link copied to clipboard
fun ExecStepResponse(linuxExecStepConfig: ExecStepConfigResponse, windowsExecStepConfig: ExecStepConfigResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ExecStepConfig for all Linux VMs targeted by the PatchJob.

Link copied to clipboard

The ExecStepConfig for all Windows VMs targeted by the PatchJob.