public class DoneableContainerCreateRequest extends ContainerCreateRequestFluentImpl<DoneableContainerCreateRequest> implements Doneable<ContainerCreateRequest>
ContainerCreateRequestFluentImpl.HostConfigNestedImpl<N>ContainerCreateRequestFluent.HostConfigNested<N>| Constructor and Description |
|---|
DoneableContainerCreateRequest(ContainerCreateRequest item) |
DoneableContainerCreateRequest(ContainerCreateRequest item,
io.fabric8.docker.api.builder.Function<ContainerCreateRequest,ContainerCreateRequest> function) |
DoneableContainerCreateRequest(io.fabric8.docker.api.builder.Function<ContainerCreateRequest,ContainerCreateRequest> function) |
| Modifier and Type | Method and Description |
|---|---|
ContainerCreateRequest |
done() |
addAllToCmd, addToCmd, addToCmd, addToEnv, addToEnv, addToExposedPorts, addToExposedPorts, addToLabels, addToLabels, addToVolumes, addToVolumes, buildHostConfig, editHostConfig, editOrNewHostConfig, editOrNewHostConfigLike, equals, getBlkioWeight, getCmd, getCmd, getCpuPeriod, getCpuQuota, getCpuset, getCpusetCpus, getCpusetMems, getCpuShares, getDomainname, getEntrypoint, getEnv, getExposedPorts, getFirstCmd, getHostConfig, getHostname, getImage, getKernelMemory, getLabels, getLastCmd, getMacAddress, getMatchingCmd, getMemory, getMemoryReservation, getMemorySwap, getMemorySwappiness, getName, getStopSignal, getUser, getVolumes, getWorkingDir, hasAttachStderr, hasAttachStdin, hasAttachStdout, hasBlkioWeight, hasCmd, hasCpuPeriod, hasCpuQuota, hasCpuset, hasCpusetCpus, hasCpusetMems, hasCpuShares, hasDomainname, hasEntrypoint, hasEnv, hasExposedPorts, hasHostConfig, hasHostname, hasImage, hasKernelMemory, hasLabels, hasMacAddress, hasMemory, hasMemoryReservation, hasMemorySwap, hasMemorySwappiness, hasName, hasNetworkDisabled, hasOomKillDisable, hasOpenStdin, hasStdinOnce, hasStopSignal, hasTty, hasUser, hasVolumes, hasWorkingDir, isAttachStderr, isAttachStdin, isAttachStdout, isNetworkDisabled, isOomKillDisable, isOpenStdin, isStdinOnce, isTty, removeAllFromCmd, removeFromCmd, removeFromEnv, removeFromEnv, removeFromExposedPorts, removeFromExposedPorts, removeFromLabels, removeFromLabels, removeFromVolumes, removeFromVolumes, setToCmd, withAttachStderr, withAttachStdin, withAttachStdout, withBlkioWeight, withCmd, withCmd, withCpuPeriod, withCpuQuota, withCpuset, withCpusetCpus, withCpusetMems, withCpuShares, withDomainname, withEntrypoint, withEnv, withExposedPorts, withHostConfig, withHostname, withImage, withKernelMemory, withLabels, withMacAddress, withMemory, withMemoryReservation, withMemorySwap, withMemorySwappiness, withName, withNetworkDisabled, withNewHostConfig, withNewHostConfigLike, withOomKillDisable, withOpenStdin, withStdinOnce, withStopSignal, withTty, withUser, withVolumes, withWorkingDirpublic DoneableContainerCreateRequest(io.fabric8.docker.api.builder.Function<ContainerCreateRequest,ContainerCreateRequest> function)
public DoneableContainerCreateRequest(ContainerCreateRequest item, io.fabric8.docker.api.builder.Function<ContainerCreateRequest,ContainerCreateRequest> function)
public DoneableContainerCreateRequest(ContainerCreateRequest item)
public ContainerCreateRequest done()
done in interface Doneable<ContainerCreateRequest>Copyright © 2015–2017 Red Hat. All rights reserved.