Interface Node

All Known Implementing Classes:
Gateway, Relay

public interface Node
Nodes make up the strongDM network, and allow your users to connect securely to your resources. There are two types of nodes: 1. **Relay:** creates connectivity to your datasources, while maintaining the egress-only nature of your firewall 1. **Gateways:** a relay that also listens for connections from strongDM clients
  • 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.