public class ContainerMount extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
destination |
private String |
mode |
private Boolean |
rw |
private String |
source |
| Constructor and Description |
|---|
ContainerMount() |
| Modifier and Type | Method and Description |
|---|---|
String |
destination() |
boolean |
equals(Object o) |
int |
hashCode() |
String |
mode() |
Boolean |
rw() |
String |
source() |
String |
toString() |
Copyright © 2016. All rights reserved.