UpgradeStatusResponse

data class UpgradeStatusResponse(val error: StatusResponse, val previousVersion: String, val startTime: String, val state: String, val version: String)

UpgradeStatus contains information about upgradeAppliance operation.

Constructors

Link copied to clipboard
fun UpgradeStatusResponse(error: StatusResponse, previousVersion: String, startTime: String, state: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Provides details on the state of the upgrade operation in case of an error.

Link copied to clipboard

The version from which we upgraded.

Link copied to clipboard

The time the operation was started.

Link copied to clipboard

The state of the upgradeAppliance operation.

Link copied to clipboard

The version to upgrade to.