Class AutonomousDatabaseBackupProperties (0.5.0)

AutonomousDatabaseBackupProperties(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Properties of the Autonomous Database Backup resource.

Attributes

Name Description
ocid str
Output only. OCID of the Autonomous Database backup. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
retention_period_days int
Optional. Retention period in days for the backup.
compartment_id str
Output only. The OCID of the compartment.
database_size_tb float
Output only. The quantity of data in the database, in terabytes.
db_version str
Output only. A valid Oracle Database version for Autonomous Database.
is_long_term_backup bool
Output only. Indicates if the backup is long term backup.
is_automatic_backup bool
Output only. Indicates if the backup is automatic or user initiated.
is_restorable bool
Output only. Indicates if the backup can be used to restore the Autonomous Database.
key_store_id str
Optional. The OCID of the key store of Oracle Vault.
key_store_wallet str
Optional. The wallet name for Oracle Key Vault.
kms_key_id str
Optional. The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
kms_key_version_id str
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_details str
Output only. Additional information about the current lifecycle state.
lifecycle_state google.cloud.oracledatabase_v1.types.AutonomousDatabaseBackupProperties.State
Output only. The lifecycle state of the backup.
size_tb float
Output only. The backup size in terabytes.
available_till_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp until when the backup will be available.
end_time google.protobuf.timestamp_pb2.Timestamp
Output only. The date and time the backup completed.
start_time google.protobuf.timestamp_pb2.Timestamp
Output only. The date and time the backup started.
type_ google.cloud.oracledatabase_v1.types.AutonomousDatabaseBackupProperties.Type
Output only. The type of the backup.
vault_id str
Optional. The OCID of the vault.

Classes

State

State(value)

// The various lifecycle states of the Autonomous Database Backup.

Type

Type(value)

The type of the backup.