TargetOSInfoArgs

data class TargetOSInfoArgs(val baselineOSs: Output<List<String>>? = null, val osUpdateType: Output<String>, val targetOSs: Output<List<String>>) : ConvertibleToJava<TargetOSInfoArgs>

The information of the target OS to be tested.

Constructors

Link copied to clipboard
constructor(baselineOSs: Output<List<String>>? = null, osUpdateType: Output<String>, targetOSs: Output<List<String>>)

Properties

Link copied to clipboard
val baselineOSs: Output<List<String>>? = null

Specifies the baseline OSs to be tested.

Link copied to clipboard
val osUpdateType: Output<String>

Specifies the OS update type to test against, e.g., 'Security updates' or 'Feature updates'.

Link copied to clipboard
val targetOSs: Output<List<String>>

Specifies the target OSs to be tested.

Functions

Link copied to clipboard
open override fun toJava(): TargetOSInfoArgs