Click or drag to resize

BackupServer Class

Inheritance Hierarchy
SystemObject
  Aruba.Cloud.WsBackup.EntitiesBackupServer

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 BackupServer

The BackupServer type exposes the following members.

Constructors
  NameDescription
Public methodBackupServer
Initializes a new instance of the BackupServer class
Top
Properties
  NameDescription
Public propertyDataCenterID
ID of the datacenter of the related backup account.
Public propertyID
Unique ID of the backup server.
Public propertyIPAddress
Backup server IP address.
Public propertyLastBackupDate
Date of last backup.
Public propertyLastBackupStatus
Status of the latest backup.
Public propertyLastBackupStatusMessage
Reserved. Please use [P:LastBackupStatus] property.
Public propertyServerName
Backup server name.
Public propertyVirtualMachineDataCenterID
ID of VM's datacenter in case the backup server is not an external server.
Public propertyVirtualMachineID
ID of VM in case the backup server is not an external server.
Top
See Also