Uses of Class
org.mandas.docker.client.messages.swarm.EndpointSpec.Mode
-
Packages that use EndpointSpec.Mode Package Description org.mandas.docker.client.messages.swarm -
-
Uses of EndpointSpec.Mode in org.mandas.docker.client.messages.swarm
Methods in org.mandas.docker.client.messages.swarm that return EndpointSpec.Mode Modifier and Type Method Description EndpointSpec.ModeEndpointSpec. mode()static EndpointSpec.ModeEndpointSpec.Mode. valueOf(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 org.mandas.docker.client.messages.swarm with parameters of type EndpointSpec.Mode Modifier and Type Method Description EndpointSpec.BuilderEndpointSpec.Builder. mode(EndpointSpec.Mode mode)
-