[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen

PowerSchedule

Properties

boolean
allDay Required

Is this a all day schedule?


string as ^([0-1]?[0-9]|2[0-3]):[0-5][0-9]$
endTime Required

The hhmm end time of a schedule


integer as int32
min Required

Min number/percentage of vms to power on in the schedule


string
name Required

The schedule name


integer as int32
occursOn Required

Bit mask representing the days of a week for which the schedule is applicable.For ex) 127 means the schedule is applicable on all days, 31 means the schedule is applicable on all week days


string as ^([0-1]?[0-9]|2[0-3]):[0-5][0-9]$
startTime Required

The hhmm start time of a schedule


string
timeZone Required

The time zone for the schedule


integer as int64
modelVersion Optional

JSON Example

{
    "allDay": false,
    "endTime": "17:00",
    "min": 5,
    "name": "VmwareWeekdaySchedule",
    "occursOn": 31,
    "startTime": "08:00",
    "timeZone": "Asia/Tokyo"
}
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Property Of

PowerPolicy

Feedback

Was this page helpful?