public class DoneableHostConfig extends HostConfigFluentImpl<DoneableHostConfig> implements Doneable<HostConfig>
HostConfigFluentImpl.DevicesNestedImpl<N>, HostConfigFluentImpl.LogConfigNestedImpl<N>, HostConfigFluentImpl.RestartPolicyNestedImpl<N>, HostConfigFluentImpl.UlimitsNestedImpl<N>HostConfigFluent.DevicesNested<N>, HostConfigFluent.LogConfigNested<N>, HostConfigFluent.RestartPolicyNested<N>, HostConfigFluent.UlimitsNested<N>| Constructor and Description |
|---|
DoneableHostConfig(io.fabric8.docker.api.builder.Function<HostConfig,HostConfig> function) |
DoneableHostConfig(HostConfig item) |
DoneableHostConfig(HostConfig item,
io.fabric8.docker.api.builder.Function<HostConfig,HostConfig> function) |
| Modifier and Type | Method and Description |
|---|---|
HostConfig |
done() |
addAllToBinds, addAllToCapAdd, addAllToCapDrop, addAllToDevices, addAllToDns, addAllToDnsOptions, addAllToDnsSearch, addAllToExtraHosts, addAllToGroupAdd, addAllToLinks, addAllToSecurityOpt, addAllToUlimits, addAllToVolumesFrom, addNewDevice, addNewDevice, addNewDeviceLike, addNewUlimit, addNewUlimit, addNewUlimitLike, addToBinds, addToBinds, addToCapAdd, addToCapAdd, addToCapDrop, addToCapDrop, addToDevices, addToDevices, addToDns, addToDns, addToDnsOptions, addToDnsOptions, addToDnsSearch, addToDnsSearch, addToExtraHosts, addToExtraHosts, addToGroupAdd, addToGroupAdd, addToLinks, addToLinks, addToPortBindings, addToPortBindings, addToSecurityOpt, addToSecurityOpt, addToUlimits, addToUlimits, addToVolumesFrom, addToVolumesFrom, buildDevice, buildDevices, buildFirstDevice, buildFirstUlimit, buildLastDevice, buildLastUlimit, buildLogConfig, buildMatchingDevice, buildMatchingUlimit, buildRestartPolicy, buildUlimit, buildUlimits, editDevice, editFirstDevice, editFirstUlimit, editLastDevice, editLastUlimit, editLogConfig, editMatchingDevice, editMatchingUlimit, editOrNewLogConfig, editOrNewLogConfigLike, editOrNewRestartPolicy, editOrNewRestartPolicyLike, editRestartPolicy, editUlimit, equals, getBind, getBinds, getBlkioWeight, getCapAdd, getCapAdd, getCapDrop, getCapDrop, getCgroupParent, getConsoleSize, getContainerIDFile, getCpuPeriod, getCpuQuota, getCpusetCpus, getCpusetMems, getCpuShares, getDevices, getDn, getDns, getDnsOption, getDnsOptions, getDnsSearch, getDnsSearch, getExtraHost, getExtraHosts, getFirstBind, getFirstCapAdd, getFirstCapDrop, getFirstDn, getFirstDnsOption, getFirstDnsSearch, getFirstExtraHost, getFirstGroupAdd, getFirstLink, getFirstSecurityOpt, getFirstVolumesFrom, getGroupAdd, getGroupAdd, getIpcMode, getKernelMemory, getLastBind, getLastCapAdd, getLastCapDrop, getLastDn, getLastDnsOption, getLastDnsSearch, getLastExtraHost, getLastGroupAdd, getLastLink, getLastSecurityOpt, getLastVolumesFrom, getLink, getLinks, getLogConfig, getLxcConf, getMatchingBind, getMatchingCapAdd, getMatchingCapDrop, getMatchingDn, getMatchingDnsOption, getMatchingDnsSearch, getMatchingExtraHost, getMatchingGroupAdd, getMatchingLink, getMatchingSecurityOpt, getMatchingVolumesFrom, getMemory, getMemoryReservation, getMemorySwap, getMemorySwappiness, getNetworkMode, getPidMode, getPortBindings, getRestartPolicy, getSecurityOpt, getSecurityOpt, getUlimits, getUTSMode, getVolumeDriver, getVolumesFrom, getVolumesFrom, hasBinds, hasBlkioWeight, hasCapAdd, hasCapDrop, hasCgroupParent, hasConsoleSize, hasContainerIDFile, hasCpuPeriod, hasCpuQuota, hasCpusetCpus, hasCpusetMems, hasCpuShares, hasDevices, hasDns, hasDnsOptions, hasDnsSearch, hasExtraHosts, hasGroupAdd, hasIpcMode, hasKernelMemory, hasLinks, hasLogConfig, hasLxcConf, hasMemory, hasMemoryReservation, hasMemorySwap, hasMemorySwappiness, hasNetworkMode, hasOomKillDisable, hasPidMode, hasPortBindings, hasPrivileged, hasPublishAllPorts, hasReadonlyRootfs, hasRestartPolicy, hasSecurityOpt, hasUlimits, hasUTSMode, hasVolumeDriver, hasVolumesFrom, isOomKillDisable, isPrivileged, isPublishAllPorts, isReadonlyRootfs, removeAllFromBinds, removeAllFromCapAdd, removeAllFromCapDrop, removeAllFromDevices, removeAllFromDns, removeAllFromDnsOptions, removeAllFromDnsSearch, removeAllFromExtraHosts, removeAllFromGroupAdd, removeAllFromLinks, removeAllFromSecurityOpt, removeAllFromUlimits, removeAllFromVolumesFrom, removeFromBinds, removeFromCapAdd, removeFromCapDrop, removeFromDevices, removeFromDns, removeFromDnsOptions, removeFromDnsSearch, removeFromExtraHosts, removeFromGroupAdd, removeFromLinks, removeFromPortBindings, removeFromPortBindings, removeFromSecurityOpt, removeFromUlimits, removeFromVolumesFrom, setNewDeviceLike, setNewUlimitLike, setToBinds, setToCapAdd, setToCapDrop, setToDevices, setToDns, setToDnsOptions, setToDnsSearch, setToExtraHosts, setToGroupAdd, setToLinks, setToSecurityOpt, setToUlimits, setToVolumesFrom, withBinds, withBinds, withBlkioWeight, withCapAdd, withCapAdd, withCapDrop, withCapDrop, withCgroupParent, withConsoleSize, withContainerIDFile, withCpuPeriod, withCpuQuota, withCpusetCpus, withCpusetMems, withCpuShares, withDevices, withDevices, withDns, withDns, withDnsOptions, withDnsOptions, withDnsSearch, withDnsSearch, withExtraHosts, withExtraHosts, withGroupAdd, withGroupAdd, withIpcMode, withKernelMemory, withLinks, withLinks, withLogConfig, withLxcConf, withMemory, withMemoryReservation, withMemorySwap, withMemorySwappiness, withNetworkMode, withNewLogConfig, withNewLogConfigLike, withNewRestartPolicy, withNewRestartPolicy, withNewRestartPolicyLike, withOomKillDisable, withPidMode, withPortBindings, withPrivileged, withPublishAllPorts, withReadonlyRootfs, withRestartPolicy, withSecurityOpt, withSecurityOpt, withUlimits, withUlimits, withUTSMode, withVolumeDriver, withVolumesFrom, withVolumesFrompublic DoneableHostConfig(io.fabric8.docker.api.builder.Function<HostConfig,HostConfig> function)
public DoneableHostConfig(HostConfig item, io.fabric8.docker.api.builder.Function<HostConfig,HostConfig> function)
public DoneableHostConfig(HostConfig item)
public HostConfig done()
done in interface Doneable<HostConfig>Copyright © 2015–2017 Red Hat. All rights reserved.