Package com.strongdm.api
Class PeeringGroupPeer
java.lang.Object
com.strongdm.api.PeeringGroupPeer
PeeringGroupPeer represents the link between two PeeringGroups
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGroup ID from which the link will originate.getId()
Unique identifier of the Attachment.Peering Group ID to which Group ID will link.void
setGroupId
(String in) Group ID from which the link will originate.void
Unique identifier of the Attachment.void
Peering Group ID to which Group ID will link.
-
Constructor Details
-
PeeringGroupPeer
public PeeringGroupPeer()
-
-
Method Details
-
getGroupId
Group ID from which the link will originate. -
setGroupId
Group ID from which the link will originate. -
getId
Unique identifier of the Attachment. -
setId
Unique identifier of the Attachment. -
getPeersWithGroupId
Peering Group ID to which Group ID will link. -
setPeersWithGroupId
Peering Group ID to which Group ID will link.
-