Interface Info
-
@Immutable @Enclosing public interface Info
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceInfo.IndexConfigstatic interfaceInfo.Pluginsstatic interfaceInfo.RegistryConfig
-
Method Summary
-
-
-
Method Detail
-
architecture
String architecture()
-
clusterStore
@Deprecated String clusterStore()
Deprecated.
-
cgroupDriver
String cgroupDriver()
-
cgroupVersion
String cgroupVersion()
-
containers
Integer containers()
-
containersRunning
Integer containersRunning()
-
containersStopped
Integer containersStopped()
-
containersPaused
Integer containersPaused()
-
cpuCfsPeriod
Boolean cpuCfsPeriod()
-
cpuCfsQuota
Boolean cpuCfsQuota()
-
debug
Boolean debug()
-
dockerRootDir
String dockerRootDir()
-
storageDriver
String storageDriver()
-
experimentalBuild
Boolean experimentalBuild()
-
httpProxy
String httpProxy()
-
httpsProxy
String httpsProxy()
-
id
String id()
-
ipv4Forwarding
Boolean ipv4Forwarding()
-
images
Integer images()
-
indexServerAddress
String indexServerAddress()
-
initPath
String initPath()
-
initSha1
String initSha1()
-
kernelMemory
@Deprecated Boolean kernelMemory()
Deprecated.
-
kernelVersion
String kernelVersion()
-
memTotal
Long memTotal()
-
memoryLimit
Boolean memoryLimit()
-
cpus
Integer cpus()
-
eventsListener
Integer eventsListener()
-
fileDescriptors
Integer fileDescriptors()
-
goroutines
Integer goroutines()
-
name
String name()
-
noProxy
String noProxy()
-
oomKillDisable
Boolean oomKillDisable()
-
operatingSystem
String operatingSystem()
-
osType
String osType()
-
osVersion
String osVersion()
-
plugins
Info.Plugins plugins()
-
registryConfig
Info.RegistryConfig registryConfig()
-
serverVersion
String serverVersion()
-
swapLimit
Boolean swapLimit()
-
swarm
SwarmInfo swarm()
-
systemTime
Date systemTime()
-
-