public abstract class Volume extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Volume.Builder |
| Constructor and Description |
|---|
Volume() |
| Modifier and Type | Method and Description |
|---|---|
static Volume.Builder |
builder() |
abstract String |
driver() |
abstract com.google.common.collect.ImmutableMap<String,String> |
driverOpts() |
abstract com.google.common.collect.ImmutableMap<String,String> |
labels() |
abstract String |
mountpoint() |
abstract String |
name() |
abstract com.google.common.collect.ImmutableMap<String,String> |
options() |
abstract String |
scope() |
abstract com.google.common.collect.ImmutableMap<String,String> |
status() |
@Nullable public abstract com.google.common.collect.ImmutableMap<String,String> driverOpts()
public static Volume.Builder builder()
Copyright © 2019. All rights reserved.