Configuration Install Patches Args
data class ConfigurationInstallPatchesArgs(val linuxes: Output<List<ConfigurationInstallPatchesLinuxArgs>>? = null, val reboot: Output<String>? = null, val windows: Output<List<ConfigurationInstallPatchesWindowArgs>>? = null) : ConvertibleToJava<ConfigurationInstallPatchesArgs>
Constructors
Link copied to clipboard
constructor(linuxes: Output<List<ConfigurationInstallPatchesLinuxArgs>>? = null, reboot: Output<String>? = null, windows: Output<List<ConfigurationInstallPatchesWindowArgs>>? = null)