public class SwarmNodeManagerStatus extends DockerObject implements Serializable
RemoteApiVersion#VERSION_1_24
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
SwarmNodeManagerStatus() |
Modifier and Type | Method and Description |
---|---|
String |
getAddr() |
Reachability |
getReachability() |
boolean |
isLeader() |
SwarmNodeManagerStatus |
withAddr(String addr) |
SwarmNodeManagerStatus |
withLeader(boolean leader) |
SwarmNodeManagerStatus |
withReachability(Reachability reachability) |
getRawValues
public static final long serialVersionUID
@CheckForNull public boolean isLeader()
leader
public SwarmNodeManagerStatus withLeader(boolean leader)
leader
@CheckForNull public Reachability getReachability()
reachability
public SwarmNodeManagerStatus withReachability(Reachability reachability)
reachability
@CheckForNull public String getAddr()
addr
public SwarmNodeManagerStatus withAddr(String addr)
addr
Copyright © 2021. All rights reserved.