ConfigurationInstallPatches

data class ConfigurationInstallPatches(val linuxes: List<ConfigurationInstallPatchesLinux>? = null, val reboot: String? = null, val windows: List<ConfigurationInstallPatchesWindow>? = null)

Constructors

Link copied to clipboard
constructor(linuxes: List<ConfigurationInstallPatchesLinux>? = null, reboot: String? = null, windows: List<ConfigurationInstallPatchesWindow>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A linux block as defined above. This property only applies when scope is set to InGuestPatch

Link copied to clipboard
val reboot: String? = null

Possible reboot preference as defined by the user based on which it would be decided to reboot the machine or not after the patch operation is completed. Possible values are Always, IfRequired and Never. This property only applies when scope is set to InGuestPatch.

Link copied to clipboard

A windows block as defined above. This property only applies when scope is set to InGuestPatch