Class TmpfsOptions
- java.lang.Object
-
- com.spotify.docker.client.messages.mount.TmpfsOptions
-
- Direct Known Subclasses:
AutoValue_TmpfsOptions
public abstract class TmpfsOptions extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTmpfsOptions.Builder
-
Constructor Summary
Constructors Constructor Description TmpfsOptions()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static TmpfsOptions.Builderbuilder()(package private) static TmpfsOptionscreate(java.lang.Long sizeBytes, java.lang.Integer mode)abstract java.lang.Integermode()The mode and permission bits.abstract java.lang.LongsizeBytes()
-
-
-
Method Detail
-
sizeBytes
@Nullable public abstract java.lang.Long sizeBytes()
-
mode
@Nullable public abstract java.lang.Integer mode()
The mode and permission bits.
-
builder
public static TmpfsOptions.Builder builder()
-
create
static TmpfsOptions create(java.lang.Long sizeBytes, java.lang.Integer mode)
-
-