PatchDeploymentPatchConfigPostStepArgs

data class PatchDeploymentPatchConfigPostStepArgs(val linuxExecStepConfig: Output<PatchDeploymentPatchConfigPostStepLinuxExecStepConfigArgs>? = null, val windowsExecStepConfig: Output<PatchDeploymentPatchConfigPostStepWindowsExecStepConfigArgs>? = null) : ConvertibleToJava<PatchDeploymentPatchConfigPostStepArgs>

Constructors

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

Properties

Link copied to clipboard

The ExecStepConfig for all Linux VMs targeted by the PatchJob. Structure is documented below.

Link copied to clipboard

The ExecStepConfig for all Windows VMs targeted by the PatchJob. Structure is documented below.

Functions

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