outscale_api 1.17.0

Outscale API SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# MaintenanceEvent

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**code** | Option<**String**> | The code of the event (`system-reboot` \\| `system-maintenance`). | [optional]
**description** | Option<**String**> | The description of the event. | [optional]
**not_after** | Option<[**String**]string.md> | The latest scheduled end date and time (UTC) for the event. | [optional]
**not_before** | Option<[**String**]string.md> | The earliest scheduled start date and time (UTC) for the event. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)