LinuxWeightDevice struct holds a major:minor weight pair for weightDevice
| Name | Type | Description | Notes |
|---|---|---|---|
| leafWeight | Integer | LeafWeight is the bandwidth rate for the device while competing with the cgroup's child cgroups, CFQ scheduler only | [optional] |
| major | Long | Major is the device's major number. | [optional] |
| minor | Long | Minor is the device's minor number. | [optional] |
| weight | Integer | Weight is the bandwidth rate for the device. | [optional] |
- Serializable