Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 989 Bytes

ClusterUpgradeItem.md

File metadata and controls

13 lines (9 loc) · 989 Bytes

ClusterUpgradeItem

Properties

Name Type Description Notes
install_image_path str The location (path) of the upgrade image which must be within /ifs. [optional]
nodes_to_rolling_upgrade list[int] 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]
skip_optional bool Used to indicate that the pre-upgrade check should be skipped [optional]
upgrade_type str The type of upgrade to perform. One of the following values: 'rolling', 'simultaneous' [optional]

[Back to Model list] [Back to API list] [Back to README]