Uses of Interface
org.jclouds.domain.Location
-
-
Uses of Location in org.jclouds
Subinterfaces of Location in org.jclouds Modifier and Type Interface Description interface
Context
Represents an authenticated context to the cloud. -
Uses of Location in org.jclouds.atmos.blobstore
Methods in org.jclouds.atmos.blobstore with parameters of type Location Modifier and Type Method Description boolean
AtmosBlobStore. createContainerInLocation(Location location, String container)
This implementation invokesAtmosClient.createDirectory(java.lang.String, org.jclouds.atmos.options.PutOptions...)
boolean
AtmosBlobStore. createContainerInLocation(Location location, String container, CreateContainerOptions options)
-
Uses of Location in org.jclouds.aws.ec2.compute
Constructor parameters in org.jclouds.aws.ec2.compute with type arguments of type Location Constructor Description AWSEC2TemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Location> defaultLocation, javax.inject.Provider<TemplateOptions> optionsProvider, javax.inject.Provider<TemplateBuilder> defaultTemplateProvider, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> imageMap)
-
Uses of Location in org.jclouds.aws.ec2.compute.functions
Constructor parameters in org.jclouds.aws.ec2.compute.functions with type arguments of type Location Constructor Description AWSEC2SecurityGroupToSecurityGroup(com.google.common.base.Supplier<Set<? extends Location>> locations)
-
Uses of Location in org.jclouds.aws.s3.blobstore
Methods in org.jclouds.aws.s3.blobstore with parameters of type Location Modifier and Type Method Description boolean
AWSS3BlobStore. createContainerInLocation(Location location, String container, CreateContainerOptions options)
-
Uses of Location in org.jclouds.aws.util
Methods in org.jclouds.aws.util with parameters of type Location Modifier and Type Method Description String
AWSUtils.GetRegionFromLocation. apply(Location location)
static String
AWSUtils. getRegionFromLocationOrNull(Location location)
-
Uses of Location in org.jclouds.azureblob.blobstore
Methods in org.jclouds.azureblob.blobstore with parameters of type Location Modifier and Type Method Description boolean
AzureBlobStore. createContainerInLocation(Location location, String container)
This implementation invokesAzureBlobClient#putBucketInRegion
boolean
AzureBlobStore. createContainerInLocation(Location location, String container, CreateContainerOptions options)
-
Uses of Location in org.jclouds.azurecompute.arm.compute.extensions
Methods in org.jclouds.azurecompute.arm.compute.extensions with parameters of type Location Modifier and Type Method Description SecurityGroup
AzureComputeSecurityGroupExtension. createSecurityGroup(String name, Location location)
Set<SecurityGroup>
AzureComputeSecurityGroupExtension. listSecurityGroupsInLocation(Location location)
-
Uses of Location in org.jclouds.azurecompute.arm.compute.functions
Methods in org.jclouds.azurecompute.arm.compute.functions that return Location Modifier and Type Method Description Location
LocationToLocation. apply(Location location)
protected static Location
VirtualMachineToNodeMetadata. getLocation(com.google.common.base.Supplier<Set<? extends Location>> locations, String locationName)
Method parameters in org.jclouds.azurecompute.arm.compute.functions with type arguments of type Location Modifier and Type Method Description protected static Location
VirtualMachineToNodeMetadata. getLocation(com.google.common.base.Supplier<Set<? extends Location>> locations, String locationName)
-
Uses of Location in org.jclouds.b2.blobstore
Methods in org.jclouds.b2.blobstore with parameters of type Location Modifier and Type Method Description boolean
B2BlobStore. createContainerInLocation(Location location, String container)
boolean
B2BlobStore. createContainerInLocation(Location location, String container, CreateContainerOptions options)
-
Uses of Location in org.jclouds.blobstore
Methods in org.jclouds.blobstore that return Location Modifier and Type Method Description Location
LocalStorageStrategy. getLocation(String containerName)
Location
TransientStorageStrategy. getLocation(String containerName)
Methods in org.jclouds.blobstore that return types with arguments of type Location Modifier and Type Method Description Set<? extends Location>
BlobStore. listAssignableLocations()
The get locations command returns all the valid locations for containers.Methods in org.jclouds.blobstore with parameters of type Location Modifier and Type Method Description boolean
BlobStore. createContainerInLocation(Location location, String container)
Creates a namespace for your blobsboolean
BlobStore. createContainerInLocation(Location location, String container, CreateContainerOptions options)
boolean
LocalStorageStrategy. createContainerInLocation(String container, Location location, CreateContainerOptions options)
Creates a new containerboolean
TransientStorageStrategy. createContainerInLocation(String containerName, Location location, CreateContainerOptions options)
-
Uses of Location in org.jclouds.blobstore.config
Methods in org.jclouds.blobstore.config that return types with arguments of type Location Modifier and Type Method Description Set<? extends Location>
LocalBlobStore. listAssignableLocations()
Methods in org.jclouds.blobstore.config with parameters of type Location Modifier and Type Method Description boolean
LocalBlobStore. createContainerInLocation(Location location, String name)
boolean
LocalBlobStore. createContainerInLocation(Location location, String container, CreateContainerOptions options)
-
Uses of Location in org.jclouds.blobstore.domain.internal
Constructors in org.jclouds.blobstore.domain.internal with parameters of type Location Constructor Description BlobMetadataImpl(String id, String name, Location location, URI uri, String eTag, Date creationDate, Date lastModified, Map<String,String> userMetadata, URI publicUri, String container, ContentMetadata contentMetadata)
Deprecated.BlobMetadataImpl(String id, String name, Location location, URI uri, String eTag, Date creationDate, Date lastModified, Map<String,String> userMetadata, URI publicUri, String container, ContentMetadata contentMetadata, Long size)
Deprecated.BlobMetadataImpl(String id, String name, Location location, URI uri, String eTag, Date creationDate, Date lastModified, Map<String,String> userMetadata, URI publicUri, String container, ContentMetadata contentMetadata, Long size, Tier tier)
StorageMetadataImpl(StorageType type, String id, String name, Location location, URI uri, String eTag, Date creationDate, Date lastModified, Map<String,String> userMetadata)
Deprecated.call StorageMetadataImpl(StorageType.class, String.class, String.class, Location.class, URI.class, String.class, Date.class, Date.class, Map.class, Long.class)StorageMetadataImpl(StorageType type, String id, String name, Location location, URI uri, String eTag, Date creationDate, Date lastModified, Map<String,String> userMetadata, Long size)
Deprecated.call StorageMetadataImpl(StorageType.class, String.class, String.class, Location.class, URI.class, String.class, Date.class, Date.class, Map.class, Long.class, Tier.class)StorageMetadataImpl(StorageType type, String id, String name, Location location, URI uri, String eTag, Date creationDate, Date lastModified, Map<String,String> userMetadata, Long size, Tier tier)
-
Uses of Location in org.jclouds.blobstore.internal
Fields in org.jclouds.blobstore.internal with type parameters of type Location Modifier and Type Field Description protected com.google.common.base.Supplier<Location>
BaseBlobStore. defaultLocation
protected com.google.common.base.Supplier<Set<? extends Location>>
BaseBlobStore. locations
Methods in org.jclouds.blobstore.internal that return types with arguments of type Location Modifier and Type Method Description Set<? extends Location>
BaseBlobStore. listAssignableLocations()
Constructor parameters in org.jclouds.blobstore.internal with type arguments of type Location Constructor Description BaseBlobStore(BlobStoreContext context, BlobUtils blobUtils, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, PayloadSlicer slicer)
-
Uses of Location in org.jclouds.blobstore.util
Methods in org.jclouds.blobstore.util that return types with arguments of type Location Modifier and Type Method Description Set<? extends Location>
ForwardingBlobStore. listAssignableLocations()
Methods in org.jclouds.blobstore.util with parameters of type Location Modifier and Type Method Description boolean
ForwardingBlobStore. createContainerInLocation(Location location, String container)
boolean
ForwardingBlobStore. createContainerInLocation(Location location, String container, CreateContainerOptions createContainerOptions)
boolean
ReadOnlyBlobStore. createContainerInLocation(Location location, String container)
boolean
ReadOnlyBlobStore. createContainerInLocation(Location location, String container, CreateContainerOptions createContainerOptions)
-
Uses of Location in org.jclouds.byon.internal
Methods in org.jclouds.byon.internal that return types with arguments of type Location Modifier and Type Method Description Iterable<Location>
BYONComputeServiceAdapter. listLocations()
-
Uses of Location in org.jclouds.cloudstack.compute.extensions
Fields in org.jclouds.cloudstack.compute.extensions with type parameters of type Location Modifier and Type Field Description protected com.google.common.base.Supplier<Set<? extends Location>>
CloudStackSecurityGroupExtension. locations
Methods in org.jclouds.cloudstack.compute.extensions with parameters of type Location Modifier and Type Method Description SecurityGroup
CloudStackSecurityGroupExtension. createSecurityGroup(String name, Location location)
Set<SecurityGroup>
CloudStackSecurityGroupExtension. listSecurityGroupsInLocation(Location location)
Note that for the time being, security groups are not scoped by location in CloudStack, so this will simply return listSecurityGroups().Constructor parameters in org.jclouds.cloudstack.compute.extensions with type arguments of type Location Constructor Description CloudStackImageExtension(CloudStackApi client, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Predicate<AtomicReference<Image>> imageAvailablePredicate, BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult, com.google.common.base.Predicate<String> jobComplete)
CloudStackSecurityGroupExtension(CloudStackApi api, com.google.common.base.Function<SecurityGroup,SecurityGroup> groupConverter, com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroup> groupCreator, GroupNamingConvention.Factory namingConvention, com.google.common.base.Supplier<Set<? extends Location>> locations, BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult, com.google.common.base.Predicate<String> jobComplete)
-
Uses of Location in org.jclouds.cloudstack.compute.functions
Methods in org.jclouds.cloudstack.compute.functions that return Location Modifier and Type Method Description Location
ZoneToLocation. apply(Zone zone)
Constructor parameters in org.jclouds.cloudstack.compute.functions with type arguments of type Location Constructor Description TemplateToImage(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Function<Template,OperatingSystem> templateToOperatingSystem)
-
Uses of Location in org.jclouds.compute
Methods in org.jclouds.compute that return types with arguments of type Location Modifier and Type Method Description Set<? extends Location>
ComputeService. listAssignableLocations()
The list locations command returns all the valid locations for nodes.Iterable<Location>
JCloudsNativeComputeServiceAdapter. listLocations()
-
Uses of Location in org.jclouds.compute.config
Fields in org.jclouds.compute.config with type parameters of type Location Modifier and Type Field Description protected Class<? extends ComputeServiceAdapter<NodeMetadata,Hardware,Image,Location>>
JCloudsNativeComputeServiceAdapterContextModule. adapter
Method parameters in org.jclouds.compute.config with type arguments of type Location Modifier and Type Method Description protected LocationsSupplier
ComputeServiceAdapterContextModule.LocationsFromComputeServiceAdapterModule. supplyLocationsFromComputeServiceAdapter(ComputeServiceAdapter<N,H,I,L> adapter, com.google.common.base.Function<L,Location> transformer)
Constructor parameters in org.jclouds.compute.config with type arguments of type Location Constructor Description JCloudsNativeComputeServiceAdapterContextModule(Class<? extends ComputeServiceAdapter<NodeMetadata,Hardware,Image,Location>> adapter)
-
Uses of Location in org.jclouds.compute.domain
Methods in org.jclouds.compute.domain that return Location Modifier and Type Method Description Location
Template. getLocation()
Location of the nodes.Methods in org.jclouds.compute.domain with parameters of type Location Modifier and Type Method Description ComputeMetadataBuilder
ComputeMetadataBuilder. location(Location location)
HardwareBuilder
HardwareBuilder. location(Location location)
ImageBuilder
ImageBuilder. location(Location location)
NodeMetadataBuilder
NodeMetadataBuilder. location(Location location)
SecurityGroupBuilder
SecurityGroupBuilder. location(Location location)
Constructors in org.jclouds.compute.domain with parameters of type Location Constructor Description SecurityGroup(String providerId, String name, String id, Location location, URI uri, Map<String,String> userMetadata, Set<String> tags, Iterable<IpPermission> ipPermissions, String ownerId)
-
Uses of Location in org.jclouds.compute.domain.internal
Fields in org.jclouds.compute.domain.internal declared as Location Modifier and Type Field Description protected Location
TemplateBuilderImpl. location
Fields in org.jclouds.compute.domain.internal with type parameters of type Location Modifier and Type Field Description protected com.google.common.base.Supplier<Location>
TemplateBuilderImpl. defaultLocation
protected com.google.common.base.Supplier<Set<? extends Location>>
TemplateBuilderImpl. locations
Methods in org.jclouds.compute.domain.internal that return Location Modifier and Type Method Description Location
TemplateImpl. getLocation()
Location of the nodes.Constructors in org.jclouds.compute.domain.internal with parameters of type Location Constructor Description ComputeMetadataImpl(ComputeType type, String providerId, String name, String id, Location location, URI uri, Map<String,String> userMetadata, Set<String> tags)
HardwareImpl(String providerId, String name, String id, Location location, URI uri, Map<String,String> userMetadata, Set<String> tags, Iterable<? extends Processor> processors, int ram, Iterable<? extends Volume> volumes, com.google.common.base.Predicate<Image> supportsImage, String hypervisor, boolean deprecated)
ImageImpl(String providerId, String name, String id, Location location, URI uri, Map<String,String> userMetadata, Set<String> tags, OperatingSystem operatingSystem, Image.Status status, String backendStatus, String description, String version, LoginCredentials defaultCredentials)
NodeMetadataImpl(String providerId, String name, String id, Location location, URI uri, Map<String,String> userMetadata, Set<String> tags, String group, Hardware hardware, String imageId, OperatingSystem os, NodeMetadata.Status status, String backendStatus, int loginPort, Iterable<String> publicAddresses, Iterable<String> privateAddresses, LoginCredentials credentials, String hostname)
TemplateImpl(Image image, Hardware hardware, Location location, TemplateOptions options)
Constructor parameters in org.jclouds.compute.domain.internal with type arguments of type Location Constructor Description ArbitraryCpuRamTemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwares, com.google.common.base.Supplier<Location> defaultLocation, javax.inject.Provider<TemplateOptions> optionsProvider, javax.inject.Provider<TemplateBuilder> defaultTemplateProvider)
NullEqualToIsParentOrIsGrandparentOfCurrentLocation(com.google.common.base.Supplier<Location> locationSupplier)
TemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwares, com.google.common.base.Supplier<Location> defaultLocation, javax.inject.Provider<TemplateOptions> optionsProvider, javax.inject.Provider<TemplateBuilder> defaultTemplateProvider)
-
Uses of Location in org.jclouds.compute.extensions
Methods in org.jclouds.compute.extensions with parameters of type Location Modifier and Type Method Description SecurityGroup
SecurityGroupExtension. createSecurityGroup(String name, Location location)
Create a new @{link SecurityGroup} from the parameters given.Set<SecurityGroup>
SecurityGroupExtension. listSecurityGroupsInLocation(Location location)
List security groups in a given @{link Location}. -
Uses of Location in org.jclouds.compute.internal
Methods in org.jclouds.compute.internal that return types with arguments of type Location Modifier and Type Method Description Set<? extends Location>
BaseComputeService. listAssignableLocations()
The list locations command returns all the valid locations for nodes. -
Uses of Location in org.jclouds.compute.stub.config
Methods in org.jclouds.compute.stub.config that return types with arguments of type Location Modifier and Type Method Description Iterable<Location>
StubComputeServiceAdapter. listLocations()
Constructor parameters in org.jclouds.compute.stub.config with type arguments of type Location Constructor Description StubComputeServiceAdapter(ConcurrentMap<String,NodeMetadata> nodes, com.google.common.util.concurrent.ListeningExecutorService executor, com.google.common.base.Supplier<Location> location, javax.inject.Provider<Integer> idProvider, String publicIpPrefix, String privateIpPrefix, String passwordPrefix, JustProvider locationSupplier, Map<OsFamily,Map<String,String>> osToVersionMap, com.google.common.collect.Multimap<String,SecurityGroup> groupsForNodes, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension)
-
Uses of Location in org.jclouds.compute.stub.extensions
Methods in org.jclouds.compute.stub.extensions with parameters of type Location Modifier and Type Method Description SecurityGroup
StubSecurityGroupExtension. createSecurityGroup(String name, Location location)
Set<SecurityGroup>
StubSecurityGroupExtension. listSecurityGroupsInLocation(Location location)
Constructor parameters in org.jclouds.compute.stub.extensions with type arguments of type Location Constructor Description StubSecurityGroupExtension(ConcurrentMap<String,SecurityGroup> groups, com.google.common.base.Supplier<Location> location, javax.inject.Provider<Integer> groupIdProvider, com.google.common.collect.Multimap<String,SecurityGroup> groupsForNodes)
-
Uses of Location in org.jclouds.digitalocean2.compute.functions
Methods in org.jclouds.digitalocean2.compute.functions that return Location Modifier and Type Method Description Location
RegionToLocation. apply(Region input)
protected Location
DropletToNodeMetadata. getLocation(Region region)
protected Location
ImageInRegionToImage. getLocation(String region)
-
Uses of Location in org.jclouds.docker.compute.strategy
Methods in org.jclouds.docker.compute.strategy that return types with arguments of type Location Modifier and Type Method Description Iterable<Location>
DockerComputeServiceAdapter. listLocations()
-
Uses of Location in org.jclouds.domain
Fields in org.jclouds.domain declared as Location Modifier and Type Field Description protected Location
ResourceMetadataBuilder. location
Methods in org.jclouds.domain that return Location Modifier and Type Method Description 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-levelMethods in org.jclouds.domain with parameters of type Location Modifier and Type Method Description 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 Modifier and Type Class Description class
LocationImpl
Methods in org.jclouds.domain.internal that return Location Modifier and Type Method Description Location
MutableResourceMetadataImpl. getLocation()
Physical location of the resource, or null if n/a ex.Location
ResourceMetadataImpl. getLocation()
Physical location of the resource, or null if n/a ex.Location
LocationImpl. getParent()
The parent, or null, if top-levelMethods in org.jclouds.domain.internal with parameters of type Location Modifier and Type Method Description void
MutableResourceMetadataImpl. 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.ec2.compute.domain
Methods in org.jclouds.ec2.compute.domain with parameters of type Location Modifier and Type Method Description EC2HardwareBuilder
EC2HardwareBuilder. location(Location location)
-
Uses of Location in org.jclouds.ec2.compute.extensions
Fields in org.jclouds.ec2.compute.extensions with type parameters of type Location Modifier and Type Field Description protected com.google.common.base.Supplier<Set<? extends Location>>
EC2SecurityGroupExtension. locations
Methods in org.jclouds.ec2.compute.extensions that return Location Modifier and Type Method Description protected Location
EC2SecurityGroupExtension. findLocationWithId(String locationId)
Methods in org.jclouds.ec2.compute.extensions with parameters of type Location Modifier and Type Method Description SecurityGroup
EC2SecurityGroupExtension. createSecurityGroup(String name, Location location)
Set<SecurityGroup>
EC2SecurityGroupExtension. listSecurityGroupsInLocation(Location location)
Constructor parameters in org.jclouds.ec2.compute.extensions with type arguments of type Location Constructor Description EC2ImageExtension(EC2Api ec2Api, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Predicate<AtomicReference<Image>> imageAvailablePredicate)
-
Uses of Location in org.jclouds.ec2.compute.functions
Fields in org.jclouds.ec2.compute.functions with type parameters of type Location Modifier and Type Field Description protected com.google.common.base.Supplier<Set<? extends Location>>
EC2SecurityGroupToSecurityGroup. locations
protected com.google.common.base.Supplier<Set<? extends Location>>
RunningInstanceToNodeMetadata. locations
Constructor parameters in org.jclouds.ec2.compute.functions with type arguments of type Location Constructor Description EC2ImageParser(Map<Image.ImageState,Image.Status> toPortableImageStatus, PopulateDefaultLoginCredentialsForImageStrategy credentialProvider, Map<OsFamily,Map<String,String>> osVersionMap, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Location> defaultLocation, ReviseParsedImage reviseParsedImage)
EC2SecurityGroupToSecurityGroup(com.google.common.base.Supplier<Set<? extends Location>> locations)
-
Uses of Location in org.jclouds.ec2.compute.internal
Constructor parameters in org.jclouds.ec2.compute.internal with type arguments of type Location Constructor Description EC2TemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Location> defaultLocation, javax.inject.Provider<TemplateOptions> optionsProvider, javax.inject.Provider<TemplateBuilder> defaultTemplateProvider, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> imageMap)
-
Uses of Location in org.jclouds.ec2.compute.util
Methods in org.jclouds.ec2.compute.util with parameters of type Location Modifier and Type Method Description static String
EC2ComputeUtils. getZoneFromLocationOrNull(Location location)
-
Uses of Location in org.jclouds.elasticstack.compute
Methods in org.jclouds.elasticstack.compute that return types with arguments of type Location Modifier and Type Method Description Iterable<Location>
ElasticStackComputeServiceAdapter. listLocations()
-
Uses of Location in org.jclouds.elasticstack.compute.functions
Constructor parameters in org.jclouds.elasticstack.compute.functions with type arguments of type Location Constructor Description WellKnownImageToImage(com.google.common.base.Supplier<Location> locationSupplier, com.google.common.base.Supplier<Map<String,WellKnownImage>> preinstalledImages, Map<String,Credentials> credentialStore)
-
Uses of Location in org.jclouds.filesystem.strategy.internal
Methods in org.jclouds.filesystem.strategy.internal that return Location Modifier and Type Method Description Location
FilesystemStorageStrategyImpl. getLocation(String containerName)
Methods in org.jclouds.filesystem.strategy.internal with parameters of type Location Modifier and Type Method Description boolean
FilesystemStorageStrategyImpl. createContainerInLocation(String container, Location location, CreateContainerOptions options)
Constructor parameters in org.jclouds.filesystem.strategy.internal with type arguments of type Location Constructor Description FilesystemStorageStrategyImpl(javax.inject.Provider<BlobBuilder> blobBuilders, String baseDir, boolean autoDetectContentType, FilesystemContainerNameValidator filesystemContainerNameValidator, FilesystemBlobKeyValidator filesystemBlobKeyValidator, com.google.common.base.Supplier<Location> defaultLocation)
-
Uses of Location in org.jclouds.glesys.compute
Constructor parameters in org.jclouds.glesys.compute with type arguments of type Location Constructor Description GleSYSComputeServiceAdapter(GleSYSApi api, com.google.common.util.concurrent.ListeningExecutorService userExecutor, ComputeServiceConstants.Timeouts timeouts, com.google.common.base.Supplier<Set<? extends Location>> locations)
-
Uses of Location in org.jclouds.glesys.compute.functions
Fields in org.jclouds.glesys.compute.functions with type parameters of type Location Modifier and Type Field Description protected com.google.common.base.Supplier<Set<? extends Location>>
ServerDetailsToNodeMetadata. locations
Methods in org.jclouds.glesys.compute.functions that return Location Modifier and Type Method Description Location
DatacenterToLocation. apply(String datacenter)
-
Uses of Location in org.jclouds.gogrid.compute.functions
Methods in org.jclouds.gogrid.compute.functions that return Location Modifier and Type Method Description Location
OptionToLocation. apply(Option from)
-
Uses of Location in org.jclouds.gogrid.location
Methods in org.jclouds.gogrid.location that return Location Modifier and Type Method Description Location
GoGridDefaultLocationSupplier. get()
-
Uses of Location in org.jclouds.googlecloudstorage.blobstore
Methods in org.jclouds.googlecloudstorage.blobstore with parameters of type Location Modifier and Type Method Description boolean
GoogleCloudStorageBlobStore. createContainerInLocation(Location location, String container)
boolean
GoogleCloudStorageBlobStore. createContainerInLocation(Location location, String container, CreateContainerOptions options)
-
Uses of Location in org.jclouds.googlecomputeengine.compute
Methods in org.jclouds.googlecomputeengine.compute that return types with arguments of type Location Modifier and Type Method Description Iterable<Location>
GoogleComputeEngineServiceAdapter. listLocations()
Unlike EC2, you cannot default GCE instances to a region. -
Uses of Location in org.jclouds.googlecomputeengine.compute.domain.internal
Constructor parameters in org.jclouds.googlecomputeengine.compute.domain.internal with type arguments of type Location Constructor Description GoogleComputeEngineArbitraryCpuRamTemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwares, com.google.common.base.Supplier<Location> defaultLocation, javax.inject.Provider<TemplateOptions> optionsProvider, javax.inject.Provider<TemplateBuilder> defaultTemplateProvider)
-
Uses of Location in org.jclouds.internal
Classes in org.jclouds.internal that implement Location Modifier and Type Class Description class
ContextImpl
Methods in org.jclouds.internal that return Location Modifier and Type Method Description Location
ContextImpl. getParent()
The parent, or null, if top-level -
Uses of Location in org.jclouds.loadbalancer
Methods in org.jclouds.loadbalancer that return types with arguments of type Location Modifier and Type Method Description Set<? extends Location>
LoadBalancerService. listAssignableLocations()
The list locations command returns all the valid locations for load balancers.Methods in org.jclouds.loadbalancer with parameters of type Location Modifier and Type Method Description LoadBalancerMetadata
LoadBalancerService. createLoadBalancerInLocation(Location location, String loadBalancerName, String protocol, int loadBalancerPort, int instancePort, Iterable<? extends NodeMetadata> nodes)
B
LoadBalancerServiceAdapter. createLoadBalancerInLocation(Location location, String loadBalancerName, String protocol, int loadBalancerPort, int instancePort, Iterable<? extends NodeMetadata> nodes)
-
Uses of Location in org.jclouds.loadbalancer.domain.internal
Constructors in org.jclouds.loadbalancer.domain.internal with parameters of type Location Constructor Description LoadBalancerMetadataImpl(LoadBalancerType type, String providerId, String name, String id, Location location, URI uri, Map<String,String> userMetadata, Iterable<String> addresses)
-
Uses of Location in org.jclouds.loadbalancer.internal
Fields in org.jclouds.loadbalancer.internal with type parameters of type Location Modifier and Type Field Description protected com.google.common.base.Supplier<Location>
BaseLoadBalancerService. defaultLocationSupplier
protected com.google.common.base.Supplier<Set<? extends Location>>
BaseLoadBalancerService. locations
Methods in org.jclouds.loadbalancer.internal that return types with arguments of type Location Modifier and Type Method Description Set<? extends Location>
BaseLoadBalancerService. listAssignableLocations()
The list locations command returns all the valid locations for load balancers.Methods in org.jclouds.loadbalancer.internal with parameters of type Location Modifier and Type Method Description LoadBalancerMetadata
BaseLoadBalancerService. createLoadBalancerInLocation(Location location, String loadBalancerName, String protocol, int loadBalancerPort, int instancePort, Iterable<? extends NodeMetadata> nodes)
Constructor parameters in org.jclouds.loadbalancer.internal with type arguments of type Location Constructor Description BaseLoadBalancerService(com.google.common.base.Supplier<Location> defaultLocationSupplier, LoadBalancerServiceContext context, LoadBalanceNodesStrategy loadBalancerStrategy, GetLoadBalancerMetadataStrategy getLoadBalancerMetadataStrategy, DestroyLoadBalancerStrategy destroyLoadBalancerStrategy, ListLoadBalancersStrategy listLoadBalancersStrategy, com.google.common.base.Supplier<Set<? extends Location>> locations)
-
Uses of Location in org.jclouds.loadbalancer.strategy
Methods in org.jclouds.loadbalancer.strategy with parameters of type Location Modifier and Type Method Description LoadBalancerMetadata
LoadBalanceNodesStrategy. createLoadBalancerInLocation(Location location, String name, String protocol, int loadBalancerPort, int instancePort, Iterable<? extends NodeMetadata> nodes)
-
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 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 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 Location
FirstNetwork. get()
Location
FirstRegion. get()
Location
FirstZone. get()
Location
OnlyLocationOrFirstRegionOptionallyMatchingRegionId. get()
Location
OnlyLocationOrFirstZone. get()
-
Uses of Location in org.jclouds.openstack.nova.v2_0.compute
Methods in org.jclouds.openstack.nova.v2_0.compute that return types with arguments of type Location Modifier and Type Method Description Iterable<Location>
NovaComputeServiceAdapter. listLocations()
-
Uses of Location in org.jclouds.openstack.nova.v2_0.compute.config
Methods in org.jclouds.openstack.nova.v2_0.compute.config that return types with arguments of type Location Modifier and Type Method Description protected com.google.common.base.Supplier<Map<String,Location>>
NovaComputeServiceContextModule. createLocationIndexedById(com.google.common.base.Supplier<Set<? extends Location>> locations)
Method parameters in org.jclouds.openstack.nova.v2_0.compute.config with type arguments of type Location Modifier and Type Method Description protected com.google.common.base.Supplier<Map<String,Location>>
NovaComputeServiceContextModule. createLocationIndexedById(com.google.common.base.Supplier<Set<? extends Location>> locations)
-
Uses of Location in org.jclouds.openstack.nova.v2_0.compute.extensions
Methods in org.jclouds.openstack.nova.v2_0.compute.extensions with parameters of type Location Modifier and Type Method Description SecurityGroup
NeutronSecurityGroupExtension. createSecurityGroup(String name, Location location)
SecurityGroup
NovaSecurityGroupExtension. createSecurityGroup(String name, Location location)
Set<SecurityGroup>
NeutronSecurityGroupExtension. listSecurityGroupsInLocation(Location location)
Set<SecurityGroup>
NovaSecurityGroupExtension. listSecurityGroupsInLocation(Location location)
Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.extensions with type arguments of type Location Constructor Description NovaImageExtension(NovaApi novaApi, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Predicate<AtomicReference<Image>> imageAvailablePredicate)
-
Uses of Location in org.jclouds.openstack.nova.v2_0.compute.functions
Fields in org.jclouds.openstack.nova.v2_0.compute.functions with type parameters of type Location Modifier and Type Field Description protected com.google.common.base.Supplier<Map<String,Location>>
NovaSecurityGroupInRegionToSecurityGroup. locationIndex
protected com.google.common.base.Supplier<Map<String,Location>>
ServerInRegionToNodeMetadata. locationIndex
Methods in org.jclouds.openstack.nova.v2_0.compute.functions with parameters of type Location Modifier and Type Method Description NeutronSecurityGroupToSecurityGroup
NeutronSecurityGroupToSecurityGroup.Factory. create(Location location)
NovaSecurityGroupToSecurityGroup
NovaSecurityGroupToSecurityGroup.Factory. create(Location location)
Constructors in org.jclouds.openstack.nova.v2_0.compute.functions with parameters of type Location Constructor Description NeutronSecurityGroupToSecurityGroup(Location location)
NovaSecurityGroupToSecurityGroup(Location location)
Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.functions with type arguments of type Location Constructor Description CreateSecurityGroupIfNeeded(NovaApi novaApi, com.google.common.base.Supplier<Map<String,Location>> locationIndex, com.google.common.base.Function<SecurityGroupInRegion,SecurityGroup> securityGroupInRegionSecurityGroupFunction, NeutronSecurityGroupToSecurityGroup.Factory neutronSecurityGroupToSecurityGroup)
FlavorInRegionToHardware(com.google.common.base.Supplier<Map<String,Location>> locationIndex)
ImageInRegionToImage(Map<Image.Status,Image.Status> toPortableImageStatus, com.google.common.base.Function<Image,OperatingSystem> imageToOs, com.google.common.base.Supplier<Map<String,Location>> locationIndex)
NovaSecurityGroupInRegionToSecurityGroup(com.google.common.base.Supplier<Map<String,Location>> locationIndex)
ServerInRegionToNodeMetadata(Map<Server.Status,NodeMetadata.Status> toPortableNodeStatus, com.google.common.base.Supplier<Map<String,Location>> locationIndex, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwares, GroupNamingConvention.Factory namingConvention)
-
Uses of Location in org.jclouds.openstack.swift.v1.blobstore
Methods in org.jclouds.openstack.swift.v1.blobstore that return types with arguments of type Location Modifier and Type Method Description Set<? extends Location>
RegionScopedSwiftBlobStore. listAssignableLocations()
Methods in org.jclouds.openstack.swift.v1.blobstore with parameters of type Location Modifier and Type Method Description boolean
RegionScopedSwiftBlobStore. createContainerInLocation(Location location, String container)
boolean
RegionScopedSwiftBlobStore. createContainerInLocation(Location location, String container, CreateContainerOptions options)
Constructor parameters in org.jclouds.openstack.swift.v1.blobstore with type arguments of type Location Constructor Description RegionScopedSwiftBlobStore(com.google.inject.Injector baseGraph, BlobStoreContext context, SwiftApi api, com.google.common.base.Supplier<Set<? extends Location>> locations, String regionId, PayloadSlicer slicer, com.google.common.util.concurrent.ListeningExecutorService userExecutor)
-
Uses of Location in org.jclouds.openstack.swift.v1.blobstore.functions
Constructors in org.jclouds.openstack.swift.v1.blobstore.functions with parameters of type Location Constructor Description ToResourceMetadata(Location region)
-
Uses of Location in org.jclouds.packet.compute.functions
Methods in org.jclouds.packet.compute.functions that return Location Modifier and Type Method Description Location
FacilityToLocation. apply(Facility facility)
-
Uses of Location in org.jclouds.profitbricks.compute
Methods in org.jclouds.profitbricks.compute that return types with arguments of type Location Modifier and Type Method Description Iterable<Location>
ProfitBricksComputeServiceAdapter. listLocations()
-
Uses of Location in org.jclouds.profitbricks.compute.strategy
Methods in org.jclouds.profitbricks.compute.strategy that return Location Modifier and Type Method Description Location
TemplateWithDataCenter. getLocation()
-
Uses of Location in org.jclouds.rackspace.cloudloadbalancers.v1.loadbalancer.functions
Fields in org.jclouds.rackspace.cloudloadbalancers.v1.loadbalancer.functions with type parameters of type Location Modifier and Type Field Description protected com.google.common.base.Supplier<Location>
LoadBalancerToLoadBalancerMetadata. defaultLocationSupplier
protected com.google.common.base.Supplier<Set<? extends Location>>
LoadBalancerToLoadBalancerMetadata. locations
Constructor parameters in org.jclouds.rackspace.cloudloadbalancers.v1.loadbalancer.functions with type arguments of type Location Constructor Description LoadBalancerToLoadBalancerMetadata(com.google.common.base.Supplier<Location> defaultLocationSupplier, com.google.common.base.Supplier<Set<? extends Location>> locations)
-
Uses of Location in org.jclouds.rackspace.cloudloadbalancers.v1.loadbalancer.strategy
Methods in org.jclouds.rackspace.cloudloadbalancers.v1.loadbalancer.strategy with parameters of type Location Modifier and Type Method Description LoadBalancerMetadata
CloudLoadBalancersLoadBalanceNodesStrategy. createLoadBalancerInLocation(Location location, String name, String protocol, int loadBalancerPort, int instancePort, Iterable<? extends NodeMetadata> nodes)
-
Uses of Location in org.jclouds.rest
Subinterfaces of Location in org.jclouds.rest Modifier and Type Interface Description interface
ApiContext<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 class
ApiContextImpl<A>
-
Uses of Location in org.jclouds.s3.blobstore
Methods in org.jclouds.s3.blobstore with parameters of type Location Modifier and Type Method Description boolean
S3BlobStore. createContainerInLocation(Location location, String container)
This implementation invokesS3Client.putBucketInRegion(java.lang.String, java.lang.String, org.jclouds.s3.options.PutBucketOptions...)
boolean
S3BlobStore. createContainerInLocation(Location location, String container, CreateContainerOptions options)
Constructor parameters in org.jclouds.s3.blobstore with type arguments of type Location Constructor Description S3BlobStore(BlobStoreContext context, BlobUtils blobUtils, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, PayloadSlicer slicer, S3Client sync, com.google.common.base.Function<Set<BucketMetadata>,PageSet<? extends StorageMetadata>> convertBucketsToStorageMetadata, ContainerToBucketListOptions container2BucketListOptions, BucketToResourceList bucket2ResourceList, ObjectToBlob object2Blob, BlobToHttpGetOptions blob2ObjectGetOptions, BlobToObject blob2Object, BlobToObjectMetadata blob2ObjectMetadata, ObjectToBlobMetadata object2BlobMd, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider)
-
Uses of Location in org.jclouds.s3.blobstore.functions
Methods in org.jclouds.s3.blobstore.functions that return Location Modifier and Type Method Description Location
LocationFromBucketName. apply(String bucket)
Constructor parameters in org.jclouds.s3.blobstore.functions with type arguments of type Location Constructor Description ObjectToBlobMetadata(com.google.common.base.Function<String,Location> locationOfBucket)
-
Uses of Location in org.jclouds.servermanager.compute.functions
Methods in org.jclouds.servermanager.compute.functions that return Location Modifier and Type Method Description Location
DatacenterToLocation. apply(Datacenter from)
Constructor parameters in org.jclouds.servermanager.compute.functions with type arguments of type Location Constructor Description DatacenterToLocation(javax.inject.Provider<com.google.common.base.Supplier<Location>> provider)
-
Uses of Location in org.jclouds.softlayer.compute.functions
Methods in org.jclouds.softlayer.compute.functions that return Location Modifier and Type Method Description Location
DatacenterToLocation. apply(Datacenter datacenter)
-