Package | Description |
---|---|
com.github.dockerjava.api.model |
Modifier and Type | Method and Description |
---|---|
BindPropagation |
BindOptions.getPropagation() |
static BindPropagation |
BindPropagation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BindPropagation[] |
BindPropagation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BindOptions |
BindOptions.withPropagation(BindPropagation propagation) |
Copyright © 2021. All rights reserved.