Class BackupToRestore
Information of the backup to be used to restore a server in a domain.
Inherited Members
Namespace: Oci.WlmsService.Models
Assembly: OCI.DotNetSDK.Wlms.dll
Syntax
public class BackupToRestoreProperties
ContentType
Declaration
[JsonProperty(PropertyName = "contentType")]
[JsonConverter(typeof(StringEnumConverter))]
public BackupContentType? ContentType { get; set; }Property Value
| Type | Description | 
|---|---|
| BackupContentType? | The type of content of the backup. | 
Id
Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The unique identifier of the backup to be used to restore.
 |