Package | Description |
---|---|
com.github.dockerjava.api.model |
Modifier and Type | Method and Description |
---|---|
static Isolation |
Isolation.fromValue(String text) |
Isolation |
HostConfig.getIsolation() |
static Isolation |
Isolation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Isolation[] |
Isolation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HostConfig |
HostConfig.withIsolation(Isolation isolation) |
Copyright © 2020. All rights reserved.