BackupSourceDetails¶
-
class
oci.psql.models.
BackupSourceDetails
(**kwargs)¶ Bases:
oci.psql.models.source_details.SourceDetails
Restoring to a new database system from the backup. The database system details that are part of the CreateDbSystem request are not required, but if present will override the details from the backup’s database system snapshot.
Attributes
SOURCE_TYPE_BACKUP
str(object=’’) -> str SOURCE_TYPE_NONE
str(object=’’) -> str backup_id
[Required] Gets the backup_id of this BackupSourceDetails. is_having_restore_config_overrides
Gets the is_having_restore_config_overrides of this BackupSourceDetails. source_type
[Required] Gets the source_type of this SourceDetails. Methods
__init__
(**kwargs)Initializes a new BackupSourceDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
SOURCE_TYPE_BACKUP
= 'BACKUP'¶
-
SOURCE_TYPE_NONE
= 'NONE'¶
-
__init__
(**kwargs)¶ Initializes a new BackupSourceDetails object with values from keyword arguments. The default value of the
source_type
attribute of this class isBACKUP
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - source_type (str) – The value to assign to the source_type property of this BackupSourceDetails. Allowed values for this property are: “BACKUP”, “NONE”
- backup_id (str) – The value to assign to the backup_id property of this BackupSourceDetails.
- is_having_restore_config_overrides (bool) – The value to assign to the is_having_restore_config_overrides property of this BackupSourceDetails.
-
backup_id
¶ [Required] Gets the backup_id of this BackupSourceDetails. The OCID of the database system backup.
Returns: The backup_id of this BackupSourceDetails. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
is_having_restore_config_overrides
¶ Gets the is_having_restore_config_overrides of this BackupSourceDetails. Deprecated. Don’t use.
Returns: The is_having_restore_config_overrides of this BackupSourceDetails. Return type: bool
-
source_type
¶ [Required] Gets the source_type of this SourceDetails. The source descriminator.
Allowed values for this property are: “BACKUP”, “NONE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The source_type of this SourceDetails. Return type: str
-