public class UpdateContainerCmdImpl extends AbstrDockerCmd<UpdateContainerCmd,UpdateContainerResponse> implements UpdateContainerCmd
RemoteApiVersion.VERSION_1_22UpdateContainerCmd.Execexecution| Constructor and Description |
|---|
UpdateContainerCmdImpl(UpdateContainerCmd.Exec exec,
String containerId) |
close, registryAuthpublic UpdateContainerCmdImpl(UpdateContainerCmd.Exec exec, String containerId)
@CheckForNull public String getContainerId()
getContainerId in interface UpdateContainerCmdcontainerIdpublic UpdateContainerCmd withContainerId(@Nonnull String containerId)
withContainerId in interface UpdateContainerCmdcontainerId@CheckForNull public Integer getBlkioWeight()
getBlkioWeight in interface UpdateContainerCmdblkioWeightpublic UpdateContainerCmd withBlkioWeight(Integer blkioWeight)
withBlkioWeight in interface UpdateContainerCmdblkioWeight@CheckForNull public List<BlkioWeightDevice> getBlkioWeightDevice()
getBlkioWeightDevice in interface UpdateContainerCmdblkioWeightDevicepublic UpdateContainerCmd withBlkioWeightDevice(List<BlkioWeightDevice> blkioWeightDevice)
withBlkioWeightDevice in interface UpdateContainerCmd@CheckForNull public List<BlkioRateDevice> getBlkioDeviceReadBps()
getBlkioDeviceReadBps in interface UpdateContainerCmdblkioDeviceReadBpspublic UpdateContainerCmd withBlkioDeviceReadBps(List<BlkioRateDevice> blkioDeviceReadBps)
withBlkioDeviceReadBps in interface UpdateContainerCmd@CheckForNull public List<BlkioRateDevice> getBlkioDeviceWriteBps()
getBlkioDeviceWriteBps in interface UpdateContainerCmdblkioDeviceWriteBpspublic UpdateContainerCmd withBlkioDeviceWriteBps(List<BlkioRateDevice> blkioDeviceWriteBps)
withBlkioDeviceWriteBps in interface UpdateContainerCmd@CheckForNull public List<BlkioRateDevice> getBlkioDeviceReadIOps()
getBlkioDeviceReadIOps in interface UpdateContainerCmdblkioDeviceReadIOpspublic UpdateContainerCmd withBlkioDeviceReadIOps(List<BlkioRateDevice> blkioDeviceReadIOps)
withBlkioDeviceReadIOps in interface UpdateContainerCmd@CheckForNull public List<BlkioRateDevice> getBlkioDeviceWriteIOps()
getBlkioDeviceWriteIOps in interface UpdateContainerCmdblkioDeviceWriteIOpspublic UpdateContainerCmd withBlkioDeviceWriteIOps(List<BlkioRateDevice> blkioDeviceWriteIOps)
withBlkioDeviceWriteIOps in interface UpdateContainerCmd@CheckForNull public Long getCpuPeriod()
getCpuPeriod in interface UpdateContainerCmdcpuPeriodpublic UpdateContainerCmd withCpuPeriod(Long cpuPeriod)
withCpuPeriod in interface UpdateContainerCmdcpuPeriod@CheckForNull public Long getCpuQuota()
getCpuQuota in interface UpdateContainerCmdcpuQuotapublic UpdateContainerCmd withCpuQuota(Long 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 getCpuRealtimePeriod()
getCpuRealtimePeriod in interface UpdateContainerCmdcpuRealtimePeriodpublic UpdateContainerCmd withCpuRealtimePeriod(Long cpuRealtimePeriod)
withCpuRealtimePeriod in interface UpdateContainerCmd@CheckForNull public Long getCpuRealtimeRuntime()
getCpuRealtimeRuntime in interface UpdateContainerCmdcpuRealtimeRuntimepublic UpdateContainerCmd withCpuRealtimeRuntime(Long cpuRealtimeRuntime)
withCpuRealtimeRuntime in interface UpdateContainerCmd@CheckForNull public List<Device> getDevices()
getDevices in interface UpdateContainerCmddevicespublic UpdateContainerCmd withDevices(List<Device> devices)
withDevices in interface UpdateContainerCmd@CheckForNull public List<String> getDeviceCgroupRules()
getDeviceCgroupRules in interface UpdateContainerCmddeviceCgroupRulespublic UpdateContainerCmd withDeviceCgroupRules(List<String> deviceCgroupRules)
withDeviceCgroupRules in interface UpdateContainerCmd@CheckForNull public List<DeviceRequest> getDeviceRequests()
getDeviceRequests in interface UpdateContainerCmddeviceRequestspublic UpdateContainerCmd withDeviceRequests(List<DeviceRequest> deviceRequests)
withDeviceRequests in interface UpdateContainerCmd@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 UpdateContainerCmdmemorySwap@CheckForNull public Long getNanoCPUs()
getNanoCPUs in interface UpdateContainerCmdnanoCPUspublic UpdateContainerCmd withNanoCPUs(Long nanoCPUs)
withNanoCPUs in interface UpdateContainerCmd@CheckForNull public Boolean getOomKillDisable()
getOomKillDisable in interface UpdateContainerCmdoomKillDisablepublic UpdateContainerCmd withOomKillDisable(Boolean oomKillDisable)
withOomKillDisable in interface UpdateContainerCmd@CheckForNull public Boolean getInit()
getInit in interface UpdateContainerCmdinitpublic UpdateContainerCmd withInit(Boolean init)
withInit in interface UpdateContainerCmd@CheckForNull public Long getPidsLimit()
getPidsLimit in interface UpdateContainerCmdpidsLimitpublic UpdateContainerCmd withPidsLimit(Long pidsLimit)
withPidsLimit in interface UpdateContainerCmd@CheckForNull public List<Ulimit> getUlimits()
getUlimits in interface UpdateContainerCmdulimitspublic UpdateContainerCmd withUlimits(List<Ulimit> ulimits)
withUlimits in interface UpdateContainerCmd@CheckForNull public RestartPolicy getRestartPolicy()
getRestartPolicy in interface UpdateContainerCmdrestartPolicypublic UpdateContainerCmd withRestartPolicy(RestartPolicy restartPolicy)
withRestartPolicy in interface UpdateContainerCmdpublic 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 © 2025. All rights reserved.