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.Mode
AutoValue_EndpointSpec.Builder. mode
private EndpointSpec.Mode
AutoValue_EndpointSpec. mode
Methods in com.spotify.docker.client.messages.swarm that return EndpointSpec.Mode Modifier and Type Method Description EndpointSpec.Mode
AutoValue_EndpointSpec. mode()
abstract EndpointSpec.Mode
EndpointSpec. mode()
static EndpointSpec.Mode
EndpointSpec.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 EndpointSpec
EndpointSpec. create(EndpointSpec.Mode mode, java.util.List<PortConfig> ports)
EndpointSpec.Builder
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.Mode Constructor Description AutoValue_EndpointSpec(EndpointSpec.Mode mode, com.google.common.collect.ImmutableList<PortConfig> ports)
-