Patch Deployment Patch Config
data class PatchDeploymentPatchConfig(val apt: PatchDeploymentPatchConfigApt? = null, val goo: PatchDeploymentPatchConfigGoo? = null, val migInstancesAllowed: Boolean? = null, val postStep: PatchDeploymentPatchConfigPostStep? = null, val preStep: PatchDeploymentPatchConfigPreStep? = null, val rebootConfig: String? = null, val windowsUpdate: PatchDeploymentPatchConfigWindowsUpdate? = null, val yum: PatchDeploymentPatchConfigYum? = null, val zypper: PatchDeploymentPatchConfigZypper? = null)
Constructors
Link copied to clipboard
fun PatchDeploymentPatchConfig(apt: PatchDeploymentPatchConfigApt? = null, goo: PatchDeploymentPatchConfigGoo? = null, migInstancesAllowed: Boolean? = null, postStep: PatchDeploymentPatchConfigPostStep? = null, preStep: PatchDeploymentPatchConfigPreStep? = null, rebootConfig: String? = null, windowsUpdate: PatchDeploymentPatchConfigWindowsUpdate? = null, yum: PatchDeploymentPatchConfigYum? = null, zypper: PatchDeploymentPatchConfigZypper? = null)