Package com.strongdm.api
Class PeeringGroupNodes
java.lang.Object
com.strongdm.api.PeeringGroupNodes
PeeringGroupNodes provides the building blocks necessary to obtain attach a node to a peering group.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(PeeringGroupNode peeringGroupNode) Create attaches a Node to a PeeringGroupDelete detaches a Node to a PeeringGroup.Get reads the information of one peering group to node attachment.List gets a list of peering group node attachments.withDeadlineAfter
(long duration, TimeUnit units) This function returns a copy of the PeeringGroupNodes service which has the given deadline set for all method calls.
-
Constructor Details
-
PeeringGroupNodes
-
-
Method Details
-
withDeadlineAfter
This function returns a copy of the PeeringGroupNodes service which has the given deadline set for all method calls. -
create
Create attaches a Node to a PeeringGroup- Throws:
RpcException
-
delete
Delete detaches a Node to a PeeringGroup.- Throws:
RpcException
-
get
Get reads the information of one peering group to node attachment.- Throws:
RpcException
-
list
List gets a list of peering group node attachments.- Throws:
RpcException
-