Name: ApplianceUpgradeInfo

Tintri Appliance update information which includes upgrade state, checksum, verison, error message.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.hardware.ApplianceUpgradeInfo",
   "checksum": <String>,
   "errorMessage": <String>,
   "state": 'UPGRADEINPROGRESS' | 'UPLOADINPROGRESS' | 'GOODFILE' | 'BADFILE' | 'NOFILE',
   "version": <String>,
}

Attributes
NameTypeDescription
checksumxsd:stringChecksum of last uploaded file.
errorMessagexsd:stringError message when in a bad state.
stateUPGRADEINPROGRESS | UPLOADINPROGRESS | GOODFILE | BADFILE | NOFILECurrent state of the upgrade.
UPGRADEINPROGRESS
UPLOADINPROGRESS
GOODFILE
BADFILE
NOFILE
versionxsd:stringVersion that system will upgrade to if we upgrade from the last uploaded file.