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.atmos.blobstore
Methods in org.jclouds.atmos.blobstore with parameters of type Location Modifier and Type Method Description booleanAtmosBlobStore. createContainerInLocation(Location location, String container)This implementation invokesAtmosClient.createDirectory(java.lang.String, org.jclouds.atmos.options.PutOptions...)booleanAtmosBlobStore. 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 booleanAWSS3BlobStore. 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 StringAWSUtils.GetRegionFromLocation. apply(Location location)static StringAWSUtils. 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 booleanAzureBlobStore. createContainerInLocation(Location location, String container)This implementation invokesAzureBlobClient#putBucketInRegionbooleanAzureBlobStore. 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 SecurityGroupAzureComputeSecurityGroupExtension. 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 LocationLocationToLocation. apply(Location location)protected static LocationVirtualMachineToNodeMetadata. 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 LocationVirtualMachineToNodeMetadata. 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 booleanB2BlobStore. createContainerInLocation(Location location, String container)booleanB2BlobStore. 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 LocationLocalStorageStrategy. getLocation(String containerName)LocationTransientStorageStrategy. 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 booleanBlobStore. createContainerInLocation(Location location, String container)Creates a namespace for your blobsbooleanBlobStore. createContainerInLocation(Location location, String container, CreateContainerOptions options)booleanLocalStorageStrategy. createContainerInLocation(String container, Location location, CreateContainerOptions options)Creates a new containerbooleanTransientStorageStrategy. 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 booleanLocalBlobStore. createContainerInLocation(Location location, String name)booleanLocalBlobStore. 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. defaultLocationprotected com.google.common.base.Supplier<Set<? extends Location>>BaseBlobStore. locationsMethods 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 booleanForwardingBlobStore. createContainerInLocation(Location location, String container)booleanForwardingBlobStore. createContainerInLocation(Location location, String container, CreateContainerOptions createContainerOptions)booleanReadOnlyBlobStore. createContainerInLocation(Location location, String container)booleanReadOnlyBlobStore. 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. locationsMethods in org.jclouds.cloudstack.compute.extensions with parameters of type Location Modifier and Type Method Description SecurityGroupCloudStackSecurityGroupExtension. 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 LocationZoneToLocation. 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. adapterMethod parameters in org.jclouds.compute.config with type arguments of type Location Modifier and Type Method Description protected LocationsSupplierComputeServiceAdapterContextModule.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 LocationTemplate. getLocation()Location of the nodes.Methods in org.jclouds.compute.domain with parameters of type Location Modifier and Type Method Description ComputeMetadataBuilderComputeMetadataBuilder. location(Location location)HardwareBuilderHardwareBuilder. location(Location location)ImageBuilderImageBuilder. location(Location location)NodeMetadataBuilderNodeMetadataBuilder. location(Location location)SecurityGroupBuilderSecurityGroupBuilder. 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 LocationTemplateBuilderImpl. locationFields 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. defaultLocationprotected com.google.common.base.Supplier<Set<? extends Location>>TemplateBuilderImpl. locationsMethods in org.jclouds.compute.domain.internal that return Location Modifier and Type Method Description LocationTemplateImpl. 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 SecurityGroupSecurityGroupExtension. 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 SecurityGroupStubSecurityGroupExtension. 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 LocationRegionToLocation. apply(Region input)protected LocationDropletToNodeMetadata. getLocation(Region region)protected LocationImageInRegionToImage. 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 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.ec2.compute.domain
Methods in org.jclouds.ec2.compute.domain with parameters of type Location Modifier and Type Method Description EC2HardwareBuilderEC2HardwareBuilder. 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. locationsMethods in org.jclouds.ec2.compute.extensions that return Location Modifier and Type Method Description protected LocationEC2SecurityGroupExtension. findLocationWithId(String locationId)Methods in org.jclouds.ec2.compute.extensions with parameters of type Location Modifier and Type Method Description SecurityGroupEC2SecurityGroupExtension. 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. locationsprotected com.google.common.base.Supplier<Set<? extends Location>>RunningInstanceToNodeMetadata. locationsConstructor 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 StringEC2ComputeUtils. 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 LocationFilesystemStorageStrategyImpl. getLocation(String containerName)Methods in org.jclouds.filesystem.strategy.internal with parameters of type Location Modifier and Type Method Description booleanFilesystemStorageStrategyImpl. 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. locationsMethods in org.jclouds.glesys.compute.functions that return Location Modifier and Type Method Description LocationDatacenterToLocation. 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 LocationOptionToLocation. 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 LocationGoGridDefaultLocationSupplier. 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 booleanGoogleCloudStorageBlobStore. createContainerInLocation(Location location, String container)booleanGoogleCloudStorageBlobStore. 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 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.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 LoadBalancerMetadataLoadBalancerService. createLoadBalancerInLocation(Location location, String loadBalancerName, String protocol, int loadBalancerPort, int instancePort, Iterable<? extends NodeMetadata> nodes)BLoadBalancerServiceAdapter. 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. defaultLocationSupplierprotected com.google.common.base.Supplier<Set<? extends Location>>BaseLoadBalancerService. locationsMethods 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 LoadBalancerMetadataBaseLoadBalancerService. 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 LoadBalancerMetadataLoadBalanceNodesStrategy. 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 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.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 SecurityGroupNeutronSecurityGroupExtension. createSecurityGroup(String name, Location location)SecurityGroupNovaSecurityGroupExtension. 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. locationIndexprotected com.google.common.base.Supplier<Map<String,Location>>ServerInRegionToNodeMetadata. locationIndexMethods in org.jclouds.openstack.nova.v2_0.compute.functions with parameters of type Location Modifier and Type Method Description NeutronSecurityGroupToSecurityGroupNeutronSecurityGroupToSecurityGroup.Factory. create(Location location)NovaSecurityGroupToSecurityGroupNovaSecurityGroupToSecurityGroup.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 booleanRegionScopedSwiftBlobStore. createContainerInLocation(Location location, String container)booleanRegionScopedSwiftBlobStore. 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 LocationFacilityToLocation. 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 LocationTemplateWithDataCenter. 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. defaultLocationSupplierprotected com.google.common.base.Supplier<Set<? extends Location>>LoadBalancerToLoadBalancerMetadata. locationsConstructor 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 LoadBalancerMetadataCloudLoadBalancersLoadBalanceNodesStrategy. 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 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> - 
Uses of Location in org.jclouds.s3.blobstore
Methods in org.jclouds.s3.blobstore with parameters of type Location Modifier and Type Method Description booleanS3BlobStore. createContainerInLocation(Location location, String container)This implementation invokesS3Client.putBucketInRegion(java.lang.String, java.lang.String, org.jclouds.s3.options.PutBucketOptions...)booleanS3BlobStore. 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 LocationLocationFromBucketName. 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 LocationDatacenterToLocation. 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 LocationDatacenterToLocation. apply(Datacenter datacenter) 
 -