Operations at CloudManagement
This page describes the backend methods at this endpoint.
| Signature | Description |
|---|---|
| Guid AddConfigurationAccount(CloudAccount account) | Add account to cloud configuration. |
| Void DeleteConfigurationAccount(String accountId) | Delete existing account of cloud configuration. |
| AmazonGlacierJobInfo GetAmazonGlacierJobInfo(String jobId, AmazonCloudBackupLocation location) | Gets the amazon glacier job's info. |
| AzureRegionsCollection GetAzureRegions() | Gets Azure regions. |
| CloudServiceConfiguration GetCloudConfiguration() | Gets cloud configuration. |
| CloudAccount GetConfigurationAccount(String accountId) | Get existing account of cloud configuration. |
| Ec2VpcInfoCollection GetEc2Environment(String accountId) | Gets EC2 security information specific to an environment whose method is being called. |
| RackspaceRegionsCollection GetRackspaceRegions() | Gets Rackspace regions. |
| Boolean IsConfigurationAccountUsed(String accountId) | Checks whether cloud account is used, e.g. scheduled archive. |
| CloudItemCollection ListContainers(String accountId) | Gets cloud containers. |
| CloudItemCollection ListFiles(CloudLocation cloudLocation) | Gets cloud files. |
| CloudItemCollection ListFolders(CloudLocation cloudLocation) | Gets cloud folders. |
| CloudItemCollection ListItems(CloudLocation cloudLocation) | Gets cloud files and folders. |
| Void SetCloudConfiguration(CloudServiceConfiguration cloudConfiguration) | Sets cloud configuration. |
| Guid StartDownload(DownloadFromCloudJobRequest request) | Starts a download. |
| Guid StartUpload(UploadToCloudJobRequest request) | Starts an upload. |
| Void UpdateConfigurationAccount(CloudAccount account) | Edit existing account of cloud configuration. |
| Void VerifyConnect(CloudAccount account) | Verify cloud availability. |