public class ContainerCreateRequest extends Object
| Constructor and Description |
|---|
ContainerCreateRequest(String cpuset,
String hostname,
String domainname,
String user,
String memory,
String memorySwap,
String memoryReservation,
String kernelMemory,
String cpuShares,
String cpuPeriod,
String cpuQuota,
String cpusetCpus,
String cpusetMems,
Integer blkioWeight,
Integer memorySwappiness,
Boolean oomKillDisable,
Boolean attachStdin,
Boolean attachStdout,
Boolean attachStderr,
Boolean tty,
Boolean openStdin,
Boolean stdinOnce,
Map<String,String> env,
List<String> cmd,
String entrypoint,
String image,
Map<String,String> labels,
Map<String,String> mounts,
String workingDir,
Boolean networkDisabled,
String macAddress,
Map<Integer,Protocol> exposedPorts,
String stopSignal,
HostConfig hostConfig) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAttachStderr() |
Boolean |
getAttachStdin() |
Boolean |
getAttachStdout() |
Integer |
getBlkioWeight() |
List<String> |
getCmd() |
String |
getCpuPeriod() |
String |
getCpuQuota() |
String |
getCpuset() |
String |
getCpusetCpus() |
String |
getCpusetMems() |
String |
getCpuShares() |
String |
getDomainname() |
String |
getEntrypoint() |
Map<String,String> |
getEnv() |
Map<Integer,Protocol> |
getExposedPorts() |
HostConfig |
getHostConfig() |
String |
getHostname() |
String |
getImage() |
String |
getKernelMemory() |
Map<String,String> |
getLabels() |
String |
getMacAddress() |
String |
getMemory() |
String |
getMemoryReservation() |
String |
getMemorySwap() |
Integer |
getMemorySwappiness() |
Map<String,String> |
getMounts() |
Boolean |
getNetworkDisabled() |
Boolean |
getOomKillDisable() |
Boolean |
getOpenStdin() |
Boolean |
getStdinOnce() |
String |
getStopSignal() |
Boolean |
getTty() |
String |
getUser() |
String |
getWorkingDir() |
public ContainerCreateRequest(String cpuset, String hostname, String domainname, String user, String memory, String memorySwap, String memoryReservation, String kernelMemory, String cpuShares, String cpuPeriod, String cpuQuota, String cpusetCpus, String cpusetMems, Integer blkioWeight, Integer memorySwappiness, Boolean oomKillDisable, Boolean attachStdin, Boolean attachStdout, Boolean attachStderr, Boolean tty, Boolean openStdin, Boolean stdinOnce, Map<String,String> env, List<String> cmd, String entrypoint, String image, Map<String,String> labels, Map<String,String> mounts, String workingDir, Boolean networkDisabled, String macAddress, Map<Integer,Protocol> exposedPorts, String stopSignal, HostConfig hostConfig)
public String getCpuset()
public String getHostname()
public String getDomainname()
public String getUser()
public String getMemory()
public String getMemorySwap()
public String getMemoryReservation()
public String getKernelMemory()
public String getCpuShares()
public String getCpuPeriod()
public String getCpuQuota()
public String getCpusetCpus()
public String getCpusetMems()
public Integer getBlkioWeight()
public Integer getMemorySwappiness()
public Boolean getOomKillDisable()
public Boolean getAttachStdin()
public Boolean getAttachStdout()
public Boolean getAttachStderr()
public Boolean getTty()
public Boolean getOpenStdin()
public Boolean getStdinOnce()
public String getEntrypoint()
public String getImage()
public String getWorkingDir()
public Boolean getNetworkDisabled()
public String getMacAddress()
public String getStopSignal()
public HostConfig getHostConfig()
Copyright © 2015–2016 Red Hat. All rights reserved.