Uses of Class
org.jclouds.location.Region
-
-
Uses of Region in org.jclouds.aws.ec2.compute.extensions
Constructor parameters in org.jclouds.aws.ec2.compute.extensions with annotations of type Region Constructor Description AWSEC2SecurityGroupExtension(AWSEC2Api client, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Supplier<Set<String>> regions, com.google.common.base.Function<SecurityGroup,SecurityGroup> groupConverter, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.cache.LoadingCache<RegionAndName,String> groupCreator, GroupNamingConvention.Factory namingConvention, com.google.common.base.Function<String,String> groupNameToId) -
Uses of Region in org.jclouds.aws.ec2.compute.strategy
Constructor parameters in org.jclouds.aws.ec2.compute.strategy with annotations of type Region Constructor Description AWSEC2ListNodesStrategy(AWSEC2Api client, com.google.common.base.Supplier<Set<String>> regions, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata, com.google.common.util.concurrent.ListeningExecutorService userExecutor, SpotInstanceRequestToAWSRunningInstance spotConverter) -
Uses of Region in org.jclouds.aws.ec2.xml
Constructor parameters in org.jclouds.aws.ec2.xml with annotations of type Region Constructor Description AWSEC2SecurityGroupHandler(AWSEC2IpPermissionHandler ipPermissionHandler, com.google.common.base.Supplier<String> defaultRegion)BaseAWSReservationHandler(DateService dateService, com.google.common.base.Supplier<String> defaultRegion)SpotHandler(DateService dateService, com.google.common.base.Supplier<String> defaultRegion)SpotInstanceHandler(DateService dateService, com.google.common.base.Supplier<String> defaultRegion, LaunchSpecificationHandler launchSpecificationHandler, TagSetHandler tagSetHandler, SpotInstanceRequest.Builder builder) -
Uses of Region in org.jclouds.aws.s3.config
Method parameters in org.jclouds.aws.s3.config with annotations of type Region Modifier and Type Method Description protected com.google.common.base.Supplier<String>AWSS3HttpApiModule. defaultRegionForBucket(com.google.common.base.Supplier<String> defaultRegion) -
Uses of Region in org.jclouds.cloudwatch
Methods in org.jclouds.cloudwatch with annotations of type Region Modifier and Type Method Description Set<String>CloudWatchApi. getConfiguredRegions() -
Uses of Region in org.jclouds.ec2
Methods in org.jclouds.ec2 with annotations of type Region Modifier and Type Method Description Set<String>EC2Api. getConfiguredRegions() -
Uses of Region in org.jclouds.ec2.compute.extensions
Constructor parameters in org.jclouds.ec2.compute.extensions with annotations of type Region Constructor Description EC2SecurityGroupExtension(EC2Api client, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Supplier<Set<String>> regions, com.google.common.base.Function<SecurityGroup,SecurityGroup> groupConverter, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.cache.LoadingCache<RegionAndName,String> groupCreator, GroupNamingConvention.Factory namingConvention) -
Uses of Region in org.jclouds.ec2.compute.strategy
Constructor parameters in org.jclouds.ec2.compute.strategy with annotations of type Region Constructor Description EC2ListNodesStrategy(EC2Api client, com.google.common.base.Supplier<Set<String>> regions, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata, com.google.common.util.concurrent.ListeningExecutorService userExecutor) -
Uses of Region in org.jclouds.ec2.compute.suppliers
Constructor parameters in org.jclouds.ec2.compute.suppliers with annotations of type Region Constructor Description EC2ImageSupplier(com.google.common.base.Supplier<Set<String>> regions, DescribeImagesParallel describer, String[] amiOwners, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> cache, EC2ImageParser parser) -
Uses of Region in org.jclouds.ec2.xml
Constructor parameters in org.jclouds.ec2.xml with annotations of type Region Constructor Description BaseReservationHandler(DateService dateService, com.google.common.base.Supplier<String> defaultRegion)BundleTaskHandler(DateService dateService, com.google.common.base.Supplier<String> defaultRegion)CreateVolumeResponseHandler(DateService dateService, com.google.common.base.Supplier<String> defaultRegion, com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<Set<String>>>> regionToZonesSupplier, com.google.common.base.Supplier<Set<String>> zonesSupplier)DescribeImagesResponseHandler(com.google.common.base.Supplier<String> defaultRegion, TagSetHandler tagSetHandler)DescribeKeyPairsResponseHandler(com.google.common.base.Supplier<String> defaultRegion)KeyPairResponseHandler(com.google.common.base.Supplier<String> defaultRegion)RunInstancesResponseHandler(DateService dateService, com.google.common.base.Supplier<String> defaultRegion)SecurityGroupHandler(IpPermissionHandler ipPermissionHandler, com.google.common.base.Supplier<String> defaultRegion)SnapshotHandler(DateService dateService, com.google.common.base.Supplier<String> defaultRegion) -
Uses of Region in org.jclouds.location.config
Methods in org.jclouds.location.config with annotations of type Region Modifier and Type Method Description protected com.google.common.base.Supplier<String>LocationModule. implicitRegionIdSupplier(AtomicReference<AuthorizationException> authException, long seconds, ImplicitRegionIdSupplier uncached)protected com.google.common.base.Supplier<Set<String>>LocationModule. regionIdsSupplier(AtomicReference<AuthorizationException> authException, long seconds, RegionIdFilter filter, RegionIdsSupplier uncached)protected com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>>LocationModule. regionIdToURISupplier(AtomicReference<AuthorizationException> authException, long seconds, RegionIdToURISupplier uncached) -
Uses of Region in org.jclouds.location.suppliers.all
Constructor parameters in org.jclouds.location.suppliers.all with annotations of type Region Constructor Description RegionToProvider(JustProvider justProvider, com.google.common.base.Supplier<Set<String>> regionsSupplier, com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<Set<String>>>> isoCodesByIdSupplier)RegionToProviderOrJustProvider(JustProvider justProvider, com.google.common.base.Supplier<Set<String>> regionsSupplier, com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<Set<String>>>> isoCodesByIdSupplier) -
Uses of Region in org.jclouds.location.suppliers.fromconfig
Constructor parameters in org.jclouds.location.suppliers.fromconfig with annotations of type Region Constructor Description RegionIdToURIFromConfigurationOrDefaultToProvider(ValueOfConfigurationKeyOrNull config, com.google.common.base.Supplier<URI> providerURI, com.google.common.base.Supplier<Set<String>> regionIds)RegionIdToZoneIdsFromConfiguration(ValueOfConfigurationKeyOrNull config, String provider, com.google.common.base.Supplier<Set<String>> regionsSupplier) -
Uses of Region in org.jclouds.location.suppliers.implicit
Constructor parameters in org.jclouds.location.suppliers.implicit with annotations of type Region Constructor Description GetRegionIdMatchingProviderURIOrNull(com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> supplier, com.google.common.base.Supplier<URI> providerUri) -
Uses of Region in org.jclouds.openstack.cinder.v1
Methods in org.jclouds.openstack.cinder.v1 with annotations of type Region Modifier and Type Method Description Set<String>CinderApi. getConfiguredRegions()Set<String>CinderApi. getConfiguredZones()Deprecated.Please useCinderApi.getConfiguredRegions()instead. -
Uses of Region in org.jclouds.openstack.glance.functions
Constructor parameters in org.jclouds.openstack.glance.functions with annotations of type Region Constructor Description RegionToEndpointNegotiateVersion(com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> regionToEndpointSupplier, String rawApiVersionString, HttpClient client, Json json) -
Uses of Region in org.jclouds.openstack.glance.v1_0
Methods in org.jclouds.openstack.glance.v1_0 with annotations of type Region Modifier and Type Method Description Set<String>GlanceApi. getConfiguredRegions()Gets the configured regions. -
Uses of Region in org.jclouds.openstack.marconi.v1
Methods in org.jclouds.openstack.marconi.v1 with annotations of type Region Modifier and Type Method Description Set<String>MarconiApi. getConfiguredRegions()Set<String>MarconiApi. getConfiguredZones()Deprecated.Please useMarconiApi.getConfiguredRegions()as this method will be removed in jclouds 3.0. -
Uses of Region in org.jclouds.openstack.neutron.v2
Methods in org.jclouds.openstack.neutron.v2 with annotations of type Region Modifier and Type Method Description Set<String>NeutronApi. getConfiguredRegions() -
Uses of Region in org.jclouds.openstack.neutron.v2.functions
Constructor parameters in org.jclouds.openstack.neutron.v2.functions with annotations of type Region Constructor Description VersionAwareRegionToEndpoint(com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> regionToEndpointSupplier) -
Uses of Region in org.jclouds.openstack.nova.ec2.xml
Constructor parameters in org.jclouds.openstack.nova.ec2.xml with annotations of type Region Constructor Description NovaCreateVolumeResponseHandler(DateService dateService, com.google.common.base.Supplier<String> defaultRegion, com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<Set<String>>>> regionToZonesSupplier, com.google.common.base.Supplier<Set<String>> zonesSupplier)NovaDescribeImagesResponseHandler(com.google.common.base.Supplier<String> defaultRegion, TagSetHandler tagSetHandler) -
Uses of Region in org.jclouds.openstack.nova.v2_0
Methods in org.jclouds.openstack.nova.v2_0 with annotations of type Region Modifier and Type Method Description Set<String>NovaApi. getConfiguredRegions()Set<String>NovaApi. getConfiguredZones()Deprecated.Please useNovaApi.getConfiguredRegions()instead. -
Uses of Region in org.jclouds.openstack.nova.v2_0.compute
Constructor parameters in org.jclouds.openstack.nova.v2_0.compute with annotations of type Region Constructor Description NovaComputeServiceAdapter(NovaApi novaApi, com.google.common.base.Supplier<Set<String>> regionIds, RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate, com.google.common.base.Predicate<RegionAndId> serverRunningPredicate, com.google.common.base.Predicate<RegionAndId> serverTerminatedPredicate, CleanupResources cleanupResources) -
Uses of Region in org.jclouds.openstack.nova.v2_0.compute.extensions
Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.extensions with annotations of type Region Constructor Description NovaSecurityGroupExtension(NovaApi api, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Supplier<Set<String>> regionIds, com.google.common.base.Function<SecurityGroupInRegion,SecurityGroup> groupConverter, com.google.common.cache.LoadingCache<RegionAndName,SecurityGroup> groupCreator, GroupNamingConvention.Factory namingConvention) -
Uses of Region in org.jclouds.openstack.swift.v1
Methods in org.jclouds.openstack.swift.v1 with annotations of type Region Modifier and Type Method Description Set<String>SwiftApi. getConfiguredRegions() -
Uses of Region in org.jclouds.openstack.swift.v1.blobstore
Constructor parameters in org.jclouds.openstack.swift.v1.blobstore with annotations of type Region Constructor Description RegionScopedBlobStoreContext(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, com.google.common.base.Supplier<Set<String>> regionIds, com.google.common.base.Supplier<String> implicitRegionId, com.google.common.base.Function<String,BlobStore> blobStore, com.google.common.base.Function<String,BlobRequestSigner> blobRequestSigner, Utils utils, ConsistencyModel consistencyModel)RegionScopedBlobStoreContext(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, com.google.common.base.Supplier<Set<String>> regionIds, com.google.common.base.Supplier<String> implicitRegionId, com.google.common.base.Function<String,BlobStore> blobStore, com.google.common.base.Function<String,BlobRequestSigner> blobRequestSigner, Utils utils, ConsistencyModel consistencyModel)RegionScopedTemporaryUrlBlobSigner(com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> regionToUris, long seconds, javax.inject.Provider<Long> timestamp, SwiftApi api, String regionId) -
Uses of Region in org.jclouds.openstack.trove.v1
Methods in org.jclouds.openstack.trove.v1 with annotations of type Region Modifier and Type Method Description Set<String>TroveApi. getConfiguredRegions()Provides a set of all regions available.Set<String>TroveApi. getConfiguredZones()Deprecated.Please useTroveApi.getConfiguredRegions()instead. -
Uses of Region in org.jclouds.rackspace.autoscale.v1
Methods in org.jclouds.rackspace.autoscale.v1 with annotations of type Region Modifier and Type Method Description Set<String>AutoscaleApi. getConfiguredRegions()Provides a set of all regions available.Set<String>AutoscaleApi. getConfiguredZones()Deprecated.Please useAutoscaleApi.getConfiguredRegions()instead. -
Uses of Region in org.jclouds.rackspace.cloudloadbalancers.v1
Methods in org.jclouds.rackspace.cloudloadbalancers.v1 with annotations of type Region Modifier and Type Method Description Set<String>CloudLoadBalancersApi. getConfiguredRegions()Set<String>CloudLoadBalancersApi. getConfiguredZones()Deprecated.Please useCloudLoadBalancersApi.getConfiguredRegions()instead. -
Uses of Region in org.jclouds.rackspace.cloudloadbalancers.v1.loadbalancer.strategy
Constructor parameters in org.jclouds.rackspace.cloudloadbalancers.v1.loadbalancer.strategy with annotations of type Region Constructor Description CloudLoadBalancersListLoadBalancersStrategy(CloudLoadBalancersApi aclient, com.google.common.base.Function<LoadBalancer,LoadBalancerMetadata> converter, com.google.common.base.Supplier<Set<String>> regions) -
Uses of Region in org.jclouds.s3.config
Method parameters in org.jclouds.s3.config with annotations of type Region Modifier and Type Method Description protected com.google.common.cache.CacheLoader<String,com.google.common.base.Optional<String>>S3HttpApiModule. bucketToRegion(com.google.common.base.Supplier<Set<String>> regionSupplier, S3Client client)protected com.google.common.base.Supplier<String>S3HttpApiModule. defaultRegionForBucket(com.google.common.base.Supplier<String> defaultRegion)protected com.google.common.cache.CacheLoader<String,com.google.common.base.Optional<String>>S3HttpApiModule. provideBucketToRegion(com.google.common.base.Supplier<Set<String>> regionSupplier, S3Client client)protected com.google.common.base.Supplier<String>S3HttpApiModule. provideDefaultRegionForBucket(com.google.common.base.Supplier<String> defaultRegion) -
Uses of Region in org.jclouds.s3.functions
Constructor parameters in org.jclouds.s3.functions with annotations of type Region Constructor Description BindRegionToXmlPayload(com.google.common.base.Supplier<String> defaultRegionForEndpointSupplier, com.google.common.base.Supplier<String> defaultRegionForServiceSupplier, com.google.common.base.Supplier<Set<String>> regionsSupplier)BindRegionToXmlPayload(com.google.common.base.Supplier<String> defaultRegionForEndpointSupplier, com.google.common.base.Supplier<String> defaultRegionForServiceSupplier, com.google.common.base.Supplier<Set<String>> regionsSupplier) -
Uses of Region in org.jclouds.sqs
Methods in org.jclouds.sqs with annotations of type Region Modifier and Type Method Description Set<String>SQSApi. getConfiguredRegions()
-