Click or drag to resize

BackupResource Class

Inheritance Hierarchy
SystemObject
  Aruba.Cloud.WsBackup.EntitiesBackupResource

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 BackupResource

The BackupResource type exposes the following members.

Constructors
  NameDescription
Public methodBackupResource
Initializes a new instance of the BackupResource class
Top
Properties
  NameDescription
Public propertyLimit
Resource amount limit according to the plan.
Public propertyLimitPeriod
Current resource validity period end. Null value indicates that the resource has just been acquired.
Public propertyProductID
ID of the related backup product.
Public propertyRateQuantity
Amount of resource used above the limit.
Public propertyResourceType
Associated resource type description.
Public propertyResourceTypeId
ID of the associated resource type.
Public propertyUnit
Unit used for the current resource.
Public propertyUsedLimitQuantity
Amount of resource used below the limit.
Top
See Also