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.Mode
AutoValue_EndpointSpec.Builder.mode
private final EndpointSpec.Mode
AutoValue_EndpointSpec.mode
Methods in com.spotify.docker.client.messages.swarm that return EndpointSpec.ModeModifier and TypeMethodDescriptionAutoValue_EndpointSpec.mode()
abstract EndpointSpec.Mode
EndpointSpec.mode()
static EndpointSpec.Mode
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.ModeModifier and TypeMethodDescription(package private) static EndpointSpec
EndpointSpec.create
(EndpointSpec.Mode mode, List<PortConfig> ports) AutoValue_EndpointSpec.Builder.mode
(EndpointSpec.Mode mode) abstract EndpointSpec.Builder
EndpointSpec.Builder.mode
(EndpointSpec.Mode mode) Constructors in com.spotify.docker.client.messages.swarm with parameters of type EndpointSpec.ModeModifierConstructorDescriptionprivate
AutoValue_EndpointSpec
(EndpointSpec.Mode mode, com.google.common.collect.ImmutableList<PortConfig> ports)