Uses of Class
com.spotify.docker.client.messages.swarm.Platform
-
Packages that use Platform Package Description com.spotify.docker.client.messages.swarm -
-
Uses of Platform in com.spotify.docker.client.messages.swarm
Subclasses of Platform in com.spotify.docker.client.messages.swarm Modifier and Type Class Description (package private) class
AutoValue_Platform
Fields in com.spotify.docker.client.messages.swarm declared as Platform Modifier and Type Field Description private Platform
AutoValue_NodeDescription. platform
Methods in com.spotify.docker.client.messages.swarm that return Platform Modifier and Type Method Description (package private) static Platform
Platform. create(java.lang.String id, java.lang.String os)
Platform
AutoValue_NodeDescription. platform()
abstract Platform
NodeDescription. platform()
Methods in com.spotify.docker.client.messages.swarm with parameters of type Platform 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 Platform Constructor Description AutoValue_NodeDescription(java.lang.String hostname, Platform platform, Resources resources, EngineConfig engine)
-