# ClusterNodes
## Properties
**error** | [***::models::ClusterNodesError**](ClusterNodesError.md) | The current OneFS version before upgrade. | [optional] [default to null]
**last_action** | **String** | The last action performed to completion/failure on this node. Null if the node_state is 'committed' or 'assessing.' One of the following values: 'upgrade', 'rollback'. | [optional] [default to null]
**last_action_result** | **String** | Did the node pass upgrade or rollback without failing? Null if the node_state is 'committed.' One of the following values: 'pass', 'fail', null | [optional] [default to null]
**lnn** | **i32** | The lnn of the node. | [optional] [default to null]
**node_state** | **String** | \\e The state of the node during the upgrade, rollback, or assessment. One of the following values: 'committed', 'upgraded', 'upgrading', 'rolling back', 'assessing', 'error' | [optional] [default to null]
**onefs_version** | [***::models::ClusterNodesOnefsVersion**](ClusterNodesOnefsVersion.md) | The current OneFS version before upgrade. | [optional] [default to null]
**progress** | **i32** | What step is the upgrade, assessment, or rollback in? To show via progress indicator. NOTE: the value is an integer between 0 and 100 (percent) | [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)