UpdateOracleOfflineLogicalMigrationSettings¶
-
class
oci.database_migration.models.UpdateOracleOfflineLogicalMigrationSettings(**kwargs)¶ Bases:
oci.database_migration.models.update_oracle_migration_settings.UpdateOracleMigrationSettingsUpdate 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 UpdateOracleOfflineLogicalMigrationSettings. advisor_settingsGets the advisor_settings of this UpdateOracleOfflineLogicalMigrationSettings. data_transfer_medium_detailsGets the data_transfer_medium_details of this UpdateOracleOfflineLogicalMigrationSettings. initial_load_settingsGets the initial_load_settings of this UpdateOracleOfflineLogicalMigrationSettings. migration_method[Required] Gets the migration_method of this UpdateOracleMigrationSettings. Methods
__init__(**kwargs)Initializes a new UpdateOracleOfflineLogicalMigrationSettings 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 UpdateOracleOfflineLogicalMigrationSettings 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 UpdateOracleOfflineLogicalMigrationSettings. Allowed values for this property are: “ONLINE_LOGICAL”, “OFFLINE_LOGICAL”, “ONLINE_STANDBY”
- data_transfer_medium_details (oci.database_migration.models.UpdateOracleDataTransferMediumDetails) – The value to assign to the data_transfer_medium_details property of this UpdateOracleOfflineLogicalMigrationSettings.
- initial_load_settings (oci.database_migration.models.UpdateOracleInitialLoadSettings) – The value to assign to the initial_load_settings property of this UpdateOracleOfflineLogicalMigrationSettings.
- advisor_settings (oci.database_migration.models.UpdateOracleAdvisorSettings) – The value to assign to the advisor_settings property of this UpdateOracleOfflineLogicalMigrationSettings.
- advanced_parameters (list[oci.database_migration.models.MigrationParameterDetails]) – The value to assign to the advanced_parameters property of this UpdateOracleOfflineLogicalMigrationSettings.
-
advanced_parameters¶ Gets the advanced_parameters of this UpdateOracleOfflineLogicalMigrationSettings. List of Migration Parameter objects.
Returns: The advanced_parameters of this UpdateOracleOfflineLogicalMigrationSettings. Return type: list[oci.database_migration.models.MigrationParameterDetails]
-
advisor_settings¶ Gets the advisor_settings of this UpdateOracleOfflineLogicalMigrationSettings.
Returns: The advisor_settings of this UpdateOracleOfflineLogicalMigrationSettings. Return type: oci.database_migration.models.UpdateOracleAdvisorSettings
-
data_transfer_medium_details¶ Gets the data_transfer_medium_details of this UpdateOracleOfflineLogicalMigrationSettings.
Returns: The data_transfer_medium_details of this UpdateOracleOfflineLogicalMigrationSettings. Return type: oci.database_migration.models.UpdateOracleDataTransferMediumDetails
-
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.
-
initial_load_settings¶ Gets the initial_load_settings of this UpdateOracleOfflineLogicalMigrationSettings.
Returns: The initial_load_settings of this UpdateOracleOfflineLogicalMigrationSettings. Return type: oci.database_migration.models.UpdateOracleInitialLoadSettings
-
migration_method¶ [Required] Gets the migration_method of this UpdateOracleMigrationSettings. 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 UpdateOracleMigrationSettings. Return type: str
-