public abstract class Mount extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Mount.Builder |
| Constructor and Description |
|---|
Mount() |
| Modifier and Type | Method and Description |
|---|---|
abstract BindOptions |
bindOptions() |
static Mount.Builder |
builder() |
abstract Boolean |
readOnly() |
abstract String |
source() |
abstract String |
target() |
abstract TmpfsOptions |
tmpfsOptions() |
abstract String |
type() |
abstract VolumeOptions |
volumeOptions() |
@Nullable public abstract BindOptions bindOptions()
@Nullable public abstract VolumeOptions volumeOptions()
@Nullable public abstract TmpfsOptions tmpfsOptions()
public static Mount.Builder builder()
Copyright © 2019. All rights reserved.