OracleOnlineStandbyMigrationSettings¶
-
class
oci.database_migration.models.OracleOnlineStandbyMigrationSettings(**kwargs)¶ Bases:
oci.database_migration.models.oracle_migration_settings.OracleMigrationSettingsOracle online standby migration settings.
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 OracleOnlineStandbyMigrationSettings. advisor_settingsGets the advisor_settings of this OracleOnlineStandbyMigrationSettings. data_transfer_medium_detailsGets the data_transfer_medium_details of this OracleOnlineStandbyMigrationSettings. ggs_detailsGets the ggs_details of this OracleOnlineStandbyMigrationSettings. hub_detailsGets the hub_details of this OracleOnlineStandbyMigrationSettings. initial_load_settingsGets the initial_load_settings of this OracleOnlineStandbyMigrationSettings. migration_method[Required] Gets the migration_method of this OracleMigrationSettings. source_container_database_connection_idGets the source_container_database_connection_id of this OracleOnlineStandbyMigrationSettings. source_standby_database_connection_idGets the source_standby_database_connection_id of this OracleOnlineStandbyMigrationSettings. Methods
__init__(**kwargs)Initializes a new OracleOnlineStandbyMigrationSettings 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 OracleOnlineStandbyMigrationSettings object with values from keyword arguments. The default value of the
migration_methodattribute of this class isONLINE_STANDBYand 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 OracleOnlineStandbyMigrationSettings. Allowed values for this property are: “ONLINE_LOGICAL”, “OFFLINE_LOGICAL”, “ONLINE_STANDBY”
- data_transfer_medium_details (oci.database_migration.models.OracleDataTransferMediumDetails) – The value to assign to the data_transfer_medium_details property of this OracleOnlineStandbyMigrationSettings.
- initial_load_settings (oci.database_migration.models.OracleInitialLoadSettings) – The value to assign to the initial_load_settings property of this OracleOnlineStandbyMigrationSettings.
- advisor_settings (oci.database_migration.models.OracleAdvisorSettings) – The value to assign to the advisor_settings property of this OracleOnlineStandbyMigrationSettings.
- hub_details (oci.database_migration.models.GoldenGateHubDetails) – The value to assign to the hub_details property of this OracleOnlineStandbyMigrationSettings.
- ggs_details (oci.database_migration.models.OracleGgsDeploymentDetails) – The value to assign to the ggs_details property of this OracleOnlineStandbyMigrationSettings.
- source_container_database_connection_id (str) – The value to assign to the source_container_database_connection_id property of this OracleOnlineStandbyMigrationSettings.
- source_standby_database_connection_id (str) – The value to assign to the source_standby_database_connection_id property of this OracleOnlineStandbyMigrationSettings.
- advanced_parameters (list[oci.database_migration.models.MigrationParameterDetails]) – The value to assign to the advanced_parameters property of this OracleOnlineStandbyMigrationSettings.
-
advanced_parameters¶ Gets the advanced_parameters of this OracleOnlineStandbyMigrationSettings. List of Migration Parameter objects.
Returns: The advanced_parameters of this OracleOnlineStandbyMigrationSettings. Return type: list[oci.database_migration.models.MigrationParameterDetails]
-
advisor_settings¶ Gets the advisor_settings of this OracleOnlineStandbyMigrationSettings.
Returns: The advisor_settings of this OracleOnlineStandbyMigrationSettings. Return type: oci.database_migration.models.OracleAdvisorSettings
-
data_transfer_medium_details¶ Gets the data_transfer_medium_details of this OracleOnlineStandbyMigrationSettings.
Returns: The data_transfer_medium_details of this OracleOnlineStandbyMigrationSettings. Return type: oci.database_migration.models.OracleDataTransferMediumDetails
-
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 OracleOnlineStandbyMigrationSettings.
Returns: The ggs_details of this OracleOnlineStandbyMigrationSettings. Return type: oci.database_migration.models.OracleGgsDeploymentDetails
-
hub_details¶ Gets the hub_details of this OracleOnlineStandbyMigrationSettings.
Returns: The hub_details of this OracleOnlineStandbyMigrationSettings. Return type: oci.database_migration.models.GoldenGateHubDetails
-
initial_load_settings¶ Gets the initial_load_settings of this OracleOnlineStandbyMigrationSettings.
Returns: The initial_load_settings of this OracleOnlineStandbyMigrationSettings. Return type: oci.database_migration.models.OracleInitialLoadSettings
-
migration_method¶ [Required] Gets the migration_method of this OracleMigrationSettings. 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 OracleMigrationSettings. Return type: str
-
source_container_database_connection_id¶ Gets the source_container_database_connection_id of this OracleOnlineStandbyMigrationSettings. The OCID of the resource being referenced.
Returns: The source_container_database_connection_id of this OracleOnlineStandbyMigrationSettings. Return type: str
-
source_standby_database_connection_id¶ Gets the source_standby_database_connection_id of this OracleOnlineStandbyMigrationSettings. The OCID of the resource being referenced.
Returns: The source_standby_database_connection_id of this OracleOnlineStandbyMigrationSettings. Return type: str
-