Class PeeringGroupNode

java.lang.Object
com.strongdm.api.PeeringGroupNode

public class PeeringGroupNode extends Object
PeeringGroupNode represents the attachment between a PeeringGroup and a Node.
  • Constructor Details

    • PeeringGroupNode

      public PeeringGroupNode()
  • Method Details

    • getGroupId

      public String getGroupId()
      Peering Group ID to which the node will be attached to.
    • setGroupId

      public void setGroupId(String in)
      Peering Group ID to which the node will be attached to.
    • getId

      public String getId()
      Unique identifier of the Attachment.
    • setId

      public void setId(String in)
      Unique identifier of the Attachment.
    • getNodeId

      public String getNodeId()
      Node ID to be attached.
    • setNodeId

      public void setNodeId(String in)
      Node ID to be attached.