public interface InspectVolumeCmd extends SyncDockerCmd<InspectVolumeResponse>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InspectVolumeCmd.Exec |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
InspectVolumeCmd |
withName(String name) |
execString getName()
InspectVolumeCmd withName(@Nonnull String name)
name - - The volume’s name.Copyright © 2017. All Rights Reserved.