Class Volume
java.lang.Object
com.spotify.docker.client.messages.Volume
- Direct Known Subclasses:
AutoValue_Volume
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Volume.Builderbuilder()(package private) static Volumecreate(String name, String driver, Map<String, String> driverOpts, Map<String, String> options, Map<String, String> labels, String mountpoint, String scope, Map<String, String> status) abstract Stringdriver()labels()abstract Stringabstract Stringname()options()abstract Stringscope()status()
-
Constructor Details
-
Volume
public Volume()
-
-
Method Details
-
name
-
driver
-
driverOpts
-
options
-
labels
-
mountpoint
-
scope
-
status
-
create
-
builder
-