| Package | Description |
|---|---|
| org.jclouds.googlecomputeengine.domain | |
| org.jclouds.googlecomputeengine.features | |
| org.jclouds.googlecomputeengine.functions.internal |
| Modifier and Type | Method and Description |
|---|---|
Address |
Address.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Address.Builder |
Address.Builder.fromAddress(Address in) |
| Modifier and Type | Method and Description |
|---|---|
Address |
AddressApi.getInRegion(String region,
String addressName)
Returns the specified address resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListPage<Address> |
AddressApi.listAtMarkerInRegion(String region,
String marker) |
ListPage<Address> |
AddressApi.listAtMarkerInRegion(String region,
String marker,
ListOptions listOptions)
Retrieves the listPage of address resources contained within the specified project and region.
|
ListPage<Address> |
AddressApi.listFirstPageInRegion(String region) |
org.jclouds.collect.PagedIterable<Address> |
AddressApi.listInRegion(String region)
A paged version of AddressApi#listPageInRegion(String)
|
org.jclouds.collect.PagedIterable<Address> |
AddressApi.listInRegion(String region,
ListOptions options) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Address>> |
ParseAddresses.ToPagedIterable.fetchNextPage(String projectName,
String regionName,
ListOptions options) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.