UpdateContainerCmd |
UpdateContainerCmd.withBlkioDeviceReadBps(List<BlkioRateDevice> blkioDeviceReadBps) |
UpdateContainerCmd |
UpdateContainerCmd.withBlkioDeviceReadIOps(List<BlkioRateDevice> blkioDeviceReadIOps) |
UpdateContainerCmd |
UpdateContainerCmd.withBlkioDeviceWriteBps(List<BlkioRateDevice> blkioDeviceWriteBps) |
UpdateContainerCmd |
UpdateContainerCmd.withBlkioDeviceWriteIOps(List<BlkioRateDevice> blkioDeviceWriteIOps) |
UpdateContainerCmd |
UpdateContainerCmd.withBlkioWeight(Integer blkioWeight) |
UpdateContainerCmd |
UpdateContainerCmd.withBlkioWeightDevice(List<BlkioWeightDevice> blkioWeightDevice) |
UpdateContainerCmd |
UpdateContainerCmd.withContainerId(String containerId) |
UpdateContainerCmd |
UpdateContainerCmd.withCpuPeriod(Long cpuPeriod) |
UpdateContainerCmd |
UpdateContainerCmd.withCpuQuota(Long cpuQuota) |
UpdateContainerCmd |
UpdateContainerCmd.withCpuRealtimePeriod(Long cpuRealtimePeriod) |
UpdateContainerCmd |
UpdateContainerCmd.withCpuRealtimeRuntime(Long cpuRealtimeRuntime) |
UpdateContainerCmd |
UpdateContainerCmd.withCpusetCpus(String cpusetCpus) |
UpdateContainerCmd |
UpdateContainerCmd.withCpusetMems(String cpusetMems) |
UpdateContainerCmd |
UpdateContainerCmd.withCpuShares(Integer cpuShares) |
UpdateContainerCmd |
UpdateContainerCmd.withDeviceCgroupRules(List<String> deviceCgroupRules) |
UpdateContainerCmd |
UpdateContainerCmd.withDeviceRequests(List<DeviceRequest> deviceRequests) |
UpdateContainerCmd |
UpdateContainerCmd.withDevices(List<Device> devices) |
UpdateContainerCmd |
UpdateContainerCmd.withInit(Boolean init) |
UpdateContainerCmd |
UpdateContainerCmd.withKernelMemory(Long kernelMemory) |
UpdateContainerCmd |
UpdateContainerCmd.withMemory(Long memory) |
UpdateContainerCmd |
UpdateContainerCmd.withMemoryReservation(Long memoryReservation) |
UpdateContainerCmd |
UpdateContainerCmd.withMemorySwap(Long memorySwap) |
UpdateContainerCmd |
UpdateContainerCmd.withNanoCPUs(Long nanoCPUs) |
UpdateContainerCmd |
UpdateContainerCmd.withOomKillDisable(Boolean oomKillDisable) |
UpdateContainerCmd |
UpdateContainerCmd.withPidsLimit(Long pidsLimit) |
UpdateContainerCmd |
UpdateContainerCmd.withRestartPolicy(RestartPolicy restartPolicy) |
UpdateContainerCmd |
UpdateContainerCmd.withUlimits(List<Ulimit> ulimits) |