Click or drag to resize

BackupJob Class

Inheritance Hierarchy
SystemObject
  Aruba.Cloud.WsBackup.EntitiesBackupJob

Namespace:  Aruba.Cloud.WsBackup.Entities
Assembly:  Aruba.Cloud.WsBackup (in Aruba.Cloud.WsBackup.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class BackupJob

The BackupJob type exposes the following members.

Constructors
  NameDescription
Public methodBackupJob
Initializes a new instance of the BackupJob class
Top
Properties
  NameDescription
Public propertyBackupAccountId
ID of the backup account associated with the job.
Public propertyBackupUsername
Username of the backup account associated with the job.
Public propertyCreationDate
Date the job was created.
Public propertyJobId
ID of the backup job.
Public propertyJobStatus
Current job status.
Public propertyLastUpdateDate
Date the job status or progress was last updated.
Public propertyOperationName
Backup job operation name.
Public propertyOperationUsername
Username of the user initiated the job.
Public propertyProgress
Current job progress (0 to 100).
Public propertyRegionId
ID of the region (if applicable) associated with the job.
Public propertyResourceId
ID of the job resource.
Public propertyUserId
ID of the user associated with the job.
Top
See Also