Show / Hide Table of Contents

Class BackupToRestore

Information of the backup to be used to restore a server in a domain.

Inheritance
object
BackupToRestore
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.WlmsService.Models
Assembly: OCI.DotNetSDK.Wlms.dll
Syntax
public class BackupToRestore

Properties

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.
Note: Not OCIDs.

In this article
Back to top