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