Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.26 KB

ClusterFirmwareUpgradeItem.md

File metadata and controls

17 lines (13 loc) · 1.26 KB

ClusterFirmwareUpgradeItem

Properties

Name Type Description Notes
ExcludeDevice string Exclude the specified devices in the firmware upgrade. [optional] [default to null]
ExcludeType string Exclude the specified device type in the firmware upgrade. [optional] [default to null]
IncludeDevice string Include the specified devices in the firmware upgrade. [optional] [default to null]
IncludeType string Include the specified device type in the firmware upgrade. [optional] [default to null]
NoBurn bool Do not burn the firmware. [optional] [default to null]
NoReboot bool Do not reboot the node after an upgrade [optional] [default to null]
NoVerify bool Do not verify the firmware upgrade after an upgrade. [optional] [default to null]
NodesToUpgrade []int32 The nodes scheduled for upgrade. Order in array determines queue position number. 'All' and null option will upgrade all nodes in <lnn> order. [optional] [default to null]

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