isilon 1.0.0

Isilon rest api bindings
Documentation
# NodeStatusNodeNvram

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**batteries** | [**Vec<::models::NodeStatusNodeNvramBattery>**]NodeStatusNodeNvramBattery.md | This node&#39;s NVRAM battery status information. | [optional] [default to null]
**battery_count** | **i32** | This node&#39;s NVRAM battery count. | [optional] [default to null]
**charge_status** | **String** | This node&#39;s NVRAM battery charge status, as a color. | [optional] [default to null]
**charge_status_number** | **i32** | This node&#39;s NVRAM battery charge status, as a number. | [optional] [default to null]
**device** | **String** | This node&#39;s NVRAM device name with path. | [optional] [default to null]
**present** | **bool** | This node has NVRAM. | [optional] [default to null]
**present_flash** | **bool** | This node has NVRAM with flash storage. | [optional] [default to null]
**present_size** | **i32** | The size of the NVRAM, in bytes. | [optional] [default to null]
**present_type** | **String** | This node&#39;s NVRAM type. | [optional] [default to null]
**ship_mode** | **i32** | This node&#39;s current ship mode state for NVRAM batteries. | [optional] [default to null]
**supported** | **bool** | This node supports NVRAM. | [optional] [default to null]
**supported_flash** | **bool** | This node supports NVRAM with flash storage. | [optional] [default to null]
**supported_size** | **i32** | The maximum size of the NVRAM, in bytes. | [optional] [default to null]
**supported_type** | **String** | This node&#39;s supported NVRAM type. | [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)