Uses of Class
com.spotify.docker.client.messages.swarm.SwarmInfo
Packages that use SwarmInfo
-
Uses of SwarmInfo in com.spotify.docker.client.messages
Fields in com.spotify.docker.client.messages declared as SwarmInfoMethods in com.spotify.docker.client.messages that return SwarmInfoMethods in com.spotify.docker.client.messages with parameters of type SwarmInfoModifier 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 SwarmInfoModifierConstructorDescription(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) -
Uses of SwarmInfo in com.spotify.docker.client.messages.swarm
Subclasses of SwarmInfo in com.spotify.docker.client.messages.swarmMethods in com.spotify.docker.client.messages.swarm that return SwarmInfoModifier and TypeMethodDescription(package private) static SwarmInfo
SwarmInfo.create
(SwarmCluster cluster, boolean controlAvailable, String error, String localNodeState, String nodeAddr, String nodeId, Integer nodes, Integer managers, com.google.common.collect.ImmutableList<RemoteManager> remoteManagers)