PatchDeploymentPatchConfigArgs

data class PatchDeploymentPatchConfigArgs(val apt: Output<PatchDeploymentPatchConfigAptArgs>? = null, val goo: Output<PatchDeploymentPatchConfigGooArgs>? = null, val migInstancesAllowed: Output<Boolean>? = null, val postStep: Output<PatchDeploymentPatchConfigPostStepArgs>? = null, val preStep: Output<PatchDeploymentPatchConfigPreStepArgs>? = null, val rebootConfig: Output<String>? = null, val windowsUpdate: Output<PatchDeploymentPatchConfigWindowsUpdateArgs>? = null, val yum: Output<PatchDeploymentPatchConfigYumArgs>? = null, val zypper: Output<PatchDeploymentPatchConfigZypperArgs>? = null) : ConvertibleToJava<PatchDeploymentPatchConfigArgs>

Constructors

Link copied to clipboard
constructor(apt: Output<PatchDeploymentPatchConfigAptArgs>? = null, goo: Output<PatchDeploymentPatchConfigGooArgs>? = null, migInstancesAllowed: Output<Boolean>? = null, postStep: Output<PatchDeploymentPatchConfigPostStepArgs>? = null, preStep: Output<PatchDeploymentPatchConfigPreStepArgs>? = null, rebootConfig: Output<String>? = null, windowsUpdate: Output<PatchDeploymentPatchConfigWindowsUpdateArgs>? = null, yum: Output<PatchDeploymentPatchConfigYumArgs>? = null, zypper: Output<PatchDeploymentPatchConfigZypperArgs>? = null)

Properties

Link copied to clipboard

Apt update settings. Use this setting to override the default apt patch rules. Structure is documented below.

Link copied to clipboard

goo update settings. Use this setting to override the default goo patch rules. Structure is documented below.

Link copied to clipboard
val migInstancesAllowed: Output<Boolean>? = null

Allows the patch job to run on Managed instance groups (MIGs).

Link copied to clipboard

The ExecStep to run after the patch update. Structure is documented below.

Link copied to clipboard

The ExecStep to run before the patch update. Structure is documented below.

Link copied to clipboard
val rebootConfig: Output<String>? = null

Post-patch reboot settings. Possible values are: DEFAULT, ALWAYS, NEVER.

Link copied to clipboard

Windows update settings. Use this setting to override the default Windows patch rules. Structure is documented below.

Link copied to clipboard

Yum update settings. Use this setting to override the default yum patch rules. Structure is documented below.

Link copied to clipboard

zypper update settings. Use this setting to override the default zypper patch rules. Structure is documented below.

Functions

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