Class Info
java.lang.Object
com.spotify.docker.client.messages.Info
- Direct Known Subclasses:
AutoValue_Info
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Stringabstract Stringabstract Stringabstract Integerabstract Integerabstract Integerabstract Integerabstract Booleanabstract Booleanabstract Integercpus()(package private) static Infocreate(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 Booleandebug()abstract Stringabstract com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<String>> abstract Integerabstract StringDeprecated.Removed in API 1.24 https://github.com/docker/docker/pull/24501abstract Booleanabstract Integerabstract Integerabstract Stringabstract Stringabstract Stringid()abstract Integerimages()abstract Stringabstract StringinitPath()abstract StringinitSha1()abstract Booleanabstract Booleanabstract Stringabstract com.google.common.collect.ImmutableList<String> labels()abstract Booleanabstract LongmemTotal()abstract Stringname()abstract StringnoProxy()abstract Booleanabstract Stringabstract StringosType()abstract Info.Pluginsplugins()abstract Info.RegistryConfigabstract Stringabstract Stringabstract Booleanabstract SwarmInfoswarm()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)
-