Uses of Class
com.spotify.docker.client.messages.swarm.EngineConfig
-
Packages that use EngineConfig Package Description com.spotify.docker.client.messages.swarm -
-
Uses of EngineConfig in com.spotify.docker.client.messages.swarm
Subclasses of EngineConfig in com.spotify.docker.client.messages.swarm Modifier and Type Class Description (package private) class
AutoValue_EngineConfig
Fields in com.spotify.docker.client.messages.swarm declared as EngineConfig Modifier and Type Field Description private EngineConfig
AutoValue_NodeDescription. engine
Methods in com.spotify.docker.client.messages.swarm that return EngineConfig Modifier and Type Method Description (package private) static EngineConfig
EngineConfig. create(java.lang.String engineVersion, java.util.Map<java.lang.String,java.lang.String> labels, java.util.List<EnginePlugin> plugins)
EngineConfig
AutoValue_NodeDescription. engine()
abstract EngineConfig
NodeDescription. engine()
Methods in com.spotify.docker.client.messages.swarm with parameters of type EngineConfig Modifier and Type Method Description (package private) static NodeDescription
NodeDescription. create(java.lang.String hostname, Platform platform, Resources resources, EngineConfig engine)
Constructors in com.spotify.docker.client.messages.swarm with parameters of type EngineConfig Constructor Description AutoValue_NodeDescription(java.lang.String hostname, Platform platform, Resources resources, EngineConfig engine)
-