Class AutoValue_Info
- java.lang.Object
-
- com.spotify.docker.client.messages.Info
-
- com.spotify.docker.client.messages.AutoValue_Info
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_Info extends Info
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.spotify.docker.client.messages.Info
Info.IndexConfig, Info.Plugins, Info.RegistryConfig
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringarchitectureprivate java.lang.StringcgroupDriverprivate java.lang.StringclusterStoreprivate java.lang.Integercontainersprivate java.lang.IntegercontainersPausedprivate java.lang.IntegercontainersRunningprivate java.lang.IntegercontainersStoppedprivate java.lang.BooleancpuCfsPeriodprivate java.lang.BooleancpuCfsQuotaprivate java.lang.Integercpusprivate java.lang.Booleandebugprivate java.lang.StringdockerRootDirprivate com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<java.lang.String>>driverStatusprivate java.lang.IntegereventsListenerprivate java.lang.StringexecutionDriverprivate java.lang.BooleanexperimentalBuildprivate java.lang.IntegerfileDescriptorsprivate java.lang.Integergoroutinesprivate java.lang.StringhttpProxyprivate java.lang.StringhttpsProxyprivate java.lang.Stringidprivate java.lang.Integerimagesprivate java.lang.StringindexServerAddressprivate java.lang.StringinitPathprivate java.lang.StringinitSha1private java.lang.Booleanipv4Forwardingprivate java.lang.BooleankernelMemoryprivate java.lang.StringkernelVersionprivate com.google.common.collect.ImmutableList<java.lang.String>labelsprivate java.lang.BooleanmemoryLimitprivate java.lang.LongmemTotalprivate java.lang.Stringnameprivate java.lang.StringnoProxyprivate java.lang.BooleanoomKillDisableprivate java.lang.StringoperatingSystemprivate java.lang.StringosTypeprivate Info.Pluginspluginsprivate Info.RegistryConfigregistryConfigprivate java.lang.StringserverVersionprivate java.lang.StringstorageDriverprivate java.lang.BooleanswapLimitprivate SwarmInfoswarmprivate com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<java.lang.String>>systemStatusprivate java.util.DatesystemTime
-
Constructor Summary
Constructors Constructor Description AutoValue_Info(java.lang.String architecture, java.lang.String clusterStore, java.lang.String cgroupDriver, java.lang.Integer containers, java.lang.Integer containersRunning, java.lang.Integer containersStopped, java.lang.Integer containersPaused, java.lang.Boolean cpuCfsPeriod, java.lang.Boolean cpuCfsQuota, java.lang.Boolean debug, java.lang.String dockerRootDir, java.lang.String storageDriver, com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<java.lang.String>> driverStatus, java.lang.String executionDriver, java.lang.Boolean experimentalBuild, java.lang.String httpProxy, java.lang.String httpsProxy, java.lang.String id, java.lang.Boolean ipv4Forwarding, java.lang.Integer images, java.lang.String indexServerAddress, java.lang.String initPath, java.lang.String initSha1, java.lang.Boolean kernelMemory, java.lang.String kernelVersion, com.google.common.collect.ImmutableList<java.lang.String> labels, java.lang.Long memTotal, java.lang.Boolean memoryLimit, java.lang.Integer cpus, java.lang.Integer eventsListener, java.lang.Integer fileDescriptors, java.lang.Integer goroutines, java.lang.String name, java.lang.String noProxy, java.lang.Boolean oomKillDisable, java.lang.String operatingSystem, java.lang.String osType, Info.Plugins plugins, Info.RegistryConfig registryConfig, java.lang.String serverVersion, java.lang.Boolean swapLimit, SwarmInfo swarm, com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<java.lang.String>> systemStatus, java.util.Date systemTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.Stringarchitecture()java.lang.StringcgroupDriver()java.lang.StringclusterStore()java.lang.Integercontainers()java.lang.IntegercontainersPaused()java.lang.IntegercontainersRunning()java.lang.IntegercontainersStopped()java.lang.BooleancpuCfsPeriod()java.lang.BooleancpuCfsQuota()java.lang.Integercpus()java.lang.Booleandebug()java.lang.StringdockerRootDir()com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<java.lang.String>>driverStatus()booleanequals(java.lang.Object o)java.lang.IntegereventsListener()java.lang.StringexecutionDriver()Deprecated.java.lang.BooleanexperimentalBuild()java.lang.IntegerfileDescriptors()java.lang.Integergoroutines()inthashCode()java.lang.StringhttpProxy()java.lang.StringhttpsProxy()java.lang.Stringid()java.lang.Integerimages()java.lang.StringindexServerAddress()java.lang.StringinitPath()java.lang.StringinitSha1()java.lang.Booleanipv4Forwarding()java.lang.BooleankernelMemory()java.lang.StringkernelVersion()com.google.common.collect.ImmutableList<java.lang.String>labels()java.lang.BooleanmemoryLimit()java.lang.LongmemTotal()java.lang.Stringname()java.lang.StringnoProxy()java.lang.BooleanoomKillDisable()java.lang.StringoperatingSystem()java.lang.StringosType()Info.Pluginsplugins()Info.RegistryConfigregistryConfig()java.lang.StringserverVersion()java.lang.StringstorageDriver()java.lang.BooleanswapLimit()SwarmInfoswarm()com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<java.lang.String>>systemStatus()java.util.DatesystemTime()java.lang.StringtoString()
-
-
-
Field Detail
-
architecture
private final java.lang.String architecture
-
clusterStore
private final java.lang.String clusterStore
-
cgroupDriver
private final java.lang.String cgroupDriver
-
containers
private final java.lang.Integer containers
-
containersRunning
private final java.lang.Integer containersRunning
-
containersStopped
private final java.lang.Integer containersStopped
-
containersPaused
private final java.lang.Integer containersPaused
-
cpuCfsPeriod
private final java.lang.Boolean cpuCfsPeriod
-
cpuCfsQuota
private final java.lang.Boolean cpuCfsQuota
-
debug
private final java.lang.Boolean debug
-
dockerRootDir
private final java.lang.String dockerRootDir
-
storageDriver
private final java.lang.String storageDriver
-
driverStatus
private final com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<java.lang.String>> driverStatus
-
executionDriver
private final java.lang.String executionDriver
-
experimentalBuild
private final java.lang.Boolean experimentalBuild
-
httpProxy
private final java.lang.String httpProxy
-
httpsProxy
private final java.lang.String httpsProxy
-
id
private final java.lang.String id
-
ipv4Forwarding
private final java.lang.Boolean ipv4Forwarding
-
images
private final java.lang.Integer images
-
indexServerAddress
private final java.lang.String indexServerAddress
-
initPath
private final java.lang.String initPath
-
initSha1
private final java.lang.String initSha1
-
kernelMemory
private final java.lang.Boolean kernelMemory
-
kernelVersion
private final java.lang.String kernelVersion
-
labels
private final com.google.common.collect.ImmutableList<java.lang.String> labels
-
memTotal
private final java.lang.Long memTotal
-
memoryLimit
private final java.lang.Boolean memoryLimit
-
cpus
private final java.lang.Integer cpus
-
eventsListener
private final java.lang.Integer eventsListener
-
fileDescriptors
private final java.lang.Integer fileDescriptors
-
goroutines
private final java.lang.Integer goroutines
-
name
private final java.lang.String name
-
noProxy
private final java.lang.String noProxy
-
oomKillDisable
private final java.lang.Boolean oomKillDisable
-
operatingSystem
private final java.lang.String operatingSystem
-
osType
private final java.lang.String osType
-
plugins
private final Info.Plugins plugins
-
registryConfig
private final Info.RegistryConfig registryConfig
-
serverVersion
private final java.lang.String serverVersion
-
swapLimit
private final java.lang.Boolean swapLimit
-
swarm
private final SwarmInfo swarm
-
systemStatus
private final com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<java.lang.String>> systemStatus
-
systemTime
private final java.util.Date systemTime
-
-
Constructor Detail
-
AutoValue_Info
AutoValue_Info(@Nullable java.lang.String architecture, @Nullable java.lang.String clusterStore, @Nullable java.lang.String cgroupDriver, java.lang.Integer containers, @Nullable java.lang.Integer containersRunning, @Nullable java.lang.Integer containersStopped, @Nullable java.lang.Integer containersPaused, @Nullable java.lang.Boolean cpuCfsPeriod, @Nullable java.lang.Boolean cpuCfsQuota, java.lang.Boolean debug, java.lang.String dockerRootDir, java.lang.String storageDriver, com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<java.lang.String>> driverStatus, @Nullable java.lang.String executionDriver, @Nullable java.lang.Boolean experimentalBuild, @Nullable java.lang.String httpProxy, @Nullable java.lang.String httpsProxy, java.lang.String id, java.lang.Boolean ipv4Forwarding, java.lang.Integer images, java.lang.String indexServerAddress, @Nullable java.lang.String initPath, @Nullable java.lang.String initSha1, @Nullable java.lang.Boolean kernelMemory, java.lang.String kernelVersion, com.google.common.collect.ImmutableList<java.lang.String> labels, java.lang.Long memTotal, java.lang.Boolean memoryLimit, java.lang.Integer cpus, java.lang.Integer eventsListener, java.lang.Integer fileDescriptors, java.lang.Integer goroutines, java.lang.String name, @Nullable java.lang.String noProxy, @Nullable java.lang.Boolean oomKillDisable, java.lang.String operatingSystem, @Nullable java.lang.String osType, @Nullable Info.Plugins plugins, Info.RegistryConfig registryConfig, @Nullable java.lang.String serverVersion, java.lang.Boolean swapLimit, @Nullable SwarmInfo swarm, @Nullable com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<java.lang.String>> systemStatus, java.util.Date systemTime)
-
-
Method Detail
-
architecture
@Nullable public java.lang.String architecture()
- Specified by:
architecturein classInfo
-
clusterStore
@Nullable public java.lang.String clusterStore()
- Specified by:
clusterStorein classInfo
-
cgroupDriver
@Nullable public java.lang.String cgroupDriver()
- Specified by:
cgroupDriverin classInfo
-
containers
public java.lang.Integer containers()
- Specified by:
containersin classInfo
-
containersRunning
@Nullable public java.lang.Integer containersRunning()
- Specified by:
containersRunningin classInfo
-
containersStopped
@Nullable public java.lang.Integer containersStopped()
- Specified by:
containersStoppedin classInfo
-
containersPaused
@Nullable public java.lang.Integer containersPaused()
- Specified by:
containersPausedin classInfo
-
cpuCfsPeriod
@Nullable public java.lang.Boolean cpuCfsPeriod()
- Specified by:
cpuCfsPeriodin classInfo
-
cpuCfsQuota
@Nullable public java.lang.Boolean cpuCfsQuota()
- Specified by:
cpuCfsQuotain classInfo
-
dockerRootDir
public java.lang.String dockerRootDir()
- Specified by:
dockerRootDirin classInfo
-
storageDriver
public java.lang.String storageDriver()
- Specified by:
storageDriverin classInfo
-
driverStatus
public com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<java.lang.String>> driverStatus()
- Specified by:
driverStatusin classInfo
-
executionDriver
@Deprecated @Nullable public java.lang.String executionDriver()
Deprecated.- Specified by:
executionDriverin classInfo- Returns:
- Execution Driver
-
experimentalBuild
@Nullable public java.lang.Boolean experimentalBuild()
- Specified by:
experimentalBuildin classInfo
-
httpsProxy
@Nullable public java.lang.String httpsProxy()
- Specified by:
httpsProxyin classInfo
-
ipv4Forwarding
public java.lang.Boolean ipv4Forwarding()
- Specified by:
ipv4Forwardingin classInfo
-
indexServerAddress
public java.lang.String indexServerAddress()
- Specified by:
indexServerAddressin classInfo
-
kernelMemory
@Nullable public java.lang.Boolean kernelMemory()
- Specified by:
kernelMemoryin classInfo
-
kernelVersion
public java.lang.String kernelVersion()
- Specified by:
kernelVersionin classInfo
-
labels
public com.google.common.collect.ImmutableList<java.lang.String> labels()
-
memoryLimit
public java.lang.Boolean memoryLimit()
- Specified by:
memoryLimitin classInfo
-
eventsListener
public java.lang.Integer eventsListener()
- Specified by:
eventsListenerin classInfo
-
fileDescriptors
public java.lang.Integer fileDescriptors()
- Specified by:
fileDescriptorsin classInfo
-
goroutines
public java.lang.Integer goroutines()
- Specified by:
goroutinesin classInfo
-
oomKillDisable
@Nullable public java.lang.Boolean oomKillDisable()
- Specified by:
oomKillDisablein classInfo
-
operatingSystem
public java.lang.String operatingSystem()
- Specified by:
operatingSystemin classInfo
-
plugins
@Nullable public Info.Plugins plugins()
-
registryConfig
public Info.RegistryConfig registryConfig()
- Specified by:
registryConfigin classInfo
-
serverVersion
@Nullable public java.lang.String serverVersion()
- Specified by:
serverVersionin classInfo
-
systemStatus
@Nullable public com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<java.lang.String>> systemStatus()
- Specified by:
systemStatusin classInfo
-
systemTime
public java.util.Date systemTime()
- Specified by:
systemTimein classInfo
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-