| Name | Type | Description | Notes |
|---|---|---|---|
| identifier | str, none_type | Identifier | [optional] |
| enabled | bool, none_type | If true, instances requiring this extension can be created or started | [optional] |
| created_at | str, none_type | Created Date in ISO-8601 format e.g. 2022-05-06T02:39:23.000Z | [optional] |
| updated_at | str, none_type | Updated Date in ISO-8601 format e.g. 2022-05-06T02:39:23.000Z | [optional] |
| image_id | str, none_type | Image Id | [optional] |
| state | str, none_type | State | [optional] |
| flavors | [{str: (bool, date, datetime, dict, float, int, list, str, none_type)}], none_type | Array of Flavor definitions | [optional] |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |