Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 970 Bytes

File metadata and controls

18 lines (13 loc) · 970 Bytes

SwarmInfo

Properties

Name Type Description Notes
nodeID kotlin.String Unique identifier of for this node in the swarm. [optional]
nodeAddr kotlin.String IP address at which this node can be reached by other nodes in the swarm. [optional]
localNodeState LocalNodeState [optional]
controlAvailable kotlin.Boolean [optional]
error kotlin.String [optional]
remoteManagers kotlin.collections.MutableList<PeerNode> List of ID's and addresses of other managers in the swarm. [optional]
nodes kotlin.Int Total number of nodes in the swarm. [optional]
managers kotlin.Int Total number of managers in the swarm. [optional]
cluster ClusterInfo [optional]