public class Info extends DockerObject implements Serializable
Constructor and Description |
---|
Info() |
getRawValues
@CheckForNull public String getArchitecture()
architecture
public Info withArchitecture(String architecture)
architecture
@CheckForNull public Integer getContainers()
containers
public Info withContainers(Integer containers)
containers
@CheckForNull public Integer getContainersPaused()
containersPaused
public Info withContainersPaused(Integer containersPaused)
containersPaused
@CheckForNull public Integer getContainersRunning()
containersRunning
public Info withContainersRunning(Integer containersRunning)
containersRunning
@CheckForNull public Integer getContainersStopped()
containersStopped
public Info withContainersStopped(Integer containersStopped)
containersStopped
@CheckForNull public Boolean getCpuCfsPeriod()
cpuCfsPeriod
public Info withCpuCfsPeriod(Boolean cpuCfsPeriod)
cpuCfsPeriod
@CheckForNull public Boolean getCpuCfsQuota()
cpuCfsQuota
public Info withCpuCfsQuota(Boolean cpuCfsQuota)
cpuCfsQuota
@CheckForNull public Boolean getCpuShares()
cpuShares
@CheckForNull public Boolean getCpuSet()
cpuSet
@CheckForNull public Boolean getDebug()
debug
@CheckForNull public String getDiscoveryBackend()
discoveryBackend
public Info withDiscoveryBackend(String discoveryBackend)
discoveryBackend
@CheckForNull public String getDockerRootDir()
dockerRootDir
public Info withDockerRootDir(String dockerRootDir)
dockerRootDir
@CheckForNull public String getDriver()
driver
@CheckForNull public List<List<String>> getDriverStatuses()
driverStatuses
public Info withDriverStatuses(List<List<String>> driverStatuses)
driverStatuses
@CheckForNull public String getExecutionDriver()
executionDriver
public Info withExecutionDriver(String executionDriver)
executionDriver
@CheckForNull public String getLoggingDriver()
loggingDriver
@CheckForNull public String getCGroupDriver()
cGroupDriver
@CheckForNull public String getCGroupVersion()
cGroupVersion
public Info withLoggingDriver(String loggingDriver)
loggingDriver
public Info withCGroupDriver(String cGroupDriver)
cGroupDriver
public Info withCGroupVersion(String cGroupVersion)
cGroupVersion
@CheckForNull public Boolean getExperimentalBuild()
experimentalBuild
public Info withExperimentalBuild(Boolean experimentalBuild)
experimentalBuild
@CheckForNull public String getHttpProxy()
httpProxy
@CheckForNull public String getHttpsProxy()
httpsProxy
public Info withHttpsProxy(String httpsProxy)
httpsProxy
@CheckForNull public String getId()
id
@CheckForNull public Integer getImages()
images
@CheckForNull public String getIndexServerAddress()
indexServerAddress
public Info withIndexServerAddress(String indexServerAddress)
indexServerAddress
@CheckForNull public String getInitPath()
initPath
@CheckForNull public String getInitSha1()
initSha1
@CheckForNull public Boolean getIPv4Forwarding()
ipv4Forwarding
public Info withIPv4Forwarding(Boolean ipv4Forwarding)
ipv4Forwarding
@CheckForNull public Boolean getBridgeNfIptables()
bridgeNfIptables
public Info withBridgeNfIptables(Boolean bridgeNfIptables)
bridgeNfIptables
@CheckForNull public Boolean getBridgeNfIp6tables()
bridgeNfIp6tables
public Info withBridgeNfIp6tables(Boolean bridgeNfIp6tables)
bridgeNfIp6tables
@CheckForNull public String getKernelVersion()
kernelVersion
public Info withKernelVersion(String kernelVersion)
kernelVersion
@CheckForNull public String[] getLabels()
labels
@CheckForNull public Boolean getMemoryLimit()
memoryLimit
public Info withMemoryLimit(Boolean memoryLimit)
memoryLimit
@CheckForNull public Long getMemTotal()
memTotal
@CheckForNull public String getName()
name
@CheckForNull public Integer getNCPU()
ncpu
@CheckForNull public Integer getNEventsListener()
nEventsListener
public Info withNEventsListener(Integer nEventListener)
nEventsListener
@CheckForNull public Integer getNFd()
nfd
@CheckForNull public Integer getNGoroutines()
nGoroutines
public Info withNGoroutines(Integer nGoroutines)
nGoroutines
@CheckForNull public String getNoProxy()
noProxy
@CheckForNull public Boolean getOomKillDisable()
oomKillDisable
public Info withOomKillDisable(Boolean oomKillDisable)
oomKillDisable
@CheckForNull public Integer getOomScoreAdj()
oomScoreAdj
public Info withOomScoreAdj(Integer oomScoreAdj)
oomScoreAdj
@CheckForNull public String getOperatingSystem()
operatingSystem
public Info withOperatingSystem(String operatingSystem)
operatingSystem
@CheckForNull public String getOsType()
osType
@CheckForNull public InfoRegistryConfig getRegistryConfig()
registryConfig
public Info withRegistryConfig(InfoRegistryConfig registryConfig)
registryConfig
@CheckForNull public String getServerVersion()
serverVersion
public Info withServerVersion(String serverVersion)
serverVersion
@CheckForNull public String getClusterStore()
clusterStore
public Info withClusterStore(String clusterStore)
clusterStore
@CheckForNull public String getClusterAdvertise()
clusterAdvertise
public Info withClusterAdvertise(String clusterAdvertise)
clusterAdvertise
@CheckForNull public String[] getSockets()
sockets
@CheckForNull public Boolean getSwapLimit()
swapLimit
@CheckForNull public List<Object> getSystemStatus()
systemStatus
public Info withSystemStatus(List<Object> systemStatus)
systemStatus
@CheckForNull public String getSystemTime()
systemTime
public Info withSystemTime(String systemTime)
systemTime
@CheckForNull public SwarmInfo getSwarm()
swarm
@CheckForNull public String getIsolation()
isolation
public Map<String,RuntimeInfo> getRuntimes()
runtimes
Copyright © 2024. All rights reserved.