Package | Description |
---|---|
org.jclouds.googlecomputeengine.compute.functions | |
org.jclouds.googlecomputeengine.domain | |
org.jclouds.googlecomputeengine.features |
Modifier and Type | Method and Description |
---|---|
Network |
Resources.network(URI selfLink)
Returns an network by self-link or null if not found.
|
Modifier and Type | Method and Description |
---|---|
static Network |
Network.create(String id,
Date creationTimestamp,
URI selfLink,
String name,
String description,
String rangeIPv4,
String gatewayIPv4) |
Modifier and Type | Method and Description |
---|---|
Network |
NetworkApi.get(String networkName)
Returns a network by name or null if not found.
|
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<String,ListPage<Network>> |
NetworkApi.NetworkPages.fetchNextPage(ListOptions options) |
Iterator<ListPage<Network>> |
NetworkApi.list() |
Iterator<ListPage<Network>> |
NetworkApi.list(ListOptions options) |
ListPage<Network> |
NetworkApi.listPage(String pageToken,
ListOptions listOptions)
Retrieves the list of network resources available to the specified project.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.