Uses of Interface
org.jclouds.domain.Location
-
-
Uses of Location in org.jclouds
Subinterfaces of Location in org.jclouds Modifier and Type Interface Description interfaceContextRepresents an authenticated context to the cloud. -
Uses of Location in org.jclouds.domain
Fields in org.jclouds.domain declared as Location Modifier and Type Field Description protected LocationResourceMetadataBuilder. locationMethods in org.jclouds.domain that return Location Modifier and Type Method Description LocationLocationBuilder. build()LocationResourceMetadata. getLocation()Physical location of the resource, or null if n/a ex.LocationLocation. getParent()The parent, or null, if top-levelMethods in org.jclouds.domain with parameters of type Location Modifier and Type Method Description ResourceMetadataBuilder<T>ResourceMetadataBuilder. location(Location location)LocationBuilderLocationBuilder. parent(Location parent)voidMutableResourceMetadata. setLocation(Location location) -
Uses of Location in org.jclouds.domain.internal
Classes in org.jclouds.domain.internal that implement Location Modifier and Type Class Description classLocationImplMethods in org.jclouds.domain.internal that return Location Modifier and Type Method Description LocationMutableResourceMetadataImpl. getLocation()Physical location of the resource, or null if n/a ex.LocationResourceMetadataImpl. getLocation()Physical location of the resource, or null if n/a ex.LocationLocationImpl. getParent()The parent, or null, if top-levelMethods in org.jclouds.domain.internal with parameters of type Location Modifier and Type Method Description voidMutableResourceMetadataImpl. setLocation(Location location)Constructors in org.jclouds.domain.internal with parameters of type Location Constructor Description 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 Modifier and Type Class Description classContextImplMethods in org.jclouds.internal that return Location Modifier and Type Method Description LocationContextImpl. 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 Modifier and Type Method Description 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 Modifier and Type Method Description StringToIdAndScope. 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 Modifier and Type Method Description 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 Modifier and Type Method Description Set<? extends Location>JustProvider. get()Set<? extends Location>RegionToProvider. get()Set<? extends Location>RegionToProviderOrJustProvider. get()Set<? extends Location>ZoneToProvider. get()Set<? extends Location>ZoneToRegionToProviderOrJustProvider. get() -
Uses of Location in org.jclouds.location.suppliers.implicit
Methods in org.jclouds.location.suppliers.implicit that return Location Modifier and Type Method Description LocationFirstNetwork. get()LocationFirstRegion. get()LocationFirstZone. get()LocationOnlyLocationOrFirstRegionOptionallyMatchingRegionId. get()LocationOnlyLocationOrFirstZone. get() -
Uses of Location in org.jclouds.rest
Subinterfaces of Location in org.jclouds.rest Modifier and Type Interface Description interfaceApiContext<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 Modifier and Type Class Description classApiContextImpl<A>
-