Class PeeringGroupPeer

java.lang.Object
com.strongdm.api.PeeringGroupPeer

public class PeeringGroupPeer extends Object
PeeringGroupPeer represents the link between two PeeringGroups
  • Constructor Details

    • PeeringGroupPeer

      public PeeringGroupPeer()
  • Method Details

    • getGroupId

      public String getGroupId()
      Group ID from which the link will originate.
    • setGroupId

      public void setGroupId(String in)
      Group ID from which the link will originate.
    • getId

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

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

      public String getPeersWithGroupId()
      Peering Group ID to which Group ID will link.
    • setPeersWithGroupId

      public void setPeersWithGroupId(String in)
      Peering Group ID to which Group ID will link.