UpdateOracleOnlineStandbyMigrationSettings

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

Bases: oci.database_migration.models.update_oracle_migration_settings.UpdateOracleMigrationSettings

Update settings for an online standby Oracle migration.

Attributes

MIGRATION_METHOD_OFFLINE_LOGICAL str(object=’’) -> str
MIGRATION_METHOD_ONLINE_LOGICAL str(object=’’) -> str
MIGRATION_METHOD_ONLINE_STANDBY str(object=’’) -> str
advanced_parameters Gets the advanced_parameters of this UpdateOracleOnlineStandbyMigrationSettings.
advisor_settings Gets the advisor_settings of this UpdateOracleOnlineStandbyMigrationSettings.
data_transfer_medium_details Gets the data_transfer_medium_details of this UpdateOracleOnlineStandbyMigrationSettings.
ggs_details Gets the ggs_details of this UpdateOracleOnlineStandbyMigrationSettings.
hub_details Gets the hub_details of this UpdateOracleOnlineStandbyMigrationSettings.
initial_load_settings Gets the initial_load_settings of this UpdateOracleOnlineStandbyMigrationSettings.
migration_method [Required] Gets the migration_method of this UpdateOracleMigrationSettings.
source_container_database_connection_id Gets the source_container_database_connection_id of this UpdateOracleOnlineStandbyMigrationSettings.
source_standby_database_connection_id Gets the source_standby_database_connection_id of this UpdateOracleOnlineStandbyMigrationSettings.

Methods

__init__(**kwargs) Initializes a new UpdateOracleOnlineStandbyMigrationSettings 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 UpdateOracleOnlineStandbyMigrationSettings object with values from keyword arguments. The default value of the migration_method attribute of this class is ONLINE_STANDBY and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
advanced_parameters

Gets the advanced_parameters of this UpdateOracleOnlineStandbyMigrationSettings. List of Migration Parameter objects.

Returns:The advanced_parameters of this UpdateOracleOnlineStandbyMigrationSettings.
Return type:list[oci.database_migration.models.MigrationParameterDetails]
advisor_settings

Gets the advisor_settings of this UpdateOracleOnlineStandbyMigrationSettings.

Returns:The advisor_settings of this UpdateOracleOnlineStandbyMigrationSettings.
Return type:oci.database_migration.models.UpdateOracleAdvisorSettings
data_transfer_medium_details

Gets the data_transfer_medium_details of this UpdateOracleOnlineStandbyMigrationSettings.

Returns:The data_transfer_medium_details of this UpdateOracleOnlineStandbyMigrationSettings.
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.

ggs_details

Gets the ggs_details of this UpdateOracleOnlineStandbyMigrationSettings.

Returns:The ggs_details of this UpdateOracleOnlineStandbyMigrationSettings.
Return type:oci.database_migration.models.UpdateOracleGgsDeploymentDetails
hub_details

Gets the hub_details of this UpdateOracleOnlineStandbyMigrationSettings.

Returns:The hub_details of this UpdateOracleOnlineStandbyMigrationSettings.
Return type:oci.database_migration.models.UpdateGoldenGateHubDetails
initial_load_settings

Gets the initial_load_settings of this UpdateOracleOnlineStandbyMigrationSettings.

Returns:The initial_load_settings of this UpdateOracleOnlineStandbyMigrationSettings.
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
source_container_database_connection_id

Gets the source_container_database_connection_id of this UpdateOracleOnlineStandbyMigrationSettings. The OCID of the resource being updated.

Returns:The source_container_database_connection_id of this UpdateOracleOnlineStandbyMigrationSettings.
Return type:str
source_standby_database_connection_id

Gets the source_standby_database_connection_id of this UpdateOracleOnlineStandbyMigrationSettings. The OCID of the resource being updated.

Returns:The source_standby_database_connection_id of this UpdateOracleOnlineStandbyMigrationSettings.
Return type:str