Name | Type | Description | Notes |
---|---|---|---|
blkIOWeightDevice | List<WeightDevice> | Block IO weight (relative device weight) in the form: ```[{"Path": "device_path", "Weight": weight}]``` | [optional] |
deviceReadBPs | List<ThrottleDevice> | Limit read rate (bytes per second) from a device, in the form: ```[{"Path": "device_path", "Rate": rate}]``` | [optional] |
deviceReadIOPs | List<ThrottleDevice> | Limit read rate (IO per second) from a device, in the form: ```[{"Path": "device_path", "Rate": rate}]``` | [optional] |
deviceWriteBPs | List<ThrottleDevice> | Limit write rate (bytes per second) to a device, in the form: ```[{"Path": "device_path", "Rate": rate}]``` | [optional] |
deviceWriteIOPs | List<ThrottleDevice> | Limit write rate (IO per second) to a device, in the form: ```[{"Path": "device_path", "Rate": rate}]``` | [optional] |
- Serializable