UpdateOracleMigrationDetails¶
-
class
oci.database_migration.models.
UpdateOracleMigrationDetails
(**kwargs)¶ Bases:
oci.database_migration.models.update_migration_details.UpdateMigrationDetails
Create Migration resource parameters.
Attributes
DATABASE_COMBINATION_MYSQL
str(object=’’) -> str DATABASE_COMBINATION_ORACLE
str(object=’’) -> str TYPE_OFFLINE
str(object=’’) -> str TYPE_ONLINE
str(object=’’) -> str advanced_parameters
Gets the advanced_parameters of this UpdateOracleMigrationDetails. advisor_settings
Gets the advisor_settings of this UpdateOracleMigrationDetails. data_transfer_medium_details
Gets the data_transfer_medium_details of this UpdateOracleMigrationDetails. database_combination
[Required] Gets the database_combination of this UpdateMigrationDetails. defined_tags
Gets the defined_tags of this UpdateMigrationDetails. description
Gets the description of this UpdateMigrationDetails. display_name
Gets the display_name of this UpdateMigrationDetails. freeform_tags
Gets the freeform_tags of this UpdateMigrationDetails. ggs_details
Gets the ggs_details of this UpdateOracleMigrationDetails. hub_details
Gets the hub_details of this UpdateOracleMigrationDetails. initial_load_settings
Gets the initial_load_settings of this UpdateOracleMigrationDetails. source_container_database_connection_id
Gets the source_container_database_connection_id of this UpdateOracleMigrationDetails. source_database_connection_id
Gets the source_database_connection_id of this UpdateMigrationDetails. target_database_connection_id
Gets the target_database_connection_id of this UpdateMigrationDetails. type
Gets the type of this UpdateMigrationDetails. Methods
__init__
(**kwargs)Initializes a new UpdateOracleMigrationDetails 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. -
DATABASE_COMBINATION_MYSQL
= 'MYSQL'¶
-
DATABASE_COMBINATION_ORACLE
= 'ORACLE'¶
-
TYPE_OFFLINE
= 'OFFLINE'¶
-
TYPE_ONLINE
= 'ONLINE'¶
-
__init__
(**kwargs)¶ Initializes a new UpdateOracleMigrationDetails object with values from keyword arguments. The default value of the
database_combination
attribute of this class isORACLE
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - description (str) – The value to assign to the description property of this UpdateOracleMigrationDetails.
- database_combination (str) – The value to assign to the database_combination property of this UpdateOracleMigrationDetails. Allowed values for this property are: “MYSQL”, “ORACLE”
- type (str) – The value to assign to the type property of this UpdateOracleMigrationDetails. Allowed values for this property are: “ONLINE”, “OFFLINE”
- display_name (str) – The value to assign to the display_name property of this UpdateOracleMigrationDetails.
- source_database_connection_id (str) – The value to assign to the source_database_connection_id property of this UpdateOracleMigrationDetails.
- target_database_connection_id (str) – The value to assign to the target_database_connection_id property of this UpdateOracleMigrationDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateOracleMigrationDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateOracleMigrationDetails.
- data_transfer_medium_details (oci.database_migration.models.UpdateOracleDataTransferMediumDetails) – The value to assign to the data_transfer_medium_details property of this UpdateOracleMigrationDetails.
- initial_load_settings (oci.database_migration.models.UpdateOracleInitialLoadSettings) – The value to assign to the initial_load_settings property of this UpdateOracleMigrationDetails.
- advisor_settings (oci.database_migration.models.UpdateOracleAdvisorSettings) – The value to assign to the advisor_settings property of this UpdateOracleMigrationDetails.
- hub_details (oci.database_migration.models.UpdateGoldenGateHubDetails) – The value to assign to the hub_details property of this UpdateOracleMigrationDetails.
- ggs_details (oci.database_migration.models.UpdateOracleGgsDeploymentDetails) – The value to assign to the ggs_details property of this UpdateOracleMigrationDetails.
- advanced_parameters (list[oci.database_migration.models.MigrationParameterDetails]) – The value to assign to the advanced_parameters property of this UpdateOracleMigrationDetails.
- source_container_database_connection_id (str) – The value to assign to the source_container_database_connection_id property of this UpdateOracleMigrationDetails.
-
advanced_parameters
¶ Gets the advanced_parameters of this UpdateOracleMigrationDetails. List of Migration Parameter objects.
Returns: The advanced_parameters of this UpdateOracleMigrationDetails. Return type: list[oci.database_migration.models.MigrationParameterDetails]
-
advisor_settings
¶ Gets the advisor_settings of this UpdateOracleMigrationDetails.
Returns: The advisor_settings of this UpdateOracleMigrationDetails. Return type: oci.database_migration.models.UpdateOracleAdvisorSettings
-
data_transfer_medium_details
¶ Gets the data_transfer_medium_details of this UpdateOracleMigrationDetails.
Returns: The data_transfer_medium_details of this UpdateOracleMigrationDetails. Return type: oci.database_migration.models.UpdateOracleDataTransferMediumDetails
-
database_combination
¶ [Required] Gets the database_combination of this UpdateMigrationDetails. The combination of source and target databases participating in a migration. Example: ORACLE means the migration is meant for migrating Oracle source and target databases.
Allowed values for this property are: “MYSQL”, “ORACLE”
Returns: The database_combination of this UpdateMigrationDetails. Return type: str
Gets the defined_tags of this UpdateMigrationDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this UpdateMigrationDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdateMigrationDetails. A user-friendly description. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The description of this UpdateMigrationDetails. Return type: str
-
display_name
¶ Gets the display_name of this UpdateMigrationDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this UpdateMigrationDetails. Return type: str
Gets the freeform_tags of this UpdateMigrationDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”}
Returns: The freeform_tags of this UpdateMigrationDetails. Return type: dict(str, str)
-
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 UpdateOracleMigrationDetails.
Returns: The ggs_details of this UpdateOracleMigrationDetails. Return type: oci.database_migration.models.UpdateOracleGgsDeploymentDetails
-
hub_details
¶ Gets the hub_details of this UpdateOracleMigrationDetails.
Returns: The hub_details of this UpdateOracleMigrationDetails. Return type: oci.database_migration.models.UpdateGoldenGateHubDetails
-
initial_load_settings
¶ Gets the initial_load_settings of this UpdateOracleMigrationDetails.
Returns: The initial_load_settings of this UpdateOracleMigrationDetails. Return type: oci.database_migration.models.UpdateOracleInitialLoadSettings
-
source_container_database_connection_id
¶ Gets the source_container_database_connection_id of this UpdateOracleMigrationDetails. The OCID of the resource being referenced.
Returns: The source_container_database_connection_id of this UpdateOracleMigrationDetails. Return type: str
-
source_database_connection_id
¶ Gets the source_database_connection_id of this UpdateMigrationDetails. The OCID of the resource being referenced.
Returns: The source_database_connection_id of this UpdateMigrationDetails. Return type: str
-
target_database_connection_id
¶ Gets the target_database_connection_id of this UpdateMigrationDetails. The OCID of the resource being referenced.
Returns: The target_database_connection_id of this UpdateMigrationDetails. Return type: str
-
type
¶ Gets the type of this UpdateMigrationDetails. The type of the migration to be performed. Example: ONLINE if no downtime is preferred for a migration. This method uses Oracle GoldenGate for replication.
Allowed values for this property are: “ONLINE”, “OFFLINE”
Returns: The type of this UpdateMigrationDetails. Return type: str
-