public class CreateVolumeCmdImpl extends AbstrDockerCmd<CreateVolumeCmd,CreateVolumeResponse> implements CreateVolumeCmd
CreateVolumeCmd.Execexecution| Constructor and Description |
|---|
CreateVolumeCmdImpl(CreateVolumeCmd.Exec exec) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDriver() |
Map<String,String> |
getDriverOpts() |
Map<String,String> |
getLabels() |
String |
getName() |
CreateVolumeCmdImpl |
withDriver(String driver) |
CreateVolumeCmd |
withDriverOpts(Map<String,String> driverOpts) |
CreateVolumeCmdImpl |
withLabels(Map<String,String> labels) |
CreateVolumeCmdImpl |
withName(String name) |
close, exec, registryAuth, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitexecpublic CreateVolumeCmdImpl(CreateVolumeCmd.Exec exec)
public String getName()
getName in interface CreateVolumeCmdpublic Map<String,String> getLabels()
getLabels in interface CreateVolumeCmdpublic String getDriver()
getDriver in interface CreateVolumeCmdpublic Map<String,String> getDriverOpts()
getDriverOpts in interface CreateVolumeCmdpublic CreateVolumeCmdImpl withName(String name)
withName in interface CreateVolumeCmdpublic CreateVolumeCmdImpl withLabels(Map<String,String> labels)
withLabels in interface CreateVolumeCmdpublic CreateVolumeCmdImpl withDriver(String driver)
withDriver in interface CreateVolumeCmdpublic CreateVolumeCmd withDriverOpts(Map<String,String> driverOpts)
withDriverOpts in interface CreateVolumeCmdCopyright © 2025. All rights reserved.