Modifier and Type | Class and Description |
---|---|
class |
AWSCloudWatchProviderMetadata
Implementation of @ link org.jclouds.types.ProviderMetadata} for Amazon's CloudWatch
provider.
|
Modifier and Type | Class and Description |
---|---|
class |
AWSEC2ProviderMetadata
Implementation of for Amazon's
Elastic Compute Cloud (EC2) provider.
|
Modifier and Type | Class and Description |
---|---|
class |
AWSS3ProviderMetadata
Implementation of
ProviderMetadata for Amazon's Simple Storage Service
(S3) provider. |
Modifier and Type | Class and Description |
---|---|
class |
AzureBlobProviderMetadata
Implementation of
org.jclouds.types.ProviderMetadata for Microsoft Azure Blob Service. |
Modifier and Type | Class and Description |
---|---|
class |
BluelockVCloudZone01ProviderMetadata
Implementation of
org.jclouds.types.ProviderMetadata for Bluelock vCloud Zone 1. |
Modifier and Type | Class and Description |
---|---|
class |
CloudFilesProviderMetadata
Common implementation of
org.jclouds.types.ProviderMetadata for Rackspace Cloud Files |
Modifier and Type | Class and Description |
---|---|
class |
CloudLoadBalancersProviderMetadata
Common implementation of
org.jclouds.types.ProviderMetadata for Rackspace Cloud LoadBalancers. |
Modifier and Type | Class and Description |
---|---|
class |
CloudOneStorageProviderMetadata
Implementation of for PEER1's
CloudOne Storage provider.
|
Modifier and Type | Class and Description |
---|---|
class |
CloudServersProviderMetadata
Common implementation of
org.jclouds.types.ProviderMetadata for Rackspace Cloud Servers. |
Modifier and Type | Class and Description |
---|---|
class |
CloudSigmaLasVegasProviderMetadata
Implementation of
org.jclouds.types.ProviderMetadata for CloudSigma LasVegas. |
class |
CloudSigmaZurichProviderMetadata
Implementation of
org.jclouds.types.ProviderMetadata for CloudSigma Zurich. |
Modifier and Type | Class and Description |
---|---|
class |
ElasticHostsBlueSquareLondonProviderMetadata
Implementation of
org.jclouds.types.ProviderMetadata for ElasticHosts London BlueSquare. |
class |
ElasticHostsPeer1LondonProviderMetadata
Implementation of
org.jclouds.types.ProviderMetadata for ElasticHosts London Peer 1. |
class |
ElasticHostsPeer1LosAngelesProviderMetadata
Implementation of
org.jclouds.types.ProviderMetadata for ElasticHosts Toronto Peer 1. |
class |
ElasticHostsPeer1SanAntonioProviderMetadata
Implementation of
org.jclouds.types.ProviderMetadata for ElasticHosts San Antonio Peer 1. |
class |
ElasticHostsPeer1TorontoProviderMetadata
Implementation of
org.jclouds.types.ProviderMetadata for ElasticHosts Toronto Peer 1. |
Modifier and Type | Class and Description |
---|---|
class |
EucalyptusPartnerCloudEC2ProviderMetadata
Implementation of for Eucalpytus'
Partner Cloud EC2 provider.
|
class |
EucalyptusPartnerCloudS3ProviderMetadata
Implementation of for Eucalpytus'
Partner Cloud S3 provider.
|
Modifier and Type | Class and Description |
---|---|
class |
GleSYSProviderMetadata
Implementation of for GleSYS.
|
Modifier and Type | Class and Description |
---|---|
class |
Go2CloudJohannesburg1ProviderMetadata
Implementation of
org.jclouds.types.ProviderMetadata for Go2Cloud's
Johannesburg1 provider. |
Modifier and Type | Class and Description |
---|---|
class |
GoGridProviderMetadata
Implementation of @ link org.jclouds.types.ProviderMetadata} for GoGrid.
|
Modifier and Type | Class and Description |
---|---|
class |
GreenHouseDataElementVCloudProviderMetadata
Implementation of
org.jclouds.types.ProviderMetadata for Green House Data Element vCloud |
Modifier and Type | Class and Description |
---|---|
class |
HPCloudObjectStorageLasVegasProviderMetadata
Implementation of
ProviderMetadata for HP Cloud Services Object StorageLasVegas |
Modifier and Type | Class and Description |
---|---|
class |
NinefoldComputeProviderMetadata
Implementation of
org.jclouds.types.ProviderMetadata for Ninefold
Compute. |
Modifier and Type | Class and Description |
---|---|
class |
NinefoldStorageProviderMetadata
Implementation of
org.jclouds.types.ProviderMetadata for Ninefold's
Storage provider. |
Modifier and Type | Class and Description |
---|---|
class |
OpenHostingEast1ProviderMetadata
Implementation of
org.jclouds.types.ProviderMetadata for OpenHosting's
East1 provider. |
Modifier and Type | Class and Description |
---|---|
class |
BaseProviderMetadata
The BaseProviderMetadata class is an abstraction of
ProviderMetadata to be extended by
those implementing ProviderMetadata. |
Modifier and Type | Method and Description |
---|---|
static ProviderMetadata |
Providers.withId(String id)
Returns the first provider with the provided id
|
Modifier and Type | Method and Description |
---|---|
static Iterable<ProviderMetadata> |
Providers.all()
Returns all available providers.
|
static com.google.common.base.Predicate<ProviderMetadata> |
ProviderPredicates.all()
Returns all providers available to jclouds regardless of type.
|
static Iterable<ProviderMetadata> |
Providers.allBlobStore()
Returns the providers that are of type
BLOBSTORE_TYPE . |
static Iterable<ProviderMetadata> |
Providers.allCompute()
Returns the providers that are of type
COMPUTE_TYPE . |
static Iterable<ProviderMetadata> |
Providers.allLoadBalancer()
Returns the providers that are of type
LOADBALANCER_TYPE . |
static Iterable<ProviderMetadata> |
Providers.allQueue()
Returns the providers that are of type
QUEUE_TYPE . |
static Iterable<ProviderMetadata> |
Providers.allTable()
Returns the providers that are of type
TABLE_TYPE . |
static Iterable<ProviderMetadata> |
Providers.boundedByIso3166Code(String iso3166Code)
Returns the providers that are bound to the same location as the given ISO 3166 code regardless of type.
|
static com.google.common.base.Predicate<ProviderMetadata> |
ProviderPredicates.boundedByIso3166Code(String iso3166Code)
Returns the providers that are bound to the same location as the given ISO 3166 code.
|
static Iterable<ProviderMetadata> |
Providers.boundedByIso3166Code(String iso3166Code,
String type)
Returns the providers that are bound to the same location as the given ISO 3166 code and of the given type.
|
static Iterable<ProviderMetadata> |
Providers.collocatedWith(ProviderMetadata providerMetadata)
Returns the providers that have at least one common ISO 3166 code in common regardless of type.
|
static Iterable<ProviderMetadata> |
Providers.collocatedWith(ProviderMetadata providerMetadata,
String type)
Returns the providers that have at least one common ISO 3166 code and are of the given type.
|
static com.google.common.base.Predicate<ProviderMetadata> |
ProviderPredicates.id(String id)
Returns all providers with the given id.
|
static com.google.common.base.Predicate<ProviderMetadata> |
ProviderPredicates.intersectingIso3166Code(ProviderMetadata refProviderMetadata)
Return all providers that have at least one ISO 3166 code in common with the given provider metadata.
|
static Iterable<ProviderMetadata> |
Providers.ofType(String type)
Returns the providers that are of the provided type.
|
static com.google.common.base.Predicate<ProviderMetadata> |
ProviderPredicates.type(String type)
Returns all providers with the given type.
|
Modifier and Type | Method and Description |
---|---|
static Iterable<ProviderMetadata> |
Providers.collocatedWith(ProviderMetadata providerMetadata)
Returns the providers that have at least one common ISO 3166 code in common regardless of type.
|
static Iterable<ProviderMetadata> |
Providers.collocatedWith(ProviderMetadata providerMetadata,
String type)
Returns the providers that have at least one common ISO 3166 code and are of the given type.
|
static com.google.common.base.Predicate<ProviderMetadata> |
ProviderPredicates.intersectingIso3166Code(ProviderMetadata refProviderMetadata)
Return all providers that have at least one ISO 3166 code in common with the given provider metadata.
|
Modifier and Type | Class and Description |
---|---|
class |
CloudFilesUKProviderMetadata
Implementation of
org.jclouds.types.ProviderMetadata for Rackspace Cloud Files in UK. |
class |
CloudFilesUSProviderMetadata
Implementation of
org.jclouds.types.ProviderMetadata for Rackspace Cloud Files in US. |
Modifier and Type | Class and Description |
---|---|
class |
CloudLoadBalancersUKProviderMetadata
Implementation of
org.jclouds.types.ProviderMetadata for Rackspace Cloud LoadBalancers in UK. |
class |
CloudLoadBalancersUSProviderMetadata
Implementation of
org.jclouds.types.ProviderMetadata for Rackspace Cloud LoadBalancers in US. |
Modifier and Type | Class and Description |
---|---|
class |
CloudServersUKProviderMetadata
Implementation of
org.jclouds.types.ProviderMetadata for Rackspace Cloud Servers in UK. |
class |
CloudServersUSProviderMetadata
Implementation of
org.jclouds.types.ProviderMetadata for Rackspace Cloud Servers in US. |
Modifier and Type | Class and Description |
---|---|
class |
RimuHostingProviderMetadata
Implementation of
org.jclouds.types.ProviderMetadata for RimuHosting. |
Modifier and Type | Class and Description |
---|---|
class |
SavvisSymphonyVPDCProviderMetadata
Implementation of
org.jclouds.types.ProviderMetadata for Savvis Symphony VPDC services. |
Modifier and Type | Class and Description |
---|---|
class |
ServerloveManchesterProviderMetadata
Implementation of
org.jclouds.types.ProviderMetadata for Serverlove Manchester. |
Modifier and Type | Class and Description |
---|---|
class |
SkaliCloudMalaysiaProviderMetadata
Implementation of
org.jclouds.types.ProviderMetadata for SkaliCloud Malaysia. |
Modifier and Type | Class and Description |
---|---|
class |
SlicehostProviderMetadata
Implementation of
org.jclouds.types.ProviderMetadata for Slicehost |
Modifier and Type | Class and Description |
---|---|
class |
SoftLayerProviderMetadata
Implementation of for SoftLayer.
|
Modifier and Type | Class and Description |
---|---|
class |
StratoGenVCloudMyCloudProviderMetadata
Implementation of
org.jclouds.types.ProviderMetadata for StratoGen VMware hosting |
Modifier and Type | Class and Description |
---|---|
class |
SynapticStorageProviderMetadata
Implementation of
org.jclouds.types.ProviderMetadata for AT&T's
Synaptic Storage provider. |
Modifier and Type | Class and Description |
---|---|
class |
TerremarkECloudProviderMetadata
Implementation of
org.jclouds.types.ProviderMetadata for Terremark's Enterprise Cloud. |
Modifier and Type | Class and Description |
---|---|
class |
TerremarkVCloudExpressProviderMetadata
Implementation of
org.jclouds.types.ProviderMetadata for Terremark's vCloud Express. |
Copyright © 2009-2012 jclouds. All Rights Reserved.