Interface Volume
-
@Immutable public interface Volume
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceVolume.Builder
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Volume.Builderbuilder()Stringdriver()Map<String,String>driverOpts()Map<String,String>labels()Stringmountpoint()Stringname()Map<String,String>options()Stringscope()Map<String,String>status()
-
-
-
Method Detail
-
name
String name()
-
driver
String driver()
-
mountpoint
String mountpoint()
-
scope
String scope()
-
builder
static Volume.Builder builder()
-
-