Modifier and Type | Field and Description |
---|---|
protected ApiMetadata |
ContextBuilder.apiMetadata |
Modifier and Type | Method and Description |
---|---|
ApiMetadata |
ContextBuilder.getApiMetadata() |
Modifier and Type | Method and Description |
---|---|
static ContextBuilder |
ContextBuilder.newBuilder(ApiMetadata apiMetadata) |
Constructor and Description |
---|
ContextBuilder(ApiMetadata apiMetadata) |
ContextBuilder(ProviderMetadata providerMetadata,
ApiMetadata apiMetadata) |
Modifier and Type | Class and Description |
---|---|
class |
AbiquoApiMetadata
Implementation of
ApiMetadata for Abiquo API. |
Modifier and Type | Method and Description |
---|---|
AbiquoApiMetadata.Builder |
AbiquoApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Method and Description |
---|---|
ApiMetadata |
ApiMetadata.Builder.build() |
static ApiMetadata |
Apis.withId(String id)
Returns the first api with the provided id
|
Modifier and Type | Method and Description |
---|---|
static Iterable<ApiMetadata> |
Apis.all()
Returns all available apis.
|
static com.google.common.base.Predicate<ApiMetadata> |
ApiPredicates.all()
Returns all apis available to jclouds regardless of type.
|
static Iterable<ApiMetadata> |
Apis.contextAssignableFrom(com.google.common.reflect.TypeToken<?> type)
Returns all apis who's contexts are assignable from the parameter
|
static com.google.common.base.Predicate<ApiMetadata> |
ApiPredicates.contextAssignableFrom(com.google.common.reflect.TypeToken<?> type)
Returns all apis who's contexts are assignable from the parameter
|
static Iterable<ApiMetadata> |
ApiRegistry.fromRegistry() |
static com.google.common.base.Predicate<ApiMetadata> |
ApiPredicates.id(String id)
Returns all apis with the given id.
|
static com.google.common.base.Function<ApiMetadata,String> |
Apis.idFunction() |
static Iterable<ApiMetadata> |
Apis.viewableAs(Class<? extends View> type) |
static com.google.common.base.Predicate<ApiMetadata> |
ApiPredicates.viewableAs(com.google.common.reflect.TypeToken<?> type)
Returns all apis who's contexts are transformable to the parameter
|
static Iterable<ApiMetadata> |
Apis.viewableAs(com.google.common.reflect.TypeToken<? extends View> type)
Returns all apis who's contexts are assignable from the parameter
|
Modifier and Type | Method and Description |
---|---|
String |
Apis.IdFunction.apply(ApiMetadata input) |
static com.google.common.reflect.TypeToken<?> |
Apis.findView(ApiMetadata apiMetadata,
com.google.common.reflect.TypeToken<?> view)
Returns the type of context
|
ApiMetadata.Builder |
ApiMetadata.Builder.fromApiMetadata(ApiMetadata from) |
static void |
ApiRegistry.registerApi(ApiMetadata api) |
static void |
ApiRegistry.unRegisterApi(ApiMetadata api) |
Modifier and Type | Class and Description |
---|---|
class |
BaseApiMetadata
The BaseApiMetadata class is an abstraction of
ApiMetadata to be extended by those
implementing ApiMetadata. |
Modifier and Type | Method and Description |
---|---|
ApiMetadata |
BaseApiMetadata.Builder.build() |
Modifier and Type | Method and Description |
---|---|
BaseApiMetadata.Builder |
BaseApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
AtmosApiMetadata
Implementation of
ApiMetadata for Rackspace Cloud Files API |
Modifier and Type | Method and Description |
---|---|
AtmosApiMetadata.Builder |
AtmosApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
AWSEC2ApiMetadata
Implementation of
ApiMetadata for the Amazon-specific EC2 API |
Modifier and Type | Method and Description |
---|---|
AWSEC2ApiMetadata.Builder |
AWSEC2ApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
AWSS3ApiMetadata
Implementation of
ApiMetadata for the Amazon-specific S3 API |
Modifier and Type | Method and Description |
---|---|
AWSS3ApiMetadata.Builder |
AWSS3ApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
AzureManagementApiMetadata
Implementation of
ApiMetadata for Microsoft Service Management Service API |
Modifier and Type | Method and Description |
---|---|
AzureManagementApiMetadata.Builder |
AzureManagementApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
AzureBlobApiMetadata
Implementation of
ApiMetadata for Microsoft Azure Blob Service API |
Modifier and Type | Method and Description |
---|---|
AzureBlobApiMetadata.Builder |
AzureBlobApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
TransientApiMetadata
Implementation of
ApiMetadata for jclouds in-memory (Transient) API |
Modifier and Type | Class and Description |
---|---|
class |
BYONApiMetadata
Implementation of
ApiMetadata for jclouds BYON API |
Modifier and Type | Method and Description |
---|---|
BYONApiMetadata.Builder |
BYONApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
CloudFilesApiMetadata
Implementation of
ApiMetadata for Rackspace Cloud Files API |
Modifier and Type | Method and Description |
---|---|
CloudFilesApiMetadata.Builder |
CloudFilesApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
CloudServersApiMetadata
Implementation of
ApiMetadata for CloudServers 1.0 API |
Modifier and Type | Method and Description |
---|---|
CloudServersApiMetadata.Builder |
CloudServersApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
CloudSigmaApiMetadata
Implementation of
ApiMetadata for the Cloud Sigma API |
Modifier and Type | Method and Description |
---|---|
CloudSigmaApiMetadata.Builder |
CloudSigmaApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
CloudStackApiMetadata
Implementation of
ApiMetadata for Citrix/Apache CloudStack api. |
Modifier and Type | Method and Description |
---|---|
CloudStackApiMetadata.Builder |
CloudStackApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
CloudStackEC2ApiMetadata
Implementation of
ApiMetadata for the CloudStackEC2 (EC2 clone) api. |
Modifier and Type | Method and Description |
---|---|
CloudStackEC2ApiMetadata.Builder |
CloudStackEC2ApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
CloudWatchApiMetadata
Implementation of
ApiMetadata for Amazon's CloudWatch api. |
Modifier and Type | Method and Description |
---|---|
CloudWatchApiMetadata.Builder |
CloudWatchApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
StubApiMetadata
Implementation of
ApiMetadata for jclouds in-memory (Stub) API |
Modifier and Type | Class and Description |
---|---|
class |
DeltacloudApiMetadata
Implementation of
ApiMetadata for Apache Deltacloud API |
Modifier and Type | Method and Description |
---|---|
DeltacloudApiMetadata.Builder |
DeltacloudApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
EC2ApiMetadata
Implementation of
ApiMetadata for Amazon's EC2 api. |
Modifier and Type | Method and Description |
---|---|
ApiMetadata |
EC2ApiMetadata.Builder.build() |
Modifier and Type | Method and Description |
---|---|
EC2ApiMetadata.Builder |
EC2ApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
ElasticStackApiMetadata
Implementation of
ApiMetadata for the ElasticStack API |
Modifier and Type | Method and Description |
---|---|
ElasticStackApiMetadata.Builder |
ElasticStackApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
ELBApiMetadata
Implementation of
ApiMetadata for Amazon's Elastic Load Balancing api. |
Modifier and Type | Method and Description |
---|---|
ELBApiMetadata.Builder |
ELBApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
EucalyptusApiMetadata
Implementation of
ApiMetadata for the Eucalyptus (EC2 clone) api. |
Modifier and Type | Method and Description |
---|---|
EucalyptusApiMetadata.Builder |
EucalyptusApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
FilesystemApiMetadata
Implementation of
ApiMetadata for jclouds Filesystem-based BlobStore |
Modifier and Type | Class and Description |
---|---|
class |
FGCPApiMetadata
Implementation of
ApiMetadata for Fujitsu's Global Cloud Platform
(FGCP, FGCP/S5) provider in Australia. |
Modifier and Type | Method and Description |
---|---|
FGCPApiMetadata.Builder |
FGCPApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
GleSYSApiMetadata
Implementation of
ApiMetadata for API |
Modifier and Type | Method and Description |
---|---|
GleSYSApiMetadata.Builder |
GleSYSApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
GoGridApiMetadata
Implementation of
ApiMetadata for API |
Modifier and Type | Method and Description |
---|---|
GoGridApiMetadata.Builder |
GoGridApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
HPCloudObjectStorageApiMetadata
Implementation of
ProviderMetadata for HP Cloud Services Object Storage |
Modifier and Type | Method and Description |
---|---|
HPCloudObjectStorageApiMetadata.Builder |
HPCloudObjectStorageApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
IAMApiMetadata
Implementation of
ApiMetadata for Amazon's IAM api. |
Modifier and Type | Method and Description |
---|---|
IAMApiMetadata.Builder |
IAMApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
JenkinsApiMetadata
Implementation of
ApiMetadata for Jenkins 1.0 API |
Modifier and Type | Method and Description |
---|---|
JenkinsApiMetadata.Builder |
JenkinsApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
JoyentCloudApiMetadata
Implementation of
ApiMetadata for JoyentCloud ~6.5 API |
Modifier and Type | Method and Description |
---|---|
JoyentCloudApiMetadata.Builder |
JoyentCloudApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
NodePoolApiMetadata |
Modifier and Type | Class and Description |
---|---|
class |
CinderApiMetadata
Implementation of
ApiMetadata for Cinder v1 API |
Modifier and Type | Method and Description |
---|---|
CinderApiMetadata.Builder |
CinderApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
GlanceApiMetadata
Implementation of
ApiMetadata for Glance 1.0 API |
Modifier and Type | Method and Description |
---|---|
GlanceApiMetadata.Builder |
GlanceApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
KeystoneApiMetadata
Implementation of
ApiMetadata for Keystone 2.0 API |
Modifier and Type | Method and Description |
---|---|
KeystoneApiMetadata.Builder |
KeystoneApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
NovaApiMetadata
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
NovaApiMetadata in openstack-nova. |
Modifier and Type | Method and Description |
---|---|
NovaApiMetadata.Builder |
NovaApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
NovaEC2ApiMetadata
Implementation of
ApiMetadata for the OpenStack Nova's EC2-clone API |
Modifier and Type | Method and Description |
---|---|
NovaEC2ApiMetadata.Builder |
NovaEC2ApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Method and Description |
---|---|
NovaApiMetadata.Builder |
NovaApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
QuantumApiMetadata
Implementation of
ApiMetadata for Quantum 1.0 API |
Modifier and Type | Method and Description |
---|---|
QuantumApiMetadata.Builder |
QuantumApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
SwiftApiMetadata
Implementation of
ApiMetadata for OpenStack Swift |
class |
SwiftKeystoneApiMetadata
Implementation of
ApiMetadata for OpenStack Swift authenticated with KeyStone |
Modifier and Type | Method and Description |
---|---|
SwiftKeystoneApiMetadata.Builder |
SwiftKeystoneApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
SwiftApiMetadata.Builder |
SwiftApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Method and Description |
---|---|
SwiftApiMetadata.Builder |
SwiftApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
OpSourceServersApiMetadata
Implementation of
ApiMetadata for API |
Modifier and Type | Method and Description |
---|---|
OpSourceServersApiMetadata.Builder |
OpSourceServersApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Method and Description |
---|---|
<A extends ApiMetadata> |
ApiListener.added(A api)
Method to be called when an api gets added.
|
<A extends ApiMetadata> |
ApiListener.removed(A api)
Method to be called when an api gets removed.
|
Modifier and Type | Method and Description |
---|---|
Iterable<ApiMetadata> |
MetadataBundleListener.listApiMetadata(org.osgi.framework.Bundle bundle)
Creates an instance of
ApiMetadata from the Bundle . |
Modifier and Type | Method and Description |
---|---|
ApiMetadata |
Providers.ApiMetadataFunction.apply(ProviderMetadata input) |
ApiMetadata |
ProviderMetadata.getApiMetadata() |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Function<ProviderMetadata,ApiMetadata> |
Providers.apiMetadataFunction() |
Modifier and Type | Method and Description |
---|---|
ProviderMetadata.Builder |
ProviderMetadata.Builder.apiMetadata(ApiMetadata api) |
static ProviderMetadata |
AnonymousProviderMetadata.forApiWithEndpoint(ApiMetadata md,
String endpoint) |
Modifier and Type | Method and Description |
---|---|
static Iterable<ProviderMetadata> |
Providers.apiMetadataAssignableFrom(com.google.common.reflect.TypeToken<? extends ApiMetadata> api)
Returns the providers that are of the provided api.
|
static com.google.common.base.Predicate<ProviderMetadata> |
ProviderPredicates.apiMetadataAssignableFrom(com.google.common.reflect.TypeToken<? extends ApiMetadata> apiClass)
Returns all providers with an apimetadata assignable from the given api.
|
Constructor and Description |
---|
AnonymousProviderMetadata.Builder(ApiMetadata apiMetadata,
String endpoint) |
AnonymousProviderMetadata(ApiMetadata apiMetadata,
String endpoint) |
Modifier and Type | Field and Description |
---|---|
protected ApiMetadata |
BaseProviderMetadata.api |
protected ApiMetadata |
BaseProviderMetadata.Builder.api |
Modifier and Type | Method and Description |
---|---|
ApiMetadata |
BaseProviderMetadata.getApiMetadata() |
Modifier and Type | Method and Description |
---|---|
BaseProviderMetadata.Builder |
BaseProviderMetadata.Builder.apiMetadata(ApiMetadata api) |
Constructor and Description |
---|
BaseProviderMetadata(String id,
String name,
ApiMetadata api,
String endpoint,
Properties defaultProperties,
com.google.common.base.Optional<URI> homepage,
com.google.common.base.Optional<URI> console,
Set<String> linkedServices,
Set<String> iso3166Codes) |
UpdateProviderMetadataFromProperties(ApiMetadata apiMetadata) |
UpdateProviderMetadataFromProperties(ApiMetadata apiMetadata,
com.google.common.base.Optional<ProviderMetadata> providerMetadata) |
Modifier and Type | Class and Description |
---|---|
class |
CloudIdentityApiMetadata
Implementation of
ApiMetadata for the Rackspace Cloud Identity Service |
Modifier and Type | Method and Description |
---|---|
CloudIdentityApiMetadata.Builder |
CloudIdentityApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
CloudLoadBalancersApiMetadata
Implementation of
ApiMetadata for CloudLoadBalancers 1.0 API |
Modifier and Type | Method and Description |
---|---|
CloudLoadBalancersApiMetadata.Builder |
CloudLoadBalancersApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
RDSApiMetadata
Implementation of
ApiMetadata for Amazon's Relational Database Service api. |
Modifier and Type | Method and Description |
---|---|
RDSApiMetadata.Builder |
RDSApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Interface and Description |
---|---|
interface |
RestApiMetadata |
Modifier and Type | Class and Description |
---|---|
class |
AnonymousRestApiMetadata
Useful in creating arbitrary clients.
|
Modifier and Type | Method and Description |
---|---|
AnonymousRestApiMetadata.Builder |
AnonymousRestApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
BaseRestApiMetadata
Useful in creating rest apis.
|
Modifier and Type | Method and Description |
---|---|
ApiMetadata |
BaseRestApiMetadata.Builder.build() |
Modifier and Type | Method and Description |
---|---|
BaseRestApiMetadata.Builder |
BaseRestApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
RimuHostingApiMetadata
Implementation of
ApiMetadata for RimuHosting API |
Modifier and Type | Method and Description |
---|---|
RimuHostingApiMetadata.Builder |
RimuHostingApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
S3ApiMetadata
Implementation of
ApiMetadata for Amazon's S3 api. |
Modifier and Type | Method and Description |
---|---|
ApiMetadata |
S3ApiMetadata.Builder.build() |
Modifier and Type | Method and Description |
---|---|
S3ApiMetadata.Builder |
S3ApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
VPDCApiMetadata
Implementation of
org.jclouds.types.ApiMetadata for Savvis Symphony VPDC services. |
Modifier and Type | Method and Description |
---|---|
VPDCApiMetadata.Builder |
VPDCApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
ServerManagerApiMetadata
Implementation of
ApiMetadata for an example of library integration (ServerManager) |
Modifier and Type | Class and Description |
---|---|
class |
SlicehostApiMetadata
Implementation of
ApiMetadata for Slicehost 1.0 API |
Modifier and Type | Method and Description |
---|---|
SlicehostApiMetadata.Builder |
SlicehostApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
SmartOSApiMetadata
Implementation of
ApiMetadata for SmartOS |
Modifier and Type | Class and Description |
---|---|
class |
CDMIApiMetadata
Implementation of
ApiMetadata for CDMI 1.0.1 API |
Modifier and Type | Method and Description |
---|---|
CDMIApiMetadata.Builder |
CDMIApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
SoftLayerApiMetadata
Implementation of
ApiMetadata for API |
Modifier and Type | Method and Description |
---|---|
SoftLayerApiMetadata.Builder |
SoftLayerApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
SQSApiMetadata
Implementation of
ApiMetadata for Amazon's Simple Queue Service api. |
Modifier and Type | Method and Description |
---|---|
SQSApiMetadata.Builder |
SQSApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
TerremarkECloudApiMetadata
Implementation of
ApiMetadata for Terremark eCloud v2.8 API |
Modifier and Type | Method and Description |
---|---|
TerremarkECloudApiMetadata.Builder |
TerremarkECloudApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
TerremarkVCloudApiMetadata
Implementation of
ApiMetadata for Terremark's VCloud api. |
Modifier and Type | Method and Description |
---|---|
TerremarkVCloudApiMetadata.Builder |
TerremarkVCloudApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
TerremarkVCloudExpressApiMetadata
Implementation of
ApiMetadata for the Terremark vCloud Express API |
Modifier and Type | Method and Description |
---|---|
TerremarkVCloudExpressApiMetadata.Builder |
TerremarkVCloudExpressApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
VCloudApiMetadata
Implementation of
ApiMetadata for VCloud 1.0 API |
Modifier and Type | Method and Description |
---|---|
VCloudApiMetadata.Builder |
VCloudApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
VCloudDirectorApiMetadata
Implementation of
ApiMetadata for VCloudDirector 1.5 API |
Modifier and Type | Method and Description |
---|---|
VCloudDirectorApiMetadata.Builder |
VCloudDirectorApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
VirtualBoxApiMetadata
Implementation of
ApiMetadata for VirtualBox API |
Modifier and Type | Method and Description |
---|---|
VirtualBoxApiMetadata.Builder |
VirtualBoxApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
WalrusApiMetadata
Implementation of
ApiMetadata for the Walrus S3 API |
Modifier and Type | Method and Description |
---|---|
WalrusApiMetadata.Builder |
WalrusApiMetadata.Builder.fromApiMetadata(ApiMetadata in) |
Copyright © 2009-2013 jclouds. All Rights Reserved.