public class Info
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Info() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getArchitecture() |
java.lang.Boolean |
getBridgeNfIp6tables() |
java.lang.Boolean |
getBridgeNfIptables() |
java.lang.String |
getClusterAdvertise() |
java.lang.String |
getClusterStore() |
java.lang.Integer |
getContainers() |
java.lang.Integer |
getContainersPaused() |
java.lang.Integer |
getContainersRunning() |
java.lang.Integer |
getContainersStopped() |
java.lang.Boolean |
getCpuCfsPeriod() |
java.lang.Boolean |
getCpuCfsQuota() |
java.lang.Boolean |
getCpuSet() |
java.lang.Boolean |
getCpuShares() |
java.lang.Boolean |
getDebug() |
java.lang.String |
getDiscoveryBackend() |
java.lang.String |
getDockerRootDir() |
java.lang.String |
getDriver() |
java.util.List<java.util.List<java.lang.String>> |
getDriverStatuses() |
java.lang.String |
getExecutionDriver() |
java.lang.Boolean |
getExperimentalBuild() |
java.lang.String |
getHttpProxy() |
java.lang.String |
getHttpsProxy() |
java.lang.String |
getId() |
java.lang.Integer |
getImages() |
java.lang.String |
getIndexServerAddress() |
java.lang.String |
getInitPath() |
java.lang.String |
getInitSha1() |
java.lang.Boolean |
getIPv4Forwarding() |
java.lang.String |
getIsolation() |
java.lang.String |
getKernelVersion() |
java.lang.String[] |
getLabels() |
java.lang.String |
getLoggingDriver() |
java.lang.Boolean |
getMemoryLimit() |
java.lang.Long |
getMemTotal() |
java.lang.String |
getName() |
java.lang.Integer |
getNCPU() |
java.lang.Integer |
getNEventsListener() |
java.lang.Integer |
getNFd() |
java.lang.Integer |
getNGoroutines() |
java.lang.String |
getNoProxy() |
java.lang.Boolean |
getOomKillDisable() |
java.lang.Integer |
getOomScoreAdj() |
java.lang.String |
getOperatingSystem() |
java.lang.String |
getOsType() |
java.util.Map<java.lang.String,java.util.List<java.lang.String>> |
getPlugins() |
InfoRegistryConfig |
getRegistryConfig() |
java.lang.String |
getServerVersion() |
java.lang.String[] |
getSockets() |
java.lang.Boolean |
getSwapLimit() |
SwarmInfo |
getSwarm() |
java.util.List<java.lang.Object> |
getSystemStatus() |
java.lang.String |
getSystemTime() |
int |
hashCode() |
java.lang.String |
toString() |
Info |
withArchitecture(java.lang.String architecture) |
Info |
withBridgeNfIp6tables(java.lang.Boolean bridgeNfIp6tables) |
Info |
withBridgeNfIptables(java.lang.Boolean bridgeNfIptables) |
Info |
withClusterAdvertise(java.lang.String clusterAdvertise) |
Info |
withClusterStore(java.lang.String clusterStore) |
Info |
withContainers(java.lang.Integer containers) |
Info |
withContainersPaused(java.lang.Integer containersPaused) |
Info |
withContainersRunning(java.lang.Integer containersRunning) |
Info |
withContainersStopped(java.lang.Integer containersStopped) |
Info |
withCpuCfsPeriod(java.lang.Boolean cpuCfsPeriod) |
Info |
withCpuCfsQuota(java.lang.Boolean cpuCfsQuota) |
Info |
withCpuSet(java.lang.Boolean cpuSet) |
Info |
withCpuShares(java.lang.Boolean cpuShares) |
Info |
withDebug(java.lang.Boolean debug) |
Info |
withDiscoveryBackend(java.lang.String discoveryBackend) |
Info |
withDockerRootDir(java.lang.String dockerRootDir) |
Info |
withDriver(java.lang.String driver) |
Info |
withDriverStatuses(java.util.List<java.util.List<java.lang.String>> driverStatuses) |
Info |
withExecutionDriver(java.lang.String executionDriver) |
Info |
withExperimentalBuild(java.lang.Boolean experimentalBuild) |
Info |
withHttpProxy(java.lang.String httpProxy) |
Info |
withHttpsProxy(java.lang.String httpsProxy) |
Info |
withId(java.lang.String id) |
Info |
withImages(java.lang.Integer images) |
Info |
withIndexServerAddress(java.lang.String indexServerAddress) |
Info |
withInitPath(java.lang.String initPath) |
Info |
withInitSha1(java.lang.String initSha1) |
Info |
withIPv4Forwarding(java.lang.Boolean ipv4Forwarding) |
Info |
withIsolation(java.lang.String isolation) |
Info |
withKernelVersion(java.lang.String kernelVersion) |
Info |
withLabels(java.lang.String[] labels) |
Info |
withLoggingDriver(java.lang.String loggingDriver) |
Info |
withMemoryLimit(java.lang.Boolean memoryLimit) |
Info |
withMemTotal(java.lang.Long memTotal) |
Info |
withName(java.lang.String name) |
Info |
withNCPU(java.lang.Integer ncpu) |
Info |
withNEventsListener(java.lang.Integer nEventListener) |
Info |
withNFd(java.lang.Integer nfd) |
Info |
withNGoroutines(java.lang.Integer nGoroutines) |
Info |
withNoProxy(java.lang.String noProxy) |
Info |
withOomKillDisable(java.lang.Boolean oomKillDisable) |
Info |
withOomScoreAdj(java.lang.Integer oomScoreAdj) |
Info |
withOperatingSystem(java.lang.String operatingSystem) |
Info |
withOsType(java.lang.String osType) |
Info |
withPlugins(java.util.Map<java.lang.String,java.util.List<java.lang.String>> plugins) |
Info |
withRegistryConfig(InfoRegistryConfig registryConfig) |
Info |
withServerVersion(java.lang.String serverVersion) |
Info |
withSockets(java.lang.String[] sockets) |
Info |
withSwapLimit(java.lang.Boolean swapLimit) |
Info |
withSwarm(SwarmInfo swarm) |
Info |
withSystemStatus(java.util.List<java.lang.Object> systemStatus) |
Info |
withSystemTime(java.lang.String systemTime) |
@CheckForNull public java.lang.String getArchitecture()
architecture
public Info withArchitecture(java.lang.String architecture)
architecture
@CheckForNull public java.lang.Integer getContainers()
containers
public Info withContainers(java.lang.Integer containers)
containers
@CheckForNull public java.lang.Integer getContainersPaused()
containersPaused
public Info withContainersPaused(java.lang.Integer containersPaused)
containersPaused
@CheckForNull public java.lang.Integer getContainersRunning()
containersRunning
public Info withContainersRunning(java.lang.Integer containersRunning)
containersRunning
@CheckForNull public java.lang.Integer getContainersStopped()
containersStopped
public Info withContainersStopped(java.lang.Integer containersStopped)
containersStopped
@CheckForNull public java.lang.Boolean getCpuCfsPeriod()
cpuCfsPeriod
public Info withCpuCfsPeriod(java.lang.Boolean cpuCfsPeriod)
cpuCfsPeriod
@CheckForNull public java.lang.Boolean getCpuCfsQuota()
cpuCfsQuota
public Info withCpuCfsQuota(java.lang.Boolean cpuCfsQuota)
cpuCfsQuota
@CheckForNull public java.lang.Boolean getCpuShares()
cpuShares
@CheckForNull public java.lang.Boolean getCpuSet()
cpuSet
@CheckForNull public java.lang.Boolean getDebug()
debug
@CheckForNull public java.lang.String getDiscoveryBackend()
discoveryBackend
public Info withDiscoveryBackend(java.lang.String discoveryBackend)
discoveryBackend
@CheckForNull public java.lang.String getDockerRootDir()
dockerRootDir
public Info withDockerRootDir(java.lang.String dockerRootDir)
dockerRootDir
@CheckForNull public java.lang.String getDriver()
driver
@CheckForNull public java.util.List<java.util.List<java.lang.String>> getDriverStatuses()
driverStatuses
public Info withDriverStatuses(java.util.List<java.util.List<java.lang.String>> driverStatuses)
driverStatuses
@CheckForNull public java.lang.String getExecutionDriver()
executionDriver
public Info withExecutionDriver(java.lang.String executionDriver)
executionDriver
@CheckForNull public java.lang.String getLoggingDriver()
loggingDriver
public Info withLoggingDriver(java.lang.String loggingDriver)
loggingDriver
@CheckForNull public java.lang.Boolean getExperimentalBuild()
experimentalBuild
public Info withExperimentalBuild(java.lang.Boolean experimentalBuild)
experimentalBuild
@CheckForNull public java.lang.String getHttpProxy()
httpProxy
@CheckForNull public java.lang.String getHttpsProxy()
httpsProxy
public Info withHttpsProxy(java.lang.String httpsProxy)
httpsProxy
@CheckForNull public java.lang.String getId()
id
@CheckForNull public java.lang.Integer getImages()
images
@CheckForNull public java.lang.String getIndexServerAddress()
indexServerAddress
public Info withIndexServerAddress(java.lang.String indexServerAddress)
indexServerAddress
@CheckForNull public java.lang.String getInitPath()
initPath
@CheckForNull public java.lang.String getInitSha1()
initSha1
@CheckForNull public java.lang.Boolean getIPv4Forwarding()
ipv4Forwarding
public Info withIPv4Forwarding(java.lang.Boolean ipv4Forwarding)
ipv4Forwarding
@CheckForNull public java.lang.Boolean getBridgeNfIptables()
bridgeNfIptables
public Info withBridgeNfIptables(java.lang.Boolean bridgeNfIptables)
bridgeNfIptables
@CheckForNull public java.lang.Boolean getBridgeNfIp6tables()
bridgeNfIp6tables
public Info withBridgeNfIp6tables(java.lang.Boolean bridgeNfIp6tables)
bridgeNfIp6tables
@CheckForNull public java.lang.String getKernelVersion()
kernelVersion
public Info withKernelVersion(java.lang.String kernelVersion)
kernelVersion
@CheckForNull public java.lang.String[] getLabels()
labels
@CheckForNull public java.lang.Boolean getMemoryLimit()
memoryLimit
public Info withMemoryLimit(java.lang.Boolean memoryLimit)
memoryLimit
@CheckForNull public java.lang.Long getMemTotal()
memTotal
@CheckForNull public java.lang.String getName()
name
@CheckForNull public java.lang.Integer getNCPU()
ncpu
@CheckForNull public java.lang.Integer getNEventsListener()
nEventsListener
public Info withNEventsListener(java.lang.Integer nEventListener)
nEventsListener
@CheckForNull public java.lang.Integer getNFd()
nfd
@CheckForNull public java.lang.Integer getNGoroutines()
nGoroutines
public Info withNGoroutines(java.lang.Integer nGoroutines)
nGoroutines
@CheckForNull public java.lang.String getNoProxy()
noProxy
@CheckForNull public java.lang.Boolean getOomKillDisable()
oomKillDisable
public Info withOomKillDisable(java.lang.Boolean oomKillDisable)
oomKillDisable
@CheckForNull public java.lang.Integer getOomScoreAdj()
oomScoreAdj
public Info withOomScoreAdj(java.lang.Integer oomScoreAdj)
oomScoreAdj
@CheckForNull public java.lang.String getOperatingSystem()
operatingSystem
public Info withOperatingSystem(java.lang.String operatingSystem)
operatingSystem
@CheckForNull public java.lang.String getOsType()
osType
@CheckForNull public java.util.Map<java.lang.String,java.util.List<java.lang.String>> getPlugins()
plugins
public Info withPlugins(java.util.Map<java.lang.String,java.util.List<java.lang.String>> plugins)
plugins
@CheckForNull public InfoRegistryConfig getRegistryConfig()
registryConfig
public Info withRegistryConfig(InfoRegistryConfig registryConfig)
registryConfig
@CheckForNull public java.lang.String getServerVersion()
serverVersion
public Info withServerVersion(java.lang.String serverVersion)
serverVersion
@CheckForNull public java.lang.String getClusterStore()
clusterStore
public Info withClusterStore(java.lang.String clusterStore)
clusterStore
@CheckForNull public java.lang.String getClusterAdvertise()
clusterAdvertise
public Info withClusterAdvertise(java.lang.String clusterAdvertise)
clusterAdvertise
@CheckForNull public java.lang.String[] getSockets()
sockets
@CheckForNull public java.lang.Boolean getSwapLimit()
swapLimit
@CheckForNull public java.util.List<java.lang.Object> getSystemStatus()
systemStatus
public Info withSystemStatus(java.util.List<java.lang.Object> systemStatus)
systemStatus
@CheckForNull public java.lang.String getSystemTime()
systemTime
public Info withSystemTime(java.lang.String systemTime)
systemTime
@CheckForNull public java.lang.String getIsolation()
isolation
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2019. All Rights Reserved.