Type Alias: SwarmInfo ​
SwarmInfo:
object
Represents generic information about swarm.
Type declaration ​
| Name | Type | Description |
|---|---|---|
Cluster? | ClusterInfo | - |
ControlAvailable? | boolean | - |
Error? | string | - |
LocalNodeState? | LocalNodeState | - |
Managers? | number | null | Total number of managers in the swarm. |
NodeAddr? | string | IP address at which this node can be reached by other nodes in the swarm. |
NodeID? | string | Unique identifier of for this node in the swarm. |
Nodes? | number | null | Total number of nodes in the swarm. |
RemoteManagers? | PeerNode[] | null | List of ID's and addresses of other managers in the swarm. |