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) classAutoValue_PlatformFields in com.spotify.docker.client.messages.swarm declared as Platform Modifier and Type Field Description private PlatformAutoValue_NodeDescription. platformMethods in com.spotify.docker.client.messages.swarm that return Platform Modifier and Type Method Description (package private) static PlatformPlatform. create(java.lang.String id, java.lang.String os)PlatformAutoValue_NodeDescription. platform()abstract PlatformNodeDescription. platform()Methods in com.spotify.docker.client.messages.swarm with parameters of type Platform Modifier and Type Method Description (package private) static NodeDescriptionNodeDescription. 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)
-