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 class
HostConfig.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.Builder
builder()
(package private) static HostConfig.BlkioWeightDevice
create(java.lang.String path, java.lang.Integer weight)
abstract java.lang.String
path()
abstract java.lang.Integer
weight()
-
-
-
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)
-
-