Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<URI> |
AtmosAsyncClient.createFile(String parent,
AtmosObject object,
PutOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<SystemMetadata> |
AtmosAsyncClient.getSystemMetadata(String path)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<UserMetadata> |
AtmosAsyncClient.getUserMetadata(String path)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<AtmosObject> |
AtmosAsyncClient.headFile(String path)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AtmosAsyncClient.isPublic(String path)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<BoundedSet<? extends DirectoryEntry>> |
AtmosAsyncClient.listDirectories(ListOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<BoundedSet<? extends DirectoryEntry>> |
AtmosAsyncClient.listDirectory(String directoryName,
ListOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<AtmosObject> |
AtmosAsyncClient.readFile(String path,
GetOptions... options)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
AWSS3AsyncClient.completeMultipartUpload(String bucketName,
String key,
String uploadId,
Map<Integer,String> parts)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<String> |
AWSS3AsyncClient.initiateMultipartUpload(String bucketName,
ObjectMetadata objectMetadata,
PutObjectOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<String> |
AWSS3AsyncClient.uploadPart(String bucketName,
String key,
int partNumber,
String uploadId,
Payload part)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<AzureBlob> |
AzureBlobAsyncClient.getBlob(String container,
String name,
GetOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<BlobProperties> |
AzureBlobAsyncClient.getBlobProperties(String container,
String name)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<ContainerProperties> |
AzureBlobAsyncClient.getContainerProperties(String container)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<PublicAccess> |
AzureBlobAsyncClient.getPublicAccessForContainer(String container)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<String> |
AzureBlobAsyncClient.putBlob(String container,
AzureBlob object)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<String> |
AzureBlobAsyncClient.putBlockList(String container,
String name,
List<String> blockIdList)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<URI> |
CloudFilesAsyncClient.enableCDN(String container)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<URI> |
CloudFilesAsyncClient.enableCDN(String container,
long ttl)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<URI> |
CloudFilesAsyncClient.enableCDN(String container,
long ttl,
boolean logRetention)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<ContainerCDNMetadata> |
CloudFilesAsyncClient.getCDNMetadata(String container)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<URI> |
CloudFilesAsyncClient.updateCDN(String container,
boolean logRetention)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<URI> |
CloudFilesAsyncClient.updateCDN(String container,
long ttl)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<URI> |
CloudFilesAsyncClient.updateCDN(String container,
long ttl,
boolean logRetention)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DriveInfo |
CloudSigmaApi.cloneDrive(String sourceUuid,
String newName,
CloneDriveOptions... options)
Clone an existing drive.
|
DriveInfo |
CloudSigmaApi.createDrive(Drive createDrive)
create a new drive
|
ServerInfo |
CloudSigmaApi.createServer(Server createServer)
create a new server
|
StaticIPInfo |
CloudSigmaApi.createStaticIP()
create a new ip
|
VLANInfo |
CloudSigmaApi.createVLAN(String name)
create a new vlan
|
DriveInfo |
CloudSigmaApi.getDriveInfo(String uuid) |
ProfileInfo |
CloudSigmaApi.getProfileInfo()
Get profile info
|
ServerInfo |
CloudSigmaApi.getServerInfo(String uuid) |
StaticIPInfo |
CloudSigmaApi.getStaticIPInfo(String uuid) |
VLANInfo |
CloudSigmaApi.getVLANInfo(String uuid) |
Set<DriveInfo> |
CloudSigmaApi.listDriveInfo()
Get all drives info
|
Set<String> |
CloudSigmaApi.listDrives()
list of drive uuids in your account
|
Set<ServerInfo> |
CloudSigmaApi.listServerInfo()
Get all servers info
|
Set<String> |
CloudSigmaApi.listServers()
list of server uuids in your account
|
Set<String> |
CloudSigmaApi.listStandardCds()
list of cd uuids that are in the library
|
Set<String> |
CloudSigmaApi.listStandardDrives()
list of drive uuids that are in the library
|
Set<String> |
CloudSigmaApi.listStandardImages()
list of image uuids that are in the library
|
Set<StaticIPInfo> |
CloudSigmaApi.listStaticIPInfo()
Get all ips info
|
Set<String> |
CloudSigmaApi.listStaticIPs()
list of ip uuids in your account
|
Set<VLANInfo> |
CloudSigmaApi.listVLANInfo()
Get all vlans info
|
Set<String> |
CloudSigmaApi.listVLANs()
list of vlan uuids in your account
|
VLANInfo |
CloudSigmaApi.renameVLAN(String uuid,
String name)
set vlan configuration
|
DriveInfo |
CloudSigmaApi.setDriveData(String uuid,
DriveData createDrive)
set extra drive data
|
ServerInfo |
CloudSigmaApi.setServerConfiguration(String uuid,
Server setServer)
set server configuration
|
Modifier and Type | Method and Description |
---|---|
<T> AsyncJob<T> |
AsyncJobApi.getAsyncJob(String id)
get a specific asyncJob by id
|
Map.Entry<String,String> |
GuestOSApi.getOSCategory(String id)
get a specific os category by id
|
Set<AsyncJob<?>> |
AsyncJobApi.listAsyncJobs(ListAsyncJobsOptions... options)
Lists asyncJobs
|
Set<String> |
EventApi.listEventTypes()
List Event Types
|
Set<String> |
HypervisorApi.listHypervisors() |
Set<String> |
HypervisorApi.listHypervisorsInZone(String zoneId) |
Map<String,String> |
GuestOSApi.listOSCategories()
Lists all supported OS categories for this cloud.
|
LoginResponse |
SessionApi.loginUserInDomainWithHashOfPassword(String userName,
String domain,
String hashedPassword)
Logs a user into Cloudstack.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.FluentIterable<RecordId> |
RecordApi.list()
Retrieves a list of resource record ids for all records of any type in the
given zone.
|
com.google.common.collect.FluentIterable<RecordId> |
RecordApi.listByFQDN(String fqdn)
Retrieves a list of resource record ids for all records of the fqdn in the
given zone
|
com.google.common.collect.FluentIterable<RecordId> |
RecordApi.listByFQDNAndType(String fqdn,
String type)
Retrieves a list of resource record ids for all records of the fqdn and
type in the given zone
|
Modifier and Type | Method and Description |
---|---|
ServerInfo |
ElasticStackApi.createAndStartServer(Server createServer)
create and start a new server
|
DriveInfo |
ElasticStackApi.createDrive(Drive createDrive)
create a new drive
|
ServerInfo |
ElasticStackApi.createServer(Server createServer)
create a new server
|
DriveInfo |
ElasticStackApi.getDriveInfo(String uuid) |
ServerInfo |
ElasticStackApi.getServerInfo(String uuid) |
Set<DriveInfo> |
ElasticStackApi.listDriveInfo()
Get all drives info
|
Set<String> |
ElasticStackApi.listDrives()
list of drive uuids in your account
|
Set<ServerInfo> |
ElasticStackApi.listServerInfo()
Get all servers info
|
Set<String> |
ElasticStackApi.listServers()
list of server uuids in your account
|
Set<StandardDrive> |
ElasticStackApi.listStandardDriveInfo()
Gets information about all standard drives
|
Set<String> |
ElasticStackApi.listStandardDrives()
Lists standard drive UUIDs in your account
|
Payload |
ElasticStackApi.readDrive(String uuid,
long offset,
long size)
Read binary data from a drive
|
DriveInfo |
ElasticStackApi.setDriveData(String uuid,
DriveData setDrive)
set extra drive data
|
ServerInfo |
ElasticStackApi.setServerConfiguration(String uuid,
Server setServer)
set server configuration
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.FluentIterable<OSTemplate> |
ServerApi.listTemplates()
Get information about valid arguments to #createServer for each platform
|
Modifier and Type | Method and Description |
---|---|
LoadBalancer |
GridLoadBalancerApi.addLoadBalancer(String name,
IpPortPair virtualIp,
List<IpPortPair> realIps,
AddLoadBalancerOptions... options)
Creates a load balancer with given properties.
|
ServerImage |
GridImageApi.deleteById(long id)
Deletes an existing image
|
LoadBalancer |
GridLoadBalancerApi.deleteById(Long id)
Deletes the load balancer by Id
|
LoadBalancer |
GridLoadBalancerApi.deleteByName(String name)
Deletes the load balancer by name;
NOTE: Using this parameter may generate an error if one or more load balancers share a
non-unique name.
|
ServerImage |
GridImageApi.editImageDescription(String idOrName,
String newDescription)
Edits an existing image
|
ServerImage |
GridImageApi.editImageFriendlyName(String idOrName,
String newFriendlyName)
Edits an existing image
|
LoadBalancer |
GridLoadBalancerApi.editLoadBalancer(long id,
List<IpPortPair> realIps)
Edits the existing load balancer to change the real IP mapping.
|
LoadBalancer |
GridLoadBalancerApi.editLoadBalancerNamed(String name,
List<IpPortPair> realIps)
Edits the existing load balancer to change the real IP mapping.
|
Set<Ip> |
GridIpApi.getAssignedIpList()
Returns the list of assigned IPs
NOTE: this returns both public and private IPs!
|
Set<Option> |
GridServerApi.getDatacenters()
Retrieves the list of supported Datacenters to launch servers into.
|
Set<Option> |
GridLoadBalancerApi.getDatacenters()
Retrieves the list of supported Datacenters to launch servers into.
|
Set<Option> |
GridIpApi.getDatacenters()
Retrieves the list of supported Datacenters to retrieve ips from.
|
Set<Option> |
GridImageApi.getDatacenters()
Retrieves the list of supported Datacenters to save images in.
|
Set<ServerImage> |
GridImageApi.getImageList(GetImageListOptions... options)
Returns all server images.
|
Set<ServerImage> |
GridImageApi.getImagesById(Long... ids)
Returns images, found by specified ids
|
Set<ServerImage> |
GridImageApi.getImagesByName(String... names)
Returns images, found by specified names
|
Set<Ip> |
GridIpApi.getIpList(GetIpListOptions... options)
Returns all IPs in the system that match the options
|
Set<Job> |
GridJobApi.getJobList(GetJobListOptions... options)
Returns all jobs found.
|
Set<Job> |
GridJobApi.getJobsById(long... ids)
Returns jobs for the corresponding id(s).
|
Set<Job> |
GridJobApi.getJobsForObjectName(String objectName)
Returns jobs found for an object with a provided name.
|
Set<LoadBalancer> |
GridLoadBalancerApi.getLoadBalancerList()
Returns all load balancers found for the current user.
|
Set<LoadBalancer> |
GridLoadBalancerApi.getLoadBalancersById(Long... ids)
Returns the load balancer(s) by unique id(s).
|
Set<LoadBalancer> |
GridLoadBalancerApi.getLoadBalancersByName(String... names)
Returns the load balancer(s) by unique name(s).
|
Set<Option> |
GridServerApi.getRamSizes()
Retrieves the list of supported RAM configurations.
|
Credentials |
GridServerApi.getServerCredentials(long id) |
Map<String,Credentials> |
GridServerApi.getServerCredentialsList()
Returns a map of running servers' names to the log in credentials.
|
Set<Option> |
GridServerApi.getTypes()
Retrieves the list of supported server types, for example Web/App Server and Database Server.
|
Set<Ip> |
GridIpApi.getUnassignedIpList()
Returns the list of unassigned IPs.
|
Set<Ip> |
GridIpApi.getUnassignedPublicIpList()
Returns the list of unassigned public IPs.
|
ServerImage |
GridImageApi.saveImageFromServer(String friendlyName,
String idOrName,
SaveImageOptions... options)
This call will save a private (visible to only you) server image to your
library of available images.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<URI> |
CDNContainerAsyncApi.enable(String container) |
com.google.common.util.concurrent.ListenableFuture<URI> |
CDNContainerAsyncApi.enable(String container,
long ttl) |
com.google.common.util.concurrent.ListenableFuture<CDNContainer> |
CDNContainerAsyncApi.get(String container) |
com.google.common.util.concurrent.ListenableFuture<URI> |
CDNContainerAsyncApi.update(String container,
long ttl) |
Modifier and Type | Method and Description |
---|---|
ImageDetails |
ImageApi.get(String id)
Return metadata about an image with id
|
PagedIterable<? extends Image> |
ImageApi.list()
List all images (IDs, names, links)
|
PaginatedCollection<? extends Image> |
ImageApi.list(ListImageOptions options) |
PagedIterable<? extends ImageDetails> |
ImageApi.listInDetail()
List all images (all details)
|
PaginatedCollection<? extends ImageDetails> |
ImageApi.listInDetail(ListImageOptions options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<AuthenticationResponse> |
OpenStackAuthAsyncClient.authenticate(String user,
String key) |
com.google.common.util.concurrent.ListenableFuture<AuthenticationResponse> |
OpenStackAuthAsyncClient.authenticateStorage(String user,
String key) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends User>> |
UserAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Tenant>> |
TenantAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends User>> |
UserAsyncApi.list(PaginationOptions options) |
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Tenant>> |
TenantAsyncApi.list(PaginationOptions options) |
Modifier and Type | Method and Description |
---|---|
List<Message> |
ClaimApi.claim(int ttl,
int grace,
int limit)
This operation claims a set of messages (up to the value of the limit parameter) from oldest to newest and skips
any messages that are already claimed.
|
MessagesCreated |
MessageApi.create(List<CreateMessage> messages)
Create message(s) on a queue.
|
Message |
MessageApi.get(String id)
Gets a specific message.
|
Claim |
ClaimApi.get(String claimId)
Gets a specific claim and the associated messages.
|
QueueStats |
QueueApi.getStats(String name)
Gets stats for the specified queue.
|
PagedIterable<Queue> |
QueueApi.list(boolean detailed)
Lists the queues.
|
List<Message> |
MessageApi.list(Iterable<String> ids)
Lists specific messages.
|
Queues |
QueueApi.list(ListQueuesOptions options)
Use this method to manually page through the list of queues.
|
MessageStream |
MessageApi.stream(StreamMessagesOptions... options)
Streams the messages off of a queue.
|
Modifier and Type | Method and Description |
---|---|
PagedIterable<? extends ReferenceWithName> |
RouterApi.list()
Returns the list of all routers currently defined in Neutron for the current tenant.
|
PagedIterable<? extends ReferenceWithName> |
RouterApi.list(PaginationOptions options) |
PagedIterable<? extends Router> |
RouterApi.listInDetail()
Returns all routers currently defined in Neutron for the current tenant.
|
PagedIterable<? extends Router> |
RouterApi.listInDetail(PaginationOptions options) |
Modifier and Type | Method and Description |
---|---|
PagedIterable<? extends ReferenceWithName> |
SubnetApi.list()
Returns the list of all subnets currently defined in Neutron for the current tenant.
|
PagedIterable<? extends ReferenceWithName> |
PortApi.list()
Returns the list of all ports currently defined in Neutron for the current tenant.
|
PagedIterable<? extends ReferenceWithName> |
NetworkApi.list()
Returns the list of all networks currently defined in Neutron for the current tenant.
|
PagedIterable<? extends ReferenceWithName> |
SubnetApi.list(PaginationOptions options) |
PagedIterable<? extends ReferenceWithName> |
PortApi.list(PaginationOptions options) |
PagedIterable<? extends ReferenceWithName> |
NetworkApi.list(PaginationOptions options) |
PagedIterable<? extends Subnet> |
SubnetApi.listInDetail()
Returns all subnets currently defined in Neutron for the current tenant.
|
PagedIterable<? extends Port> |
PortApi.listInDetail()
Returns the set of ports currently defined in Neutron for the requested network.
|
PagedIterable<? extends Network> |
NetworkApi.listInDetail()
Returns all networks currently defined in Neutron for the current tenant.
|
PagedIterable<? extends Subnet> |
SubnetApi.listInDetail(PaginationOptions options) |
PagedIterable<? extends Port> |
PortApi.listInDetail(PaginationOptions options) |
PagedIterable<? extends Network> |
NetworkApi.listInDetail(PaginationOptions options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
ServerAdminAsyncApi.createBackup(String id,
String imageName,
BackupType backupType,
int rotation,
CreateBackupOfServerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HostAdministrationAsyncApi.disable(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HostAdministrationAsyncApi.enable(String hostId) |
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends KeyPair>> |
KeyPairAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HostAdministrationAsyncApi.reboot(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HostAdministrationAsyncApi.shutdown(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HostAdministrationAsyncApi.startMaintenance(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HostAdministrationAsyncApi.startup(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HostAdministrationAsyncApi.stopMaintenance(String hostId) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
ServerAsyncApi.createImageFromServer(String name,
String id) |
com.google.common.util.concurrent.ListenableFuture<com.google.common.base.Optional<Map<String,String>>> |
ServerAsyncApi.getDiagnostics(String id) |
com.google.common.util.concurrent.ListenableFuture<String> |
ServerAsyncApi.getMetadata(String id,
String key) |
com.google.common.util.concurrent.ListenableFuture<String> |
ImageAsyncApi.getMetadata(String id,
String key) |
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Resource>> |
ServerAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Resource>> |
ImageAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Resource>> |
FlavorAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Resource>> |
ServerAsyncApi.list(PaginationOptions options) |
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Resource>> |
ImageAsyncApi.list(PaginationOptions options) |
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Resource>> |
FlavorAsyncApi.list(PaginationOptions options) |
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Server>> |
ServerAsyncApi.listInDetail() |
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Image>> |
ImageAsyncApi.listInDetail() |
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Flavor>> |
FlavorAsyncApi.listInDetail() |
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Server>> |
ServerAsyncApi.listInDetail(PaginationOptions options) |
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Image>> |
ImageAsyncApi.listInDetail(PaginationOptions options) |
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Flavor>> |
FlavorAsyncApi.listInDetail(PaginationOptions options) |
com.google.common.util.concurrent.ListenableFuture<String> |
ServerAsyncApi.updateMetadata(String id,
String key,
String value) |
com.google.common.util.concurrent.ListenableFuture<String> |
ImageAsyncApi.updateMetadata(String id,
String key,
String value) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CommonSwiftAsyncClient.createContainer(String container)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CommonSwiftAsyncClient.createContainer(String container,
CreateContainerOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<AccountMetadata> |
CommonSwiftAsyncClient.getAccountStatistics()
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<ContainerMetadata> |
CommonSwiftAsyncClient.getContainerMetadata(String container)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<SwiftObject> |
CommonSwiftAsyncClient.getObject(String container,
String name,
GetOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<MutableObjectInfoWithMetadata> |
CommonSwiftAsyncClient.getObjectInfo(String container,
String name)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<PageSet<ObjectInfo>> |
CommonSwiftAsyncClient.listObjects(String container,
ListContainerOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<String> |
CommonSwiftAsyncClient.putObject(String container,
SwiftObject object)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<String> |
CommonSwiftAsyncClient.putObjectManifest(String container,
String name)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
TemporaryUrlKeyAsyncApi.getTemporaryUrlKey() |
Modifier and Type | Method and Description |
---|---|
boolean |
ContainerApi.create(String containerName)
Creates a container, if not already present.
|
boolean |
ContainerApi.create(String containerName,
CreateContainerOptions options)
Creates a container, if not already present.
|
boolean |
ContainerApi.createIfAbsent(String containerName,
CreateContainerOptions options)
Deprecated.
Please use either
ContainerApi.create(String) or ContainerApi.create(String, CreateContainerOptions)
as this method will be removed in jclouds 1.8. |
Account |
AccountApi.get()
Gets the
Account . |
SwiftObject |
ObjectApi.get(String objectName)
Gets the
SwiftObject including its body . |
Container |
ContainerApi.get(String containerName)
Gets the
Container . |
SwiftObject |
ObjectApi.get(String objectName,
GetOptions options)
Gets the
SwiftObject including its body . |
SwiftObject |
ObjectApi.getWithoutBody(String objectName)
Gets the
SwiftObject metadata without its body . |
SwiftObject |
ObjectApi.head(String objectName)
Deprecated.
Please use
ObjectApi.getWithoutBody(String) as this method will be removed in jclouds 1.8. |
Container |
ContainerApi.head(String containerName)
Deprecated.
Please use
ContainerApi.get(String) as this method will be removed in jclouds 1.8. |
ObjectList |
ObjectApi.list()
Lists up to 10,000 objects.
|
ObjectList |
ObjectApi.list(ListContainerOptions options)
Lists up to 10,000 objects.
|
String |
ObjectApi.put(String objectName,
Payload payload)
Creates or updates a
SwiftObject . |
String |
ObjectApi.put(String objectName,
Payload payload,
PutOptions options)
Creates or updates a
SwiftObject . |
String |
ObjectApi.replace(String objectName,
Payload payload,
Map<String,String> metadata)
Deprecated.
Please use
ObjectApi.put(String, Payload) or ObjectApi.put(String, Payload, PutOptions)
as this method will be removed in jclouds 1.8. |
String |
StaticLargeObjectApi.replaceManifest(String objectName,
List<Segment> segments,
Map<String,String> metadata)
Creates or updates a static large object's manifest.
|
Modifier and Type | Method and Description |
---|---|
String |
InstanceApi.enableRoot(String instanceId)
Enables root for an instance.
|
com.google.common.collect.FluentIterable<String> |
UserApi.getDatabaseList(String userName)
This operation shows a list of all databases to which a user has access.
|
com.google.common.collect.FluentIterable<String> |
DatabaseApi.list()
This operation lists the databases for the specified database instance.
|
Modifier and Type | Method and Description |
---|---|
Group |
GroupApi.create(GroupConfiguration groupConfiguration,
LaunchConfiguration launchConfiguration,
List<CreateScalingPolicy> scalingPolicies)
Create a scaling group.
|
com.google.common.collect.FluentIterable<ScalingPolicy> |
PolicyApi.create(List<CreateScalingPolicy> scalingPolicies)
Create a scaling policy.
|
ScalingPolicy |
PolicyApi.get(String scalingPolicyId)
This operation returns the details for a single scaling policy.
|
Group |
GroupApi.get(String id)
This operation gets group details for a group
|
LaunchConfiguration |
GroupApi.getLaunchConfiguration(String id)
This operation gets the launch configuration for the scaling group.
|
com.google.common.collect.FluentIterable<ScalingPolicy> |
PolicyApi.list()
This operation lists all scaling policies.
|
Modifier and Type | Method and Description |
---|---|
<T> Job<T> |
CloudDNSApi.getJob(String jobId)
Returns the current status of a job.
|
Modifier and Type | Method and Description |
---|---|
Job<Set<Domain>> |
DomainApi.create(Iterable<CreateDomain> createDomains)
Provisions one or more new DNS domains based on the configuration defined in CreateDomain.
|
Job<Set<RecordDetail>> |
RecordApi.create(Iterable<Record> createRecords)
Create Records for a Domain or Subdomain.
|
Job<Set<RecordDetail>> |
ReverseDNSApi.create(URI deviceURI,
Iterable<Record> records)
Create Reverse DNS (PTR) records for a device.
|
Job<Void> |
DomainApi.delete(Iterable<Integer> ids,
boolean deleteSubdomains)
This call removes one or more specified domains from the account; when a domain is deleted, its immediate resource
records are also deleted from the account.
|
Job<Void> |
RecordApi.delete(Iterable<String> recordId)
Delete the specified records in the specified domain.
|
Job<Void> |
RecordApi.delete(String recordId)
Delete the specified record in the specified domain.
|
Job<Void> |
ReverseDNSApi.delete(URI deviceURI,
String ipAddress)
Delete the Reverse DNS (PTR) record with the specified IP address for a device.
|
Job<Void> |
ReverseDNSApi.deleteAll(URI deviceURI)
Delete all Reverse DNS (PTR) records for a device.
|
Job<List<String>> |
DomainApi.exportFormat(int id,
Domain.Format format)
This call provides the BIND (Berkeley Internet Name Domain) 9 formatted contents of the requested domain.
|
Domain |
DomainApi.get(int id)
Get all information for a Domain, including records and subdomains.
|
RecordDetail |
RecordApi.get(String recordId)
Get the details for the specified record in the specified domain.
|
RecordDetail |
ReverseDNSApi.get(URI deviceURI,
String recordId)
List all of the Reverse DNS (PTR) records for a device.
|
RecordDetail |
RecordApi.getByNameAndTypeAndData(String nameFilter,
String typeFilter,
String dataFilter)
RecordDetails filtered by name and type and data.
|
Job<Domain> |
DomainApi.importFormat(List<String> contents,
Domain.Format format)
This call provisions a new DNS domain under the account specified by the BIND 9 formatted file configuration
contents.
|
PagedIterable<RecordDetail> |
RecordApi.list()
This call lists all records configured for the specified domain.
|
PagedIterable<Domain> |
DomainApi.list()
The resulting list is flat, and does not break the domains down hierarchically by subdomain.
|
PaginatedCollection<RecordDetail> |
RecordApi.list(PaginationOptions options)
Use PaginationOptions to manually control the list of RecordDetail pages returned.
|
PaginatedCollection<Domain> |
DomainApi.list(PaginationOptions options)
The resulting list is flat, and does not break the domains down hierarchically by subdomain.
|
PagedIterable<RecordDetail> |
ReverseDNSApi.list(URI deviceURI)
List all of the Reverse DNS (PTR) records for a device.
|
PagedIterable<RecordDetail> |
RecordApi.listByNameAndType(String nameFilter,
String typeFilter)
RecordDetails filtered by name and type.
|
PagedIterable<RecordDetail> |
RecordApi.listByType(String typeFilter)
RecordDetails filtered by type.
|
PagedIterable<RecordDetail> |
RecordApi.listByTypeAndData(String typeFilter,
String dataFilter)
RecordDetails filtered by type and data.
|
PagedIterable<Subdomain> |
DomainApi.listSubdomains(int domainId)
List the subdomains of a domain.
|
PaginatedCollection<Subdomain> |
DomainApi.listSubdomains(int domainId,
PaginationOptions options)
List the subdomains of a domain and manually control pagination.
|
PagedIterable<Domain> |
DomainApi.listWithFilterByNamesMatching(String nameFilter)
Filtering the search to limit the results returned can be performed by using the nameFilter parameter.
|
Job<Void> |
DomainApi.update(int id,
UpdateDomain updateDomain)
This call modifies the domain attributes only.
|
Job<Void> |
RecordApi.update(Map<String,Record> idsToRecords)
Update the configuration of the specified records in the specified domain.
|
Job<Void> |
RecordApi.update(String recordId,
Record record)
Update the configuration of the specified record in the specified domain.
|
Job<Void> |
ReverseDNSApi.update(URI deviceURI,
Map<String,Record> idsToRecords)
Update Reverse DNS (PTR) records for a device.
|
Job<Void> |
DomainApi.updateEmail(Iterable<Integer> ids,
String email)
This call modifies the domain's email only.
|
Job<Void> |
DomainApi.updateTTL(Iterable<Integer> ids,
int ttl)
This call modifies the domain's TTL only.
|
Modifier and Type | Method and Description |
---|---|
URI |
CDNApi.enable(String containerName)
Enables the
CDNContainer . |
URI |
CDNApi.enable(String containerName,
int ttl)
Enables the
CDNContainer with a TTL. |
CDNContainer |
CDNApi.get(String containerName)
Gets the specified CDN Container.
|
Modifier and Type | Method and Description |
---|---|
LoadBalancer |
LoadBalancerApi.create(CreateLoadBalancer createLB)
Create a new load balancer with the configuration defined by the request.
|
Metadata |
NodeApi.createMetadata(int id,
Map<String,String> metadata)
When a metadata item is added, it is assigned a unique identifier that can be used for mutating operations such
as changing the value attribute or removing it.
|
Metadata |
LoadBalancerApi.createMetadata(int id,
Map<String,String> metadata)
When a metadata item is added, it is assigned a unique identifier that can be used for mutating operations such
as changing the value attribute or removing it.
|
SessionPersistence |
SessionPersistenceApi.get()
Get the current session persistence.
|
String |
ErrorPageApi.get()
Get the error page HTML content.
|
Node |
NodeApi.get(int id)
Get a node.
|
LoadBalancer |
LoadBalancerApi.get(int id)
Get a load balancer.
|
Metadata |
NodeApi.getMetadata(int lb)
List a load balancer's metadata.
|
Metadata |
LoadBalancerApi.getMetadata(int id)
List a load balancer's metadata.
|
boolean |
ConnectionApi.isConnectionLogging()
Determine if the load balancer is logging connections.
|
boolean |
ContentCachingApi.isContentCaching()
Determine if the load balancer is content caching.
|
PagedIterable<Node> |
NodeApi.list()
List the nodes.
|
PagedIterable<LoadBalancer> |
LoadBalancerApi.list()
List the load balancers.
|
IterableWithMarker<Node> |
NodeApi.list(PaginationOptions options)
List the nodes with full control of pagination.
|
IterableWithMarker<LoadBalancer> |
LoadBalancerApi.list(PaginationOptions options)
List the load balancers with full control of pagination.
|
Iterable<String> |
ReportApi.listAlgorithms()
Get all of the possible algorthims usable by load balancers.
|
PagedIterable<LoadBalancer> |
ReportApi.listBillableLoadBalancers(Date startTime,
Date endTime)
List billable load balancers for the given date range.
|
IterableWithMarker<LoadBalancer> |
ReportApi.listBillableLoadBalancers(PaginationOptions options) |
PagedIterable<LoadBalancerUsage> |
ReportApi.listCurrentLoadBalancerUsage(int loadBalancerId)
Current usage represents all usage recorded within the preceding 24 hours.
|
IterableWithMarker<LoadBalancerUsage> |
ReportApi.listCurrentLoadBalancerUsage(PaginationOptions options) |
PagedIterable<LoadBalancerUsage> |
ReportApi.listLoadBalancerUsage(int loadBalancerId,
Date startTime,
Date endTime)
Historical usage data is available for up to 90 days of service activity.
|
IterableWithMarker<LoadBalancerUsage> |
ReportApi.listLoadBalancerUsage(PaginationOptions options) |
void |
LoadBalancerApi.update(int id,
UpdateLoadBalancer updateLB)
Update the properties of a load balancer.
|
Modifier and Type | Method and Description |
---|---|
String |
HttpClient.post(URI location,
Payload payload) |
com.google.common.util.concurrent.ListenableFuture<String> |
HttpAsyncClient.post(URI location,
Payload payload)
Deprecated.
|
String |
HttpClient.put(URI location,
Payload payload) |
com.google.common.util.concurrent.ListenableFuture<String> |
HttpAsyncClient.put(URI location,
Payload payload)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<S3Object> |
S3AsyncClient.getObject(String bucketName,
String key,
GetOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<ObjectMetadata> |
S3AsyncClient.headObject(String bucketName,
String key)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<String> |
S3AsyncClient.putObject(String bucketName,
S3Object object,
PutObjectOptions... options)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
URI |
QueueApi.create(String queueName)
The CreateQueue action creates a new queue.
|
URI |
QueueApi.create(String queueName,
CreateQueueOptions options)
same as
#create(String, String) except you can
control options such as delay seconds. |
URI |
QueueApi.get(String queueName)
The GetQueueUrl action returns the Uniform Resource Locater (URL) of a
queue.
|
URI |
QueueApi.getInAccount(String queueName,
String accountId)
like
QueueApi.get(String) , except specifying the owner of the queue. |
com.google.common.collect.FluentIterable<URI> |
QueueApi.list()
The ListQueues action returns a list of your queues.
|
com.google.common.collect.FluentIterable<URI> |
QueueApi.list(ListQueuesOptions options) |
MessageIdAndMD5 |
MessageApi.send(String message)
The SendMessage action delivers a message to the specified queue.
|
MessageIdAndMD5 |
MessageApi.send(String message,
SendMessageOptions options)
same as
#sendMessage(URI, String) except you can control options
such as delay seconds. |
BatchResult<? extends MessageIdAndMD5> |
MessageApi.sendWithDelays(Map<String,Integer> messageBodyDelaySeconds)
Same as
MessageApi.sendWithDelays(Table) , except that we generate numeric
ids starting with 1 |
BatchResult<? extends MessageIdAndMD5> |
MessageApi.sendWithDelays(com.google.common.collect.Table<String,String,Integer> idMessageBodyDelaySeconds)
Same as
MessageApi.send(Map) except you can set a delay for each message in
the request. |
Modifier and Type | Method and Description |
---|---|
VCloudSession |
VCloudLoginApi.login()
This request returns a token to use in subsequent requests.
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.