Package | Description |
---|---|
org.jclouds.cloudfiles |
This package contains an Rackspace Cloud Files client implemented by
HttpCommandExecutorService commands. |
org.jclouds.hpcloud.objectstorage |
This package contains an HP Cloud Object Storage client implemented by
HttpCommandExecutorService commands. |
org.jclouds.hpcloud.objectstorage.extensions | |
org.jclouds.openstack.keystone.v2_0.features | |
org.jclouds.openstack.swift | |
org.jclouds.openstack.swift.extensions | |
org.jclouds.rackspace.clouddns.v1 | |
org.jclouds.rackspace.clouddns.v1.features | |
org.jclouds.s3 |
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService commands. |
Modifier and Type | Interface and Description |
---|---|
interface |
CloudFilesClient
Provides access to Cloud Files via their REST API.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CloudFilesClient.disableCDN(String container)
Remove the container from the CDN.
|
URI |
CloudFilesClient.enableCDN(String container) |
URI |
CloudFilesClient.enableCDN(String container,
long ttl) |
URI |
CloudFilesClient.enableCDN(String container,
long ttl,
boolean logRetention)
Before a container can be CDN-enabled, it must exist in the storage system.
|
ContainerCDNMetadata |
CloudFilesClient.getCDNMetadata(String container)
Get the CDN attributes of the container.
|
Set<ContainerCDNMetadata> |
CloudFilesClient.listCDNContainers(ListCdnContainerOptions... options)
Retrieve a list of existing CDN-enabled containers.
|
boolean |
CloudFilesClient.purgeCDNObject(String container,
String object) |
boolean |
CloudFilesClient.purgeCDNObject(String container,
String object,
Iterable<String> emails)
You can purge a CDN-enabled object when you find it absolutely necessary to remove the object from public access
and you cannot wait for the TTL to expire.
|
URI |
CloudFilesClient.updateCDN(String container,
boolean logRetention) |
URI |
CloudFilesClient.updateCDN(String container,
long ttl) |
URI |
CloudFilesClient.updateCDN(String container,
long ttl,
boolean logRetention) |
Modifier and Type | Interface and Description |
---|---|
interface |
HPCloudObjectStorageApi
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CDNContainerApi |
Modifier and Type | Interface and Description |
---|---|
interface |
TenantApi
Provides access to the Keystone Tenant API.
|
interface |
TokenApi
Provides access to the Keystone Admin API.
|
interface |
UserApi
Provides access to the Keystone User API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SwiftClient
Deprecated.
Please use
com.jclouds.openstack.swift.v1.SwiftApi and related
feature APIs in com.jclouds.openstack.swift.v1.features.* . This interface
will be removed in jclouds 2.0. |
interface |
SwiftKeystoneClient
Deprecated.
This interface will be removed in jclouds 2.0.
|
Modifier and Type | Interface and Description |
---|---|
interface |
KeystoneTemporaryUrlKeyApi
Only purpose is to override the auth filter with one that works in keystone
|
interface |
TemporaryUrlKeyApi |
Modifier and Type | Method and Description |
---|---|
<T> Job<T> |
CloudDNSApi.getJob(String jobId)
Returns the current status of a job.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DomainApi |
interface |
LimitApi
All accounts, by default, have a preconfigured set of thresholds (or limits) to manage capacity and prevent abuse
of the system.
|
interface |
RecordApi |
interface |
ReverseDNSApi
Cloud DNS supports the management of reverse DNS (PTR) records for Rackspace Cloud devices such as Cloud Load
Balancers and Cloud Servers (both first generation and next generation).
|
Modifier and Type | Method and Description |
---|---|
String |
S3Client.getBucketLocation(String bucketName)
A GET location request operation using a bucket URI lists the location constraint of the
bucket.
|
boolean |
S3Client.putBucketInRegion(String region,
String bucketName,
PutBucketOptions... options)
Create and name your own bucket in which to store your objects.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.