Uses of Class
com.spotify.docker.client.messages.Network.Type
-
Packages that use Network.Type Package Description com.spotify.docker.client com.spotify.docker.client.messages -
-
Uses of Network.Type in com.spotify.docker.client
Methods in com.spotify.docker.client with parameters of type Network.Type Modifier and Type Method Description static DockerClient.ListNetworksParam
DockerClient.ListNetworksParam. withType(Network.Type type)
Filter networks by network type. -
Uses of Network.Type in com.spotify.docker.client.messages
Methods in com.spotify.docker.client.messages that return Network.Type Modifier and Type Method Description static Network.Type
Network.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Network.Type[]
Network.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-