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.Builder
builder()
(package private) static Volume
create
(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 String
driver()
labels()
abstract String
abstract String
name()
options()
abstract String
scope()
status()
-
Constructor Details
-
Volume
public Volume()
-
-
Method Details
-
name
-
driver
-
driverOpts
-
options
-
labels
-
mountpoint
-
scope
-
status
-
create
-
builder
-