InplaceUpgradeOSInfoResponse

data class InplaceUpgradeOSInfoResponse(val baselineOS: OsPropertiesResponse? = null, val targetOS: String? = null)

Specifies the baseline os and target os for in-place upgrade tests.

Constructors

Link copied to clipboard
constructor(baselineOS: OsPropertiesResponse? = null, targetOS: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the baseline os for in-place upgrade tests.

Link copied to clipboard
val targetOS: String? = null

Specifies the target os for in-place upgrade tests.