Share via


AutonomousDatabaseBackupProperties Class

Definition

AutonomousDatabaseBackup resource model.

public class AutonomousDatabaseBackupProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.OracleDatabase.Models.AutonomousDatabaseBackupProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.OracleDatabase.Models.AutonomousDatabaseBackupProperties>
type AutonomousDatabaseBackupProperties = class
    interface IJsonModel<AutonomousDatabaseBackupProperties>
    interface IPersistableModel<AutonomousDatabaseBackupProperties>
Public Class AutonomousDatabaseBackupProperties
Implements IJsonModel(Of AutonomousDatabaseBackupProperties), IPersistableModel(Of AutonomousDatabaseBackupProperties)
Inheritance
AutonomousDatabaseBackupProperties
Implements

Constructors

AutonomousDatabaseBackupProperties()

Initializes a new instance of AutonomousDatabaseBackupProperties.

Properties

AutonomousDatabaseOcid

The OCID of the Autonomous Database.

BackupType

The type of backup.

DatabaseSizeInTbs

The size of the database in terabytes at the time the backup was taken.

DbVersion

A valid Oracle Database version for Autonomous Database. Serialized Name: AutonomousDatabaseBackupProperties.dbVersion

DBVersion

A valid Oracle Database version for Autonomous Database.

DisplayName

The user-friendly name for the backup. The name does not have to be unique.

IsAutomatic

Indicates whether the backup is user-initiated or automatic.

IsRestorable

Indicates whether the backup can be used to restore the associated Autonomous Database.

LifecycleDetails

Additional information about the current lifecycle state.

LifecycleState

The current state of the backup.

Ocid

The OCID of the Autonomous Database backup.

ProvisioningState

Azure resource provisioning state.

RetentionPeriodInDays

Retention period, in days, for long-term backups.

SizeInTbs

The backup size in terabytes (TB).

TimeAvailableTil

Timestamp until when the backup will be available.

TimeEnded

The date and time the backup completed.

TimeStarted

The date and time the backup started.

Explicit Interface Implementations

IJsonModel<AutonomousDatabaseBackupProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AutonomousDatabaseBackupProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutonomousDatabaseBackupProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutonomousDatabaseBackupProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AutonomousDatabaseBackupProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to