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