Method: SDM::Client#nodes
- Defined in:
- lib/strongdm.rb
#nodes ⇒ Object (readonly)
Nodes make up the strongDM network, and allow your users to connect securely to your resources. There are two types of nodes:
-
Relay: creates connectivity to your datasources, while maintaining the egress-only nature of your firewall
-
Gateways: a relay that also listens for connections from strongDM clients
106 107 108 |
# File 'lib/strongdm.rb', line 106 def nodes @nodes end |