Class DockerNodeManagerStatus
Describes a Docker manager node's status.
Namespace: Neon.Docker
Assembly: Neon.Docker.dll
Syntax
public class DockerNodeManagerStatus
Properties
Addr
Returns the address and port of the current lead manager node.
Declaration
public string Addr { get; }
Property Value
Type | Description |
---|---|
string |
Inner
Returns the raw
Declaration
public dynamic Inner { get; }
Property Value
Type | Description |
---|---|
dynamic |
Leader
Indicates whether the parent node is currently the swarm leader.
Declaration
public bool Leader { get; }
Property Value
Type | Description |
---|---|
bool |
Reachability
Provides an indication of this manager node is able to communicate with a quorum of other managers.
Declaration
public string Reachability { get; }
Property Value
Type | Description |
---|---|
string |