PrimaryDbSystemSourceDetails¶
-
class
oci.psql.models.PrimaryDbSystemSourceDetails(**kwargs)¶ Bases:
oci.psql.models.source_details.SourceDetailsDetails of the primary database system.
Attributes
SOURCE_TYPE_BACKUPstr(object=’’) -> str SOURCE_TYPE_DB_SYSTEMstr(object=’’) -> str SOURCE_TYPE_NONEstr(object=’’) -> str primary_db_system_id[Required] Gets the primary_db_system_id of this PrimaryDbSystemSourceDetails. source_type[Required] Gets the source_type of this SourceDetails. Methods
__init__(**kwargs)Initializes a new PrimaryDbSystemSourceDetails 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_DB_SYSTEM= 'DB_SYSTEM'¶
-
SOURCE_TYPE_NONE= 'NONE'¶
-
__init__(**kwargs)¶ Initializes a new PrimaryDbSystemSourceDetails object with values from keyword arguments. The default value of the
source_typeattribute of this class isDB_SYSTEMand 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 PrimaryDbSystemSourceDetails. Allowed values for this property are: “BACKUP”, “NONE”, “DB_SYSTEM”
- primary_db_system_id (str) – The value to assign to the primary_db_system_id property of this PrimaryDbSystemSourceDetails.
-
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.
-
primary_db_system_id¶ [Required] Gets the primary_db_system_id of this PrimaryDbSystemSourceDetails. The [OCID] of the primary database system.
Returns: The primary_db_system_id of this PrimaryDbSystemSourceDetails. Return type: str
-
source_type¶ [Required] Gets the source_type of this SourceDetails. The source descriminator.
Allowed values for this property are: “BACKUP”, “NONE”, “DB_SYSTEM”, ‘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
-