CacheUpgradeStatus Class

  • java.lang.Object
    • com.microsoft.azure.management.storagecache.v2020_03_01.CacheUpgradeStatus

public class CacheUpgradeStatus

Properties describing the software upgrade state of the Cache.

Constructor Summary

Constructor Description
CacheUpgradeStatus()

Method Summary

Modifier and Type Method and Description
java.lang.String currentFirmwareVersion()

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

org.joda.time.DateTime firmwareUpdateDeadline()

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

FirmwareStatusType firmwareUpdateStatus()

Get true if there is a firmware update ready to install on this Cache.

org.joda.time.DateTime lastFirmwareUpdate()

Get time of the last successful firmware update.

java.lang.String pendingFirmwareVersion()

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

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

CacheUpgradeStatus

public CacheUpgradeStatus()

Method Details

currentFirmwareVersion

public String currentFirmwareVersion()

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

Returns:

the currentFirmwareVersion value

firmwareUpdateDeadline

public DateTime firmwareUpdateDeadline()

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

Returns:

the firmwareUpdateDeadline value

firmwareUpdateStatus

public FirmwareStatusType firmwareUpdateStatus()

Get 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'.

Returns:

the firmwareUpdateStatus value

lastFirmwareUpdate

public DateTime lastFirmwareUpdate()

Get time of the last successful firmware update.

Returns:

the lastFirmwareUpdate value

pendingFirmwareVersion

public String pendingFirmwareVersion()

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

Returns:

the pendingFirmwareVersion value

Applies to