Name: ApplianceDiskEncryptionInfo

Tintri Appliance disk encryption information.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.hardware.ApplianceDiskEncryptionInfo",
   "keyTimestamp": <Number>,
   "message": <String>,
   "state": 'NONE' | 'ENABLED_GOOD' | 'ENABLED_BAD' | 'DISABLED',
}

Attributes
NameTypeDescription
keyTimestampxsd:longTimestamp of last key update, which is the milliseconds since Jan 1, 1970.
messagexsd:stringEncryption status message.
stateNONE | ENABLED_GOOD | ENABLED_BAD | DISABLEDCurrent state of the encryption.
NONE
ENABLED_GOOD
ENABLED_BAD
DISABLED