Class AutoValue_Volume
java.lang.Object
com.spotify.docker.client.messages.Volume
com.spotify.docker.client.messages.AutoValue_Volume
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_Volume
extends Volume
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
AutoValue_Volume
(String name, String driver, com.google.common.collect.ImmutableMap<String, String> driverOpts, com.google.common.collect.ImmutableMap<String, String> options, com.google.common.collect.ImmutableMap<String, String> labels, String mountpoint, String scope, com.google.common.collect.ImmutableMap<String, String> status) -
Method Summary
-
Field Details
-
name
-
driver
-
driverOpts
-
options
-
labels
-
mountpoint
-
scope
-
status
-
-
Constructor Details
-
AutoValue_Volume
private AutoValue_Volume(@Nullable String name, @Nullable String driver, @Nullable com.google.common.collect.ImmutableMap<String, String> driverOpts, @Nullable com.google.common.collect.ImmutableMap<String, String> options, @Nullable com.google.common.collect.ImmutableMap<String, String> labels, @Nullable String mountpoint, @Nullable String scope, @Nullable com.google.common.collect.ImmutableMap<String, String> status)
-
-
Method Details
-
name
-
driver
-
driverOpts
- Specified by:
driverOpts
in classVolume
-
options
-
labels
-
mountpoint
- Specified by:
mountpoint
in classVolume
-
scope
-
status
-
toString
-
equals
-
hashCode
public int hashCode()
-