DbSystemSourceFromDbSystem

class oci.mysql.models.DbSystemSourceFromDbSystem(**kwargs)

Bases: oci.mysql.models.db_system_source.DbSystemSource

The source DB system identifier (OCID) from which the cloned DB system was created.

Attributes

SOURCE_TYPE_BACKUP str(object=’’) -> str
SOURCE_TYPE_DBSYSTEM str(object=’’) -> str
SOURCE_TYPE_IMPORTURL str(object=’’) -> str
SOURCE_TYPE_NONE str(object=’’) -> str
SOURCE_TYPE_PITR str(object=’’) -> str
db_system_id [Required] Gets the db_system_id of this DbSystemSourceFromDbSystem.
source_type [Required] Gets the source_type of this DbSystemSource.

Methods

__init__(**kwargs) Initializes a new DbSystemSourceFromDbSystem 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_DBSYSTEM = 'DBSYSTEM'
SOURCE_TYPE_IMPORTURL = 'IMPORTURL'
SOURCE_TYPE_NONE = 'NONE'
SOURCE_TYPE_PITR = 'PITR'
__init__(**kwargs)

Initializes a new DbSystemSourceFromDbSystem object with values from keyword arguments. The default value of the source_type attribute of this class is DBSYSTEM 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 DbSystemSourceFromDbSystem. Allowed values for this property are: “NONE”, “BACKUP”, “PITR”, “IMPORTURL”, “DBSYSTEM”
  • db_system_id (str) – The value to assign to the db_system_id property of this DbSystemSourceFromDbSystem.
db_system_id

[Required] Gets the db_system_id of this DbSystemSourceFromDbSystem. The OCID of the DB system used as the source for the new DB system.

Returns:The db_system_id of this DbSystemSourceFromDbSystem.
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.

source_type

[Required] Gets the source_type of this DbSystemSource. The specific source identifier.

Allowed values for this property are: “NONE”, “BACKUP”, “PITR”, “IMPORTURL”, “DBSYSTEM”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The source_type of this DbSystemSource.
Return type:str