Class AutoValue_Info


  • @Generated("com.google.auto.value.processor.AutoValueProcessor")
    final class AutoValue_Info
    extends Info
    • 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
      • serverVersion

        private final java.lang.String serverVersion
      • swapLimit

        private final java.lang.Boolean swapLimit
      • 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 class Info
      • clusterStore

        @Nullable
        public java.lang.String clusterStore()
        Specified by:
        clusterStore in class Info
      • cgroupDriver

        @Nullable
        public java.lang.String cgroupDriver()
        Specified by:
        cgroupDriver in class Info
      • containers

        public java.lang.Integer containers()
        Specified by:
        containers in class Info
      • containersRunning

        @Nullable
        public java.lang.Integer containersRunning()
        Specified by:
        containersRunning in class Info
      • containersStopped

        @Nullable
        public java.lang.Integer containersStopped()
        Specified by:
        containersStopped in class Info
      • containersPaused

        @Nullable
        public java.lang.Integer containersPaused()
        Specified by:
        containersPaused in class Info
      • cpuCfsPeriod

        @Nullable
        public java.lang.Boolean cpuCfsPeriod()
        Specified by:
        cpuCfsPeriod in class Info
      • cpuCfsQuota

        @Nullable
        public java.lang.Boolean cpuCfsQuota()
        Specified by:
        cpuCfsQuota in class Info
      • debug

        public java.lang.Boolean debug()
        Specified by:
        debug in class Info
      • dockerRootDir

        public java.lang.String dockerRootDir()
        Specified by:
        dockerRootDir in class Info
      • storageDriver

        public java.lang.String storageDriver()
        Specified by:
        storageDriver in class Info
      • driverStatus

        public com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<java.lang.String>> driverStatus()
        Specified by:
        driverStatus in class Info
      • executionDriver

        @Deprecated
        @Nullable
        public java.lang.String executionDriver()
        Deprecated.
        Specified by:
        executionDriver in class Info
        Returns:
        Execution Driver
      • experimentalBuild

        @Nullable
        public java.lang.Boolean experimentalBuild()
        Specified by:
        experimentalBuild in class Info
      • httpProxy

        @Nullable
        public java.lang.String httpProxy()
        Specified by:
        httpProxy in class Info
      • httpsProxy

        @Nullable
        public java.lang.String httpsProxy()
        Specified by:
        httpsProxy in class Info
      • id

        public java.lang.String id()
        Specified by:
        id in class Info
      • ipv4Forwarding

        public java.lang.Boolean ipv4Forwarding()
        Specified by:
        ipv4Forwarding in class Info
      • images

        public java.lang.Integer images()
        Specified by:
        images in class Info
      • indexServerAddress

        public java.lang.String indexServerAddress()
        Specified by:
        indexServerAddress in class Info
      • initPath

        @Nullable
        public java.lang.String initPath()
        Specified by:
        initPath in class Info
      • initSha1

        @Nullable
        public java.lang.String initSha1()
        Specified by:
        initSha1 in class Info
      • kernelMemory

        @Nullable
        public java.lang.Boolean kernelMemory()
        Specified by:
        kernelMemory in class Info
      • kernelVersion

        public java.lang.String kernelVersion()
        Specified by:
        kernelVersion in class Info
      • labels

        public com.google.common.collect.ImmutableList<java.lang.String> labels()
        Specified by:
        labels in class Info
      • memTotal

        public java.lang.Long memTotal()
        Specified by:
        memTotal in class Info
      • memoryLimit

        public java.lang.Boolean memoryLimit()
        Specified by:
        memoryLimit in class Info
      • cpus

        public java.lang.Integer cpus()
        Specified by:
        cpus in class Info
      • eventsListener

        public java.lang.Integer eventsListener()
        Specified by:
        eventsListener in class Info
      • fileDescriptors

        public java.lang.Integer fileDescriptors()
        Specified by:
        fileDescriptors in class Info
      • goroutines

        public java.lang.Integer goroutines()
        Specified by:
        goroutines in class Info
      • name

        public java.lang.String name()
        Specified by:
        name in class Info
      • noProxy

        @Nullable
        public java.lang.String noProxy()
        Specified by:
        noProxy in class Info
      • oomKillDisable

        @Nullable
        public java.lang.Boolean oomKillDisable()
        Specified by:
        oomKillDisable in class Info
      • operatingSystem

        public java.lang.String operatingSystem()
        Specified by:
        operatingSystem in class Info
      • osType

        @Nullable
        public java.lang.String osType()
        Specified by:
        osType in class Info
      • serverVersion

        @Nullable
        public java.lang.String serverVersion()
        Specified by:
        serverVersion in class Info
      • swapLimit

        public java.lang.Boolean swapLimit()
        Specified by:
        swapLimit in class Info
      • systemStatus

        @Nullable
        public com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<java.lang.String>> systemStatus()
        Specified by:
        systemStatus in class Info
      • systemTime

        public java.util.Date systemTime()
        Specified by:
        systemTime in class Info
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object