Uses of Class
com.spotify.docker.client.messages.swarm.EndpointSpec.Mode
-
Packages that use EndpointSpec.Mode Package Description com.spotify.docker.client.messages.swarm -
-
Uses of EndpointSpec.Mode in com.spotify.docker.client.messages.swarm
Fields in com.spotify.docker.client.messages.swarm declared as EndpointSpec.Mode Modifier and Type Field Description private EndpointSpec.ModeAutoValue_EndpointSpec.Builder. modeprivate EndpointSpec.ModeAutoValue_EndpointSpec. modeMethods in com.spotify.docker.client.messages.swarm that return EndpointSpec.Mode Modifier and Type Method Description EndpointSpec.ModeAutoValue_EndpointSpec. mode()abstract EndpointSpec.ModeEndpointSpec. mode()static EndpointSpec.ModeEndpointSpec.Mode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EndpointSpec.Mode[]EndpointSpec.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.spotify.docker.client.messages.swarm with parameters of type EndpointSpec.Mode Modifier and Type Method Description (package private) static EndpointSpecEndpointSpec. create(EndpointSpec.Mode mode, java.util.List<PortConfig> ports)EndpointSpec.BuilderAutoValue_EndpointSpec.Builder. mode(EndpointSpec.Mode mode)abstract EndpointSpec.BuilderEndpointSpec.Builder. mode(EndpointSpec.Mode mode)Constructors in com.spotify.docker.client.messages.swarm with parameters of type EndpointSpec.Mode Constructor Description AutoValue_EndpointSpec(EndpointSpec.Mode mode, com.google.common.collect.ImmutableList<PortConfig> ports)
-