Package | Description |
---|---|
org.jclouds.googlecomputeengine.domain | |
org.jclouds.googlecomputeengine.features |
Modifier and Type | Method and Description |
---|---|
static Address |
Address.create(String id,
URI selfLink,
String name,
Date creationTimestamp,
String description,
Address.Status status,
List<URI> users,
URI region,
String address) |
Modifier and Type | Method and Description |
---|---|
Address |
AddressApi.get(String address)
Returns an address by name or null if not found.
|
Modifier and Type | Method and Description |
---|---|
Iterator<ListPage<Address>> |
AggregatedListApi.addresses() |
Iterator<ListPage<Address>> |
AggregatedListApi.addresses(ListOptions options) |
protected com.google.common.base.Function<String,ListPage<Address>> |
AggregatedListApi.AddressPages.fetchNextPage(ListOptions options) |
protected com.google.common.base.Function<String,ListPage<Address>> |
AddressApi.AddressPages.fetchNextPage(String regionName,
ListOptions options) |
Iterator<ListPage<Address>> |
AddressApi.list() |
Iterator<ListPage<Address>> |
AddressApi.list(ListOptions options) |
ListPage<Address> |
AddressApi.listPage(String pageToken,
ListOptions listOptions)
Retrieves the list of address resources available to the specified project.
|
ListPage<Address> |
AggregatedListApi.pageOfAddresses(String pageToken,
ListOptions listOptions)
Retrieves the list of address resources available to the specified
project.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.