Patch Deployment Patch Config Args
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
fun PatchDeploymentPatchConfigArgs(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)