Uses of Class
org.jclouds.googlecomputeengine.domain.Address
-
Packages that use Address Package Description org.jclouds.googlecomputeengine.domain org.jclouds.googlecomputeengine.features -
-
Uses of Address in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Address Modifier and Type Method 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)
-
Uses of Address in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features that return Address Modifier and Type Method Description Address
AddressApi. get(String address)
Returns an address by name or null if not found.Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type Address Modifier and Type Method Description Iterator<ListPage<Address>>
AggregatedListApi. addresses()
Iterator<ListPage<Address>>
AggregatedListApi. addresses(ListOptions options)
protected com.google.common.base.Function<String,ListPage<Address>>
AddressApi.AddressPages. fetchNextPage(String regionName, ListOptions options)
protected com.google.common.base.Function<String,ListPage<Address>>
AggregatedListApi.AddressPages. fetchNextPage(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.
-