appliance update policy: time
The
time
structure defines weekday and time the automatic check for new updates will be run. This structure was added in vSphere API 6.7.Representation:
{
"hour" : 1,
"day" : "MONDAY",
"minute" : 1
}
"hour" : 1,
"day" : "MONDAY",
"minute" : 1
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
day | string | weekday to check for updates. This attribute was added in vSphere API 6.7. Defines the set of days. This enumeration was added in vSphere API 6.7. Value is one of: MONDAY: Monday. This constant was added in vSphere API 6.7. TUESDAY: Tuesday. This constant was added in vSphere API 6.7. WEDNESDAY: Wednesday. This constant was added in vSphere API 6.7. THURSDAY: Thursday. This constant was added in vSphere API 6.7. FRIDAY: Friday. This constant was added in vSphere API 6.7. SATURDAY: Saturday. This constant was added in vSphere API 6.7. SUNDAY: Sunday. This constant was added in vSphere API 6.7. |
hour | long | Hour: 0-24. This attribute was added in vSphere API 6.7. |
minute | long | Minute: 0-59. This attribute was added in vSphere API 6.7. |