Input Patch Configuration Args
data class InputPatchConfigurationArgs(val linuxParameters: Output<InputLinuxParametersArgs>? = null, val postTasks: Output<List<TaskPropertiesArgs>>? = null, val preTasks: Output<List<TaskPropertiesArgs>>? = null, val rebootSetting: Output<Either<String, RebootOptions>>? = null, val windowsParameters: Output<InputWindowsParametersArgs>? = null) : ConvertibleToJava<InputPatchConfigurationArgs>
Input configuration for a patch run
Constructors
Link copied to clipboard
fun InputPatchConfigurationArgs(linuxParameters: Output<InputLinuxParametersArgs>? = null, postTasks: Output<List<TaskPropertiesArgs>>? = null, preTasks: Output<List<TaskPropertiesArgs>>? = null, rebootSetting: Output<Either<String, RebootOptions>>? = null, windowsParameters: Output<InputWindowsParametersArgs>? = null)