public interface VolumeFluent<A extends VolumeFluent<A>>
extends io.fabric8.docker.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getDriver() |
String |
getMountpoint() |
String |
getName() |
Boolean |
hasDriver() |
Boolean |
hasMountpoint() |
Boolean |
hasName() |
A |
withDriver(String Driver) |
A |
withMountpoint(String Mountpoint) |
A |
withName(String Name) |
Copyright © 2015–2017 Red Hat. All rights reserved.