Class ServerToRestore
The object containing server to restore and the backups to be used to restore.
Inherited Members
Namespace: Oci.WlmsService.Models
Assembly: OCI.DotNetSDK.Wlms.dll
Syntax
public class ServerToRestore
Properties
Backups
Declaration
[JsonProperty(PropertyName = "backups")]
public List<BackupToRestore> Backups { get; set; }
Property Value
Type | Description |
---|---|
List<BackupToRestore> | The list of backup unique identifiers to be used to restore.
|
ServerId
Declaration
[JsonProperty(PropertyName = "serverId")]
public string ServerId { get; set; }
Property Value
Type | Description |
---|---|
string | The unique identifier of the server for which backup needs to be restored.
|