UpgradePolicy stores the Intersight Appliance's software upgrade policy. UpgradePolicy is a sinlgeton managed object. A default upgrade policy is created during the Intersight Appliance setup, and it is configured with an automatic upgrade policy. Automatic upgrade policy lets the system start software upgrade after a pre-defined number of seconds set in the software manifest. Scheduled upgrade pilicy lets the user start software upgrade at a specified schedule. However, scheduled time cannot be beyond the time limit enforced by the upgrade grace period set in the software manifest.
| Name | Type | Description | Notes |
|---|---|---|---|
| auto_upgrade | bool | Indicates if the upgrade service is set to automatically start the software upgrade or not. If autoUpgrade is true, then the value of the schedule field is ignored. | [optional] |
| blackout_dates_enabled | bool | If enabled, allows the user to define a blackout period during which the appliance will not be upgraded. | [optional] |
| blackout_end_date | datetime | End date of the black out period. | [optional] |
| blackout_start_date | datetime | Start date of the black out period. The appliance will not be upgraded during this period. | [optional] |
| schedule | OnpremSchedule | [optional] | |
| account | IamAccount | [optional] |