CacheUpgradeStatus Class

Definition

Properties describing the software upgrade state of the Cache.

public class CacheUpgradeStatus
type CacheUpgradeStatus = class
Public Class CacheUpgradeStatus
Inheritance
CacheUpgradeStatus

Constructors

CacheUpgradeStatus()

Initializes a new instance of the CacheUpgradeStatus class.

CacheUpgradeStatus(String, String, Nullable<DateTime>, Nullable<DateTime>, String)

Initializes a new instance of the CacheUpgradeStatus class.

Properties

CurrentFirmwareVersion

Gets version string of the firmware currently installed on this Cache.

FirmwareUpdateDeadline

Gets time at which the pending firmware update will automatically be installed on the Cache.

FirmwareUpdateStatus

Gets 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'

LastFirmwareUpdate

Gets time of the last successful firmware update.

PendingFirmwareVersion

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

Applies to