org.jclouds.hpcloud.objectstorage.extensions
Interface CDNContainerApi


@Beta
public interface CDNContainerApi

Provides synchronous access to HP Cloud Object Storage via the REST API.

All commands return a ListenableFuture of the result. Any exceptions incurred during processing will be backend in an ExecutionException as documented in ListenableFuture#get().

See Also:
HPCloudObjectStorageApi, HP Cloud Object Storage API, CDNContainerAsyncApi

Method Summary
 boolean disable(String container)
           
 URI enable(String container)
           
 URI enable(String container, long ttl)
           
 CDNContainer get(String container)
           
 com.google.common.collect.FluentIterable<CDNContainer> list()
           
 com.google.common.collect.FluentIterable<CDNContainer> list(ListCDNContainerOptions options)
           
 URI update(String container, long ttl)
           
 

Method Detail

list

com.google.common.collect.FluentIterable<CDNContainer> list()

list

com.google.common.collect.FluentIterable<CDNContainer> list(ListCDNContainerOptions options)

get

CDNContainer get(String container)

enable

URI enable(String container,
           long ttl)

enable

URI enable(String container)

update

URI update(String container,
           long ttl)

disable

boolean disable(String container)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.