public class CreateNetworkCmdImpl extends AbstrDockerCmd<CreateNetworkCmd,CreateNetworkResponse> implements CreateNetworkCmd
CreateNetworkCmd.Execexecution| Constructor and Description |
|---|
CreateNetworkCmdImpl(DockerCmdSyncExec<CreateNetworkCmd,CreateNetworkResponse> execution) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAttachable() |
Boolean |
getCheckDuplicate() |
String |
getDriver() |
Boolean |
getEnableIPv6() |
Boolean |
getInternal() |
Network.Ipam |
getIpam() |
Map<String,String> |
getLabels() |
String |
getName() |
Map<String,String> |
getOptions() |
CreateNetworkCmd |
withAttachable(Boolean attachable) |
CreateNetworkCmd |
withCheckDuplicate(boolean checkDuplicate) |
CreateNetworkCmd |
withDriver(String driver) |
CreateNetworkCmd |
withEnableIpv6(boolean enableIpv6) |
CreateNetworkCmd |
withInternal(boolean internal) |
CreateNetworkCmd |
withIpam(Network.Ipam ipam) |
CreateNetworkCmd |
withLabels(Map<String,String> labels) |
CreateNetworkCmd |
withName(String name) |
CreateNetworkCmd |
withOptions(Map<String,String> options) |
close, exec, registryAuth, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitexecpublic CreateNetworkCmdImpl(DockerCmdSyncExec<CreateNetworkCmd,CreateNetworkResponse> execution)
public String getName()
getName in interface CreateNetworkCmdpublic String getDriver()
getDriver in interface CreateNetworkCmdpublic Network.Ipam getIpam()
getIpam in interface CreateNetworkCmdpublic Map<String,String> getOptions()
getOptions in interface CreateNetworkCmdpublic Boolean getCheckDuplicate()
getCheckDuplicate in interface CreateNetworkCmdpublic Boolean getInternal()
getInternal in interface CreateNetworkCmdpublic Boolean getEnableIPv6()
getEnableIPv6 in interface CreateNetworkCmdpublic CreateNetworkCmd withName(String name)
withName in interface CreateNetworkCmdpublic CreateNetworkCmd withDriver(String driver)
withDriver in interface CreateNetworkCmdpublic CreateNetworkCmd withIpam(Network.Ipam ipam)
withIpam in interface CreateNetworkCmdpublic CreateNetworkCmd withOptions(Map<String,String> options)
withOptions in interface CreateNetworkCmdpublic CreateNetworkCmd withCheckDuplicate(boolean checkDuplicate)
withCheckDuplicate in interface CreateNetworkCmdpublic CreateNetworkCmd withInternal(boolean internal)
withInternal in interface CreateNetworkCmdpublic CreateNetworkCmd withEnableIpv6(boolean enableIpv6)
withEnableIpv6 in interface CreateNetworkCmdpublic Boolean getAttachable()
getAttachable in interface CreateNetworkCmdpublic CreateNetworkCmd withAttachable(Boolean attachable)
withAttachable in interface CreateNetworkCmdpublic Map<String,String> getLabels()
getLabels in interface CreateNetworkCmdpublic CreateNetworkCmd withLabels(Map<String,String> labels)
withLabels in interface CreateNetworkCmdCopyright © 2025. All rights reserved.