Package com.strongdm.api
Class PeeringGroupNode
java.lang.Object
com.strongdm.api.PeeringGroupNode
PeeringGroupNode represents the attachment between a PeeringGroup and a Node.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionPeering Group ID to which the node will be attached to.getId()
Unique identifier of the Attachment.Node ID to be attached.void
setGroupId
(String in) Peering Group ID to which the node will be attached to.void
Unique identifier of the Attachment.void
Node ID to be attached.
-
Constructor Details
-
PeeringGroupNode
public PeeringGroupNode()
-
-
Method Details
-
getGroupId
Peering Group ID to which the node will be attached to. -
setGroupId
Peering Group ID to which the node will be attached to. -
getId
Unique identifier of the Attachment. -
setId
Unique identifier of the Attachment. -
getNodeId
Node ID to be attached. -
setNodeId
Node ID to be attached.
-