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
Constructors -
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.voidsetGroupId(String in) Peering Group ID to which the node will be attached to.voidUnique identifier of the Attachment.voidNode 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.
-