Package | Description |
---|---|
com.github.dockerjava.api.model |
Modifier and Type | Method and Description |
---|---|
static LocalNodeState |
LocalNodeState.forValue(String s) |
LocalNodeState |
SwarmInfo.getLocalNodeState() |
static LocalNodeState |
LocalNodeState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalNodeState[] |
LocalNodeState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SwarmInfo |
SwarmInfo.withLocalNodeState(LocalNodeState localNodeState) |
Copyright © 2024. All rights reserved.