Share via


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. Possible values include: 'available', 'unavailable' 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?: undefined | string

Property Value

undefined | 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. Possible values include: 'available', 'unavailable' NOTE: This property will not be serialized. It can only be populated by the server.

firmwareUpdateStatus?: FirmwareStatusType

Property Value

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?: undefined | string

Property Value

undefined | string