Method: SDM::SnapshotClient#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 three types of nodes:
- Relay: creates connectivity to your datasources, while maintaining the egress-only nature of your firewall
- Gateway: a relay that also listens for connections from StrongDM clients
- Proxy Cluster: a cluster of workers that together mediate access from clients to resources
See SDM::SnapshotNodes.
726 727 728 |
# File 'lib/strongdm.rb', line 726 def nodes @nodes end |