Uses of Interface
org.jclouds.domain.Location
Packages that use Location
Package
Description
-
Uses of Location in org.jclouds
Subinterfaces of Location in org.jcloudsModifier and TypeInterfaceDescriptioninterface
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 LocationModifier and TypeMethodDescriptionboolean
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 LocationModifierConstructorDescriptionprotected
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, jakarta.inject.Provider<TemplateOptions> optionsProvider, jakarta.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 LocationModifierConstructorDescriptionAWSEC2SecurityGroupToSecurityGroup
(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 LocationModifier and TypeMethodDescriptionboolean
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 -
Uses of Location in org.jclouds.azureblob.blobstore
Methods in org.jclouds.azureblob.blobstore with parameters of type LocationModifier and TypeMethodDescriptionboolean
AzureBlobStore.createContainerInLocation
(Location location, String container) This implementation invokesinvalid reference
AzureBlobClient#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 LocationModifier and TypeMethodDescriptionAzureComputeSecurityGroupExtension.createSecurityGroup
(String name, Location location) AzureComputeSecurityGroupExtension.listSecurityGroupsInLocation
(Location location) -
Uses of Location in org.jclouds.azurecompute.arm.compute.functions
Methods in org.jclouds.azurecompute.arm.compute.functions that return LocationModifier and TypeMethodDescriptionprotected 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 LocationModifier and TypeMethodDescriptionprotected 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 LocationModifier and TypeMethodDescriptionboolean
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 LocationModifier and TypeMethodDescriptionLocalStorageStrategy.getLocation
(String containerName) TransientStorageStrategy.getLocation
(String containerName) Methods in org.jclouds.blobstore that return types with arguments of type LocationModifier and TypeMethodDescriptionBlobStore.listAssignableLocations()
The get locations command returns all the valid locations for containers.Methods in org.jclouds.blobstore with parameters of type LocationModifier and TypeMethodDescriptionboolean
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 LocationMethods in org.jclouds.blobstore.config with parameters of type LocationModifier and TypeMethodDescriptionboolean
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 LocationModifierConstructorDescriptionBlobMetadataImpl
(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 LocationModifier and TypeFieldDescriptionprotected final com.google.common.base.Supplier
<Location> BaseBlobStore.defaultLocation
BaseBlobStore.locations
Methods in org.jclouds.blobstore.internal that return types with arguments of type LocationConstructor parameters in org.jclouds.blobstore.internal with type arguments of type LocationModifierConstructorDescriptionprotected
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 LocationMethods in org.jclouds.blobstore.util with parameters of type LocationModifier and TypeMethodDescriptionboolean
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 -
Uses of Location in org.jclouds.cloudstack.compute.extensions
Fields in org.jclouds.cloudstack.compute.extensions with type parameters of type LocationMethods in org.jclouds.cloudstack.compute.extensions with parameters of type LocationModifier and TypeMethodDescriptionCloudStackSecurityGroupExtension.createSecurityGroup
(String name, Location location) 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 LocationModifierConstructorDescriptionCloudStackImageExtension
(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 LocationConstructor parameters in org.jclouds.cloudstack.compute.functions with type arguments of type LocationModifierConstructorDescriptionTemplateToImage
(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 LocationModifier and TypeMethodDescriptionComputeService.listAssignableLocations()
The list locations command returns all the valid locations for nodes.JCloudsNativeComputeServiceAdapter.listLocations()
-
Uses of Location in org.jclouds.compute.config
Fields in org.jclouds.compute.config with type parameters of type LocationModifier and TypeFieldDescriptionprotected final Class
<? extends ComputeServiceAdapter<NodeMetadata, Hardware, Image, Location>> JCloudsNativeComputeServiceAdapterContextModule.adapter
Method parameters in org.jclouds.compute.config with type arguments of type LocationModifier and TypeMethodDescriptionprotected final 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 LocationModifierConstructorDescriptionJCloudsNativeComputeServiceAdapterContextModule
(Class<? extends ComputeServiceAdapter<NodeMetadata, Hardware, Image, Location>> adapter) -
Uses of Location in org.jclouds.compute.domain
Methods in org.jclouds.compute.domain that return LocationMethods in org.jclouds.compute.domain with parameters of type LocationModifier and TypeMethodDescriptionConstructors in org.jclouds.compute.domain with parameters of type Location -
Uses of Location in org.jclouds.compute.domain.internal
Fields in org.jclouds.compute.domain.internal declared as LocationFields in org.jclouds.compute.domain.internal with type parameters of type LocationModifier and TypeFieldDescriptionprotected final com.google.common.base.Supplier
<Location> TemplateBuilderImpl.defaultLocation
TemplateBuilderImpl.locations
Methods in org.jclouds.compute.domain.internal that return LocationConstructors in org.jclouds.compute.domain.internal with parameters of type LocationModifierConstructorDescriptionComputeMetadataImpl
(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 LocationModifierConstructorDescriptionprotected
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, jakarta.inject.Provider<TemplateOptions> optionsProvider, jakarta.inject.Provider<TemplateBuilder> defaultTemplateProvider) NullEqualToIsParentOrIsGrandparentOfCurrentLocation
(com.google.common.base.Supplier<Location> locationSupplier) protected
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, jakarta.inject.Provider<TemplateOptions> optionsProvider, jakarta.inject.Provider<TemplateBuilder> defaultTemplateProvider) -
Uses of Location in org.jclouds.compute.extensions
Methods in org.jclouds.compute.extensions with parameters of type LocationModifier and TypeMethodDescriptionSecurityGroupExtension.createSecurityGroup
(String name, Location location) Create a new @{link SecurityGroup} from the parameters given.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 LocationModifier and TypeMethodDescriptionBaseComputeService.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 LocationConstructor parameters in org.jclouds.compute.stub.config with type arguments of type LocationModifierConstructorDescriptionStubComputeServiceAdapter
(ConcurrentMap<String, NodeMetadata> nodes, com.google.common.util.concurrent.ListeningExecutorService executor, com.google.common.base.Supplier<Location> location, jakarta.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 LocationModifier and TypeMethodDescriptionStubSecurityGroupExtension.createSecurityGroup
(String name, Location location) StubSecurityGroupExtension.listSecurityGroupsInLocation
(Location location) Constructor parameters in org.jclouds.compute.stub.extensions with type arguments of type LocationModifierConstructorDescriptionStubSecurityGroupExtension
(ConcurrentMap<String, SecurityGroup> groups, com.google.common.base.Supplier<Location> location, jakarta.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 LocationModifier and TypeMethodDescriptionprotected 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 -
Uses of Location in org.jclouds.domain
Fields in org.jclouds.domain declared as LocationMethods in org.jclouds.domain that return LocationModifier and TypeMethodDescriptionLocationBuilder.build()
ResourceMetadata.getLocation()
Physical location of the resource, or null if n/a ex.Location.getParent()
The parent, or null, if top-levelMethods in org.jclouds.domain with parameters of type Location -
Uses of Location in org.jclouds.domain.internal
Classes in org.jclouds.domain.internal that implement LocationMethods in org.jclouds.domain.internal that return LocationModifier and TypeMethodDescriptionMutableResourceMetadataImpl.getLocation()
Physical location of the resource, or null if n/a ex.ResourceMetadataImpl.getLocation()
Physical location of the resource, or null if n/a ex.LocationImpl.getParent()
The parent, or null, if top-levelMethods in org.jclouds.domain.internal with parameters of type LocationModifier and TypeMethodDescriptionvoid
MutableResourceMetadataImpl.setLocation
(Location location) Constructors in org.jclouds.domain.internal with parameters of type Location -
Uses of Location in org.jclouds.ec2.compute.domain
Methods in org.jclouds.ec2.compute.domain with parameters of type LocationModifier and TypeMethodDescription -
Uses of Location in org.jclouds.ec2.compute.extensions
Fields in org.jclouds.ec2.compute.extensions with type parameters of type LocationMethods in org.jclouds.ec2.compute.extensions that return LocationModifier and TypeMethodDescriptionprotected Location
EC2SecurityGroupExtension.findLocationWithId
(String locationId) Methods in org.jclouds.ec2.compute.extensions with parameters of type LocationModifier and TypeMethodDescriptionEC2SecurityGroupExtension.createSecurityGroup
(String name, Location location) EC2SecurityGroupExtension.listSecurityGroupsInLocation
(Location location) Constructor parameters in org.jclouds.ec2.compute.extensions with type arguments of type LocationModifierConstructorDescriptionEC2ImageExtension
(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 LocationModifier and TypeFieldDescriptionEC2SecurityGroupToSecurityGroup.locations
RunningInstanceToNodeMetadata.locations
Constructor parameters in org.jclouds.ec2.compute.functions with type arguments of type LocationModifierConstructorDescriptionEC2ImageParser
(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 LocationModifierConstructorDescriptionprotected
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, jakarta.inject.Provider<TemplateOptions> optionsProvider, jakarta.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 LocationModifier and TypeMethodDescriptionstatic 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 -
Uses of Location in org.jclouds.elasticstack.compute.functions
Constructor parameters in org.jclouds.elasticstack.compute.functions with type arguments of type LocationModifierConstructorDescriptionWellKnownImageToImage
(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 LocationModifier and TypeMethodDescriptionFilesystemStorageStrategyImpl.getLocation
(String containerName) Methods in org.jclouds.filesystem.strategy.internal with parameters of type LocationModifier and TypeMethodDescriptionboolean
FilesystemStorageStrategyImpl.createContainerInLocation
(String container, Location location, CreateContainerOptions options) Constructor parameters in org.jclouds.filesystem.strategy.internal with type arguments of type LocationModifierConstructorDescriptionprotected
FilesystemStorageStrategyImpl
(jakarta.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.glacier.blobstore
Methods in org.jclouds.glacier.blobstore with parameters of type LocationModifier and TypeMethodDescriptionboolean
GlacierBlobStore.createContainerInLocation
(Location location, String container) Creates a container.boolean
GlacierBlobStore.createContainerInLocation
(Location location, String container, CreateContainerOptions options) Creates a container. -
Uses of Location in org.jclouds.glesys.compute
Constructor parameters in org.jclouds.glesys.compute with type arguments of type LocationModifierConstructorDescriptionGleSYSComputeServiceAdapter
(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 LocationMethods in org.jclouds.glesys.compute.functions that return Location -
Uses of Location in org.jclouds.gogrid.compute.functions
Methods in org.jclouds.gogrid.compute.functions that return Location -
Uses of Location in org.jclouds.gogrid.location
Methods in org.jclouds.gogrid.location that return Location -
Uses of Location in org.jclouds.googlecloudstorage.blobstore
Methods in org.jclouds.googlecloudstorage.blobstore with parameters of type LocationModifier and TypeMethodDescriptionboolean
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 LocationModifier and TypeMethodDescriptionGoogleComputeEngineServiceAdapter.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 LocationModifierConstructorDescriptionprotected
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, jakarta.inject.Provider<TemplateOptions> optionsProvider, jakarta.inject.Provider<TemplateBuilder> defaultTemplateProvider) -
Uses of Location in org.jclouds.internal
Classes in org.jclouds.internal that implement LocationMethods in org.jclouds.internal that return Location -
Uses of Location in org.jclouds.loadbalancer
Methods in org.jclouds.loadbalancer that return types with arguments of type LocationModifier and TypeMethodDescriptionLoadBalancerService.listAssignableLocations()
The list locations command returns all the valid locations for load balancers.Methods in org.jclouds.loadbalancer with parameters of type LocationModifier and TypeMethodDescriptionLoadBalancerService.createLoadBalancerInLocation
(Location location, String loadBalancerName, String protocol, int loadBalancerPort, int instancePort, Iterable<? extends NodeMetadata> nodes) 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 -
Uses of Location in org.jclouds.loadbalancer.internal
Fields in org.jclouds.loadbalancer.internal with type parameters of type LocationModifier and TypeFieldDescriptionprotected final com.google.common.base.Supplier
<Location> BaseLoadBalancerService.defaultLocationSupplier
BaseLoadBalancerService.locations
Methods in org.jclouds.loadbalancer.internal that return types with arguments of type LocationModifier and TypeMethodDescriptionBaseLoadBalancerService.listAssignableLocations()
The list locations command returns all the valid locations for load balancers.Methods in org.jclouds.loadbalancer.internal with parameters of type LocationModifier and TypeMethodDescriptionBaseLoadBalancerService.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 LocationModifierConstructorDescriptionprotected
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 LocationModifier and TypeMethodDescriptionLoadBalanceNodesStrategy.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 LocationModifier and TypeMethodDescriptionprotected final com.google.common.base.Supplier
<Location> LocationModule.implicitLocationSupplier
(AtomicReference<AuthorizationException> authException, long seconds, ImplicitLocationSupplier uncached) 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 -
Uses of Location in org.jclouds.location.predicates
Methods in org.jclouds.location.predicates that return types with arguments of type LocationModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate
<Location> 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 -
Uses of Location in org.jclouds.location.suppliers.implicit
Methods in org.jclouds.location.suppliers.implicit that return Location -
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 -
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 LocationModifier and TypeMethodDescriptionNovaComputeServiceContextModule.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 -
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 LocationModifier and TypeMethodDescriptionNeutronSecurityGroupExtension.createSecurityGroup
(String name, Location location) NovaSecurityGroupExtension.createSecurityGroup
(String name, Location location) NeutronSecurityGroupExtension.listSecurityGroupsInLocation
(Location location) NovaSecurityGroupExtension.listSecurityGroupsInLocation
(Location location) Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.extensions with type arguments of type LocationModifierConstructorDescriptionNovaImageExtension
(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 LocationModifier and TypeFieldDescriptionNovaSecurityGroupInRegionToSecurityGroup.locationIndex
ServerInRegionToNodeMetadata.locationIndex
Methods in org.jclouds.openstack.nova.v2_0.compute.functions with parameters of type LocationModifier and TypeMethodDescriptionConstructors in org.jclouds.openstack.nova.v2_0.compute.functions with parameters of type LocationModifierConstructorDescriptionNeutronSecurityGroupToSecurityGroup
(Location location) NovaSecurityGroupToSecurityGroup
(Location location) Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.functions with type arguments of type LocationModifierConstructorDescriptionCreateSecurityGroupIfNeeded
(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 LocationMethods in org.jclouds.openstack.swift.v1.blobstore with parameters of type LocationModifier and TypeMethodDescriptionboolean
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 LocationModifierConstructorDescriptionprotected
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 -
Uses of Location in org.jclouds.packet.compute.functions
Methods in org.jclouds.packet.compute.functions that return Location -
Uses of Location in org.jclouds.profitbricks.compute
Methods in org.jclouds.profitbricks.compute that return types with arguments of type Location -
Uses of Location in org.jclouds.profitbricks.compute.strategy
Methods in org.jclouds.profitbricks.compute.strategy that return Location -
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 LocationModifier and TypeFieldDescriptionprotected final com.google.common.base.Supplier
<Location> LoadBalancerToLoadBalancerMetadata.defaultLocationSupplier
LoadBalancerToLoadBalancerMetadata.locations
Constructor parameters in org.jclouds.rackspace.cloudloadbalancers.v1.loadbalancer.functions with type arguments of type LocationModifierConstructorDescriptionLoadBalancerToLoadBalancerMetadata
(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 LocationModifier and TypeMethodDescriptionCloudLoadBalancersLoadBalanceNodesStrategy.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.restModifier and TypeInterfaceDescriptioninterface
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 -
Uses of Location in org.jclouds.s3.blobstore
Methods in org.jclouds.s3.blobstore with parameters of type LocationModifier and TypeMethodDescriptionboolean
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 LocationModifierConstructorDescriptionprotected
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, jakarta.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider) -
Uses of Location in org.jclouds.s3.blobstore.functions
Methods in org.jclouds.s3.blobstore.functions that return LocationConstructor parameters in org.jclouds.s3.blobstore.functions with type arguments of type LocationModifierConstructorDescriptionObjectToBlobMetadata
(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 LocationConstructor parameters in org.jclouds.servermanager.compute.functions with type arguments of type LocationModifierConstructorDescriptionDatacenterToLocation
(jakarta.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