AutonomousDatabaseBackupProperties interface
AutonomousDatabaseBackup resource model
Properties
| autonomous |
The OCID of the Autonomous Database. |
| backup |
The type of backup. |
| database |
The size of the database in terabytes at the time the backup was taken. |
| db |
A valid Oracle Database version for Autonomous Database. |
| display |
The user-friendly name for the backup. The name does not have to be unique. |
| is |
Indicates whether the backup is user-initiated or automatic. |
| is |
Indicates whether the backup can be used to restore the associated Autonomous Database. |
| lifecycle |
Additional information about the current lifecycle state. |
| lifecycle |
The current state of the backup. |
| ocid | The OCID of the Autonomous Database backup. |
| provisioning |
Azure resource provisioning state. |
| retention |
Retention period, in days |
| size |
The backup size in terabytes (TB). |
| time |
Timestamp until when the backup will be available. |
| time |
The date and time the backup completed. |
| time |
The date and time the backup started. |
Property Details
autonomousDatabaseOcid
The OCID of the Autonomous Database.
autonomousDatabaseOcid?: string
Property Value
string
backupType
The type of backup.
backupType?: string
Property Value
string
databaseSizeInTbs
The size of the database in terabytes at the time the backup was taken.
databaseSizeInTbs?: number
Property Value
number
dbVersion
A valid Oracle Database version for Autonomous Database.
dbVersion?: string
Property Value
string
displayName
The user-friendly name for the backup. The name does not have to be unique.
displayName?: string
Property Value
string
isAutomatic
Indicates whether the backup is user-initiated or automatic.
isAutomatic?: boolean
Property Value
boolean
isRestorable
Indicates whether the backup can be used to restore the associated Autonomous Database.
isRestorable?: boolean
Property Value
boolean
lifecycleDetails
Additional information about the current lifecycle state.
lifecycleDetails?: string
Property Value
string
lifecycleState
The current state of the backup.
lifecycleState?: string
Property Value
string
ocid
The OCID of the Autonomous Database backup.
ocid?: string
Property Value
string
provisioningState
Azure resource provisioning state.
provisioningState?: string
Property Value
string
retentionPeriodInDays
Retention period, in days
retentionPeriodInDays?: number
Property Value
number
sizeInTbs
The backup size in terabytes (TB).
sizeInTbs?: number
Property Value
number
timeAvailableTil
Timestamp until when the backup will be available.
timeAvailableTil?: Date
Property Value
Date
timeEnded
The date and time the backup completed.
timeEnded?: string
Property Value
string
timeStarted
The date and time the backup started.
timeStarted?: string
Property Value
string