Uses of Class
com.spotify.docker.client.messages.mount.Mount
-
Packages that use Mount Package Description com.spotify.docker.client.messages.mount com.spotify.docker.client.messages.swarm -
-
Uses of Mount in com.spotify.docker.client.messages.mount
Subclasses of Mount in com.spotify.docker.client.messages.mount Modifier and Type Class Description (package private) classAutoValue_MountMethods in com.spotify.docker.client.messages.mount that return Mount Modifier and Type Method Description MountAutoValue_Mount.Builder. build()abstract MountMount.Builder. build()(package private) static MountMount. create(java.lang.String type, java.lang.String source, java.lang.String target, java.lang.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 Mount Modifier and Type Field Description private com.google.common.collect.ImmutableList<Mount>AutoValue_ContainerSpec.Builder. mountsprivate com.google.common.collect.ImmutableList<Mount>AutoValue_ContainerSpec. mountsMethods in com.spotify.docker.client.messages.swarm that return types with arguments of type Mount Modifier and Type Method Description com.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 Mount Modifier and Type Method Description ContainerSpec.BuilderAutoValue_ContainerSpec.Builder. mounts(Mount... mounts)abstract ContainerSpec.BuilderContainerSpec.Builder. mounts(Mount... mounts)ContainerSpec.BuilderContainerSpec.Builder. withMounts(Mount... mounts)Deprecated.As of release 7.0.0, replaced byContainerSpec.Builder.mounts(Mount...).Method parameters in com.spotify.docker.client.messages.swarm with type arguments of type Mount Modifier and Type Method Description ContainerSpec.BuilderAutoValue_ContainerSpec.Builder. mounts(java.util.List<Mount> mounts)abstract ContainerSpec.BuilderContainerSpec.Builder. mounts(java.util.List<Mount> mounts)ContainerSpec.BuilderContainerSpec.Builder. withMounts(java.util.List<Mount> mounts)Deprecated.As of release 7.0.0, replaced byContainerSpec.Builder.mounts(List).
-