Patch Deployment Patch Config Pre Step Args
data class PatchDeploymentPatchConfigPreStepArgs(val linuxExecStepConfig: Output<PatchDeploymentPatchConfigPreStepLinuxExecStepConfigArgs>? = null, val windowsExecStepConfig: Output<PatchDeploymentPatchConfigPreStepWindowsExecStepConfigArgs>? = null) : ConvertibleToJava<PatchDeploymentPatchConfigPreStepArgs>
Constructors
Link copied to clipboard
constructor(linuxExecStepConfig: Output<PatchDeploymentPatchConfigPreStepLinuxExecStepConfigArgs>? = null, windowsExecStepConfig: Output<PatchDeploymentPatchConfigPreStepWindowsExecStepConfigArgs>? = 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<PatchDeploymentPatchConfigPreStepWindowsExecStepConfigArgs>? = null
The ExecStepConfig for all Windows VMs targeted by the PatchJob. Structure is documented below.