|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Location in org.jclouds.domain |
---|
Fields in org.jclouds.domain declared as Location | |
---|---|
protected Location |
ResourceMetadataBuilder.location
|
protected Location |
LocationBuilder.parent
|
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.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.isProvider()
|
static com.google.common.base.Predicate<Location> |
LocationPredicates.isRegion()
|
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> |
RegionToProviderOrJustProvider.get()
|
Set<? extends Location> |
ZoneToRegionToProviderOrJustProvider.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 |
OnlyLocationOrFirstRegionOptionallyMatchingRegionId.get()
|
Location |
OnlyLocationOrFirstZone.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>
|
Methods in org.jclouds.rest.internal that return Location | |
---|---|
Location |
RestContextImpl.getParent()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |