Class HostConfig.BlkioWeightDevice
- java.lang.Object
-
- com.spotify.docker.client.messages.HostConfig.BlkioWeightDevice
-
- Direct Known Subclasses:
AutoValue_HostConfig_BlkioWeightDevice
- Enclosing class:
- HostConfig
public abstract static class HostConfig.BlkioWeightDevice extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHostConfig.BlkioWeightDevice.Builder
-
Constructor Summary
Constructors Constructor Description BlkioWeightDevice()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static HostConfig.BlkioWeightDevice.Builderbuilder()(package private) static HostConfig.BlkioWeightDevicecreate(java.lang.String path, java.lang.Integer weight)abstract java.lang.Stringpath()abstract java.lang.Integerweight()
-
-
-
Method Detail
-
path
public abstract java.lang.String path()
-
weight
public abstract java.lang.Integer weight()
-
builder
public static HostConfig.BlkioWeightDevice.Builder builder()
-
create
static HostConfig.BlkioWeightDevice create(java.lang.String path, java.lang.Integer weight)
-
-