BackupAccount Class |
Namespace: Aruba.Cloud.WsBackup.Entities
The BackupAccount type exposes the following members.
| Name | Description | |
|---|---|---|
| BackupAccount | Initializes a new instance of the BackupAccount class |
| Name | Description | |
|---|---|---|
| AbsoluteUsage |
Absolute Usage
| |
| AutoRenewal |
Indicates whether the backup account has the AutoRenewal enabled or not
| |
| BackupAccountID |
Backup account ID.
| |
| BackupAccountStatus |
Current backup account status.
| |
| BackupPricingType |
ID of backup pricing plan. To get the list of available backup pricing plans for the region use GetBackupPricingTypes(int) method.
| |
| BackupPricingTypeID |
ID of backup pricing plan of the backup account. To get the list of available backup pricing plans for the region use GetBackupPricingTypes(int) method.
| |
| BackupResources |
List of backup resources used by the backup account.
| |
| BareMetal |
Region configuraton
| |
| CompanyID |
ID of the user's company.
| |
| CreatingDate |
Date the backup account was created.
| |
| DataCenterID |
ID of the datacenter the backup account belongs to.
| |
| DeletionDate |
Date the backup account was deleted.
| |
| IsOverLimit |
This property indicates whether the current backup size exceeds backup account's pricing plan limit.
| |
| OverLimitBehavior |
Over-limit behavior for the new backup account. Over-limit behavior controls backup account state when one of the resources exceeds the limit of the current pricing plan.
| |
| Password |
Backup account password. Must contain from 6 to 30 characters, contain at least 1 uppercase, 1 lowercase, 1 digit and 1 special character.
| |
| RedirectorAddress |
Remote address which should be used during backup server agent installation for the agent registration in the system.
| |
| RegionID |
ID of the region backup account belongs to. To get the list of available regions use GetRegions method.
| |
| RenewalDate |
Date the backup account will be automatically renewed.
| |
| ServerAgentsNumber |
Number of installed server backup agents associated with the backup account.
| |
| Subscribers |
Subscribers List
| |
| TotalStorage |
Total amount of backup storage (in MB) available for the backup account
| |
| UpdatedAt |
lastbillingdate if synced else datetime.Now
| |
| UsagePercentage |
Usage Percentage
| |
| UsedStorage |
Amount of backup storage (in MB) currently used by the backup account
| |
| UserCanEdit |
Indicates whether is possible to edit or not the BackupAccount
| |
| UserID |
ID of the user that owns the backup account.
| |
| UserName |
User name of the backup account (without @ symbol and domain).
| |
| WebCCUrl |
URL of the Public portal to manage backup account services.
| |
| WebCCUserName |
Username to be used to access Public portal to manage backup account services.
|