CacheUpgradeStatusResponse

data class CacheUpgradeStatusResponse(val currentFirmwareVersion: String, val firmwareUpdateDeadline: String, val firmwareUpdateStatus: String, val lastFirmwareUpdate: String, val pendingFirmwareVersion: String)

Properties describing the software upgrade state of the cache.

Constructors

Link copied to clipboard
constructor(currentFirmwareVersion: String, firmwareUpdateDeadline: String, firmwareUpdateStatus: String, lastFirmwareUpdate: String, pendingFirmwareVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Version string of the firmware currently installed on this cache.

Link copied to clipboard

Time at which the pending firmware update will automatically be installed on the cache.

Link copied to clipboard

True if there is a firmware update ready to install on this cache. The firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation.

Link copied to clipboard

Time of the last successful firmware update.

Link copied to clipboard

When firmwareUpdateAvailable is true, this field holds the version string for the update.