# ClusterUpgradeItem
## Properties
**install_image_path** | **String** | The location (path) of the upgrade image which must be within /ifs. | [optional] [default to null]
**nodes_to_rolling_upgrade** | **Vec<i32>** | The nodes (to be) scheduled for upgrade ordered by queue position number. Null if the cluster_state is 'partially upgraded' or upgrade_type is 'simultaneous'. One of the following values: [<lnn-1>, <lnn-2>, ... ], 'All', null | [optional] [default to null]
**skip_optional** | **bool** | Used to indicate that the pre-upgrade check should be skipped | [optional] [default to null]
**upgrade_type** | **String** | The type of upgrade to perform. One of the following values: 'rolling', 'simultaneous' | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)