Uses of Class
org.jclouds.googlecomputeengine.domain.Route
Packages that use Route
-
Uses of Route in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return RouteModifier and TypeMethodDescriptionstatic Route
Route.create
(String id, Date creationTimestamp, URI selfLink, String name, String description, URI network, List<String> tags, String destRange, int priority, URI nextHopInstance, String nextHopIp, URI nextHopNetwork, URI nextHopGateway, List<Warning> warnings, URI nextHopVpnTunnel) -
Uses of Route in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features that return RouteModifier and TypeMethodDescriptionReturns a route type by name or null if not found.Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type RouteModifier and TypeMethodDescriptionRouteApi.RoutePages.fetchNextPage
(ListOptions options) RouteApi.list()
RouteApi.list
(ListOptions options) RouteApi.listPage
(String pageToken, ListOptions listOptions) Retrieves the list of route resources available to the specified project.