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