OracleOnlineLogicalMigrationSettingsSummary

class oci.database_migration.models.OracleOnlineLogicalMigrationSettingsSummary(**kwargs)

Bases: oci.database_migration.models.oracle_migration_settings_summary.OracleMigrationSettingsSummary

Oracle online logical migration summary settings.

Attributes

MIGRATION_METHOD_OFFLINE_LOGICAL str(object=’’) -> str
MIGRATION_METHOD_ONLINE_LOGICAL str(object=’’) -> str
MIGRATION_METHOD_ONLINE_STANDBY str(object=’’) -> str
migration_method [Required] Gets the migration_method of this OracleMigrationSettingsSummary.
source_container_database_connection_id Gets the source_container_database_connection_id of this OracleOnlineLogicalMigrationSettingsSummary.

Methods

__init__(**kwargs) Initializes a new OracleOnlineLogicalMigrationSettingsSummary 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.
MIGRATION_METHOD_OFFLINE_LOGICAL = 'OFFLINE_LOGICAL'
MIGRATION_METHOD_ONLINE_LOGICAL = 'ONLINE_LOGICAL'
MIGRATION_METHOD_ONLINE_STANDBY = 'ONLINE_STANDBY'
__init__(**kwargs)

Initializes a new OracleOnlineLogicalMigrationSettingsSummary object with values from keyword arguments. The default value of the migration_method attribute of this class is ONLINE_LOGICAL and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • migration_method (str) – The value to assign to the migration_method property of this OracleOnlineLogicalMigrationSettingsSummary. Allowed values for this property are: “ONLINE_LOGICAL”, “OFFLINE_LOGICAL”, “ONLINE_STANDBY”
  • source_container_database_connection_id (str) – The value to assign to the source_container_database_connection_id property of this OracleOnlineLogicalMigrationSettingsSummary.
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.

migration_method

[Required] Gets the migration_method of this OracleMigrationSettingsSummary. The Oracle migration method. This value combines the migration type and method so it can be used as a discriminator while preserving the existing migration type field.

Allowed values for this property are: “ONLINE_LOGICAL”, “OFFLINE_LOGICAL”, “ONLINE_STANDBY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The migration_method of this OracleMigrationSettingsSummary.
Return type:str
source_container_database_connection_id

Gets the source_container_database_connection_id of this OracleOnlineLogicalMigrationSettingsSummary. The OCID of the resource being referenced.

Returns:The source_container_database_connection_id of this OracleOnlineLogicalMigrationSettingsSummary.
Return type:str