Package com.strongdm.api
Class PeeringGroupPeers
java.lang.Object
com.strongdm.api.PeeringGroupPeers
PeeringGroupPeers provides the building blocks necessary to link two peering groups.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(PeeringGroupPeer peeringGroupPeer) Create links two peering groups.Delete unlinks two peering groups.Get reads the information of one peering group link.List gets a list of peering group links.withDeadlineAfter
(long duration, TimeUnit units) This function returns a copy of the PeeringGroupPeers service which has the given deadline set for all method calls.
-
Constructor Details
-
PeeringGroupPeers
-
-
Method Details
-
withDeadlineAfter
This function returns a copy of the PeeringGroupPeers service which has the given deadline set for all method calls. -
create
Create links two peering groups.- Throws:
RpcException
-
delete
Delete unlinks two peering groups.- Throws:
RpcException
-
get
Get reads the information of one peering group link.- Throws:
RpcException
-
list
List gets a list of peering group links.- Throws:
RpcException
-