Click or drag to resize

BackupAccount Class

Inheritance Hierarchy
SystemObject
  Aruba.Cloud.WsBackup.EntitiesBackupAccount

Namespace:  Aruba.Cloud.WsBackup.Entities
Assembly:  Aruba.Cloud.WsBackup (in Aruba.Cloud.WsBackup.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[DataContractAttribute]
public class BackupAccount

The BackupAccount type exposes the following members.

Constructors
  NameDescription
Public methodBackupAccount
Initializes a new instance of the BackupAccount class
Top
Properties
  NameDescription
Public propertyAbsoluteUsage
Absolute Usage
Public propertyAutoRenewal
Indicates whether the backup account has the AutoRenewal enabled or not
Public propertyBackupAccountID
Backup account ID.
Public propertyBackupAccountStatus
Current backup account status.
Public propertyBackupPricingType
ID of backup pricing plan. To get the list of available backup pricing plans for the region use GetBackupPricingTypes(int) method.
Public propertyBackupPricingTypeID
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.
Public propertyBackupResources
List of backup resources used by the backup account.
Public propertyBareMetal
Region configuraton
Public propertyCompanyID
ID of the user's company.
Public propertyCreatingDate
Date the backup account was created.
Public propertyDataCenterID
ID of the datacenter the backup account belongs to.
Public propertyDeletionDate
Date the backup account was deleted.
Public propertyIsOverLimit
This property indicates whether the current backup size exceeds backup account's pricing plan limit.
Public propertyOverLimitBehavior
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.
Public propertyPassword
Backup account password. Must contain from 6 to 30 characters, contain at least 1 uppercase, 1 lowercase, 1 digit and 1 special character.
Public propertyRedirectorAddress
Remote address which should be used during backup server agent installation for the agent registration in the system.
Public propertyRegionID
ID of the region backup account belongs to. To get the list of available regions use GetRegions method.
Public propertyRenewalDate
Date the backup account will be automatically renewed.
Public propertyServerAgentsNumber
Number of installed server backup agents associated with the backup account.
Public propertySubscribers
Subscribers List
Public propertyTotalStorage
Total amount of backup storage (in MB) available for the backup account
Public propertyUpdatedAt
lastbillingdate if synced else datetime.Now
Public propertyUsagePercentage
Usage Percentage
Public propertyUsedStorage
Amount of backup storage (in MB) currently used by the backup account
Public propertyUserCanEdit
Indicates whether is possible to edit or not the BackupAccount
Public propertyUserID
ID of the user that owns the backup account.
Public propertyUserName
User name of the backup account (without @ symbol and domain).
Public propertyWebCCUrl
URL of the Public portal to manage backup account services.
Public propertyWebCCUserName
Username to be used to access Public portal to manage backup account services.
Top
See Also