Package | Description |
---|---|
org.jclouds.googlecomputeengine.domain | |
org.jclouds.googlecomputeengine.features |
Modifier and Type | Method and Description |
---|---|
static 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) |
Modifier and Type | Method and Description |
---|---|
Route |
RouteApi.get(String routeName)
Returns a route type by name or null if not found.
|
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<String,ListPage<Route>> |
RouteApi.RoutePages.fetchNextPage(ListOptions options) |
Iterator<ListPage<Route>> |
RouteApi.list() |
Iterator<ListPage<Route>> |
RouteApi.list(ListOptions options) |
ListPage<Route> |
RouteApi.listPage(String pageToken,
ListOptions listOptions)
Retrieves the list of route resources available to the specified project.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.