Patch Deployment Patch Config Post Step Args
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
val windowsExecStepConfig: Output<PatchDeploymentPatchConfigPostStepWindowsExecStepConfigArgs>? = null
The ExecStepConfig for all Windows VMs targeted by the PatchJob. Structure is documented below.