Package com.strongdm.api
Class PeeringGroups
java.lang.Object
com.strongdm.api.PeeringGroups
PeeringGroups provides the building blocks necessary to obtain explicit network topology and routing.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(PeeringGroup peeringGroup) Create registers a new PeeringGroup.Delete removes a PeeringGroup by ID.Get reads one PeeringGroup by ID.List gets a list of Peering Groups.withDeadlineAfter
(long duration, TimeUnit units) This function returns a copy of the PeeringGroups service which has the given deadline set for all method calls.
-
Constructor Details
-
PeeringGroups
-
-
Method Details
-
withDeadlineAfter
This function returns a copy of the PeeringGroups service which has the given deadline set for all method calls. -
create
Create registers a new PeeringGroup.- Throws:
RpcException
-
delete
Delete removes a PeeringGroup by ID.- Throws:
RpcException
-
get
Get reads one PeeringGroup by ID. It will load all its dependencies.- Throws:
RpcException
-
list
List gets a list of Peering Groups.- Throws:
RpcException
-