public class UpdateContainerCmdImpl extends AbstrDockerCmd<UpdateContainerCmd,UpdateContainerResponse> implements UpdateContainerCmd
RemoteApiVersion.VERSION_1_22UpdateContainerCmd.Execexecution| Constructor and Description |
|---|
UpdateContainerCmdImpl() |
UpdateContainerCmdImpl(UpdateContainerCmd.Exec exec,
String containerId) |
close, registryAuthpublic UpdateContainerCmdImpl()
public UpdateContainerCmdImpl(UpdateContainerCmd.Exec exec, String containerId)
@CheckForNull public Integer getBlkioWeight()
getBlkioWeight in interface UpdateContainerCmdblkioWeightpublic UpdateContainerCmd withBlkioWeight(Integer blkioWeight)
withBlkioWeight in interface UpdateContainerCmdblkioWeight@CheckForNull public String getContainerId()
getContainerId in interface UpdateContainerCmdcontainerIdpublic UpdateContainerCmd withContainerId(@Nonnull String containerId)
withContainerId in interface UpdateContainerCmdcontainerId@CheckForNull public Integer getCpuPeriod()
getCpuPeriod in interface UpdateContainerCmdcpuPeriodpublic UpdateContainerCmd withCpuPeriod(Integer cpuPeriod)
withCpuPeriod in interface UpdateContainerCmdcpuPeriod@CheckForNull public Integer getCpuQuota()
getCpuQuota in interface UpdateContainerCmdcpuQuotapublic UpdateContainerCmd withCpuQuota(Integer cpuQuota)
withCpuQuota in interface UpdateContainerCmdcpuQuota@CheckForNull public String getCpusetCpus()
getCpusetCpus in interface UpdateContainerCmdcpusetCpuspublic UpdateContainerCmd withCpusetCpus(String cpusetCpus)
withCpusetCpus in interface UpdateContainerCmdcpusetCpus@CheckForNull public String getCpusetMems()
getCpusetMems in interface UpdateContainerCmdcpusetMemspublic UpdateContainerCmd withCpusetMems(String cpusetMems)
withCpusetMems in interface UpdateContainerCmdcpusetMems@CheckForNull public Integer getCpuShares()
getCpuShares in interface UpdateContainerCmdcpuSharespublic UpdateContainerCmd withCpuShares(Integer cpuShares)
withCpuShares in interface UpdateContainerCmdcpuShares@CheckForNull public Long getKernelMemory()
getKernelMemory in interface UpdateContainerCmdkernelMemorypublic UpdateContainerCmd withKernelMemory(Long kernelMemory)
withKernelMemory in interface UpdateContainerCmdkernelMemory@CheckForNull public Long getMemory()
getMemory in interface UpdateContainerCmdmemorypublic UpdateContainerCmd withMemory(Long memory)
withMemory in interface UpdateContainerCmdmemory@CheckForNull public Long getMemoryReservation()
getMemoryReservation in interface UpdateContainerCmdmemoryReservationpublic UpdateContainerCmd withMemoryReservation(Long memoryReservation)
withMemoryReservation in interface UpdateContainerCmdmemoryReservation@CheckForNull public Long getMemorySwap()
getMemorySwap in interface UpdateContainerCmdmemorySwappublic UpdateContainerCmd withMemorySwap(Long memorySwap)
withMemorySwap in interface UpdateContainerCmdmemorySwappublic UpdateContainerResponse exec() throws NotFoundException
exec in interface SyncDockerCmd<UpdateContainerResponse>exec in class AbstrDockerCmd<UpdateContainerCmd,UpdateContainerResponse>NotFoundException - No such containerpublic String toString()
toString in class AbstrDockerCmd<UpdateContainerCmd,UpdateContainerResponse>Copyright © 2017. All Rights Reserved.