isilon 1.0.0

Isilon rest api bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# DrivesDriveFirmwareUpdateNodeStatus

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**failed** | **i32** | The number of drives that did not successfully complete firmware updates update on the node. | [optional] [default to null]
**finish_time** | **String** | Time when drive firmware update finished on node. | [optional] [default to null]
**remaining** | **i32** | Number of drives remaining to be updated on node. | [optional] [default to null]
**start_time** | **String** | Time when drive firmware update started on node. | [optional] [default to null]
**status** | **String** | Overall status of this nodes firmware updates. | [optional] [default to null]
**updated** | **i32** | The number of drives that completed firmware updates on the node. | [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)