PatchDeploymentPatchConfigPostStepArgs

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

Constructors

Functions

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

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.