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) class
AutoValue_Mount
Methods in com.spotify.docker.client.messages.mount that return Mount Modifier and Type Method Description Mount
AutoValue_Mount.Builder. build()
abstract Mount
Mount.Builder. build()
(package private) static Mount
Mount. 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. mounts
private com.google.common.collect.ImmutableList<Mount>
AutoValue_ContainerSpec. mounts
Methods 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.Builder
AutoValue_ContainerSpec.Builder. mounts(Mount... mounts)
abstract ContainerSpec.Builder
ContainerSpec.Builder. mounts(Mount... mounts)
ContainerSpec.Builder
ContainerSpec.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.Builder
AutoValue_ContainerSpec.Builder. mounts(java.util.List<Mount> mounts)
abstract ContainerSpec.Builder
ContainerSpec.Builder. mounts(java.util.List<Mount> mounts)
ContainerSpec.Builder
ContainerSpec.Builder. withMounts(java.util.List<Mount> mounts)
Deprecated.As of release 7.0.0, replaced byContainerSpec.Builder.mounts(List)
.
-