public class Info
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Info() |
| Modifier and Type | Method and Description |
|---|---|
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() |
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()
architecturepublic Info withArchitecture(java.lang.String architecture)
architecture@CheckForNull public java.lang.Integer getContainers()
containerspublic Info withContainers(java.lang.Integer containers)
containers@CheckForNull public java.lang.Integer getContainersPaused()
containersPausedpublic Info withContainersPaused(java.lang.Integer containersPaused)
containersPaused@CheckForNull public java.lang.Integer getContainersRunning()
containersRunningpublic Info withContainersRunning(java.lang.Integer containersRunning)
containersRunning@CheckForNull public java.lang.Integer getContainersStopped()
containersStoppedpublic Info withContainersStopped(java.lang.Integer containersStopped)
containersStopped@CheckForNull public java.lang.Boolean getCpuCfsPeriod()
cpuCfsPeriodpublic Info withCpuCfsPeriod(java.lang.Boolean cpuCfsPeriod)
cpuCfsPeriod@CheckForNull public java.lang.Boolean getCpuCfsQuota()
cpuCfsQuotapublic 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()
discoveryBackendpublic Info withDiscoveryBackend(java.lang.String discoveryBackend)
discoveryBackend@CheckForNull public java.lang.String getDockerRootDir()
dockerRootDirpublic 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()
driverStatusespublic Info withDriverStatuses(java.util.List<java.util.List<java.lang.String>> driverStatuses)
driverStatuses@CheckForNull public java.lang.String getExecutionDriver()
executionDriverpublic Info withExecutionDriver(java.lang.String executionDriver)
executionDriver@CheckForNull public java.lang.String getLoggingDriver()
loggingDriverpublic Info withLoggingDriver(java.lang.String loggingDriver)
loggingDriver@CheckForNull public java.lang.Boolean getExperimentalBuild()
experimentalBuildpublic Info withExperimentalBuild(java.lang.Boolean experimentalBuild)
experimentalBuild@CheckForNull public java.lang.String getHttpProxy()
httpProxy@CheckForNull public java.lang.String getHttpsProxy()
httpsProxypublic 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()
indexServerAddresspublic 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()
ipv4Forwardingpublic Info withIPv4Forwarding(java.lang.Boolean ipv4Forwarding)
ipv4Forwarding@CheckForNull public java.lang.Boolean getBridgeNfIptables()
bridgeNfIptablespublic Info withBridgeNfIptables(java.lang.Boolean bridgeNfIptables)
bridgeNfIptables@CheckForNull public java.lang.Boolean getBridgeNfIp6tables()
bridgeNfIp6tablespublic Info withBridgeNfIp6tables(java.lang.Boolean bridgeNfIp6tables)
bridgeNfIp6tables@CheckForNull public java.lang.String getKernelVersion()
kernelVersionpublic Info withKernelVersion(java.lang.String kernelVersion)
kernelVersion@CheckForNull public java.lang.String[] getLabels()
labels@CheckForNull public java.lang.Boolean getMemoryLimit()
memoryLimitpublic 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()
nEventsListenerpublic Info withNEventsListener(java.lang.Integer nEventListener)
nEventsListener@CheckForNull public java.lang.Integer getNFd()
nfd@CheckForNull public java.lang.Integer getNGoroutines()
nGoroutinespublic Info withNGoroutines(java.lang.Integer nGoroutines)
nGoroutines@CheckForNull public java.lang.String getNoProxy()
noProxy@CheckForNull public java.lang.Boolean getOomKillDisable()
oomKillDisablepublic Info withOomKillDisable(java.lang.Boolean oomKillDisable)
oomKillDisable@CheckForNull public java.lang.Integer getOomScoreAdj()
oomScoreAdjpublic Info withOomScoreAdj(java.lang.Integer oomScoreAdj)
oomScoreAdj@CheckForNull public java.lang.String getOperatingSystem()
operatingSystempublic 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()
pluginspublic Info withPlugins(java.util.Map<java.lang.String,java.util.List<java.lang.String>> plugins)
plugins@CheckForNull public InfoRegistryConfig getRegistryConfig()
registryConfigpublic Info withRegistryConfig(InfoRegistryConfig registryConfig)
registryConfig@CheckForNull public java.lang.String getServerVersion()
serverVersionpublic Info withServerVersion(java.lang.String serverVersion)
serverVersion@CheckForNull public java.lang.String getClusterStore()
clusterStorepublic Info withClusterStore(java.lang.String clusterStore)
clusterStore@CheckForNull public java.lang.String getClusterAdvertise()
clusterAdvertisepublic 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()
systemStatuspublic Info withSystemStatus(java.util.List<java.lang.Object> systemStatus)
systemStatus@CheckForNull public java.lang.String getSystemTime()
systemTimepublic Info withSystemTime(java.lang.String systemTime)
systemTime@CheckForNull public java.lang.String getIsolation()
isolationCopyright © 2020. All Rights Reserved.