Name: DateTimeConfig

Tintri date time configuration.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.v1.tcoms.DateTimeConfig",
   "day": <Number>,
   "lastUpdatedTime": DateTime,
   "month": <Number>,
   "ntpPrimary": <String>,
   "ntpSecondary": <String>,
   "time": <String>,
   "timezone": <String>,
   "useNtp": <Boolean>,
   "year": <Number>,
}

Attributes
NameTypeDescription
dayxsd:intGet the manually set day.
lastUpdatedTimeDateTime
monthxsd:intGet the manually set month.
ntpPrimaryxsd:stringTintri Appliance primary network time protocol IP address.
ntpSecondaryxsd:stringTintri Appliance secondary network time protocol IP address.
timexsd:stringGet the manually set time.
timezonexsd:stringTintri Appliance time zone.
useNtpxsd:booleanSet to true to use Network Time Protocol (NTP) server. Set to false to manually set the time.
yearxsd:intGet the manually set year.