LinuxBlockIO for Linux cgroup 'blkio' resource management
| Name | Type | Description | Notes |
|---|---|---|---|
| leafWeight | Integer | Specifies tasks' weight in the given cgroup while competing with the cgroup's child cgroups, CFQ scheduler only | [optional] |
| throttleReadBpsDevice | List<LinuxThrottleDevice> | IO read rate limit per cgroup per device, bytes per second | [optional] |
| throttleReadIOPSDevice | List<LinuxThrottleDevice> | IO read rate limit per cgroup per device, IO per second | [optional] |
| throttleWriteBpsDevice | List<LinuxThrottleDevice> | IO write rate limit per cgroup per device, bytes per second | [optional] |
| throttleWriteIOPSDevice | List<LinuxThrottleDevice> | IO write rate limit per cgroup per device, IO per second | [optional] |
| weight | Integer | Specifies per cgroup weight | [optional] |
| weightDevice | List<LinuxWeightDevice> | Weight per cgroup per device, can override BlkioWeight | [optional] |
- Serializable