|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Location in org.jclouds |
|---|
| Subinterfaces of Location in org.jclouds | |
|---|---|
interface |
Context
Represents an authenticated context to the cloud. |
| Uses of Location in org.jclouds.domain |
|---|
| Fields in org.jclouds.domain declared as Location | |
|---|---|
protected Location |
ResourceMetadataBuilder.location
|
| Methods in org.jclouds.domain that return Location | |
|---|---|
Location |
LocationBuilder.build()
|
Location |
ResourceMetadata.getLocation()
Physical location of the resource, or null if n/a ex. |
Location |
Location.getParent()
The parent, or null, if top-level |
| Methods in org.jclouds.domain with parameters of type Location | |
|---|---|
ResourceMetadataBuilder<T> |
ResourceMetadataBuilder.location(Location location)
|
LocationBuilder |
LocationBuilder.parent(Location parent)
|
void |
MutableResourceMetadata.setLocation(Location location)
|
| Uses of Location in org.jclouds.domain.internal |
|---|
| Classes in org.jclouds.domain.internal that implement Location | |
|---|---|
class |
LocationImpl
|
| Methods in org.jclouds.domain.internal that return Location | |
|---|---|
Location |
ResourceMetadataImpl.getLocation()
Physical location of the resource, or null if n/a ex. |
Location |
MutableResourceMetadataImpl.getLocation()
Physical location of the resource, or null if n/a ex. |
Location |
LocationImpl.getParent()
The parent, or null, if top-level |
| Methods in org.jclouds.domain.internal with parameters of type Location | |
|---|---|
void |
MutableResourceMetadataImpl.setLocation(Location location)
|
| Constructors in org.jclouds.domain.internal with parameters of type Location | |
|---|---|
LocationImpl(LocationScope scope,
String id,
String description,
Location parent,
Iterable<String> iso3166Codes,
Map<String,Object> metadata)
|
|
ResourceMetadataImpl(String providerId,
String name,
Location location,
URI uri,
Map<String,String> userMetadata)
|
|
| Uses of Location in org.jclouds.internal |
|---|
| Classes in org.jclouds.internal that implement Location | |
|---|---|
class |
ContextImpl
|
| Methods in org.jclouds.internal that return Location | |
|---|---|
Location |
ContextImpl.getParent()
The parent, or null, if top-level |
| Uses of Location in org.jclouds.location.config |
|---|
| Methods in org.jclouds.location.config that return types with arguments of type Location | |
|---|---|
protected com.google.common.base.Supplier<Location> |
LocationModule.implicitLocationSupplier(AtomicReference<AuthorizationException> authException,
long seconds,
ImplicitLocationSupplier uncached)
|
protected com.google.common.base.Supplier<Set<? extends Location>> |
LocationModule.memoizedLocationsSupplier(AtomicReference<AuthorizationException> authException,
long seconds,
LocationsSupplier uncached)
|
| Uses of Location in org.jclouds.location.functions |
|---|
| Methods in org.jclouds.location.functions with parameters of type Location | |
|---|---|
String |
ToIdAndScope.apply(Location input)
|
| Uses of Location in org.jclouds.location.predicates |
|---|
| Methods in org.jclouds.location.predicates that return types with arguments of type Location | |
|---|---|
static com.google.common.base.Predicate<Location> |
LocationPredicates.idEquals(String id)
|
static com.google.common.base.Predicate<Location> |
LocationPredicates.isNetwork()
|
static com.google.common.base.Predicate<Location> |
LocationPredicates.isProvider()
|
static com.google.common.base.Predicate<Location> |
LocationPredicates.isRegion()
|
static com.google.common.base.Predicate<Location> |
LocationPredicates.isSystem()
|
static com.google.common.base.Predicate<Location> |
LocationPredicates.isZone()
|
static com.google.common.base.Predicate<Location> |
LocationPredicates.isZoneOrRegionWhereRegionIdEquals(String region)
|
| Uses of Location in org.jclouds.location.suppliers.all |
|---|
| Methods in org.jclouds.location.suppliers.all that return types with arguments of type Location | |
|---|---|
Set<? extends Location> |
ZoneToRegionToProviderOrJustProvider.get()
|
Set<? extends Location> |
ZoneToProvider.get()
|
Set<? extends Location> |
RegionToProviderOrJustProvider.get()
|
Set<? extends Location> |
RegionToProvider.get()
|
Set<? extends Location> |
JustProvider.get()
|
| Uses of Location in org.jclouds.location.suppliers.implicit |
|---|
| Methods in org.jclouds.location.suppliers.implicit that return Location | |
|---|---|
Location |
OnlyLocationOrFirstZone.get()
|
Location |
OnlyLocationOrFirstRegionOptionallyMatchingRegionId.get()
|
Location |
FirstZone.get()
|
Location |
FirstRegion.get()
|
Location |
FirstNetwork.get()
|
| Uses of Location in org.jclouds.rest |
|---|
| Subinterfaces of Location in org.jclouds.rest | |
|---|---|
interface |
RestContext<S,A>
Represents an authenticated context to the cloud. |
| Uses of Location in org.jclouds.rest.internal |
|---|
| Classes in org.jclouds.rest.internal that implement Location | |
|---|---|
class |
RestContextImpl<S,A>
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||