VcenterSettingsV1ConfigComponentsApplmgmtTime
The Time structure defines weekday and time the automatic check for new updates will be run
Properties
Time.UpdateDay enumerated type Defines days to query for updates.
MONDAY : Query for updates on Monday.
TUESDAY : Query for updates on Tuesday.
FRIDAY : Query for updates on Friday.
WEDNESDAY : Query for updates on Wednesday.
THURSDAY : Query for updates on Thursday.
SATURDAY : Query for updates on Saturday.
SUNDAY : Query for updates on Sunday.
EVERYDAY : Query for updates everyday.
Possible values are: MONDAY , TUESDAY , FRIDAY , WEDNESDAY , THURSDAY , SATURDAY , SUNDAY , EVERYDAY
Time to query for updates Format: HH:MM:SS Military (24 hour) Time Format Only set if hour is present in SoftwareUpdatePolicy
Time to query for updates Format: HH:MM:SS Military (24 hour) Time Format Only set if minute is present in SoftwareUpdatePolicy
JSON Example
{
"day": "MONDAY",
"hour": "string",
"minute": "string"
}