A B C D E F G H I J K L M N O P Q R S T U V W

A

AbstractCloud - Class in org.dasein.cloud
 
AbstractCloud() - Constructor for class org.dasein.cloud.AbstractCloud
 
AccessServices - Interface in org.dasein.cloud.services.access
 
AccountingServices - Interface in org.dasein.cloud.services.accounting
Provides interaction with the pricing and billing mechanics for the cloud.
addAccess(String, String) - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 
addDataCenters(String, String...) - Method in interface org.dasein.cloud.services.lb.LoadBalancerServices
 
addKeyValuePairs(String, String, KeyValuePair...) - Method in interface org.dasein.cloud.services.kvdb.KeyValueDatabaseServices
 
AddressServices - Interface in org.dasein.cloud.services.address
 
addServers(String, String...) - Method in interface org.dasein.cloud.services.lb.LoadBalancerServices
 
alterDatabase(String, boolean, String, int, String, String, String, int, int, TimeWindow, TimeWindow) - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 
Architecture - Enum in org.dasein.cloud.services.server
Server architecture, often requiring distinct images.
assign(String, String) - Method in interface org.dasein.cloud.services.address.AddressServices
 
AsynchronousTask<T> - Class in org.dasein.cloud
 
AsynchronousTask() - Constructor for class org.dasein.cloud.AsynchronousTask
 
attach(String, String, String) - Method in interface org.dasein.cloud.services.disk.VolumeServices
 
authorize(String, String, Protocol, int, int) - Method in interface org.dasein.cloud.services.firewall.FirewallServices
Provides positive authorization for the specified firewall rule.

B

boot(String) - Method in interface org.dasein.cloud.services.server.ServerServices
Boots up a pre-defined server.

C

certFile - Variable in class org.dasein.cloud.tests.TestSuite.CloudData
 
clear() - Method in interface org.dasein.cloud.encryption.Encryption
Triggered by cloud provider implementations when done with any encryption/decryption.
clear(byte[]...) - Static method in class org.dasein.cloud.ProviderContext
Helper method for clearing out credentials with random data.
clear() - Method in class org.dasein.cloud.ProviderContext
Clears out all keys being stored by this provider.
clear() - Method in class org.dasein.cloud.services.rdbms.DatabaseConfiguration
 
clear(String) - Method in interface org.dasein.cloud.services.storage.StorageServices
 
clone(String, String, String, String, boolean, String...) - Method in interface org.dasein.cloud.services.server.ServerServices
Clones an existing server into a new server.
close() - Method in class org.dasein.cloud.CloudProvider
Empties out all credentials and removes any other context information from the cloud provider implementation.
CloudException - Exception in org.dasein.cloud
Represents some kind of failure with the cloud provider or with the format of a request to the cloud provider.
CloudException() - Constructor for exception org.dasein.cloud.CloudException
Constructs an unlabeled exception.
CloudException(String) - Constructor for exception org.dasein.cloud.CloudException
Constructs a cloud exception with a specific error message.
CloudException(Throwable) - Constructor for exception org.dasein.cloud.CloudException
Constructs a cloud exception in response to a specific cause.
CloudProvider - Class in org.dasein.cloud
Represents a provider of cloud services.
CloudProvider() - Constructor for class org.dasein.cloud.CloudProvider
Base contructor for a cloud provider.
CloudStoreObject - Class in org.dasein.cloud.services.storage
Represents a raw file or object stored in cloud storage.
CloudStoreObject() - Constructor for class org.dasein.cloud.services.storage.CloudStoreObject
 
compareTo(IpAddress) - Method in class org.dasein.cloud.services.address.IpAddress
 
compareTo(IpForwardingRule) - Method in class org.dasein.cloud.services.address.IpForwardingRule
 
compareTo(KeyValuePair) - Method in class org.dasein.cloud.services.kvdb.KeyValuePair
 
compareTo(CloudStoreObject) - Method in class org.dasein.cloud.services.storage.CloudStoreObject
 
complete(Throwable) - Method in class org.dasein.cloud.AsynchronousTask
 
completeWithResult(T) - Method in class org.dasein.cloud.AsynchronousTask
 
ConfigurationParameter - Class in org.dasein.cloud.services.rdbms
 
ConfigurationParameter() - Constructor for class org.dasein.cloud.services.rdbms.ConfigurationParameter
 
confirmSubscription(String, String, boolean) - Method in interface org.dasein.cloud.services.notifications.NotificationsServices
 
connect(ProviderContext) - Method in class org.dasein.cloud.CloudProvider
Called to initialize a cloud provider with an operational context.
containsKey(Object) - Method in class org.dasein.cloud.services.rdbms.DatabaseConfiguration
 
containsValue(Object) - Method in class org.dasein.cloud.services.rdbms.DatabaseConfiguration
 
ContentDistributionServices - Interface in org.dasein.cloud.services.cdn
 
create() - Method in interface org.dasein.cloud.services.address.AddressServices
 
create(String, String, boolean, String...) - Method in interface org.dasein.cloud.services.cdn.ContentDistributionServices
 
create(String, String) - Method in interface org.dasein.cloud.services.disk.SnapshotServices
 
create(String, int, String) - Method in interface org.dasein.cloud.services.disk.VolumeServices
 
create(String, String) - Method in interface org.dasein.cloud.services.firewall.FirewallServices
Creates a new firewall with the specified name.
create(String) - Method in interface org.dasein.cloud.services.image.ImageServices
 
create(String, String, String[], LbListener...) - Method in interface org.dasein.cloud.services.lb.LoadBalancerServices
 
createAutoScalingGroup(String, String, int, int, int, String...) - Method in interface org.dasein.cloud.services.scaling.ScalingServices
 
createDatabase(String, String) - Method in interface org.dasein.cloud.services.kvdb.KeyValueDatabaseServices
 
createDirectory(String, boolean) - Method in interface org.dasein.cloud.services.storage.StorageServices
 
createFromLatest(String, String, String, String, int) - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 
createFromScratch(String, DatabaseProduct, String, String, int) - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 
createFromSnapshot(String, String, String, String, String, int) - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 
createFromTimestamp(String, String, long, String, String, int) - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 
createKeypair(String) - Method in interface org.dasein.cloud.services.access.AccessServices
 
createLaunchConfiguration(String, String, ServerSize, String...) - Method in interface org.dasein.cloud.services.scaling.ScalingServices
 
createTopic(String) - Method in interface org.dasein.cloud.services.notifications.NotificationsServices
 

D

Database - Class in org.dasein.cloud.services.rdbms
 
Database() - Constructor for class org.dasein.cloud.services.rdbms.Database
 
DatabaseConfiguration - Class in org.dasein.cloud.services.rdbms
 
DatabaseConfiguration(RelationalDatabaseServices, DatabaseEngine, String, String, String) - Constructor for class org.dasein.cloud.services.rdbms.DatabaseConfiguration
 
DatabaseEngine - Enum in org.dasein.cloud.services.rdbms
 
DatabaseProduct - Class in org.dasein.cloud.services.rdbms
 
DatabaseProduct(String) - Constructor for class org.dasein.cloud.services.rdbms.DatabaseProduct
 
DatabaseProduct(String, String) - Constructor for class org.dasein.cloud.services.rdbms.DatabaseProduct
 
DatabaseSnapshot - Class in org.dasein.cloud.services.rdbms
 
DatabaseSnapshot() - Constructor for class org.dasein.cloud.services.rdbms.DatabaseSnapshot
 
DatabaseSnapshotState - Enum in org.dasein.cloud.services.rdbms
 
DatabaseState - Enum in org.dasein.cloud.services.rdbms
 
DataCenter - Class in org.dasein.cloud.services.dc
A data center represents a group of virtualized resources that share a significant amount of common physical infrastructure.
DataCenter() - Constructor for class org.dasein.cloud.services.dc.DataCenter
Constructs an empty data center object, only useful in marshalling and unmarshalling.
DataCenter(String, String, String, boolean, boolean) - Constructor for class org.dasein.cloud.services.dc.DataCenter
Constructs a new data center object from the specified state values.
DataCenterServices - Interface in org.dasein.cloud.services.dc
Describe the physical configuration of the underlying cloud provider so applications may determine how to create redundancies and protect jurisdictional concerns.
DataFeeType - Enum in org.dasein.cloud.services.accounting
Identifies what kind of fee is in force for data storage or transfer.
DataFormat - Enum in org.dasein.cloud
 
DayOfWeek - Enum in org.dasein.cloud
 
DcTestSuite - Class in org.dasein.cloud.tests
 
DcTestSuite() - Constructor for class org.dasein.cloud.tests.DcTestSuite
 
DcTestSuite(boolean) - Constructor for class org.dasein.cloud.tests.DcTestSuite
 
decrypt(InputStream, OutputStream) - Method in interface org.dasein.cloud.encryption.Encryption
Decrypts an incoming encrypted stream of data and sends the de-crypted contents to the specified output stream.
define(String, ServerSize, String, String, boolean, String...) - Method in interface org.dasein.cloud.services.server.ServerServices
Defines a server to be booted up at a future point.
delete(String) - Method in interface org.dasein.cloud.services.address.AddressServices
 
delete(String) - Method in interface org.dasein.cloud.services.cdn.ContentDistributionServices
 
delete(String) - Method in interface org.dasein.cloud.services.disk.SnapshotServices
 
delete(String) - Method in interface org.dasein.cloud.services.disk.VolumeServices
 
delete(String) - Method in interface org.dasein.cloud.services.firewall.FirewallServices
Deletes the specified firewall from the system.
delete(String) - Method in interface org.dasein.cloud.services.image.ImageServices
 
deleteAutoScalingGroup(String) - Method in interface org.dasein.cloud.services.scaling.ScalingServices
 
deleteKeypair(String) - Method in interface org.dasein.cloud.services.access.AccessServices
 
deleteLaunchConfiguration(String) - Method in interface org.dasein.cloud.services.scaling.ScalingServices
 
detach(String) - Method in interface org.dasein.cloud.services.disk.VolumeServices
 
Direction - Enum in org.dasein.cloud.services.firewall
 
Distribution - Class in org.dasein.cloud.services.cdn
 
Distribution() - Constructor for class org.dasein.cloud.services.cdn.Distribution
 
Distribution(String, String, String, String, String[], boolean, boolean) - Constructor for class org.dasein.cloud.services.cdn.Distribution
 
download(String, String, File, Encryption) - Method in interface org.dasein.cloud.services.storage.StorageServices
 
download(CloudStoreObject, File) - Method in interface org.dasein.cloud.services.storage.StorageServices
 

E

encrypt(InputStream, OutputStream) - Method in interface org.dasein.cloud.encryption.Encryption
Encrypts an incoming stream of raw data and sends the encrypted data to the specified output stream.
Encryption - Interface in org.dasein.cloud.encryption
Raw interface to be implemented for different encryption algorithms.
EncryptionException - Exception in org.dasein.cloud.encryption
Represents an error encrypting/decrypting a data stream to/from the cloud storage environment.
EncryptionException() - Constructor for exception org.dasein.cloud.encryption.EncryptionException
Constructs an empty encryption error.
EncryptionException(String) - Constructor for exception org.dasein.cloud.encryption.EncryptionException
Constructs an encryption exception with the specified error message.
EncryptionException(Throwable) - Constructor for exception org.dasein.cloud.encryption.EncryptionException
Constructs an exception exception resulting from the specified cause.
EndpointType - Enum in org.dasein.cloud.services.notifications
 
entrySet() - Method in class org.dasein.cloud.services.rdbms.DatabaseConfiguration
 
equals(Object) - Method in class org.dasein.cloud.services.address.IpAddress
 
equals(Object) - Method in class org.dasein.cloud.services.address.IpForwardingRule
 
equals(Object) - Method in class org.dasein.cloud.services.dc.DataCenter
 
equals(Object) - Method in class org.dasein.cloud.services.dc.Region
 
equals(Object) - Method in class org.dasein.cloud.services.kvdb.KeyValueDatabase
 
equals(Object) - Method in class org.dasein.cloud.services.kvdb.KeyValuePair
 
equals(Object) - Method in class org.dasein.cloud.services.rdbms.Database
 
equals(Object) - Method in class org.dasein.cloud.services.rdbms.DatabaseSnapshot
 
equals(Object) - Method in class org.dasein.cloud.services.server.Server
 
equals(Object) - Method in class org.dasein.cloud.services.server.ServerSize
 
equals(Object) - Method in class org.dasein.cloud.services.storage.CloudStoreObject
 
ERROR - Static variable in class org.dasein.cloud.tests.Test
 
error(String, Throwable) - Method in class org.dasein.cloud.tests.Test
 
exists(String) - Method in interface org.dasein.cloud.services.storage.StorageServices
 
exists(String, String, boolean) - Method in interface org.dasein.cloud.services.storage.StorageServices
 

F

FAIL - Static variable in class org.dasein.cloud.tests.Test
 
fail(String, int, TestFailureException) - Method in class org.dasein.cloud.tests.Test
 
fetchPassword() - Method in class org.dasein.cloud.services.server.Server
 
FileTransfer - Class in org.dasein.cloud.services.storage
 
FileTransfer() - Constructor for class org.dasein.cloud.services.storage.FileTransfer
 
