Uses of Class
org.jclouds.hpcloud.objectstorage.lvs.options.CreateContainerOptions

Packages that use CreateContainerOptions
org.jclouds.hpcloud.objectstorage.lvs This package contains an HP Cloud Object StorageLasVegas client implemented by HttpCommandExecutorService commands. 
org.jclouds.hpcloud.objectstorage.lvs.options   
 

Uses of CreateContainerOptions in org.jclouds.hpcloud.objectstorage.lvs
 

Methods in org.jclouds.hpcloud.objectstorage.lvs with parameters of type CreateContainerOptions
 boolean HPCloudObjectStorageLasVegasClient.createContainer(String container, CreateContainerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> HPCloudObjectStorageLasVegasAsyncClient.createContainer(String container, CreateContainerOptions... options)
           
 

Uses of CreateContainerOptions in org.jclouds.hpcloud.objectstorage.lvs.options
 

Fields in org.jclouds.hpcloud.objectstorage.lvs.options declared as CreateContainerOptions
static CreateContainerOptions CreateContainerOptions.NONE
           
 

Methods in org.jclouds.hpcloud.objectstorage.lvs.options that return CreateContainerOptions
 CreateContainerOptions CreateContainerOptions.withMetadata(Map<String,String> metadata)
          A name-value pair to associate with the container as metadata.
static CreateContainerOptions CreateContainerOptions.Builder.withMetadata(Map<String,String> metadata)
           
 CreateContainerOptions CreateContainerOptions.withPublicAccess()
          Indicates whether a container may be accessed publicly
static CreateContainerOptions CreateContainerOptions.Builder.withPublicAccess()
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.