Uses of Enum
com.spotify.docker.client.messages.swarm.EndpointSpec.Mode
Packages that use EndpointSpec.Mode
-
Uses of EndpointSpec.Mode in com.spotify.docker.client.messages.swarm
Fields in com.spotify.docker.client.messages.swarm declared as EndpointSpec.ModeModifier and TypeFieldDescriptionprivate EndpointSpec.ModeAutoValue_EndpointSpec.Builder.modeprivate final EndpointSpec.ModeAutoValue_EndpointSpec.modeMethods in com.spotify.docker.client.messages.swarm that return EndpointSpec.ModeModifier and TypeMethodDescriptionAutoValue_EndpointSpec.mode()abstract EndpointSpec.ModeEndpointSpec.mode()static EndpointSpec.ModeReturns 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.ModeModifier and TypeMethodDescription(package private) static EndpointSpecEndpointSpec.create(EndpointSpec.Mode mode, List<PortConfig> ports) AutoValue_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.ModeModifierConstructorDescriptionprivateAutoValue_EndpointSpec(EndpointSpec.Mode mode, com.google.common.collect.ImmutableList<PortConfig> ports)