| Package | Description |
|---|---|
| org.jclouds.hpcloud.objectstorage.lvs |
This package contains an HP Cloud Object StorageLasVegas client implemented by
HttpCommandExecutorService commands. |
| org.jclouds.hpcloud.objectstorage.lvs.options |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HPCloudObjectStorageLasVegasClient.createContainer(String container,
CreateContainerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HPCloudObjectStorageLasVegasAsyncClient.createContainer(String container,
CreateContainerOptions... options) |
| Modifier and Type | Field and Description |
|---|---|
static CreateContainerOptions |
CreateContainerOptions.NONE |
| Modifier and Type | Method and Description |
|---|---|
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.