Click or drag to resize

BackupAccountToCreate Class

Inheritance Hierarchy
SystemObject
  Aruba.Cloud.WsBackup.EntitiesBackupAccountToCreate

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 BackupAccountToCreate

The BackupAccountToCreate type exposes the following members.

Constructors
  NameDescription
Public methodBackupAccountToCreate
Initializes a new instance of the BackupAccountToCreate class
Top
Properties
  NameDescription
Public propertyAutoRenewal
Indicates whether the automatic renewal is enabled or not
Public propertyBackupPricingTypeID
ID of backup pricing plan. To get the list of available backup pricing plans for the region use GetBackupPricingTypes(int) method.
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 propertyPrimaryContactEmail
Primary contact email addresss (optional)
Public propertyPromoCode
PromoCode
Public propertyRegionID
ID of the region. To get the list of available regions use GetRegions method.
Public propertySubscribers
Subscribers List
Public propertyUserName
User name of the backup account to create (without @ symbol and domain).
Top
See Also