isilon 1.0.1

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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**average** | **f32** | The average virtual memory utilization of the job on this node, in KB. | [optional] [default to null]
**current** | **f32** | The current virtual memory utilization of the job on this node, in KB. | [default to null]
**maximum** | **f32** | The maximum virtual memory utilization of the job on this node, in KB. | [default to null]
**minimum** | **f32** | The minimum virtual memory utilization of the job on this node, in KB. | [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)