find(String, String, Platform, String) - Method in interface org.dasein.cloud.services.image.ImageServices
 
Firewall - Class in org.dasein.cloud.services.firewall
Represents a firewill with a list of positive access rules.
Firewall() - Constructor for class org.dasein.cloud.services.firewall.Firewall
Empty constructor for marshalling.
FirewallRule - Class in org.dasein.cloud.services.firewall
Describes a specific firewall rule allowing access through the target firewall.
FirewallRule() - Constructor for class org.dasein.cloud.services.firewall.FirewallRule
Constructs an empty firewall rule for marshalling purposes.
FirewallRule(String, String, Protocol, int, int) - Constructor for class org.dasein.cloud.services.firewall.FirewallRule
Constructs a firewall rule with the specified rule state.
FirewallServices - Interface in org.dasein.cloud.services.firewall
Operations on whatever concept the underlying cloud uses to regulate network traffic into a server or group of servers.
forward(String, int, Protocol, int, String) - Method in interface org.dasein.cloud.services.address.AddressServices
 

G

get(Object) - Method in class org.dasein.cloud.services.rdbms.DatabaseConfiguration
 
getAccessPrivate() - Method in class org.dasein.cloud.ProviderContext
The private access key is the primary authentication password for web services calls.
getAccessPublic() - Method in class org.dasein.cloud.ProviderContext
The public access key is the primary authentication user ID for web services calls.
getAccessServices() - Method in class org.dasein.cloud.AbstractCloud
 
getAccessServices() - Method in class org.dasein.cloud.CloudProvider
Provides access to the access services for managing authentication information with the provider.
getAccountingServices() - Method in class org.dasein.cloud.AbstractCloud
 
getAccountingServices() - Method in class org.dasein.cloud.CloudProvider
Provides access to the accounting services for interacting with billing data for the provider.
getAccountNumber() - Method in class org.dasein.cloud.ProviderContext
 
getAddress() - Method in class org.dasein.cloud.services.address.IpAddress
 
getAddress() - Method in class org.dasein.cloud.services.lb.LoadBalancer
 
getAddressId() - Method in class org.dasein.cloud.services.address.IpForwardingRule
 
getAddressServices() - Method in class org.dasein.cloud.AbstractCloud
 
getAddressServices() - Method in class org.dasein.cloud.CloudProvider
Provides access to the address services for interacting with static IP addresses from this provider.
getAdminUser() - Method in class org.dasein.cloud.services.rdbms.Database
 
getAdminUser() - Method in class org.dasein.cloud.services.rdbms.DatabaseSnapshot
 
getAlgorithm() - Method in class org.dasein.cloud.services.lb.LbListener
 
getAliases() - Method in class org.dasein.cloud.services.cdn.Distribution
 
getAllocatedStorageInGb() - Method in class org.dasein.cloud.services.rdbms.Database
 
getArchitecture() - Method in class org.dasein.cloud.services.image.ServerImage
 
getArchitecture() - Method in class org.dasein.cloud.services.server.Server
 
getAverageCpuUtilization() - Method in class org.dasein.cloud.services.server.ServerStatistics
 
getAverageDiskReadBytes() - Method in class org.dasein.cloud.services.server.ServerStatistics
 
getAverageDiskReadOperations() - Method in class org.dasein.cloud.services.server.ServerStatistics
 
getAverageDiskWriteBytes() - Method in class org.dasein.cloud.services.server.ServerStatistics
 
getAverageDiskWriteOperations() - Method in class org.dasein.cloud.services.server.ServerStatistics
 
getAverageNetworkIn() - Method in class org.dasein.cloud.services.server.ServerStatistics
 
getAverageNetworkOut() - Method in class org.dasein.cloud.services.server.ServerStatistics
 
getBytesToTransfer() - Method in class org.dasein.cloud.services.storage.FileTransfer
 
getBytesTransferred() - Method in class org.dasein.cloud.services.storage.FileTransfer
 
getCdnServices() - Method in class org.dasein.cloud.AbstractCloud
 
getCdnServices() - Method in class org.dasein.cloud.CloudProvider
Provides access to the content distribution services for interacting with CDN support from the cloud provider.
getCidr() - Method in class org.dasein.cloud.services.firewall.FirewallRule
The source IP address or range of addresses in CIDR format.
getCloudName() - Method in class org.dasein.cloud.CloudProvider
This value can be the same as CloudProvider.getProviderName() if it is not a multi-cloud provider.
getCloudName() - Method in class org.dasein.cloud.ProviderContext
Provides the name of the cloud being accessed through this API.
getConfiguration() - Method in class org.dasein.cloud.services.rdbms.Database
 
getConfiguration(String) - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 
getConsoleOutput(String, long) - Method in interface org.dasein.cloud.services.server.ServerServices
Provides all output from the console of the target server since the specified Unix time.
getContext() - Method in class org.dasein.cloud.CloudProvider
 
getCooldown() - Method in class org.dasein.cloud.services.scaling.ScalingGroup
 
getCount() - Method in class org.dasein.cloud.services.accounting.Prepayment
 
getCreateTime() - Method in class org.dasein.cloud.services.server.Server
 
getCreationDate() - Method in class org.dasein.cloud.services.storage.CloudStoreObject
 
getCreationTimestamp() - Method in class org.dasein.cloud.services.disk.Volume
 
getCreationTimestamp() - Method in class org.dasein.cloud.services.rdbms.Database
 
getCreationTimestamp() - Method in class org.dasein.cloud.services.scaling.LaunchConfiguration
 
getCreationTimestamp() - Method in class org.dasein.cloud.services.scaling.ScalingGroup
 
getCurrency() - Method in class org.dasein.cloud.services.rdbms.DatabaseProduct
 
getCurrencyCode() - Method in class org.dasein.cloud.services.accounting.Offering
 
getCurrencyCode() - Method in class org.dasein.cloud.services.accounting.Prepayment
 
getCurrentState() - Method in class org.dasein.cloud.services.disk.Snapshot
 
getCurrentState() - Method in class org.dasein.cloud.services.disk.Volume
 
getCurrentState() - Method in class org.dasein.cloud.services.rdbms.Database
 
getCurrentState() - Method in class org.dasein.cloud.services.rdbms.DatabaseSnapshot
 
getCurrentState() - Method in class org.dasein.cloud.services.server.Server
 
getCustomProperties() - Method in class org.dasein.cloud.ProviderContext
Provides any properties specific to the underlying Dasein Cloud implementation that will help it interact with thge underlying cloud.
getDatabase(String) - Method in interface org.dasein.cloud.services.kvdb.KeyValueDatabaseServices
 
getDatabase(String) - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 
getDatabaseEngines() - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 
getDatabaseProducts(DatabaseEngine) - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 
getDataCenter(String) - Method in interface org.dasein.cloud.services.dc.DataCenterServices
Provides access to the full data center information for the specified data center.
getDataCenterId() - Method in class org.dasein.cloud.services.accounting.Offering
 
getDataCenterId() - Method in class org.dasein.cloud.services.accounting.Prepayment
 
getDataCenterId() - Method in class org.dasein.cloud.services.disk.Volume
 
getDataCenterId() - Method in class org.dasein.cloud.services.server.Server
 
getDataCenterServices() - Method in class org.dasein.cloud.AbstractCloud
 
getDataCenterServices() - Method in class org.dasein.cloud.CloudProvider
Provides access to the data center services that describe the physical structure of the underlying cloud provider.
getDataFee(DataFeeType, long) - Method in interface org.dasein.cloud.services.accounting.AccountingServices
 
getDataFormat() - Method in class org.dasein.cloud.services.notifications.Subscription
 
getDataType() - Method in class org.dasein.cloud.services.rdbms.ConfigurationParameter
 
getDescription() - Method in class org.dasein.cloud.services.disk.Snapshot
 
getDescription() - Method in class org.dasein.cloud.services.firewall.Firewall
Provides a long description of the underlying firewall that ideally describes why the firewall exists.
getDescription() - Method in class org.dasein.cloud.services.image.ServerImage
 
getDescription() - Method in class org.dasein.cloud.services.kvdb.KeyValueDatabase
 
getDescription() - Method in class org.dasein.cloud.services.lb.LoadBalancer
 
getDescription() - Method in class org.dasein.cloud.services.notifications.Subscription
 
getDescription() - Method in class org.dasein.cloud.services.notifications.Topic
 
getDescription() - Method in class org.dasein.cloud.services.rdbms.ConfigurationParameter
 
getDescription() - Method in class org.dasein.cloud.services.rdbms.DatabaseConfiguration
 
getDescription() - Method in class org.dasein.cloud.services.scaling.ScalingGroup
 
getDescription() - Method in class org.dasein.cloud.services.server.Server
 
getDeviceId() - Method in class org.dasein.cloud.services.disk.Volume
 
