Package | Description |
---|---|
com.github.dockerjava.api.model |
Modifier and Type | Field and Description |
---|---|
static PropagationMode |
PropagationMode.DEFAULT_MODE
The default
PropagationMode : DEFAULT |
Modifier and Type | Method and Description |
---|---|
static PropagationMode |
PropagationMode.fromString(java.lang.String v) |
PropagationMode |
Bind.getPropagationMode() |
static PropagationMode |
PropagationMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PropagationMode[] |
PropagationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Bind(java.lang.String path,
Volume volume,
AccessMode accessMode,
SELContext secMode,
java.lang.Boolean noCopy,
PropagationMode propagationMode) |
Copyright © 2019. All Rights Reserved.