CacheUpgradeStatus interface

Properties describing the software upgrade state of the cache.

Properties

currentFirmwareVersion

Version string of the firmware currently installed on this cache. NOTE: This property will not be serialized. It can only be populated by the server.

firmwareUpdateDeadline

Time at which the pending firmware update will automatically be installed on the cache. NOTE: This property will not be serialized. It can only be populated by the server.

firmwareUpdateStatus

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. NOTE: This property will not be serialized. It can only be populated by the server.

lastFirmwareUpdate

Time of the last successful firmware update. NOTE: This property will not be serialized. It can only be populated by the server.

pendingFirmwareVersion

When firmwareUpdateAvailable is true, this field holds the version string for the update. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

currentFirmwareVersion

Version string of the firmware currently installed on this cache. NOTE: This property will not be serialized. It can only be populated by the server.

currentFirmwareVersion?: string

Property Value

string

firmwareUpdateDeadline

Time at which the pending firmware update will automatically be installed on the cache. NOTE: This property will not be serialized. It can only be populated by the server.

firmwareUpdateDeadline?: Date

Property Value

Date

firmwareUpdateStatus

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. NOTE: This property will not be serialized. It can only be populated by the server.

firmwareUpdateStatus?: string

Property Value

string

lastFirmwareUpdate

Time of the last successful firmware update. NOTE: This property will not be serialized. It can only be populated by the server.

lastFirmwareUpdate?: Date

Property Value

Date

pendingFirmwareVersion

When firmwareUpdateAvailable is true, this field holds the version string for the update. NOTE: This property will not be serialized. It can only be populated by the server.

pendingFirmwareVersion?: string

Property Value

string