SourceBackupDetails

class oci.psql.models.SourceBackupDetails(**kwargs)

Bases: object

Information about the Source Backup associated with a backup.

Methods

__init__(**kwargs) Initializes a new SourceBackupDetails object with values from keyword arguments.

Attributes

source_backup_id [Required] Gets the source_backup_id of this SourceBackupDetails.
source_region [Required] Gets the source_region of this SourceBackupDetails.
__init__(**kwargs)

Initializes a new SourceBackupDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • source_region (str) – The value to assign to the source_region property of this SourceBackupDetails.
  • source_backup_id (str) – The value to assign to the source_backup_id property of this SourceBackupDetails.
source_backup_id

[Required] Gets the source_backup_id of this SourceBackupDetails. Backup ID of the COPY source type.

Returns:The source_backup_id of this SourceBackupDetails.
Return type:str
source_region

[Required] Gets the source_region of this SourceBackupDetails. Backup Region of the COPY source type.

Returns:The source_region of this SourceBackupDetails.
Return type:str