LXCABackupRestoreRequest class
This data object contains the operational status when a backup is being restored or imported.
Namespace: Lenovo.SysMgmt.LXCA.Integration.Data
Assembly: Lenovo.SysMgmt.LXCA.Integration.Data
Properties
- public bool RestoreOS { get; set;}
- Indicates whether to restore operating-system images.
- public bool RestoreManagedDevices { get; set;}
- Indicates whether to restore device inventory.
- public bool RestoreFirmware { get; set;}
- Indicates whether to restore firmware and OS device-driver updates.
- public bool RestoreNetworkSettings { get; set;}
- Indicates whether to restore network settings.
- public string FileName { get; set;}
- Name of the XClarity Administrator backup.
- public string Uuid { get; set;}
- UUID of the backup file.
- public string Status { get; set;}
- Status of the restore/import operation.
Methods
- public virtual bool Equals (object obj);
- Determines whether the specified object is equal to the current object.
(Inherited from System.Object)
- public virtual int GetHashCode ();
- Serves as the default hash function
(Inherited from System.Object)
- public Type GetType ();
- Gets the System.Type of the current instance
(Inherited from System.Object)
- public virtual string ToString ();
- Returns a string that represents the current object.
(Inherited from System.Object)
Give documentation feedback