getDeviceId(String) - Method in enum org.dasein.cloud.services.server.Platform
Provides an appropriate device ID (e.g.
getDeviceMapping(String) - Method in enum org.dasein.cloud.services.server.Platform
Provides a device mapping (e.g.
getDirection() - Method in class org.dasein.cloud.services.firewall.FirewallRule
 
getDirectory() - Method in class org.dasein.cloud.services.storage.CloudStoreObject
 
getDistribution(String) - Method in interface org.dasein.cloud.services.cdn.ContentDistributionServices
 
getDnsName() - Method in class org.dasein.cloud.services.cdn.Distribution
 
getDuration() - Method in class org.dasein.cloud.AsynchronousTask
 
getEndDayOfWeek() - Method in class org.dasein.cloud.TimeWindow
 
getEndHour() - Method in class org.dasein.cloud.TimeWindow
 
getEndMinute() - Method in class org.dasein.cloud.TimeWindow
 
getEndpoint() - Method in class org.dasein.cloud.ProviderContext
Provides the endpoint through which cloud API calls are routed.
getEndpoint() - Method in class org.dasein.cloud.services.notifications.Subscription
 
getEndpointType() - Method in class org.dasein.cloud.services.notifications.Subscription
 
getEndPort() - Method in class org.dasein.cloud.services.firewall.FirewallRule
 
getEndTime() - Method in class org.dasein.cloud.AsynchronousTask
 
getEndTimestamp() - Method in class org.dasein.cloud.services.server.ServerStatistics
 
getEngine() - Method in class org.dasein.cloud.services.rdbms.Database
 
getEngine() - Method in class org.dasein.cloud.services.rdbms.DatabaseConfiguration
 
getEngine() - Method in class org.dasein.cloud.services.rdbms.DatabaseProduct
 
getFingerprint(String) - Method in interface org.dasein.cloud.services.access.AccessServices
 
getFirewall(String) - Method in interface org.dasein.cloud.services.firewall.FirewallServices
Provides the full firewall data for the specified firewall.
getFirewallId() - Method in class org.dasein.cloud.services.firewall.FirewallRule
 
getFirewalls(String) - Method in interface org.dasein.cloud.services.server.ServerServices
Provides a list of firewalls protecting the specified server.
getFirewallServices() - Method in class org.dasein.cloud.AbstractCloud
 
getFirewallServices() - Method in class org.dasein.cloud.CloudProvider
Provides access to the firewall services for interacting with virtual firewalls and firewall management rules for this provider.
getFixedFee() - Method in class org.dasein.cloud.services.accounting.Offering
 
getFixedFee() - Method in class org.dasein.cloud.services.accounting.Prepayment
 
getHostName() - Method in class org.dasein.cloud.services.rdbms.Database
 
getHostPort() - Method in class org.dasein.cloud.services.rdbms.Database
 
getImage(String) - Method in interface org.dasein.cloud.services.image.ImageServices
 
getImageId() - Method in class org.dasein.cloud.services.server.Server
 
getImageServices() - Method in class org.dasein.cloud.AbstractCloud
 
getImageServices() - Method in class org.dasein.cloud.CloudProvider
Provides access to the server imaging services that describe the images/templates from which servers are launched.
getIpAddress(String) - Method in interface org.dasein.cloud.services.address.AddressServices
 
getItemCount() - Method in class org.dasein.cloud.services.kvdb.KeyValueDatabase
 
getItemSize() - Method in class org.dasein.cloud.services.kvdb.KeyValueDatabase
 
getKey() - Method in class org.dasein.cloud.services.kvdb.KeyValuePair
 
getKey() - Method in class org.dasein.cloud.services.rdbms.ConfigurationParameter
 
getKeyCount() - Method in class org.dasein.cloud.services.kvdb.KeyValueDatabase
 
getKeySize() - Method in class org.dasein.cloud.services.kvdb.KeyValueDatabase
 
getKeyValueCount() - Method in class org.dasein.cloud.services.kvdb.KeyValueDatabase
 
getKeyValueDatabaseServices() - Method in class org.dasein.cloud.AbstractCloud
 
getKeyValueDatabaseServices() - Method in class org.dasein.cloud.CloudProvider
Provides access to services for managing key/value database systems.
getKeyValuePairs(String, String, boolean) - Method in interface org.dasein.cloud.services.kvdb.KeyValueDatabaseServices
 
getKeyValueSize() - Method in class org.dasein.cloud.services.kvdb.KeyValueDatabase
 
getLaunchConfiguration(String) - Method in interface org.dasein.cloud.services.scaling.ScalingServices
 
getListeners() - Method in class org.dasein.cloud.services.lb.LoadBalancer
 
getLoadBalancer(String) - Method in interface org.dasein.cloud.services.lb.LoadBalancerServices
 
getLoadBalancerServices() - Method in class org.dasein.cloud.AbstractCloud
 
getLoadBalancerServices() - Method in class org.dasein.cloud.CloudProvider
Provides access to the load balancing services that describe the load balancing for this provider.
getLocation() - Method in class org.dasein.cloud.services.cdn.Distribution
 
getLocation() - Method in class org.dasein.cloud.services.storage.CloudStoreObject
 
getMaintenanceWindow() - Method in class org.dasein.cloud.services.rdbms.Database
 
getManifest(String) - Method in interface org.dasein.cloud.services.image.ImageServices
 
getMaxFileSizeInBytes() - Method in interface org.dasein.cloud.services.storage.StorageServices
 
getMaximumCpuUtilization() - Method in class org.dasein.cloud.services.server.ServerStatistics
 
getMaximumDiskReadBytes() - Method in class org.dasein.cloud.services.server.ServerStatistics
 
getMaximumDiskReadOperations() - Method in class org.dasein.cloud.services.server.ServerStatistics
 
getMaximumDiskWriteBytes() - Method in class org.dasein.cloud.services.server.ServerStatistics
 
getMaximumDiskWriteOperations() - Method in class org.dasein.cloud.services.server.ServerStatistics
 
getMaximumNetworkIn() - Method in class org.dasein.cloud.services.server.ServerStatistics
 
getMaximumNetworkOut() - Method in class org.dasein.cloud.services.server.ServerStatistics
 
getMaxServers() - Method in class org.dasein.cloud.services.scaling.ScalingGroup
 
getMinimumCpuUtilization() - Method in class org.dasein.cloud.services.server.ServerStatistics
 
getMinimumDiskReadBytes() - Method in class org.dasein.cloud.services.server.ServerStatistics
 
getMinimumDiskReadOperations() - Method in class org.dasein.cloud.services.server.ServerStatistics
 
getMinimumDiskWriteBytes() - Method in class org.dasein.cloud.services.server.ServerStatistics
 
getMinimumDiskWriteOperations() - Method in class org.dasein.cloud.services.server.ServerStatistics
 
getMinimumMonthlyFee() - Method in interface org.dasein.cloud.services.accounting.AccountingServices
 
getMinimumNetworkIn() - Method in class org.dasein.cloud.services.server.ServerStatistics
 
getMinimumNetworkOut() - Method in class org.dasein.cloud.services.server.ServerStatistics
 
getMinServers() - Method in class org.dasein.cloud.services.scaling.ScalingGroup
 
getName() - Method in class org.dasein.cloud.services.cdn.Distribution
 
getName() - Method in class org.dasein.cloud.services.dc.DataCenter
A (hopefully) user-friendly name for the data center as known by the provider.
getName() - Method in class org.dasein.cloud.services.dc.Region
A (hopefully) user-friendly name for the region as known by the provider.
getName() - Method in class org.dasein.cloud.services.disk.Snapshot
 
getName() - Method in class org.dasein.cloud.services.disk.Volume
 
getName() - Method in class org.dasein.cloud.services.firewall.Firewall
 
getName() - Method in class org.dasein.cloud.services.image.ServerImage
 
getName() - Method in class org.dasein.cloud.services.kvdb.KeyValueDatabase
 
getName() - Method in class org.dasein.cloud.services.lb.LoadBalancer
 
getName() - Method in class org.dasein.cloud.services.notifications.Subscription
 
getName() - Method in class org.dasein.cloud.services.notifications.Topic
 
getName() - Method in class org.dasein.cloud.services.rdbms.Database
 
getName() - Method in class org.dasein.cloud.services.rdbms.DatabaseConfiguration
 
getName() - Method in class org.dasein.cloud.services.rdbms.DatabaseProduct
 
getName() - Method in class org.dasein.cloud.services.scaling.LaunchConfiguration
 
getName() - Method in class org.dasein.cloud.services.scaling.ScalingGroup
 
getName() - Method in class org.dasein.cloud.services.server.Server
 
getName() - Method in class org.dasein.cloud.services.server.ServerSize
 
getName() - Method in class org.dasein.cloud.services.storage.CloudStoreObject
 
getName() - Method in class org.dasein.cloud.tests.DcTestSuite
 
getName() - Method in class org.dasein.cloud.tests.KeyValueDatabaseTestSuite
 
getName() - Method in class org.dasein.cloud.tests.RelationalDatabaseTestSuite
 
getName() - Method in class org.dasein.cloud.tests.ServerTestSuite
 
getName() - Method in class org.dasein.cloud.tests.Test
 
getNetworkProtocol() - Method in class org.dasein.cloud.services.lb.LbListener
 
getNotificationsServices() - Method in class org.dasein.cloud.AbstractCloud
 
getNotificationsServices() - Method in class org.dasein.cloud.CloudProvider
Provides access to the notifications services that describe notifications for this cloud.
getOffering(String) - Method in interface org.dasein.cloud.services.accounting.AccountingServices
 
getOwner() - Method in class org.dasein.cloud.services.disk.Snapshot
 
getOwnerAccountId() - Method in class org.dasein.cloud.services.image.ServerImage
 
getParameter() - Method in class org.dasein.cloud.services.rdbms.ConfigurationParameter
 
getPercentComplete() - Method in class org.dasein.cloud.AsynchronousTask
 
getPeriodInDays() - Method in class org.dasein.cloud.services.accounting.Offering
 
getPeriodInDays() - Method in class org.dasein.cloud.services.accounting.Prepayment
 
getPeriodStartTimestamp() - Method in class org.dasein.cloud.services.accounting.Prepayment
 
getPermission() - Method in class org.dasein.cloud.services.firewall.FirewallRule
 
getPlatform() - Method in class org.dasein.cloud.services.accounting.Offering
 
getPlatform() - Method in class org.dasein.cloud.services.accounting.Prepayment
 
getPlatform() - Method in class org.dasein.cloud.services.image.ServerImage
 
getPlatform() - Method in class org.dasein.cloud.services.server.Server
 
getPrepayment(String) - Method in interface org.dasein.cloud.services.accounting.AccountingServices
 
getPrepaymentState() - Method in class org.dasein.cloud.services.accounting.Prepayment
 
getPrivateDnsAddress() - Method in class org.dasein.cloud.services.server.Server
 
getPrivateIpAddresses() - Method in class org.dasein.cloud.services.server.Server
 
getPrivatePort() - Method in class org.dasein.cloud.services.address.IpForwardingRule
 
getPrivatePort() - Method in class org.dasein.cloud.services.lb.LbListener
 
getProductSize() - Method in class org.dasein.cloud.services.rdbms.Database
 
getProductSize() - Method in class org.dasein.cloud.services.rdbms.DatabaseProduct
 
getProgress() - Method in class org.dasein.cloud.services.disk.Snapshot
 
getProtocol() - Method in class org.dasein.cloud.services.address.IpForwardingRule
 
getProtocol() - Method in class org.dasein.cloud.services.firewall.FirewallRule
 
getProviderConfigurationId() - Method in class org.dasein.cloud.services.rdbms.DatabaseConfiguration
 
getProviderDatabaseId() - Method in class org.dasein.cloud.services.kvdb.KeyValueDatabase
 
getProviderDatabaseId() - Method in class org.dasein.cloud.services.rdbms.Database
 
getProviderDatabaseId() - Method in class org.dasein.cloud.services.rdbms.DatabaseSnapshot
 
getProviderDataCenterId() - Method in class org.dasein.cloud.services.dc.DataCenter
The unique ID as understood by the provider for representing this data center.
getProviderDataCenterId() - Method in class org.dasein.cloud.services.rdbms.Database
 
getProviderDataCenterId() - Method in class org.dasein.cloud.services.rdbms.DatabaseProduct
 
getProviderDataCenterIds() - Method in class org.dasein.cloud.services.lb.LoadBalancer
 
getProviderDataCenterIds() - Method in class org.dasein.cloud.services.scaling.ScalingGroup
 
getProviderDistributionId() - Method in class org.dasein.cloud.services.cdn.Distribution
 
getProviderFirewallId() - Method in class org.dasein.cloud.services.firewall.Firewall
 
getProviderFirewallIds() - Method in class org.dasein.cloud.services.scaling.LaunchConfiguration
 
getProviderImageId() - Method in class org.dasein.cloud.services.scaling.LaunchConfiguration
 
getProviderIpAddressId() - Method in class org.dasein.cloud.services.address.IpAddress
 
getProviderLaunchConfigurationId() - Method in class org.dasein.cloud.services.scaling.LaunchConfiguration
 
getProviderLaunchConfigurationId() - Method in class org.dasein.cloud.services.scaling.ScalingGroup
 
getProviderLoadBalancerId() - Method in class org.dasein.cloud.services.lb.LoadBalancer
 
getProviderName() - Method in class org.dasein.cloud.CloudProvider
 
getProviderName() - Method in class org.dasein.cloud.ProviderContext
Provides the name of the organization providing cloud services.
getProviderOfferingId() - Method in class org.dasein.cloud.services.accounting.Offering
 
getProviderOwnerId() - Method in class org.dasein.cloud.services.kvdb.KeyValueDatabase
 
getProviderOwnerId() - Method in class org.dasein.cloud.services.notifications.Subscription
 
getProviderOwnerId() - Method in class org.dasein.cloud.services.notifications.Topic
 
getProviderOwnerId() - Method in class org.dasein.cloud.services.rdbms.Database
 
getProviderOwnerId() - Method in class org.dasein.cloud.services.rdbms.DatabaseSnapshot
 
getProviderOwnerId() - Method in class org.dasein.cloud.services.scaling.ScalingGroup
 
getProviderPrepaymentId() - Method in class org.dasein.cloud.services.accounting.Prepayment
 
getProviderRegionId() - Method in class org.dasein.cloud.services.dc.Region
 
getProviderRegionId() - Method in class org.dasein.cloud.services.kvdb.KeyValueDatabase
 
getProviderRegionId() - Method in class org.dasein.cloud.services.lb.LoadBalancer
 
getProviderRegionId() - Method in class org.dasein.cloud.services.notifications.Subscription
 
getProviderRegionId() - Method in class org.dasein.cloud.services.notifications.Topic
 
getProviderRegionId() - Method in class org.dasein.cloud.services.rdbms.Database
 
getProviderRegionId() - Method in class org.dasein.cloud.services.rdbms.DatabaseSnapshot
 
getProviderRegionId() - Method in class org.dasein.cloud.services.scaling.ScalingGroup
 
getProviderRegionId() - Method in class org.dasein.cloud.services.storage.CloudStoreObject
 
getProviderRuleId() - Method in class org.dasein.cloud.services.address.IpForwardingRule
 
getProviderRuleId() - Method in class org.dasein.cloud.services.firewall.FirewallRule
 
getProviderScalingGroupId() - Method in class org.dasein.cloud.services.scaling.ScalingGroup
 
getProviderServerId() - Method in class org.dasein.cloud.services.server.Server
 
getProviderServerIds() - Method in class org.dasein.cloud.services.lb.LoadBalancer
 
getProviderServerIds() - Method in class org.dasein.cloud.services.scaling.ScalingGroup
 
getProviderServerImageId() - Method in class org.dasein.cloud.services.image.ServerImage
 
getProviderSnapshotId() - Method in class org.dasein.cloud.services.disk.Snapshot
 
getProviderSnapshotId() - Method in class org.dasein.cloud.services.rdbms.DatabaseSnapshot
 
getProviderSubscriptionId() - Method in class org.dasein.cloud.services.notifications.Subscription
 
getProviderTermForDatabase(Locale) - Method in interface org.dasein.cloud.services.kvdb.KeyValueDatabaseServices
 
getProviderTermForDatabase(Locale) - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 
getProviderTermForDataCenter(Locale) - Method in interface org.dasein.cloud.services.dc.DataCenterServices
Provides the cloud-specific term for a data center (e.g.
getProviderTermForDirectory(Locale) - Method in interface org.dasein.cloud.services.storage.StorageServices
 
getProviderTermForDistribution(Locale) - Method in interface org.dasein.cloud.services.cdn.ContentDistributionServices
 
getProviderTermForFile(Locale) - Method in interface org.dasein.cloud.services.storage.StorageServices
 
getProviderTermForFirewall(Locale) - Method in interface org.dasein.cloud.services.firewall.FirewallServices
Provides the firewall terminology for the concept of a firewall.
getProviderTermForImage(Locale) - Method in interface org.dasein.cloud.services.image.ImageServices
 
getProviderTermForIpAddress(Locale) - Method in interface org.dasein.cloud.services.address.AddressServices
 
getProviderTermForKeypair(Locale) - Method in interface org.dasein.cloud.services.access.AccessServices
 
getProviderTermForLoadBalancer(Locale) - Method in interface org.dasein.cloud.services.lb.LoadBalancerServices
 
getProviderTermForOffering(Locale) - Method in interface org.dasein.cloud.services.accounting.AccountingServices
 
getProviderTermForPrepayment(Locale) - Method in interface org.dasein.cloud.services.accounting.AccountingServices
 
getProviderTermForRegion(Locale) - Method in interface org.dasein.cloud.services.dc.DataCenterServices
Provides the cloud-specific term for a region.
getProviderTermForServer(Locale) - Method in interface org.dasein.cloud.services.server.ServerServices
Assists UIs by providing the cloud-specific term for a virtual server in the cloud.
getProviderTermForSnapshot(Locale) - Method in interface org.dasein.cloud.services.disk.SnapshotServices
 
getProviderTermForSnapshot(Locale) - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 
getProviderTermForSubscription(Locale) - Method in interface org.dasein.cloud.services.notifications.NotificationsServices
 
getProviderTermForTopic(Locale) - Method in interface org.dasein.cloud.services.notifications.NotificationsServices
 
getProviderTermForVolume(Locale) - Method in interface org.dasein.cloud.services.disk.VolumeServices
 
getProviderTopicId() - Method in class org.dasein.cloud.services.notifications.Subscription
 
getProviderTopicId() - Method in class org.dasein.cloud.services.notifications.Topic
 
getProviderVolumeId() - Method in class org.dasein.cloud.services.disk.Volume
 
getPublicDnsAddress() - Method in class org.dasein.cloud.services.server.Server
 
getPublicIpAddresses() - Method in class org.dasein.cloud.services.server.Server
 
getPublicPort() - Method in class org.dasein.cloud.services.address.IpForwardingRule
 
getPublicPort() - Method in class org.dasein.cloud.services.lb.LbListener
 
getRecoveryPointTimestamp() - Method in class org.dasein.cloud.services.rdbms.Database
 
getRegion(String) - Method in interface org.dasein.cloud.services.dc.DataCenterServices
Provides the region matching the specified region ID.
getRegionId() - Method in class org.dasein.cloud.ProviderContext
 
getRegionId() - Method in class org.dasein.cloud.services.address.IpAddress
 
getRegionId() - Method in class org.dasein.cloud.services.dc.DataCenter
 
getRegionId() - Method in class org.dasein.cloud.services.disk.Snapshot
 
getRegionId() - Method in class org.dasein.cloud.services.disk.Volume
 
getRegionId() - Method in class org.dasein.cloud.services.firewall.Firewall
 
getRegionId() - Method in class org.dasein.cloud.services.server.Server
 
getRelationalDatabaseServices() - Method in class org.dasein.cloud.AbstractCloud
 
getRelationalDatabaseServices() - Method in class org.dasein.cloud.CloudProvider
Provides access to services for managing relational database systems.
getReservedAddressId() - Method in class org.dasein.cloud.services.server.Server
 
getResult() - Method in class org.dasein.cloud.AsynchronousTask
 
getRootPassword() - Method in class org.dasein.cloud.services.server.Server
 
getRootPassword(long) - Method in class org.dasein.cloud.services.server.Server
 
getRuleId(String, String, Direction, Protocol, int, int) - Static method in class org.dasein.cloud.services.firewall.FirewallRule
 
getRules(String) - Method in interface org.dasein.cloud.services.firewall.FirewallServices
Provides the affirmative rules supported by the named firewall.
getSamples() - Method in class org.dasein.cloud.services.server.ServerStatistics
 
getScalingGroup(String) - Method in interface org.dasein.cloud.services.scaling.ScalingServices
 
getScalingServices() - Method in class org.dasein.cloud.AbstractCloud
 
getScalingServices() - Method in class org.dasein.cloud.CloudProvider
Provides access to the auto-scaling features of the cloud.
getServer(String) - Method in interface org.dasein.cloud.services.server.ServerServices
Provides the data from a specific server
getServerId() - Method in class org.dasein.cloud.services.address.IpAddress
 
getServerId() - Method in class org.dasein.cloud.services.address.IpForwardingRule
 
getServerId() - Method in class org.dasein.cloud.services.disk.Volume
 
getServerPersistence() - Method in interface org.dasein.cloud.services.server.ServerServices
Identifies what kind of server persistence this cloud supports.
getServerServices() - Method in class org.dasein.cloud.AbstractCloud
 
getServerServices() - Method in class org.dasein.cloud.CloudProvider
Provides access to the server-oriented services from this cloud provider.
getServerSizeId() - Method in class org.dasein.cloud.services.scaling.LaunchConfiguration
 
getServerStatistics(String, long, long) - Method in interface org.dasein.cloud.services.server.ServerServices
Provides hypervisor statistics for the specified server that fit within the defined time range.
getServerStatisticsForPeriod(String, long, long) - Method in interface org.dasein.cloud.services.server.ServerServices
Provides hypervisor statistics for the specified server that fit within the defined time range.
getShares(String) - Method in interface org.dasein.cloud.services.disk.SnapshotServices
 
getShares(String) - Method in interface org.dasein.cloud.services.image.ImageServices
 
getShortString() - Method in enum org.dasein.cloud.DayOfWeek
 
getSize() - Method in class org.dasein.cloud.services.accounting.Offering
 
getSize() - Method in class org.dasein.cloud.services.accounting.Prepayment
 
getSize() - Method in class org.dasein.cloud.services.image.ServerImage
 
getSize() - Method in class org.dasein.cloud.services.server.Server
 
getSize() - Method in class org.dasein.cloud.services.storage.CloudStoreObject
 
getSizeId() - Method in class org.dasein.cloud.services.server.ServerSize
 
getSizeInGb() - Method in class org.dasein.cloud.services.disk.Snapshot
 
getSizeInGigabytes() - Method in class org.dasein.cloud.services.disk.Volume
 
getSnapshot(String) - Method in interface org.dasein.cloud.services.disk.SnapshotServices
 
getSnapshot(String) - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 
getSnapshotId() - Method in class org.dasein.cloud.services.disk.Volume
 
getSnapshotRetentionInDays() - Method in class org.dasein.cloud.services.rdbms.Database
 
getSnapshotServices() - Method in class org.dasein.cloud.AbstractCloud
 
getSnapshotServices() - Method in class org.dasein.cloud.CloudProvider
Provides access to the snapshot services provided in this cloud.
getSnapshotTimestamp() - Method in class org.dasein.cloud.services.disk.Snapshot
 
getSnapshotTimestamp() - Method in class org.dasein.cloud.services.rdbms.DatabaseSnapshot
 
getSnapshotWindow() - Method in class org.dasein.cloud.services.rdbms.Database
 
getSoftware() - Method in class org.dasein.cloud.services.accounting.Offering
 
getSoftware() - Method in class org.dasein.cloud.services.accounting.Prepayment
 
getStandardHourlyRate() - Method in class org.dasein.cloud.services.rdbms.DatabaseProduct
 
getStandardIoRate() - Method in class org.dasein.cloud.services.rdbms.DatabaseProduct
 
getStandardStorageRate() - Method in class org.dasein.cloud.services.rdbms.DatabaseProduct
 
getStartDayOfWeek() - Method in class org.dasein.cloud.TimeWindow
 
getStartHour() - Method in class org.dasein.cloud.TimeWindow
 
getStartMinute() - Method in class org.dasein.cloud.TimeWindow
 
getStartPort() - Method in class org.dasein.cloud.services.firewall.FirewallRule
 
getStartTime() - Method in class org.dasein.cloud.AsynchronousTask
 
getStartTime() - Method in class org.dasein.cloud.services.server.Server
 
getStartTimestamp() - Method in class org.dasein.cloud.services.server.ServerStatistics
 
getStopTime() - Method in class org.dasein.cloud.services.server.Server
 
getStorageInGigabytes() - Method in class org.dasein.cloud.services.rdbms.DatabaseProduct
 
getStorageInGigabytes() - Method in class org.dasein.cloud.services.rdbms.DatabaseSnapshot
 
getStoragePrivate() - Method in class org.dasein.cloud.ProviderContext
The storage private key is the private key used for cloud storage access.
getStoragePublic() - Method in class org.dasein.cloud.ProviderContext
The storage public key is the public key used for cloud storage access.
getStorageServices() - Method in class org.dasein.cloud.AbstractCloud
 
getStorageServices() - Method in class org.dasein.cloud.CloudProvider
Provides access to the cloud storage services supported by this cloud provider.
getSupportedSizes(Architecture) - Method in interface org.dasein.cloud.services.server.ServerServices
Provides a list of instance types, service offerings, or server sizes (however the underlying cloud might describe it) for a particular architecture
getTargetCapacity() - Method in class org.dasein.cloud.services.scaling.ScalingGroup
 
getTaskError() - Method in class org.dasein.cloud.AsynchronousTask
 
getTerminationTime() - Method in class org.dasein.cloud.services.server.Server
 
getTransferError() - Method in class org.dasein.cloud.services.storage.FileTransfer
 
getTransferRateInKilobytesPerSecond() - Method in class org.dasein.cloud.services.storage.FileTransfer
 
getType() - Method in class org.dasein.cloud.services.image.ServerImage
 
getUsageFee(Platform, String, String) - Method in interface org.dasein.cloud.services.accounting.AccountingServices
 
getUsageFee() - Method in class org.dasein.cloud.services.accounting.Offering
 
getUsageFee() - Method in class org.dasein.cloud.services.accounting.Prepayment
 
getValidation() - Method in class org.dasein.cloud.services.rdbms.ConfigurationParameter
 
getValue() - Method in class org.dasein.cloud.services.kvdb.KeyValuePair
 
getValue() - Method in class org.dasein.cloud.services.rdbms.ConfigurationParameter
 
getVersion() - Method in enum org.dasein.cloud.services.rdbms.DatabaseEngine
 
getVolume(String) - Method in interface org.dasein.cloud.services.disk.VolumeServices
 
getVolumeId() - Method in class org.dasein.cloud.services.disk.Snapshot
 
getVolumeServices() - Method in class org.dasein.cloud.AbstractCloud
 
getVolumeServices() - Method in class org.dasein.cloud.CloudProvider
Provides access to the virtual block storage services offered by this cloud provider.
guess(String) - Static method in enum org.dasein.cloud.services.server.Platform
 

H

hashCode() - Method in class org.dasein.cloud.services.address.IpForwardingRule
 
hashCode() - Method in class org.dasein.cloud.services.kvdb.KeyValueDatabase
 
hashCode() - Method in class org.dasein.cloud.services.kvdb.KeyValuePair
 

I

imageServer(String, String, String, String) - Method in interface org.dasein.cloud.services.image.ImageServices
 
ImageServices - Interface in org.dasein.cloud.services.image
 
InternalException - Exception in org.dasein.cloud
Represents a local failure in the implementation of this API.
InternalException() - Constructor for exception org.dasein.cloud.InternalException
Constructs an empty internal exception with no message or context information.
InternalException(String) - Constructor for exception org.dasein.cloud.InternalException
Constructs a local exception with the specified error message.
InternalException(Throwable) - Constructor for exception org.dasein.cloud.InternalException
Constructs a local exception caused by the specified exception.
IpAddress - Class in org.dasein.cloud.services.address
 
IpAddress() - Constructor for class org.dasein.cloud.services.address.IpAddress
 
IpAddress(String, String, String, String) - Constructor for class org.dasein.cloud.services.address.IpAddress
 
IpForwardingRule - Class in org.dasein.cloud.services.address
 
IpForwardingRule() - Constructor for class org.dasein.cloud.services.address.IpForwardingRule
 
isActive() - Method in class org.dasein.cloud.services.cdn.Distribution
 
isActive() - Method in class org.dasein.cloud.services.dc.DataCenter
A data center is considered to be active if it should be available.
isActive() - Method in class org.dasein.cloud.services.dc.Region
A regionis considered to be active if it should have at least one available data center.
isActive() - Method in class org.dasein.cloud.services.firewall.Firewall
 
isActive() - Method in class org.dasein.cloud.services.image.ServerImage
 
isActive() - Method in class org.dasein.cloud.services.lb.LoadBalancer
 
isActive() - Method in class org.dasein.cloud.services.notifications.Topic
 
isApplyImmediately() - Method in class org.dasein.cloud.services.rdbms.ConfigurationParameter
 
isAssigned() - Method in interface org.dasein.cloud.services.address.AddressServices
 
isAvailable() - Method in class org.dasein.cloud.services.dc.DataCenter
A data center is considered available if a customer can allocate resources in that data center.
isAvailable() - Method in class org.dasein.cloud.services.dc.Region
A region is considered available if at least one of its data centers is available.
isAvailable() - Method in class org.dasein.cloud.services.firewall.Firewall
 
isAvailable() - Method in class org.dasein.cloud.services.image.ServerImage
 
isBsd() - Method in enum org.dasein.cloud.services.server.Platform
 
isCname() - Method in class org.dasein.cloud.services.lb.LoadBalancer
 
isComplete() - Method in class org.dasein.cloud.AsynchronousTask
 
isContainer() - Method in class org.dasein.cloud.services.storage.CloudStoreObject
 
isDeployed() - Method in class org.dasein.cloud.services.cdn.Distribution
 
isEmpty() - Method in class org.dasein.cloud.services.rdbms.DatabaseConfiguration
 
isForwarding() - Method in interface org.dasein.cloud.services.address.AddressServices
 
isHighAvailability() - Method in class org.dasein.cloud.services.rdbms.Database
 
isLinux() - Method in enum org.dasein.cloud.services.server.Platform
 
isModifiable() - Method in class org.dasein.cloud.services.rdbms.ConfigurationParameter
 
isMySQL() - Method in enum org.dasein.cloud.services.rdbms.DatabaseEngine
 
isOpen() - Method in enum org.dasein.cloud.services.server.Platform
 
isPersistent() - Method in class org.dasein.cloud.services.image.ServerImage
 
isPersistent() - Method in class org.dasein.cloud.services.server.Server
 
isPublic(String) - Method in interface org.dasein.cloud.services.disk.SnapshotServices
 
isPublic(String) - Method in interface org.dasein.cloud.services.image.ImageServices
 
isPublic(String, String) - Method in interface org.dasein.cloud.services.storage.StorageServices
 
isPublicImage() - Method in class org.dasein.cloud.services.image.ServerImage
 
isStale() - Method in class org.dasein.cloud.services.storage.StorageCache
 
isSubscribed() - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 
isSupportsCloning() - Method in interface org.dasein.cloud.services.server.ServerServices
 
isSupportsCnames() - Method in interface org.dasein.cloud.services.lb.LoadBalancerServices
 
isSupportsCustomImages() - Method in interface org.dasein.cloud.services.image.ImageServices
 
isSupportsFirewallRules() - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 
isSupportsHighAvailability() - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 
isSupportsIps() - Method in interface org.dasein.cloud.services.lb.LoadBalancerServices
 
isSupportsKeyValueDatabases() - Method in interface org.dasein.cloud.services.kvdb.KeyValueDatabaseServices
Specifies whether the region represented by the current context supports key value databases.
isSupportsLowAvailability() - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 
isSupportsMaintenanceWindows() - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 
isSupportsMonitoring() - Method in interface org.dasein.cloud.services.lb.LoadBalancerServices
 
isSupportsSharing() - Method in interface org.dasein.cloud.services.disk.SnapshotServices
 
isSupportsSharing() - Method in interface org.dasein.cloud.services.image.ImageServices
 
isSupportsSnapshots() - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 
isUnix() - Method in enum org.dasein.cloud.services.server.Platform
 
isWindows() - Method in enum org.dasein.cloud.services.server.Platform
 

J

Jurisdiction - Enum in org.dasein.cloud.services.dc
Represents the legal context of a given region of data centers.

K

keySet() - Method in class org.dasein.cloud.services.rdbms.DatabaseConfiguration
 
KeyValueDatabase - Class in org.dasein.cloud.services.kvdb
 
KeyValueDatabase() - Constructor for class org.dasein.cloud.services.kvdb.KeyValueDatabase
 
KeyValueDatabaseServices - Interface in org.dasein.cloud.services.kvdb
 
KeyValueDatabaseTestSuite - Class in org.dasein.cloud.tests
 
KeyValueDatabaseTestSuite() - Constructor for class org.dasein.cloud.tests.KeyValueDatabaseTestSuite
 
KeyValueDatabaseTestSuite(boolean) - Constructor for class org.dasein.cloud.tests.KeyValueDatabaseTestSuite
 
KeyValuePair - Class in org.dasein.cloud.services.kvdb
 
KeyValuePair() - Constructor for class org.dasein.cloud.services.kvdb.KeyValuePair
 
KeyValuePair(String, String) - Constructor for class org.dasein.cloud.services.kvdb.KeyValuePair
 

L

launch(String, ServerSize, String, String, String, String, boolean, String...) - Method in interface org.dasein.cloud.services.server.ServerServices
Launches a server in the cloud.
LaunchConfiguration - Class in org.dasein.cloud.services.scaling
 
LaunchConfiguration() - Constructor for class org.dasein.cloud.services.scaling.LaunchConfiguration
 
LbAlgorithm - Enum in org.dasein.cloud.services.lb
 
LbListener - Class in org.dasein.cloud.services.lb
 
LbListener() - Constructor for class org.dasein.cloud.services.lb.LbListener
 
LbProtocol - Enum in org.dasein.cloud.services.lb
 
list() - Method in interface org.dasein.cloud.services.access.AccessServices
 
list() - Method in interface org.dasein.cloud.services.address.AddressServices
 
list() - Method in interface org.dasein.cloud.services.cdn.ContentDistributionServices
 
list() - Method in interface org.dasein.cloud.services.disk.SnapshotServices
 
list() - Method in interface org.dasein.cloud.services.disk.VolumeServices
 
list() - Method in interface org.dasein.cloud.services.firewall.FirewallServices
Lists all firewalls in the current provider context.
list(String) - Method in interface org.dasein.cloud.services.image.ImageServices
 
list() - Method in interface org.dasein.cloud.services.kvdb.KeyValueDatabaseServices
 
list() - Method in interface org.dasein.cloud.services.lb.LoadBalancerServices
 
list() - Method in interface org.dasein.cloud.services.server.ServerServices
Lists all servers belonging to the account owner currently in the cloud.
list(StorageCache) - Method in class org.dasein.cloud.services.storage.StorageCache.CacheEntry
 
list() - Method in class org.dasein.cloud.services.storage.StorageCache
 
list(CloudStoreObject) - Method in class org.dasein.cloud.services.storage.StorageCache
 
listAccess(String) - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 
listConfigurations() - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 
listDatabases() - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 
listDataCenters(String) - Method in interface org.dasein.cloud.services.dc.DataCenterServices
Lists all data centers, active and inactive, available and unavailable, for the specified region.
listFiles(String) - Method in interface org.dasein.cloud.services.storage.StorageServices
 
listLaunchConfigurations() - Method in interface org.dasein.cloud.services.scaling.ScalingServices
 
listOfferings() - Method in interface org.dasein.cloud.services.accounting.AccountingServices
 
listParameters(String) - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 
listPrepayments() - Method in interface org.dasein.cloud.services.accounting.AccountingServices
 
listRegions() - Method in interface org.dasein.cloud.services.dc.DataCenterServices
Lists all regions, active and inactive, available and unavailable.
listRules(String) - Method in interface org.dasein.cloud.services.address.AddressServices
 
listScalingGroups() - Method in interface org.dasein.cloud.services.scaling.ScalingServices
 
listSnapshots(String) - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 
listSubscriptions(String) - Method in interface org.dasein.cloud.services.notifications.NotificationsServices
 
listTopics() - Method in interface org.dasein.cloud.services.notifications.NotificationsServices
 
LoadBalancer - Class in org.dasein.cloud.services.lb
 
LoadBalancer() - Constructor for class org.dasein.cloud.services.lb.LoadBalancer
 
LoadBalancerServices - Interface in org.dasein.cloud.services.lb
 
log(String, int, String) - Method in class org.dasein.cloud.tests.Test
 
log(String, String) - Method in class org.dasein.cloud.tests.Test
 

M

main(String...) - Static method in class org.dasein.cloud.tests.DcTestSuite
 
main(String...) - Static method in class org.dasein.cloud.tests.KeyValueDatabaseTestSuite
 
main(String...) - Static method in class org.dasein.cloud.tests.RelationalDatabaseTestSuite
 
main(String...) - Static method in class org.dasein.cloud.tests.ServerTestSuite
 
main(String...) - Static method in class org.dasein.cloud.tests.TestSuite
 
makePublic(String) - Method in interface org.dasein.cloud.services.storage.StorageServices
 
makePublic(String, String) - Method in interface org.dasein.cloud.services.storage.StorageServices
 
matchDataCenter(CloudProvider, String) - Method in interface org.dasein.cloud.services.dc.DataCenterServices
Matches the data center ID for a data center in an account with another account and returns the matching data center.
monitor(String) - Method in interface org.dasein.cloud.services.server.ServerServices
Turns hypervisor monitoring on for the target server.
moveFile(String, String, String) - Method in interface org.dasein.cloud.services.storage.StorageServices
 
MqServices - Interface in org.dasein.cloud.services.mq
 

N

NotificationsServices - Interface in org.dasein.cloud.services.notifications
 

O

Offering - Class in org.dasein.cloud.services.accounting
 
Offering() - Constructor for class org.dasein.cloud.services.accounting.Offering
 
Offering(String, String, int, String, Platform, String, String, double, double) - Constructor for class org.dasein.cloud.services.accounting.Offering
 
OK - Static variable in class org.dasein.cloud.tests.Test
 
OperationNotSupportedException - Exception in org.dasein.cloud
Thrown by a cloud service implementation in which a given operation is not supported though the general service has some level of support.
OperationNotSupportedException() - Constructor for exception org.dasein.cloud.OperationNotSupportedException
Constructs an empty exception.
OperationNotSupportedException(String) - Constructor for exception org.dasein.cloud.OperationNotSupportedException
Constructs an exception with the specified explanation as to why the operation is not supported.
org.dasein.cloud - package org.dasein.cloud
Base package for the Dasein Cloud API.
org.dasein.cloud.encryption - package org.dasein.cloud.encryption
Provides classes to support the encryption and decryption of data in cloud storage.
org.dasein.cloud.services.access - package org.dasein.cloud.services.access
 
org.dasein.cloud.services.accounting - package org.dasein.cloud.services.accounting
 
org.dasein.cloud.services.address - package org.dasein.cloud.services.address
 
org.dasein.cloud.services.cdn - package org.dasein.cloud.services.cdn
 
org.dasein.cloud.services.dc - package org.dasein.cloud.services.dc
Concepts support the physical dependencies of the cloud infrastructure.
org.dasein.cloud.services.disk - package org.dasein.cloud.services.disk
 
org.dasein.cloud.services.firewall - package org.dasein.cloud.services.firewall
The firewall services define how to manage and control your firewall rules.
org.dasein.cloud.services.image - package org.dasein.cloud.services.image
The Image Services handle operations on virtual machine images/templates.
org.dasein.cloud.services.kvdb - package org.dasein.cloud.services.kvdb
 
org.dasein.cloud.services.lb - package org.dasein.cloud.services.lb
 
org.dasein.cloud.services.mq - package org.dasein.cloud.services.mq
 
org.dasein.cloud.services.notifications - package org.dasein.cloud.services.notifications
 
org.dasein.cloud.services.rdbms - package org.dasein.cloud.services.rdbms
 
org.dasein.cloud.services.scaling - package org.dasein.cloud.services.scaling
 
org.dasein.cloud.services.server - package org.dasein.cloud.services.server
Operations supporting virtual machines operating inside a cloud provider.
org.dasein.cloud.services.storage - package org.dasein.cloud.services.storage
 
org.dasein.cloud.tests - package org.dasein.cloud.tests
 

P

pause(String) - Method in interface org.dasein.cloud.services.server.ServerServices
Shuts down the target server.
Permission - Enum in org.dasein.cloud.services.firewall
 
pkFile - Variable in class org.dasein.cloud.tests.TestSuite.CloudData
 
Platform - Enum in org.dasein.cloud.services.server
An operating system associated with servers and images.
prepay(String, int) - Method in interface org.dasein.cloud.services.accounting.AccountingServices
 
Prepayment - Class in org.dasein.cloud.services.accounting
 
Prepayment() - Constructor for class org.dasein.cloud.services.accounting.Prepayment
 
Prepayment(String, String, int, long, String, Platform, String, String, int, double, double, PrepaymentState) - Constructor for class org.dasein.cloud.services.accounting.Prepayment
 
PrepaymentState - Enum in org.dasein.cloud.services.accounting
 
Protocol - Enum in org.dasein.cloud.services.firewall
A network protocol for firewall rules.
provider - Variable in class org.dasein.cloud.tests.TestSuite.CloudData
 
ProviderContext - Class in org.dasein.cloud
The contextual information necessary for making calls to a cloud provider.
ProviderContext() - Constructor for class org.dasein.cloud.ProviderContext
Constructs a new, empty provider context for managing the provider context information.
ProviderContext(String, String) - Constructor for class org.dasein.cloud.ProviderContext
Constructs a new provider context for the specified account number in the specified region.
publish(String, String, String) - Method in interface org.dasein.cloud.services.notifications.NotificationsServices
 
put(String, ConfigurationParameter) - Method in class org.dasein.cloud.services.rdbms.DatabaseConfiguration
 
putAll(Map<? extends String, ? extends ConfigurationParameter>) - Method in class org.dasein.cloud.services.rdbms.DatabaseConfiguration
 

Q

query(String, boolean) - Method in interface org.dasein.cloud.services.kvdb.KeyValueDatabaseServices
 

R

readFile(String) - Static method in class org.dasein.cloud.tests.TestSuite
 
reboot(String) - Method in interface org.dasein.cloud.services.server.ServerServices
Executes a server reboot for the target server.
Region - Class in org.dasein.cloud.services.dc
A group of data centers that share a jurisidiction and some common points of failure.
Region() - Constructor for class org.dasein.cloud.services.dc.Region
Constructs an empty region instance used in marshalling a region across the wire.
Region(String, String, boolean, boolean) - Constructor for class org.dasein.cloud.services.dc.Region
Constructs a region with the specified state characteristics.
RelationalDatabaseServices - Interface in org.dasein.cloud.services.rdbms
 
RelationalDatabaseTestSuite - Class in org.dasein.cloud.tests
 
RelationalDatabaseTestSuite() - Constructor for class org.dasein.cloud.tests.RelationalDatabaseTestSuite
 
RelationalDatabaseTestSuite(boolean) - Constructor for class org.dasein.cloud.tests.RelationalDatabaseTestSuite
 
release(String) - Method in interface org.dasein.cloud.services.address.AddressServices
 
remove(String) - Method in interface org.dasein.cloud.services.lb.LoadBalancerServices
 
remove(Object) - Method in class org.dasein.cloud.services.rdbms.DatabaseConfiguration
 
removeConfiguration(String) - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 
removeDatabase(String) - Method in interface org.dasein.cloud.services.kvdb.KeyValueDatabaseServices
 
removeDatabase(String) - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 
removeDataCenters(String, String...) - Method in interface org.dasein.cloud.services.lb.LoadBalancerServices
 
removeDirectory(String) - Method in interface org.dasein.cloud.services.storage.StorageServices
 
removeFile(String, String, boolean) - Method in interface org.dasein.cloud.services.storage.StorageServices
 
removeKeyValuePairs(String, String, KeyValuePair...) - Method in interface org.dasein.cloud.services.kvdb.KeyValueDatabaseServices
 
removeKeyValuePairs(String, String, String...) - Method in interface org.dasein.cloud.services.kvdb.KeyValueDatabaseServices
 
removeServers(String, String...) - Method in interface org.dasein.cloud.services.lb.LoadBalancerServices
 
removeSnapshot(String) - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 
removeTopic(String) - Method in interface org.dasein.cloud.services.notifications.NotificationsServices
 
renameDirectory(String, String, boolean) - Method in interface org.dasein.cloud.services.storage.StorageServices
 
renameFile(String, String, String) - Method in interface org.dasein.cloud.services.storage.StorageServices
 
replaceKeyValuePairs(String, String, KeyValuePair...) - Method in interface org.dasein.cloud.services.kvdb.KeyValueDatabaseServices
 
resetConfiguration(String, String...) - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 
restart(String, boolean) - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 
revoke(String, String, Protocol, int, int) - Method in interface org.dasein.cloud.services.firewall.FirewallServices
Revokes the specified access from the named firewall.
revokeAccess(String, String) - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 

S

ScalingGroup - Class in org.dasein.cloud.services.scaling
 
ScalingGroup() - Constructor for class org.dasein.cloud.services.scaling.ScalingGroup
 
ScalingServices - Interface in org.dasein.cloud.services.scaling
 
Server - Class in org.dasein.cloud.services.server
A virtual machine running within a cloud.
Server() - Constructor for class org.dasein.cloud.services.server.Server
 
ServerImage - Class in org.dasein.cloud.services.image
 
ServerImage() - Constructor for class org.dasein.cloud.services.image.ServerImage
 
ServerPersistence - Enum in org.dasein.cloud.services.server
 
ServerServices - Interface in org.dasein.cloud.services.server
Core interface for the server services.
ServerSize - Class in org.dasein.cloud.services.server
 
ServerSize() - Constructor for class org.dasein.cloud.services.server.ServerSize
 
ServerSize(String) - Constructor for class org.dasein.cloud.services.server.ServerSize
 
ServerSize(String, String) - Constructor for class org.dasein.cloud.services.server.ServerSize
 
ServerState - Enum in org.dasein.cloud.services.server
The various possible states in which a server can exist.
ServerStatistics - Class in org.dasein.cloud.services.server
A very ugly class that contains general analytic data that can be retrieved by a hypervisor from its guest hosts.
ServerStatistics() - Constructor for class org.dasein.cloud.services.server.ServerStatistics
 
ServerTestSuite - Class in org.dasein.cloud.tests
 
ServerTestSuite() - Constructor for class org.dasein.cloud.tests.ServerTestSuite
 
ServerTestSuite(boolean) - Constructor for class org.dasein.cloud.tests.ServerTestSuite
 
setAccessKeys(byte[], byte[]) - Method in class org.dasein.cloud.ProviderContext
Establishes the access key values.
setAccessPrivate(byte[]) - Method in class org.dasein.cloud.ProviderContext
Sets the private access key.
setAccessPublic(byte[]) - Method in class org.dasein.cloud.ProviderContext
Sets the public access key.
setAccountNumber(String) - Method in class org.dasein.cloud.ProviderContext
Sets the account number for this provider context.
setActive(boolean) - Method in class org.dasein.cloud.services.cdn.Distribution
 
setActive(boolean) - Method in class org.dasein.cloud.services.dc.DataCenter
Used only for marshalling and not to be used programatically.
setActive(boolean) - Method in class org.dasein.cloud.services.dc.Region
Used only for marshalling and not to be used programatically.
setActive(boolean) - Method in class org.dasein.cloud.services.firewall.Firewall
Sets the current firewall active state.
setActive(boolean) - Method in class org.dasein.cloud.services.image.ServerImage
 
setActive(boolean) - Method in class org.dasein.cloud.services.lb.LoadBalancer
 
setActive(boolean) - Method in class org.dasein.cloud.services.notifications.Topic
 
setAddress(String) - Method in class org.dasein.cloud.services.address.IpAddress
 
setAddress(String) - Method in class org.dasein.cloud.services.lb.LoadBalancer
 
setAddressId(String) - Method in class org.dasein.cloud.services.address.IpForwardingRule
 
setAdminUser(String) - Method in class org.dasein.cloud.services.rdbms.Database
 
setAdminUser(String) - Method in class org.dasein.cloud.services.rdbms.DatabaseSnapshot
 
setAlgorithm(LbAlgorithm) - Method in class org.dasein.cloud.services.lb.LbListener
 
setAliases(String[]) - Method in class org.dasein.cloud.services.cdn.Distribution
 
setAllocatedStorageInGb(int) - Method in class org.dasein.cloud.services.rdbms.Database
 
setApplyImmediately(boolean) - Method in class org.dasein.cloud.services.rdbms.ConfigurationParameter
 
setArchitecture(Architecture) - Method in class org.dasein.cloud.services.image.ServerImage
 
setArchitecture(Architecture) - Method in class org.dasein.cloud.services.server.Server
 
setAvailable(boolean) - Method in class org.dasein.cloud.services.dc.DataCenter
Used only for marshalling and not to be used programmatically.
setAvailable(boolean) - Method in class org.dasein.cloud.services.dc.Region
Used only for marshalling and not to be used programatically.
setAvailable(boolean) - Method in class org.dasein.cloud.services.firewall.Firewall
Sets the firewall availability.
setAvailable(boolean) - Method in class org.dasein.cloud.services.image.ServerImage
 
setAverageCpuUtilization(double) - Method in class org.dasein.cloud.services.server.ServerStatistics
 
setAverageDiskReadBytes(double) - Method in class org.dasein.cloud.services.server.ServerStatistics
 
setAverageDiskReadOperations(double) - Method in class org.dasein.cloud.services.server.ServerStatistics
 
setAverageDiskWriteBytes(double) - Method in class org.dasein.cloud.services.server.ServerStatistics
 
setAverageDiskWriteOperations(double) - Method in class org.dasein.cloud.services.server.ServerStatistics
 
setAverageNetworkIn(double) - Method in class org.dasein.cloud.services.server.ServerStatistics
 
setAverageNetworkOut(double) - Method in class org.dasein.cloud.services.server.ServerStatistics
 
setBytesToTransfer(long) - Method in class org.dasein.cloud.services.storage.FileTransfer
 
setBytesTransferred(long) - Method in class org.dasein.cloud.services.storage.FileTransfer
 
setCidr(String) - Method in class org.dasein.cloud.services.firewall.FirewallRule
Used only for marshalling and not to be used programatically.
setCloudName(String) - Method in class org.dasein.cloud.ProviderContext
Sets the name of the cloud supported by this context.
setCname(boolean) - Method in class org.dasein.cloud.services.lb.LoadBalancer
 
setConfiguration(String) - Method in class org.dasein.cloud.services.rdbms.Database
 
setContainer(boolean) - Method in class org.dasein.cloud.services.storage.CloudStoreObject
 
setCooldown(int) - Method in class org.dasein.cloud.services.scaling.ScalingGroup
 
setCount(int) - Method in class org.dasein.cloud.services.accounting.Prepayment
 
setCreateTime(long) - Method in class org.dasein.cloud.services.server.Server
 
setCreationDate(Date) - Method in class org.dasein.cloud.services.storage.CloudStoreObject
 
setCreationTimestamp(long) - Method in class org.dasein.cloud.services.disk.Volume
 
setCreationTimestamp(long) - Method in class org.dasein.cloud.services.rdbms.Database
 
setCreationTimestamp(long) - Method in class org.dasein.cloud.services.scaling.LaunchConfiguration
 
setCreationTimestamp(long) - Method in class org.dasein.cloud.services.scaling.ScalingGroup
 
setCurrency(String) - Method in class org.dasein.cloud.services.rdbms.DatabaseProduct
 
setCurrencyCode(String) - Method in class org.dasein.cloud.services.accounting.Offering
 
setCurrencyCode(String) - Method in class org.dasein.cloud.services.accounting.Prepayment
 
setCurrentState(SnapshotState) - Method in class org.dasein.cloud.services.disk.Snapshot
 
setCurrentState(VolumeState) - Method in class org.dasein.cloud.services.disk.Volume
 
setCurrentState(DatabaseState) - Method in class org.dasein.cloud.services.rdbms.Database
 
setCurrentState(DatabaseSnapshotState) - Method in class org.dasein.cloud.services.rdbms.DatabaseSnapshot
 
setCurrentState(ServerState) - Method in class org.dasein.cloud.services.server.Server
 
setCustomProperties(Properties) - Method in class org.dasein.cloud.ProviderContext
Establishes any custom properties for use by the Dasein Cloud implementation.
setDataCenterId(String) - Method in class org.dasein.cloud.services.accounting.Offering
 
setDataCenterId(String) - Method in class org.dasein.cloud.services.accounting.Prepayment
 
setDataCenterId(String) - Method in class org.dasein.cloud.services.disk.Volume
 
setDataCenterId(String) - Method in class org.dasein.cloud.services.server.Server
 
setDataFormat(DataFormat) - Method in class org.dasein.cloud.services.notifications.Subscription
 
setDataType(String) - Method in class org.dasein.cloud.services.rdbms.ConfigurationParameter
 
setDeployed(boolean) - Method in class org.dasein.cloud.services.cdn.Distribution
 
setDescription(String) - Method in class org.dasein.cloud.services.disk.Snapshot
 
setDescription(String) - Method in class org.dasein.cloud.services.firewall.Firewall
Defines the firewall description.
setDescription(String) - Method in class org.dasein.cloud.services.image.ServerImage
 
setDescription(String) - Method in class org.dasein.cloud.services.kvdb.KeyValueDatabase
 
setDescription(String) - Method in class org.dasein.cloud.services.lb.LoadBalancer
 
setDescription(String) - Method in class org.dasein.cloud.services.notifications.Subscription
 
setDescription(String) - Method in class org.dasein.cloud.services.notifications.Topic
 
setDescription(String) - Method in class org.dasein.cloud.services.rdbms.ConfigurationParameter
 
setDescription(String) - Method in class org.dasein.cloud.services.scaling.ScalingGroup
 
setDescription(String) - Method in class org.dasein.cloud.services.server.Server
 
setDesiredCapacity(String, int) - Method in interface org.dasein.cloud.services.scaling.ScalingServices
 
setDeviceId(String) - Method in class org.dasein.cloud.services.disk.Volume
 
setDirection(Direction) - Method in class org.dasein.cloud.services.firewall.FirewallRule
 
setDirectory(String) - Method in class org.dasein.cloud.services.storage.CloudStoreObject
 
setDnsName(String) - Method in class org.dasein.cloud.services.cdn.Distribution
 
setEndDayOfWeek(DayOfWeek) - Method in class org.dasein.cloud.TimeWindow
 
setEndHour(int) - Method in class org.dasein.cloud.TimeWindow
 
setEndMinute(int) - Method in class org.dasein.cloud.TimeWindow
 
setEndpoint(String) - Method in class org.dasein.cloud.ProviderContext
Sets the cloud endpoint for the provider context.
setEndpoint(String) - Method in class org.dasein.cloud.services.notifications.Subscription
 
setEndpointType(EndpointType) - Method in class org.dasein.cloud.services.notifications.Subscription
 
setEndPort(int) - Method in class org.dasein.cloud.services.firewall.FirewallRule
Used only for marshalling and not to be used programatically.
setEndTimestamp(long) - Method in class org.dasein.cloud.services.server.ServerStatistics
 
setEngine(DatabaseEngine) - Method in class org.dasein.cloud.services.rdbms.Database
 
setEngine(DatabaseEngine) - Method in class org.dasein.cloud.services.rdbms.DatabaseProduct
 
setFirewallId(String) - Method in class org.dasein.cloud.services.firewall.FirewallRule
Used only for marshalling and not to be used programatically.
setFixedFee(double) - Method in class org.dasein.cloud.services.accounting.Offering
 
setFixedFee(double) - Method in class org.dasein.cloud.services.accounting.Prepayment
 
setHighAvailability(boolean) - Method in class org.dasein.cloud.services.rdbms.Database
 
setHostName(String) - Method in class org.dasein.cloud.services.rdbms.Database
 
setHostPort(int) - Method in class org.dasein.cloud.services.rdbms.Database
 
setImageId(String) - Method in class org.dasein.cloud.services.server.Server
 
setIpAddressId(String) - Method in class org.dasein.cloud.services.address.IpAddress
 
setItemCount(int) - Method in class org.dasein.cloud.services.kvdb.KeyValueDatabase
 
setItemSize(int) - Method in class org.dasein.cloud.services.kvdb.KeyValueDatabase
 
setKey(String) - Method in class org.dasein.cloud.services.kvdb.KeyValuePair
 
setKey(String) - Method in class org.dasein.cloud.services.rdbms.ConfigurationParameter
 
setKeyCount(int) - Method in class org.dasein.cloud.services.kvdb.KeyValueDatabase
 
setKeySize(int) - Method in class org.dasein.cloud.services.kvdb.KeyValueDatabase
 
setKeyValueCount(int) - Method in class org.dasein.cloud.services.kvdb.KeyValueDatabase
 
setKeyValueSize(int) - Method in class org.dasein.cloud.services.kvdb.KeyValueDatabase
 
setListeners(LbListener...) - Method in class org.dasein.cloud.services.lb.LoadBalancer
 
setLocation(String) - Method in class org.dasein.cloud.services.cdn.Distribution
 
setLocation(String) - Method in class org.dasein.cloud.services.storage.CloudStoreObject
 
setMaintenanceWindow(TimeWindow) - Method in class org.dasein.cloud.services.rdbms.Database
 
setMaximumCpuUtilization(double) - Method in class org.dasein.cloud.services.server.ServerStatistics
 
setMaximumDiskReadBytes(double) - Method in class org.dasein.cloud.services.server.ServerStatistics
 
setMaximumDiskReadOperations(double) - Method in class org.dasein.cloud.services.server.ServerStatistics
 
setMaximumDiskWriteBytes(double) - Method in class org.dasein.cloud.services.server.ServerStatistics
 
setMaximumDiskWriteOperations(double) - Method in class org.dasein.cloud.services.server.ServerStatistics
 
setMaximumNetworkIn(double) - Method in class org.dasein.cloud.services.server.ServerStatistics
 
setMaximumNetworkOut(double) - Method in class org.dasein.cloud.services.server.ServerStatistics
 
setMaxServers(int) - Method in class org.dasein.cloud.services.scaling.ScalingGroup
 
setMinimumCpuUtilization(double) - Method in class org.dasein.cloud.services.server.ServerStatistics
 
setMinimumDiskReadBytes(double) - Method in class org.dasein.cloud.services.server.ServerStatistics
 
setMinimumDiskReadOperations(double) - Method in class org.dasein.cloud.services.server.ServerStatistics
 
setMinimumDiskWriteBytes(double) - Method in class org.dasein.cloud.services.server.ServerStatistics
 
setMinimumDiskWriteOperations(double) - Method in class org.dasein.cloud.services.server.ServerStatistics
 
setMinimumNetworkIn(double) - Method in class org.dasein.cloud.services.server.ServerStatistics
 
setMinimumNetworkOut(double) - Method in class org.dasein.cloud.services.server.ServerStatistics
 
setMinServers(int) - Method in class org.dasein.cloud.services.scaling.ScalingGroup
 
setModifiable(boolean) - Method in class org.dasein.cloud.services.rdbms.ConfigurationParameter
 
setName(String) - Method in class org.dasein.cloud.services.cdn.Distribution
 
setName(String) - Method in class org.dasein.cloud.services.dc.DataCenter
Used only for marshalling and not to be used programmatically.
setName(String) - Method in class org.dasein.cloud.services.dc.Region
Used only for marshalling and not to be used programatically.
setName(String) - Method in class org.dasein.cloud.services.disk.Snapshot
 
setName(String) - Method in class org.dasein.cloud.services.disk.Volume
 
setName(String) - Method in class org.dasein.cloud.services.firewall.Firewall
Sets the firewall name.
setName(String) - Method in class org.dasein.cloud.services.image.ServerImage
 
setName(String) - Method in class org.dasein.cloud.services.kvdb.KeyValueDatabase
 
setName(String) - Method in class org.dasein.cloud.services.lb.LoadBalancer
 
setName(String) - Method in class org.dasein.cloud.services.notifications.Subscription
 
setName(String) - Method in class org.dasein.cloud.services.notifications.Topic
 
setName(String) - Method in class org.dasein.cloud.services.rdbms.Database
 
setName(String) - Method in class org.dasein.cloud.services.rdbms.DatabaseProduct
 
setName(String) - Method in class org.dasein.cloud.services.scaling.LaunchConfiguration
 
setName(String) - Method in class org.dasein.cloud.services.scaling.ScalingGroup
 
setName(String) - Method in class org.dasein.cloud.services.server.Server
 
setName(String) - Method in class org.dasein.cloud.services.server.ServerSize
 
setName(String) - Method in class org.dasein.cloud.services.storage.CloudStoreObject
 
setNetworkProtocol(LbProtocol) - Method in class org.dasein.cloud.services.lb.LbListener
 
setOfferingId(String) - Method in class org.dasein.cloud.services.accounting.Offering
 
setOwner(String) - Method in class org.dasein.cloud.services.disk.Snapshot
 
setOwnerAccountId(String) - Method in class org.dasein.cloud.services.image.ServerImage
 
setParameter(Object) - Method in class org.dasein.cloud.services.rdbms.ConfigurationParameter
 
setPasswordCallback(Callable<String>) - Method in class org.dasein.cloud.services.server.Server
 
setPercentComplete(double) - Method in class org.dasein.cloud.AsynchronousTask
 
setPeriodInDays(int) - Method in class org.dasein.cloud.services.accounting.Offering
 
setPeriodInDays(int) - Method in class org.dasein.cloud.services.accounting.Prepayment
 
setPeriodStartTimestamp(long) - Method in class org.dasein.cloud.services.accounting.Prepayment
 
setPermission(Permission) - Method in class org.dasein.cloud.services.firewall.FirewallRule
 
setPersistent(boolean) - Method in class org.dasein.cloud.services.image.ServerImage
 
setPersistent(boolean) - Method in class org.dasein.cloud.services.server.Server
 
setPlatform(Platform) - Method in class org.dasein.cloud.services.accounting.Offering
 
setPlatform(Platform) - Method in class org.dasein.cloud.services.accounting.Prepayment
 
setPlatform(Platform) - Method in class org.dasein.cloud.services.image.ServerImage
 
setPlatform(Platform) - Method in class org.dasein.cloud.services.server.Server
 
setPrepaymentId(String) - Method in class org.dasein.cloud.services.accounting.Prepayment
 
setPrepaymentState(PrepaymentState) - Method in class org.dasein.cloud.services.accounting.Prepayment
 
setPrivateDnsAddress(String) - Method in class org.dasein.cloud.services.server.Server
 
setPrivateIpAddresses(String...) - Method in class org.dasein.cloud.services.server.Server
 
setPrivatePort(int) - Method in class org.dasein.cloud.services.address.IpForwardingRule
 
setPrivatePort(int) - Method in class org.dasein.cloud.services.lb.LbListener
 
setProductSize(String) - Method in class org.dasein.cloud.services.rdbms.Database
 
setProductSize(String) - Method in class org.dasein.cloud.services.rdbms.DatabaseProduct
 
setProgress(String) - Method in class org.dasein.cloud.services.disk.Snapshot
 
setProtocol(Protocol) - Method in class org.dasein.cloud.services.address.IpForwardingRule
 
setProtocol(Protocol) - Method in class org.dasein.cloud.services.firewall.FirewallRule
Used only for marshalling and not to be used programatically.
setProviderDatabaseId(String) - Method in class org.dasein.cloud.services.kvdb.KeyValueDatabase
 
setProviderDatabaseId(String) - Method in class org.dasein.cloud.services.rdbms.Database
 
setProviderDatabaseId(String) - Method in class org.dasein.cloud.services.rdbms.DatabaseSnapshot
 
setProviderDataCenterId(String) - Method in class org.dasein.cloud.services.dc.DataCenter
Used only for marshalling and not to be used programmatically.
setProviderDataCenterId(String) - Method in class org.dasein.cloud.services.rdbms.Database
 
setProviderDataCenterId(String) - Method in class org.dasein.cloud.services.rdbms.DatabaseProduct
 
setProviderDataCenterIds(String...) - Method in class org.dasein.cloud.services.lb.LoadBalancer
 
setProviderDataCenterIds(String[]) - Method in class org.dasein.cloud.services.scaling.ScalingGroup
 
setProviderDistributionId(String) - Method in class org.dasein.cloud.services.cdn.Distribution
 
setProviderFirewallId(String) - Method in class org.dasein.cloud.services.firewall.Firewall
Sets the unique ID for the firewall.
setProviderFirewallIds(String[]) - Method in class org.dasein.cloud.services.scaling.LaunchConfiguration
 
setProviderImageId(String) - Method in class org.dasein.cloud.services.scaling.LaunchConfiguration
 
setProviderLaunchConfigurationId(String) - Method in class org.dasein.cloud.services.scaling.LaunchConfiguration
 
setProviderLaunchConfigurationId(String) - Method in class org.dasein.cloud.services.scaling.ScalingGroup
 
setProviderLoadBalancerId(String) - Method in class org.dasein.cloud.services.lb.LoadBalancer
 
setProviderName(String) - Method in class org.dasein.cloud.ProviderContext
Sets the name of the organization providing cloud services.
setProviderOwnerId(String) - Method in class org.dasein.cloud.services.kvdb.KeyValueDatabase
 
setProviderOwnerId(String) - Method in class org.dasein.cloud.services.notifications.Subscription
 
setProviderOwnerId(String) - Method in class org.dasein.cloud.services.notifications.Topic
 
setProviderOwnerId(String) - Method in class org.dasein.cloud.services.rdbms.Database
 
setProviderOwnerId(String) - Method in class org.dasein.cloud.services.rdbms.DatabaseSnapshot
 
setProviderOwnerId(String) - Method in class org.dasein.cloud.services.scaling.ScalingGroup
 
setProviderRegionId(String) - Method in class org.dasein.cloud.services.dc.Region
Used only for marshalling and not to be used programatically.
setProviderRegionId(String) - Method in class org.dasein.cloud.services.kvdb.KeyValueDatabase
 
setProviderRegionId(String) - Method in class org.dasein.cloud.services.lb.LoadBalancer
 
setProviderRegionId(String) - Method in class org.dasein.cloud.services.notifications.Subscription
 
setProviderRegionId(String) - Method in class org.dasein.cloud.services.notifications.Topic
 
setProviderRegionId(String) - Method in class org.dasein.cloud.services.rdbms.Database
 
setProviderRegionId(String) - Method in class org.dasein.cloud.services.rdbms.DatabaseSnapshot
 
setProviderRegionId(String) - Method in class org.dasein.cloud.services.scaling.ScalingGroup
 
setProviderRegionId(String) - Method in class org.dasein.cloud.services.storage.CloudStoreObject
 
setProviderRuleId(String) - Method in class org.dasein.cloud.services.address.IpForwardingRule
 
setProviderRuleId(String) - Method in class org.dasein.cloud.services.firewall.FirewallRule
 
setProviderScalingGroupId(String) - Method in class org.dasein.cloud.services.scaling.ScalingGroup
 
setProviderServerId(String) - Method in class org.dasein.cloud.services.server.Server
 
setProviderServerIds(String...) - Method in class org.dasein.cloud.services.lb.LoadBalancer
 
setProviderServerIds(String[]) - Method in class org.dasein.cloud.services.scaling.ScalingGroup
 
setProviderServerImageId(String) - Method in class org.dasein.cloud.services.image.ServerImage
 
setProviderSnapshotId(String) - Method in class org.dasein.cloud.services.disk.Snapshot
 
setProviderSnapshotId(String) - Method in class org.dasein.cloud.services.rdbms.DatabaseSnapshot
 
setProviderSubscriptionId(String) - Method in class org.dasein.cloud.services.notifications.Subscription
 
setProviderTopicId(String) - Method in class org.dasein.cloud.services.notifications.Subscription
 
setProviderTopicId(String) - Method in class org.dasein.cloud.services.notifications.Topic
 
setProviderVolumeId(String) - Method in class org.dasein.cloud.services.disk.Volume
 
setPublicDnsAddress(String) - Method in class org.dasein.cloud.services.server.Server
 
setPublicImage(boolean) - Method in class org.dasein.cloud.services.image.ServerImage
 
setPublicIpAddresses(String...) - Method in class org.dasein.cloud.services.server.Server
 
setPublicPort(int) - Method in class org.dasein.cloud.services.address.IpForwardingRule
 
setPublicPort(int) - Method in class org.dasein.cloud.services.lb.LbListener
 
setRecoveryPointTimestamp(long) - Method in class org.dasein.cloud.services.rdbms.Database
 
setRegionId(String) - Method in class org.dasein.cloud.ProviderContext
Sets the region context for this provider context.
setRegionId(String) - Method in class org.dasein.cloud.services.address.IpAddress
 
setRegionId(String) - Method in class org.dasein.cloud.services.dc.DataCenter
Used only for marshalling and not to be used programmatically.
setRegionId(String) - Method in class org.dasein.cloud.services.disk.Snapshot
 
setRegionId(String) - Method in class org.dasein.cloud.services.disk.Volume
 
setRegionId(String) - Method in class org.dasein.cloud.services.firewall.Firewall
Sets the region ID for the region in which the firewall is located.
setRegionId(String) - Method in class org.dasein.cloud.services.server.Server
 
setReservedAddressId(String) - Method in class org.dasein.cloud.services.server.Server
 
setRootPassword(String) - Method in class org.dasein.cloud.services.server.Server
 
setSamples(int) - Method in class org.dasein.cloud.services.server.ServerStatistics
 
setServerId(String) - Method in class org.dasein.cloud.services.address.IpAddress
 
setServerId(String) - Method in class org.dasein.cloud.services.address.IpForwardingRule
 
setServerId(String) - Method in class org.dasein.cloud.services.disk.Volume
 
setServerSizeId(String) - Method in class org.dasein.cloud.services.scaling.LaunchConfiguration
 
setSize(String) - Method in class org.dasein.cloud.services.accounting.Offering
 
setSize(String) - Method in class org.dasein.cloud.services.accounting.Prepayment
 
setSize(ServerSize...) - Method in class org.dasein.cloud.services.image.ServerImage
 
setSize(String) - Method in class org.dasein.cloud.services.server.Server
 
setSize(long) - Method in class org.dasein.cloud.services.storage.CloudStoreObject
 
setSizeId(String) - Method in class org.dasein.cloud.services.server.ServerSize
 
setSizeInGb(int) - Method in class org.dasein.cloud.services.disk.Snapshot
 
setSizeInGigabytes(int) - Method in class org.dasein.cloud.services.disk.Volume
 
setSnapshotId(String) - Method in class org.dasein.cloud.services.disk.Volume
 
setSnapshotRetentionInDays(int) - Method in class org.dasein.cloud.services.rdbms.Database
 
setSnapshotTimestamp(long) - Method in class org.dasein.cloud.services.disk.Snapshot
 
setSnapshotTimestamp(long) - Method in class org.dasein.cloud.services.rdbms.DatabaseSnapshot
 
setSnapshotWindow(TimeWindow) - Method in class org.dasein.cloud.services.rdbms.Database
 
setSoftware(String) - Method in class org.dasein.cloud.services.accounting.Offering
 
setSoftware(String) - Method in class org.dasein.cloud.services.accounting.Prepayment
 
setStandardHourlyRate(float) - Method in class org.dasein.cloud.services.rdbms.DatabaseProduct
 
setStandardIoRate(float) - Method in class org.dasein.cloud.services.rdbms.DatabaseProduct
 
setStandardStorageRate(float) - Method in class org.dasein.cloud.services.rdbms.DatabaseProduct
 
setStartDayOfWeek(DayOfWeek) - Method in class org.dasein.cloud.TimeWindow
 
setStartHour(int) - Method in class org.dasein.cloud.TimeWindow
 
setStartMinute(int) - Method in class org.dasein.cloud.TimeWindow
 
setStartPort(int) - Method in class org.dasein.cloud.services.firewall.FirewallRule
Used only for marshalling and not to be used programatically.
setStartTime(long) - Method in class org.dasein.cloud.AsynchronousTask
 
setStartTime(long) - Method in class org.dasein.cloud.services.server.Server
 
setStartTimestamp(long) - Method in class org.dasein.cloud.services.server.ServerStatistics
 
setStopTime(long) - Method in class org.dasein.cloud.services.server.Server
 
setStorageInGigabytes(int) - Method in class org.dasein.cloud.services.rdbms.DatabaseProduct
 
setStorageInGigabytes(int) - Method in class org.dasein.cloud.services.rdbms.DatabaseSnapshot
 
setStorageKeys(byte[], byte[]) - Method in class org.dasein.cloud.ProviderContext
Sets the storage keypair for this provider context.
setStoragePrivate(byte[]) - Method in class org.dasein.cloud.ProviderContext
Sets the storage private key.
setStoragePublic(byte[]) - Method in class org.dasein.cloud.ProviderContext
Sets the storage public key value.
setTargetCapacity(int) - Method in class org.dasein.cloud.services.scaling.ScalingGroup
 
setTerminationTime(long) - Method in class org.dasein.cloud.services.server.Server
 
setTrigger(String, String, String, String, String, int, double, double, int, boolean, int, boolean, int) - Method in interface org.dasein.cloud.services.scaling.ScalingServices
 
setType(String) - Method in class org.dasein.cloud.services.image.ServerImage
 
setUsageFee(double) - Method in class org.dasein.cloud.services.accounting.Offering
 
setUsageFee(double) - Method in class org.dasein.cloud.services.accounting.Prepayment
 
setValidation(String) - Method in class org.dasein.cloud.services.rdbms.ConfigurationParameter
 
setValue(String) - Method in class org.dasein.cloud.services.kvdb.KeyValuePair
 
setValue(ConfigurationParameter) - Method in class org.dasein.cloud.services.rdbms.ConfigurationParameter
 
setVerbose(boolean) - Method in class org.dasein.cloud.tests.Test
 
setVolumeId(String) - Method in class org.dasein.cloud.services.disk.Snapshot
 
share(String, String, boolean) - Method in interface org.dasein.cloud.services.disk.SnapshotServices
 
share(String, String, boolean) - Method in interface org.dasein.cloud.services.image.ImageServices
 
size() - Method in class org.dasein.cloud.services.rdbms.DatabaseConfiguration
 
Snapshot - Class in org.dasein.cloud.services.disk
 
Snapshot() - Constructor for class org.dasein.cloud.services.disk.Snapshot
 
snapshot(String, String) - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 
SnapshotServices - Interface in org.dasein.cloud.services.disk
 
SnapshotState - Enum in org.dasein.cloud.services.disk
 
stop(String) - Method in interface org.dasein.cloud.services.server.ServerServices
TERMINATES AND DESTROYS the specified server.
stopForward(String) - Method in interface org.dasein.cloud.services.address.AddressServices
 
StorageCache - Class in org.dasein.cloud.services.storage
Caches the files stored in cloud storage so that not every call needs to go into the cloud.
StorageCache(StorageServices) - Constructor for class org.dasein.cloud.services.storage.StorageCache
 
StorageCache.CacheEntry - Class in org.dasein.cloud.services.storage
 
StorageCache.CacheEntry() - Constructor for class org.dasein.cloud.services.storage.StorageCache.CacheEntry
 
StorageServices - Interface in org.dasein.cloud.services.storage
Interface into the cloud storage services supported by this cloud provider.
subscribe(String, EndpointType, DataFormat, String) - Method in interface org.dasein.cloud.services.notifications.NotificationsServices
 
Subscription - Class in org.dasein.cloud.services.notifications
 
Subscription() - Constructor for class org.dasein.cloud.services.notifications.Subscription
 
SUITE - Static variable in class org.dasein.cloud.tests.DcTestSuite
 
SuiteFailureException - Exception in org.dasein.cloud.tests
 
SuiteFailureException(String) - Constructor for exception org.dasein.cloud.tests.SuiteFailureException
 

T

test(CloudProvider, String, String, String, String, String, String) - Method in class org.dasein.cloud.tests.DcTestSuite
 
test(CloudProvider, String, String, String, String, String, String) - Method in class org.dasein.cloud.tests.KeyValueDatabaseTestSuite
 
test(CloudProvider, String, String, String, String, String, String) - Method in class org.dasein.cloud.tests.RelationalDatabaseTestSuite
 
test(CloudProvider, String, String, String, String, String, String) - Method in class org.dasein.cloud.tests.ServerTestSuite
 
Test - Class in org.dasein.cloud.tests
 
Test() - Constructor for class org.dasein.cloud.tests.Test
 
Test(boolean) - Constructor for class org.dasein.cloud.tests.Test
 
test(CloudProvider, String, String, String, String, String, String) - Method in class org.dasein.cloud.tests.Test
 
TestFailureException - Exception in org.dasein.cloud.tests
 
TestFailureException(String) - Constructor for exception org.dasein.cloud.tests.TestFailureException
 
TestSuite - Class in org.dasein.cloud.tests
 
TestSuite() - Constructor for class org.dasein.cloud.tests.TestSuite
 
TestSuite.CloudData - Class in org.dasein.cloud.tests
 
TestSuite.CloudData() - Constructor for class org.dasein.cloud.tests.TestSuite.CloudData
 
TimeWindow - Class in org.dasein.cloud
 
TimeWindow() - Constructor for class org.dasein.cloud.TimeWindow
 
Topic - Class in org.dasein.cloud.services.notifications
 
Topic() - Constructor for class org.dasein.cloud.services.notifications.Topic
 
toString() - Method in class org.dasein.cloud.services.address.IpAddress
 
toString() - Method in class org.dasein.cloud.services.address.IpForwardingRule
 
toString() - Method in class org.dasein.cloud.services.kvdb.KeyValueDatabase
 
toString() - Method in class org.dasein.cloud.services.kvdb.KeyValuePair
 
toString() - Method in class org.dasein.cloud.services.lb.LoadBalancer
 
toString() - Method in class org.dasein.cloud.services.notifications.Subscription
 
toString() - Method in class org.dasein.cloud.services.notifications.Topic
 
toString() - Method in class org.dasein.cloud.services.rdbms.Database
 
toString() - Method in enum org.dasein.cloud.services.rdbms.DatabaseEngine
 
toString() - Method in class org.dasein.cloud.services.rdbms.DatabaseProduct
 
toString() - Method in class org.dasein.cloud.services.rdbms.DatabaseSnapshot
 
toString() - Method in enum org.dasein.cloud.services.server.Architecture
 
toString() - Method in enum org.dasein.cloud.services.server.Platform
 
toString() - Method in class org.dasein.cloud.services.server.ServerSize
 
toString() - Method in class org.dasein.cloud.services.server.ServerStatistics
 

U

unmonitor(String) - Method in interface org.dasein.cloud.services.server.ServerServices
Turns hypervisor monitoring off for the target server.
unsubscribe(String) - Method in interface org.dasein.cloud.services.notifications.NotificationsServices
 
update(String, String, boolean, String...) - Method in interface org.dasein.cloud.services.cdn.ContentDistributionServices
 
updateAutoScalingGroup(String, String, int, int, int, String...) - Method in interface org.dasein.cloud.services.scaling.ScalingServices
 
updateConfiguration(String, ConfigurationParameter...) - Method in interface org.dasein.cloud.services.rdbms.RelationalDatabaseServices
 
upload(File, String, String, boolean, Encryption) - Method in interface org.dasein.cloud.services.storage.StorageServices
 

V

valueOf(String) - Static method in enum org.dasein.cloud.DataFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dasein.cloud.DayOfWeek
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dasein.cloud.services.accounting.DataFeeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dasein.cloud.services.accounting.PrepaymentState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dasein.cloud.services.dc.Jurisdiction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dasein.cloud.services.disk.SnapshotState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dasein.cloud.services.disk.VolumeState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dasein.cloud.services.firewall.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dasein.cloud.services.firewall.Permission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dasein.cloud.services.firewall.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dasein.cloud.services.lb.LbAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dasein.cloud.services.lb.LbProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dasein.cloud.services.notifications.EndpointType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dasein.cloud.services.rdbms.DatabaseEngine
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dasein.cloud.services.rdbms.DatabaseSnapshotState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dasein.cloud.services.rdbms.DatabaseState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dasein.cloud.services.server.Architecture
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dasein.cloud.services.server.Platform
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dasein.cloud.services.server.ServerPersistence
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dasein.cloud.services.server.ServerState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.dasein.cloud.DataFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dasein.cloud.DayOfWeek
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dasein.cloud.services.accounting.DataFeeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dasein.cloud.services.accounting.PrepaymentState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dasein.cloud.services.dc.Jurisdiction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dasein.cloud.services.disk.SnapshotState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dasein.cloud.services.disk.VolumeState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dasein.cloud.services.firewall.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dasein.cloud.services.firewall.Permission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dasein.cloud.services.firewall.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dasein.cloud.services.lb.LbAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dasein.cloud.services.lb.LbProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dasein.cloud.services.notifications.EndpointType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.dasein.cloud.services.rdbms.DatabaseConfiguration
 
values() - Static method in enum org.dasein.cloud.services.rdbms.DatabaseEngine
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dasein.cloud.services.rdbms.DatabaseSnapshotState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dasein.cloud.services.rdbms.DatabaseState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dasein.cloud.services.server.Architecture
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dasein.cloud.services.server.Platform
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dasein.cloud.services.server.ServerPersistence
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dasein.cloud.services.server.ServerState
Returns an array containing the constants of this enum type, in the order they are declared.
verbose(String, int, String) - Method in class org.dasein.cloud.tests.Test
 
verbose(String, String) - Method in class org.dasein.cloud.tests.Test
 
Volume - Class in org.dasein.cloud.services.disk
 
Volume() - Constructor for class org.dasein.cloud.services.disk.Volume
 
Volume(String, String, String, String, int, String, String, VolumeState) - Constructor for class org.dasein.cloud.services.disk.Volume
 
VolumeServices - Interface in org.dasein.cloud.services.disk
 
VolumeState - Enum in org.dasein.cloud.services.disk
 

W

warn(String, int, String) - Method in class org.dasein.cloud.tests.Test
 
WARNING - Static variable in class org.dasein.cloud.tests.Test
 

A B C D E F G H I J K L M N O P Q R S T U V W