Click or drag to resize

IWsCloudStorage Methods

The IWsCloudStorage type exposes the following members.

Methods
  NameDescription
Public methodGetAccountsCost
Returns the list of accounts costs
Public methodGetCloudStorageAccount
By the method GetCloudStorageAccount you can retrieve the data for a specific Cloud Storage Account
Public methodCode exampleGetCloudStorageAccountBucketBandwidth
By the method GetCloudStorageAccountBucketFullVolume you can show the statistics of bandwidth consumption in your cloud storage account
Public methodGetCloudStorageAccountDetails
Public methodCode exampleGetCloudStorageAccountFullVolume
By the method GetCloudStorageAccountBucketFullVolume you can show the statistics of occupation of space in your cloud storage account
Public methodCode exampleGetCloudStorageAccounts
By the method GetCloudStorageAccounts you can show the list of your accounts
Public methodGetCloudStorageAccountStatistics
Public methodGetCloudStorageAccountsUsage
By the method GetCloudStorageAccountsusage you can show the list of your accounts with the usage of resources
Public methodCode exampleGetCloudStoragePricingTypes
By the method GetCloudStoragePricingTypes you can show the list of available pricing plans available
Public methodCode exampleGetCloudStorageUserBucketRequestsNumber
By the method GetCloudStorageAccountBucketFullVolume you can show the statistics of number of requests in your cloud storage account
Public methodGetJobs
Get a list of Job and income associated with the account indicated. By the method GetJobs (), you can get a list of objects of class Job representing the operations currently in the Running state and Waiting and going to work on the different resources.
Public methodGetLogs
Returns the list of error log messages. This method can be used to obtain debug information as a result of a call to the methods of the web service. GetLogs can be used only after passing the authentication phase. It allowed indicate a time interval, to limit to a specific period of time the extraction of information.
Public methodCode exampleGetRegions
By the method GetRegions you can show the list of available Regions
Public methodSetCancelDeleteCloudStorageAccount
Public methodCode exampleSetCloudStorageAccountOverLimitBehavior
By the method SetCloudStorageAccountOverLimitBehavior You can specify the behavior to adopt exceeded the limit of your pricing plan, if you have one
Public methodSetCloudStorageAccountPassword
By the method SetCloudStorageAccountPassword you can change a Cloud Storage Account password.
Public methodCode exampleSetCloudStorageAccountPricingType
By the method SetCloudStorageAccountPricingType You can specify the method of payment for the resources of an account CloudStorage, choosing between a prepaid tariff plan or a type to consumption
Public methodCode exampleSetCloudStorageAccountResetPassword
By the method SetCloudStorageAccountPassword you can reset a Cloud Storage Account password. The new password will be send for email
Public methodCode exampleSetCreateCloudStorageAccount
By the method SetCreateCloudStorageAccount you can create a Cloud Storage Account. The method require to specify the username and password for using the Cloud Storage service, also you must specify the Region where you want create the account, the pricing plan for your account and the behavior to adopt exceeded the limit
Public methodCode exampleSetDeleteCloudStorageAccount
By the method SetDeleteCloudStorageAccount you can delete a Cloud Storage Account
Public methodCode exampleSetDisableCloudStorageAccount
By the method SetDisableCloudStorageAccount you can disable a Cloud Storage Account.
Public methodCode exampleSetEnableCloudStorageAccount
By the method SetEnableCloudStorageAccount you can enable a Cloud Storage Account.
Top
See Also