CreateOracleOfflineLogicalMigrationSettings¶
-
class
oci.database_migration.models.CreateOracleOfflineLogicalMigrationSettings(**kwargs)¶ Bases:
oci.database_migration.models.create_oracle_migration_settings.CreateOracleMigrationSettingsCreate settings for an offline logical Oracle migration.
Attributes
MIGRATION_METHOD_OFFLINE_LOGICALstr(object=’’) -> str MIGRATION_METHOD_ONLINE_LOGICALstr(object=’’) -> str MIGRATION_METHOD_ONLINE_STANDBYstr(object=’’) -> str advanced_parametersGets the advanced_parameters of this CreateOracleOfflineLogicalMigrationSettings. advisor_settingsGets the advisor_settings of this CreateOracleOfflineLogicalMigrationSettings. bulk_include_exclude_dataGets the bulk_include_exclude_data of this CreateOracleOfflineLogicalMigrationSettings. data_transfer_medium_detailsGets the data_transfer_medium_details of this CreateOracleOfflineLogicalMigrationSettings. exclude_objectsGets the exclude_objects of this CreateOracleOfflineLogicalMigrationSettings. include_objectsGets the include_objects of this CreateOracleOfflineLogicalMigrationSettings. initial_load_settingsGets the initial_load_settings of this CreateOracleOfflineLogicalMigrationSettings. migration_method[Required] Gets the migration_method of this CreateOracleMigrationSettings. Methods
__init__(**kwargs)Initializes a new CreateOracleOfflineLogicalMigrationSettings 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 CreateOracleOfflineLogicalMigrationSettings object with values from keyword arguments. The default value of the
migration_methodattribute of this class isOFFLINE_LOGICALand 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 CreateOracleOfflineLogicalMigrationSettings. Allowed values for this property are: “ONLINE_LOGICAL”, “OFFLINE_LOGICAL”, “ONLINE_STANDBY”
- data_transfer_medium_details (oci.database_migration.models.CreateOracleDataTransferMediumDetails) – The value to assign to the data_transfer_medium_details property of this CreateOracleOfflineLogicalMigrationSettings.
- initial_load_settings (oci.database_migration.models.CreateOracleInitialLoadSettings) – The value to assign to the initial_load_settings property of this CreateOracleOfflineLogicalMigrationSettings.
- advisor_settings (oci.database_migration.models.CreateOracleAdvisorSettings) – The value to assign to the advisor_settings property of this CreateOracleOfflineLogicalMigrationSettings.
- advanced_parameters (list[oci.database_migration.models.MigrationParameterDetails]) – The value to assign to the advanced_parameters property of this CreateOracleOfflineLogicalMigrationSettings.
- exclude_objects (list[oci.database_migration.models.OracleDatabaseObject]) – The value to assign to the exclude_objects property of this CreateOracleOfflineLogicalMigrationSettings.
- include_objects (list[oci.database_migration.models.OracleDatabaseObject]) – The value to assign to the include_objects property of this CreateOracleOfflineLogicalMigrationSettings.
- bulk_include_exclude_data (str) – The value to assign to the bulk_include_exclude_data property of this CreateOracleOfflineLogicalMigrationSettings.
-
advanced_parameters¶ Gets the advanced_parameters of this CreateOracleOfflineLogicalMigrationSettings. List of Migration Parameter objects.
Returns: The advanced_parameters of this CreateOracleOfflineLogicalMigrationSettings. Return type: list[oci.database_migration.models.MigrationParameterDetails]
-
advisor_settings¶ Gets the advisor_settings of this CreateOracleOfflineLogicalMigrationSettings.
Returns: The advisor_settings of this CreateOracleOfflineLogicalMigrationSettings. Return type: oci.database_migration.models.CreateOracleAdvisorSettings
-
bulk_include_exclude_data¶ Gets the bulk_include_exclude_data of this CreateOracleOfflineLogicalMigrationSettings. Specifies the database objects to be excluded from the migration in bulk. The definition accepts input in a CSV format, newline separated for each entry. More details can be found in the documentation.
Returns: The bulk_include_exclude_data of this CreateOracleOfflineLogicalMigrationSettings. Return type: str
-
data_transfer_medium_details¶ Gets the data_transfer_medium_details of this CreateOracleOfflineLogicalMigrationSettings.
Returns: The data_transfer_medium_details of this CreateOracleOfflineLogicalMigrationSettings. Return type: oci.database_migration.models.CreateOracleDataTransferMediumDetails
-
exclude_objects¶ Gets the exclude_objects of this CreateOracleOfflineLogicalMigrationSettings. Database objects to exclude from migration, cannot be specified alongside ‘includeObjects’
Returns: The exclude_objects of this CreateOracleOfflineLogicalMigrationSettings. Return type: list[oci.database_migration.models.OracleDatabaseObject]
-
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.
-
include_objects¶ Gets the include_objects of this CreateOracleOfflineLogicalMigrationSettings. Database objects to include from migration, cannot be specified alongside ‘excludeObjects’
Returns: The include_objects of this CreateOracleOfflineLogicalMigrationSettings. Return type: list[oci.database_migration.models.OracleDatabaseObject]
-
initial_load_settings¶ Gets the initial_load_settings of this CreateOracleOfflineLogicalMigrationSettings.
Returns: The initial_load_settings of this CreateOracleOfflineLogicalMigrationSettings. Return type: oci.database_migration.models.CreateOracleInitialLoadSettings
-
migration_method¶ [Required] Gets the migration_method of this CreateOracleMigrationSettings. 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”
Returns: The migration_method of this CreateOracleMigrationSettings. Return type: str
-