Uses of Class
com.spotify.docker.client.messages.ContainerMount
Packages that use ContainerMount
-
Uses of ContainerMount in com.spotify.docker.client.messages
Subclasses of ContainerMount in com.spotify.docker.client.messagesFields in com.spotify.docker.client.messages with type parameters of type ContainerMountModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList
<ContainerMount> AutoValue_Container.mounts
private final com.google.common.collect.ImmutableList
<ContainerMount> AutoValue_ContainerInfo.mounts
Methods in com.spotify.docker.client.messages that return ContainerMountModifier and TypeMethodDescription(package private) static ContainerMount
ContainerMount.create
(String type, String name, String source, String destination, String driver, String mode, Boolean rw, String propagation) Methods in com.spotify.docker.client.messages that return types with arguments of type ContainerMountModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList
<ContainerMount> AutoValue_Container.mounts()
com.google.common.collect.ImmutableList
<ContainerMount> AutoValue_ContainerInfo.mounts()
abstract com.google.common.collect.ImmutableList
<ContainerMount> Container.mounts()
abstract com.google.common.collect.ImmutableList
<ContainerMount> ContainerInfo.mounts()