ExecStepArgs

data class ExecStepArgs(val linuxExecStepConfig: Output<ExecStepConfigArgs>? = null, val windowsExecStepConfig: Output<ExecStepConfigArgs>? = null) : ConvertibleToJava<ExecStepArgs>

A step that runs an executable for a PatchJob.

Constructors

Link copied to clipboard
constructor(linuxExecStepConfig: Output<ExecStepConfigArgs>? = null, windowsExecStepConfig: Output<ExecStepConfigArgs>? = null)

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.

Functions

Link copied to clipboard
open override fun toJava(): ExecStepArgs