public class InspectVolumeCmdImpl extends AbstrDockerCmd<InspectVolumeCmd,InspectVolumeResponse> implements InspectVolumeCmd
InspectVolumeCmd.Execexecution| Constructor and Description |
|---|
InspectVolumeCmdImpl(InspectVolumeCmd.Exec exec,
String name) |
| Modifier and Type | Method and Description |
|---|---|
InspectVolumeResponse |
exec() |
String |
getName() |
InspectVolumeCmd |
withName(String name) |
close, registryAuth, toStringpublic InspectVolumeCmdImpl(InspectVolumeCmd.Exec exec, String name)
public String getName()
getName in interface InspectVolumeCmdpublic InspectVolumeCmd withName(String name)
withName in interface InspectVolumeCmdname - - The volume’s name.public InspectVolumeResponse exec() throws NotFoundException
exec in interface SyncDockerCmd<InspectVolumeResponse>exec in class AbstrDockerCmd<InspectVolumeCmd,InspectVolumeResponse>NotFoundException - No such volumeCopyright © 2017. All Rights Reserved.