Interface HostConfig.BlkioDeviceRate
-
- Enclosing interface:
- HostConfig
@Immutable public static interface HostConfig.BlkioDeviceRate
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceHostConfig.BlkioDeviceRate.Builder
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static HostConfig.BlkioDeviceRate.Builderbuilder()Stringpath()Integerrate()
-
-
-
Method Detail
-
path
String path()
-
rate
Integer rate()
-
builder
static HostConfig.BlkioDeviceRate.Builder builder()
-
-