Uses of Class
com.spotify.docker.client.messages.Info.Plugins
Packages that use Info.Plugins
-
Uses of Info.Plugins in com.spotify.docker.client.messages
Subclasses of Info.Plugins in com.spotify.docker.client.messagesFields in com.spotify.docker.client.messages declared as Info.PluginsMethods in com.spotify.docker.client.messages that return Info.PluginsModifier and TypeMethodDescription(package private) static Info.Plugins
AutoValue_Info.plugins()
abstract Info.Plugins
Info.plugins()
Methods in com.spotify.docker.client.messages with parameters of type Info.PluginsModifier and TypeMethodDescription(package private) static Info
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) Constructors in com.spotify.docker.client.messages with parameters of type Info.PluginsModifierConstructorDescription(package private)
AutoValue_Info
(String architecture, String clusterStore, String cgroupDriver, Integer containers, Integer containersRunning, Integer containersStopped, Integer containersPaused, Boolean cpuCfsPeriod, Boolean cpuCfsQuota, Boolean debug, String dockerRootDir, String storageDriver, com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<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, com.google.common.collect.ImmutableList<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, com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<String>> systemStatus, Date systemTime)