Uses of Class
com.spotify.docker.client.messages.mount.Mount
Packages that use Mount
Package
Description
-
Uses of Mount in com.spotify.docker.client.messages.mount
Subclasses of Mount in com.spotify.docker.client.messages.mountMethods in com.spotify.docker.client.messages.mount that return MountModifier and TypeMethodDescriptionAutoValue_Mount.Builder.build()abstract MountMount.Builder.build()(package private) static MountMount.create(String type, String source, String target, Boolean readOnly, BindOptions bindOptions, VolumeOptions volumeOptions, TmpfsOptions tmpfsOptions) -
Uses of Mount in com.spotify.docker.client.messages.swarm
Fields in com.spotify.docker.client.messages.swarm with type parameters of type MountModifier and TypeFieldDescriptionprivate com.google.common.collect.ImmutableList<Mount> AutoValue_ContainerSpec.Builder.mountsprivate final com.google.common.collect.ImmutableList<Mount> AutoValue_ContainerSpec.mountsMethods in com.spotify.docker.client.messages.swarm that return types with arguments of type MountModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<Mount> AutoValue_ContainerSpec.mounts()abstract com.google.common.collect.ImmutableList<Mount> ContainerSpec.mounts()Methods in com.spotify.docker.client.messages.swarm with parameters of type MountModifier and TypeMethodDescriptionabstract ContainerSpec.BuilderContainerSpec.Builder.withMounts(Mount... mounts) Deprecated.Method parameters in com.spotify.docker.client.messages.swarm with type arguments of type MountModifier and TypeMethodDescriptionabstract ContainerSpec.BuilderContainerSpec.Builder.withMounts(List<Mount> mounts) Deprecated.As of release 7.0.0, replaced byContainerSpec.Builder.mounts(List).
ContainerSpec.Builder.mounts(Mount...).