Class Info
java.lang.Object
com.spotify.docker.client.messages.Info
- Direct Known Subclasses:
AutoValue_Info
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract String
abstract String
abstract String
abstract Integer
abstract Integer
abstract Integer
abstract Integer
abstract Boolean
abstract Boolean
abstract Integer
cpus()
(package private) static Info
create
(String architecture, String clusterStore, String cgroupDriver, Integer containers, Integer containersRunning, Integer containersStopped, Integer containersPaused, Boolean cpuCfsPeriod, Boolean cpuCfsQuota, Boolean debug, String dockerRootDir, String storageDriver, List<List<String>> driverStatus, String executionDriver, Boolean experimentalBuild, String httpProxy, String httpsProxy, String id, Boolean ipv4Forwarding, Integer images, String indexServerAddress, String initPath, String initSha1, Boolean kernelMemory, String kernelVersion, List<String> labels, Long memTotal, Boolean memoryLimit, Integer cpus, Integer eventsListener, Integer fileDescriptors, Integer goroutines, String name, String noProxy, Boolean oomKillDisable, String operatingSystem, String osType, Info.Plugins plugins, Info.RegistryConfig registryConfig, String serverVersion, Boolean swapLimit, SwarmInfo swarm, List<List<String>> systemStatus, Date systemTime) abstract Boolean
debug()
abstract String
abstract com.google.common.collect.ImmutableList
<com.google.common.collect.ImmutableList<String>> abstract Integer
abstract String
Deprecated.Removed in API 1.24 https://github.com/docker/docker/pull/24501abstract Boolean
abstract Integer
abstract Integer
abstract String
abstract String
abstract String
id()
abstract Integer
images()
abstract String
abstract String
initPath()
abstract String
initSha1()
abstract Boolean
abstract Boolean
abstract String
abstract com.google.common.collect.ImmutableList
<String> labels()
abstract Boolean
abstract Long
memTotal()
abstract String
name()
abstract String
noProxy()
abstract Boolean
abstract String
abstract String
osType()
abstract Info.Plugins
plugins()
abstract Info.RegistryConfig
abstract String
abstract String
abstract Boolean
abstract SwarmInfo
swarm()
abstract com.google.common.collect.ImmutableList
<com.google.common.collect.ImmutableList<String>> abstract Date
-
Constructor Details
-
Info
public Info()
-
-
Method Details
-
architecture
-
clusterStore
-
cgroupDriver
-
containers
-
containersRunning
-
containersStopped
-
containersPaused
-
cpuCfsPeriod
-
cpuCfsQuota
-
debug
-
dockerRootDir
-
storageDriver
-
driverStatus
public abstract com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<String>> driverStatus() -
executionDriver
Deprecated.Removed in API 1.24 https://github.com/docker/docker/pull/24501- Returns:
- Execution Driver
-
experimentalBuild
-
httpProxy
-
httpsProxy
-
id
-
ipv4Forwarding
-
images
-
indexServerAddress
-
initPath
-
initSha1
-
kernelMemory
-
kernelVersion
-
labels
-
memTotal
-
memoryLimit
-
cpus
-
eventsListener
-
fileDescriptors
-
goroutines
-
name
-
noProxy
-
oomKillDisable
-
operatingSystem
-
osType
-
plugins
-
registryConfig
-
serverVersion
-
swapLimit
-
swarm
-
systemStatus
-
systemTime
-
create
static Info create(String architecture, String clusterStore, String cgroupDriver, Integer containers, Integer containersRunning, Integer containersStopped, Integer containersPaused, Boolean cpuCfsPeriod, Boolean cpuCfsQuota, Boolean debug, String dockerRootDir, String storageDriver, List<List<String>> driverStatus, String executionDriver, Boolean experimentalBuild, String httpProxy, String httpsProxy, String id, Boolean ipv4Forwarding, Integer images, String indexServerAddress, String initPath, String initSha1, Boolean kernelMemory, String kernelVersion, List<String> labels, Long memTotal, Boolean memoryLimit, Integer cpus, Integer eventsListener, Integer fileDescriptors, Integer goroutines, String name, String noProxy, Boolean oomKillDisable, String operatingSystem, String osType, Info.Plugins plugins, Info.RegistryConfig registryConfig, String serverVersion, Boolean swapLimit, SwarmInfo swarm, List<List<String>> systemStatus, Date systemTime)
-