Click or drag to resize

BackupLog Class

Inheritance Hierarchy
SystemObject
  Aruba.Cloud.WsBackup.EntitiesBackupLog

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 BackupLog

The BackupLog type exposes the following members.

Constructors
  NameDescription
Public methodBackupLog
Initializes a new instance of the BackupLog class
Top
Properties
  NameDescription
Public propertyBackupAccountId
ID of the backup account associated with the job.
Public propertyBackupPacketName
Name of the backup account pricing plan.
Public propertyBackupUsername
Username of the backup account associated with the job.
Public propertyErrorDescription
Log error description in case the job was not completed successfully.
Public propertyJobId
ID of the backup job associated with the log.
Public propertyJobStatus
Status of the associated backup job.
Public propertyLogDate
Date the log was added.
Public propertyLogLastUpdateDate
Last update date log.
Public propertyMessage
Additional log message.
Public propertyOperationName
Backup job operation name.
Public propertyOperationUsername
Username of the user initiated the job.
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