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