Resource: AutonomousDatabaseBackup
Details of the Autonomous Database Backup resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabaseBackup/
JSON representation |
---|
{
"name": string,
"autonomousDatabase": string,
"displayName": string,
"properties": {
object ( |
Fields | |
---|---|
name |
Identifier. The name of the Autonomous Database Backup resource with the format: projects/{project}/locations/{region}/autonomousDatabaseBackups/{autonomousDatabaseBackup} |
autonomous |
Required. The name of the Autonomous Database resource for which the backup is being created. Format: projects/{project}/locations/{region}/autonomousDatabases/{autonomousDatabase} |
display |
Optional. User friendly name for the Backup. The name does not have to be unique. |
properties |
Optional. Various properties of the backup. |
labels |
Optional. labels or tags associated with the resource. An object containing a list of |
AutonomousDatabaseBackupProperties
Properties of the Autonomous Database Backup resource.
JSON representation |
---|
{ "ocid": string, "retentionPeriodDays": integer, "compartmentId": string, "databaseSizeTb": number, "dbVersion": string, "isLongTermBackup": boolean, "isAutomaticBackup": boolean, "isRestorable": boolean, "keyStoreId": string, "keyStoreWallet": string, "kmsKeyId": string, "kmsKeyVersionId": string, "lifecycleDetails": string, "lifecycleState": enum ( |
Fields | |
---|---|
ocid |
Output only. OCID of the Autonomous Database backup. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle |
retention |
Optional. Retention period in days for the backup. |
compartment |
Output only. The OCID of the compartment. |
database |
Output only. The quantity of data in the database, in terabytes. |
db |
Output only. A valid Oracle Database version for Autonomous Database. |
is |
Output only. Indicates if the backup is long term backup. |
is |
Output only. Indicates if the backup is automatic or user initiated. |
is |
Output only. Indicates if the backup can be used to restore the Autonomous Database. |
key |
Optional. The OCID of the key store of Oracle Vault. |
key |
Optional. The wallet name for Oracle Key Vault. |
kms |
Optional. The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations. |
kms |
Optional. The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances. |
lifecycle |
Output only. Additional information about the current lifecycle state. |
lifecycle |
Output only. The lifecycle state of the backup. |
size |
Output only. The backup size in terabytes. |
available |
Output only. Timestamp until when the backup will be available. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
end |
Output only. The date and time the backup completed. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
start |
Output only. The date and time the backup started. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
type |
Output only. The type of the backup. |
vault |
Optional. The OCID of the vault. |
State
// The various lifecycle states of the Autonomous Database Backup.
Enums | |
---|---|
STATE_UNSPECIFIED |
Default unspecified value. |
CREATING |
Indicates that the resource is in creating state. |
ACTIVE |
Indicates that the resource is in active state. |
DELETING |
Indicates that the resource is in deleting state. |
DELETED |
Indicates that the resource is in deleted state. |
FAILED |
Indicates that the resource is in failed state. |
UPDATING |
Indicates that the resource is in updating state. |
Type
The type of the backup.
Enums | |
---|---|
TYPE_UNSPECIFIED |
Default unspecified value. |
INCREMENTAL |
Incremental backups. |
FULL |
Full backups. |
LONG_TERM |
Long term backups. |
Methods |
|
---|---|
|
Lists the long-term and automatic backups of an Autonomous Database. |