public class Mount extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Mount.Builder |
| Constructor and Description |
|---|
Mount() |
| Modifier and Type | Method and Description |
|---|---|
BindOptions |
bindOptions() |
static Mount.Builder |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
Boolean |
readOnly() |
String |
source() |
String |
target() |
String |
toString() |
String |
type() |
VolumeOptions |
volumeOptions() |
public String type()
public String source()
public String target()
public Boolean readOnly()
public BindOptions bindOptions()
public VolumeOptions volumeOptions()
public static Mount.Builder builder()
Copyright © 2016. All rights reserved.