Name: ApplianceMaintenanceMode

Tintri Appliance maintenance mode. When VMstore is in maintenance mode, alert e-mails are not sent to the customer; however, e-mail will continue to be sent to Tintri support tagged with 'maintenance mode'.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.hardware.ApplianceMaintenanceMode",
   "endTime": DateTime,
   "isEnabled": <Boolean>,
   "startTime": DateTime,
}

Attributes
NameTypeDescription
endTimeDateTimeThe end time for maintenance mode in ISO8601 format:'yyyy-MM-dd'T'HH:mm:ss.SSSZ'. Required when maintenance mode is being enabled, and not needed when disabling.
isEnabledxsd:boolean'True' indicates that maintenance mode is enabled. 'False' indicates normal mode.
startTimeDateTimeThe start time for maintenance mode in ISO8601 format: 'yyyy-MM-dd'T'HH:mm:ss.SSSZ'. Required when maintenance mode is being enabled, and not needed when disabling.