public class EditableHostConfig extends HostConfig implements io.fabric8.docker.api.builder.Editable<HostConfigBuilder>
| Constructor and Description |
|---|
EditableHostConfig() |
EditableHostConfig(List<String> Binds,
Integer BlkioWeight,
List<String> CapAdd,
List<String> CapDrop,
String CgroupParent,
Object ConsoleSize,
String ContainerIDFile,
Long CpuPeriod,
Long CpuQuota,
Long CpuShares,
String CpusetCpus,
String CpusetMems,
List<DeviceMapping> Devices,
List<String> Dns,
List<String> DnsOptions,
List<String> DnsSearch,
List<String> ExtraHosts,
List<String> GroupAdd,
String IpcMode,
Long KernelMemory,
List<String> Links,
LogConfig LogConfig,
LxcConfig LxcConf,
Long Memory,
Long MemoryReservation,
Long MemorySwap,
Long MemorySwappiness,
String NetworkMode,
Boolean OomKillDisable,
String PidMode,
Map<String,ArrayList<PortBinding>> PortBindings,
Boolean Privileged,
Boolean PublishAllPorts,
Boolean ReadonlyRootfs,
RestartPolicy RestartPolicy,
List<String> SecurityOpt,
String UTSMode,
List<Ulimit> Ulimits,
String VolumeDriver,
List<String> VolumesFrom) |
| Modifier and Type | Method and Description |
|---|---|
HostConfigBuilder |
edit() |
getAdditionalProperties, getBinds, getBlkioWeight, getCapAdd, getCapDrop, getCgroupParent, getConsoleSize, getContainerIDFile, getCpuPeriod, getCpuQuota, getCpusetCpus, getCpusetMems, getCpuShares, getDevices, getDns, getDnsOptions, getDnsSearch, getExtraHosts, getGroupAdd, getIpcMode, getKernelMemory, getLinks, getLogConfig, getLxcConf, getMemory, getMemoryReservation, getMemorySwap, getMemorySwappiness, getNetworkMode, getOomKillDisable, getPidMode, getPortBindings, getPrivileged, getPublishAllPorts, getReadonlyRootfs, getRestartPolicy, getSecurityOpt, getUlimits, getUTSMode, getVolumeDriver, getVolumesFrom, setAdditionalProperty, setBinds, setBlkioWeight, setCapAdd, setCapDrop, setCgroupParent, setConsoleSize, setContainerIDFile, setCpuPeriod, setCpuQuota, setCpusetCpus, setCpusetMems, setCpuShares, setDevices, setDns, setDnsOptions, setDnsSearch, setExtraHosts, setGroupAdd, setIpcMode, setKernelMemory, setLinks, setLogConfig, setLxcConf, setMemory, setMemoryReservation, setMemorySwap, setMemorySwappiness, setNetworkMode, setOomKillDisable, setPidMode, setPortBindings, setPrivileged, setPublishAllPorts, setReadonlyRootfs, setRestartPolicy, setSecurityOpt, setUlimits, setUTSMode, setVolumeDriver, setVolumesFrompublic EditableHostConfig()
public EditableHostConfig(List<String> Binds, Integer BlkioWeight, List<String> CapAdd, List<String> CapDrop, String CgroupParent, Object ConsoleSize, String ContainerIDFile, Long CpuPeriod, Long CpuQuota, Long CpuShares, String CpusetCpus, String CpusetMems, List<DeviceMapping> Devices, List<String> Dns, List<String> DnsOptions, List<String> DnsSearch, List<String> ExtraHosts, List<String> GroupAdd, String IpcMode, Long KernelMemory, List<String> Links, LogConfig LogConfig, LxcConfig LxcConf, Long Memory, Long MemoryReservation, Long MemorySwap, Long MemorySwappiness, String NetworkMode, Boolean OomKillDisable, String PidMode, Map<String,ArrayList<PortBinding>> PortBindings, Boolean Privileged, Boolean PublishAllPorts, Boolean ReadonlyRootfs, RestartPolicy RestartPolicy, List<String> SecurityOpt, String UTSMode, List<Ulimit> Ulimits, String VolumeDriver, List<String> VolumesFrom)
public HostConfigBuilder edit()
edit in interface io.fabric8.docker.api.builder.Editable<HostConfigBuilder>Copyright © 2015–2016 Red Hat. All rights reserved.