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.String
architecture
private java.lang.String
cgroupDriver
private java.lang.String
clusterStore
private java.lang.Integer
containers
private java.lang.Integer
containersPaused
private java.lang.Integer
containersRunning
private java.lang.Integer
containersStopped
private java.lang.Boolean
cpuCfsPeriod
private java.lang.Boolean
cpuCfsQuota
private java.lang.Integer
cpus
private java.lang.Boolean
debug
private java.lang.String
dockerRootDir
private com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<java.lang.String>>
driverStatus
private java.lang.Integer
eventsListener
private java.lang.String
executionDriver
private java.lang.Boolean
experimentalBuild
private java.lang.Integer
fileDescriptors
private java.lang.Integer
goroutines
private java.lang.String
httpProxy
private java.lang.String
httpsProxy
private java.lang.String
id
private java.lang.Integer
images
private java.lang.String
indexServerAddress
private java.lang.String
initPath
private java.lang.String
initSha1
private java.lang.Boolean
ipv4Forwarding
private java.lang.Boolean
kernelMemory
private java.lang.String
kernelVersion
private com.google.common.collect.ImmutableList<java.lang.String>
labels
private java.lang.Boolean
memoryLimit
private java.lang.Long
memTotal
private java.lang.String
name
private java.lang.String
noProxy
private java.lang.Boolean
oomKillDisable
private java.lang.String
operatingSystem
private java.lang.String
osType
private Info.Plugins
plugins
private Info.RegistryConfig
registryConfig
private java.lang.String
serverVersion
private java.lang.String
storageDriver
private java.lang.Boolean
swapLimit
private SwarmInfo
swarm
private com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<java.lang.String>>
systemStatus
private java.util.Date
systemTime
-
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.String
architecture()
java.lang.String
cgroupDriver()
java.lang.String
clusterStore()
java.lang.Integer
containers()
java.lang.Integer
containersPaused()
java.lang.Integer
containersRunning()
java.lang.Integer
containersStopped()
java.lang.Boolean
cpuCfsPeriod()
java.lang.Boolean
cpuCfsQuota()
java.lang.Integer
cpus()
java.lang.Boolean
debug()
java.lang.String
dockerRootDir()
com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<java.lang.String>>
driverStatus()
boolean
equals(java.lang.Object o)
java.lang.Integer
eventsListener()
java.lang.String
executionDriver()
Deprecated.java.lang.Boolean
experimentalBuild()
java.lang.Integer
fileDescriptors()
java.lang.Integer
goroutines()
int
hashCode()
java.lang.String
httpProxy()
java.lang.String
httpsProxy()
java.lang.String
id()
java.lang.Integer
images()
java.lang.String
indexServerAddress()
java.lang.String
initPath()
java.lang.String
initSha1()
java.lang.Boolean
ipv4Forwarding()
java.lang.Boolean
kernelMemory()
java.lang.String
kernelVersion()
com.google.common.collect.ImmutableList<java.lang.String>
labels()
java.lang.Boolean
memoryLimit()
java.lang.Long
memTotal()
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.String
storageDriver()
java.lang.Boolean
swapLimit()
SwarmInfo
swarm()
com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<java.lang.String>>
systemStatus()
java.util.Date
systemTime()
java.lang.String
toString()
-
-
-
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:
architecture
in classInfo
-
clusterStore
@Nullable public java.lang.String clusterStore()
- Specified by:
clusterStore
in classInfo
-
cgroupDriver
@Nullable public java.lang.String cgroupDriver()
- Specified by:
cgroupDriver
in classInfo
-
containers
public java.lang.Integer containers()
- Specified by:
containers
in classInfo
-
containersRunning
@Nullable public java.lang.Integer containersRunning()
- Specified by:
containersRunning
in classInfo
-
containersStopped
@Nullable public java.lang.Integer containersStopped()
- Specified by:
containersStopped
in classInfo
-
containersPaused
@Nullable public java.lang.Integer containersPaused()
- Specified by:
containersPaused
in classInfo
-
cpuCfsPeriod
@Nullable public java.lang.Boolean cpuCfsPeriod()
- Specified by:
cpuCfsPeriod
in classInfo
-
cpuCfsQuota
@Nullable public java.lang.Boolean cpuCfsQuota()
- Specified by:
cpuCfsQuota
in classInfo
-
dockerRootDir
public java.lang.String dockerRootDir()
- Specified by:
dockerRootDir
in classInfo
-
storageDriver
public java.lang.String storageDriver()
- Specified by:
storageDriver
in classInfo
-
driverStatus
public com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<java.lang.String>> driverStatus()
- Specified by:
driverStatus
in classInfo
-
executionDriver
@Deprecated @Nullable public java.lang.String executionDriver()
Deprecated.- Specified by:
executionDriver
in classInfo
- Returns:
- Execution Driver
-
experimentalBuild
@Nullable public java.lang.Boolean experimentalBuild()
- Specified by:
experimentalBuild
in classInfo
-
httpsProxy
@Nullable public java.lang.String httpsProxy()
- Specified by:
httpsProxy
in classInfo
-
ipv4Forwarding
public java.lang.Boolean ipv4Forwarding()
- Specified by:
ipv4Forwarding
in classInfo
-
indexServerAddress
public java.lang.String indexServerAddress()
- Specified by:
indexServerAddress
in classInfo
-
kernelMemory
@Nullable public java.lang.Boolean kernelMemory()
- Specified by:
kernelMemory
in classInfo
-
kernelVersion
public java.lang.String kernelVersion()
- Specified by:
kernelVersion
in classInfo
-
labels
public com.google.common.collect.ImmutableList<java.lang.String> labels()
-
memoryLimit
public java.lang.Boolean memoryLimit()
- Specified by:
memoryLimit
in classInfo
-
eventsListener
public java.lang.Integer eventsListener()
- Specified by:
eventsListener
in classInfo
-
fileDescriptors
public java.lang.Integer fileDescriptors()
- Specified by:
fileDescriptors
in classInfo
-
goroutines
public java.lang.Integer goroutines()
- Specified by:
goroutines
in classInfo
-
oomKillDisable
@Nullable public java.lang.Boolean oomKillDisable()
- Specified by:
oomKillDisable
in classInfo
-
operatingSystem
public java.lang.String operatingSystem()
- Specified by:
operatingSystem
in classInfo
-
plugins
@Nullable public Info.Plugins plugins()
-
registryConfig
public Info.RegistryConfig registryConfig()
- Specified by:
registryConfig
in classInfo
-
serverVersion
@Nullable public java.lang.String serverVersion()
- Specified by:
serverVersion
in classInfo
-
systemStatus
@Nullable public com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<java.lang.String>> systemStatus()
- Specified by:
systemStatus
in classInfo
-
systemTime
public java.util.Date systemTime()
- Specified by:
systemTime
in classInfo
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-