Interface Node

All Known Implementing Classes:
Gateway, ProxyCluster, Relay

public interface Node
Nodes make up the StrongDM network, and allow your users to connect securely to your resources. There are three types of nodes: 1. **Relay:** creates connectivity to your datasources, while maintaining the egress-only nature of your firewall 2. **Gateway:** a relay that also listens for connections from StrongDM clients 3. **Proxy Cluster:** a cluster of workers that together mediate access from clients to resources
  • Method Details

    • getId

      String getId()
      Returns the unique identifier of the Node.
    • getTags

      Map<String,String> getTags()
      Returns the tags of the Node.
    • setTags

      void setTags(Map<String,String> tags)
      Sets the tags of the Node.
    • getName

      String getName()
      Returns the name of the Node.
    • setName

      void setName(String name)
      Sets the name of the Node.