CloneMigrationDetails

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

Bases: object

Details that will override an existing Migration configuration that will be cloned.

Methods

__init__(**kwargs) Initializes a new CloneMigrationDetails object with values from keyword arguments.

Attributes

agent_id Gets the agent_id of this CloneMigrationDetails.
compartment_id Gets the compartment_id of this CloneMigrationDetails.
defined_tags Gets the defined_tags of this CloneMigrationDetails.
display_name Gets the display_name of this CloneMigrationDetails.
exclude_objects Gets the exclude_objects of this CloneMigrationDetails.
freeform_tags Gets the freeform_tags of this CloneMigrationDetails.
include_objects Gets the include_objects of this CloneMigrationDetails.
source_container_database_connection_id Gets the source_container_database_connection_id of this CloneMigrationDetails.
source_database_connection_id [Required] Gets the source_database_connection_id of this CloneMigrationDetails.
target_database_connection_id [Required] Gets the target_database_connection_id of this CloneMigrationDetails.
vault_details Gets the vault_details of this CloneMigrationDetails.
__init__(**kwargs)

Initializes a new CloneMigrationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • display_name (str) – The value to assign to the display_name property of this CloneMigrationDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this CloneMigrationDetails.
  • agent_id (str) – The value to assign to the agent_id property of this CloneMigrationDetails.
  • source_database_connection_id (str) – The value to assign to the source_database_connection_id property of this CloneMigrationDetails.
  • source_container_database_connection_id (str) – The value to assign to the source_container_database_connection_id property of this CloneMigrationDetails.
  • target_database_connection_id (str) – The value to assign to the target_database_connection_id property of this CloneMigrationDetails.
  • exclude_objects (list[oci.database_migration.models.DatabaseObject]) – The value to assign to the exclude_objects property of this CloneMigrationDetails.
  • include_objects (list[oci.database_migration.models.DatabaseObject]) – The value to assign to the include_objects property of this CloneMigrationDetails.
  • vault_details (oci.database_migration.models.CreateVaultDetails) – The value to assign to the vault_details property of this CloneMigrationDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CloneMigrationDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CloneMigrationDetails.
agent_id

Gets the agent_id of this CloneMigrationDetails. The OCID of the registered on-premises ODMS Agent. Only valid for Offline Logical Migrations.

Returns:The agent_id of this CloneMigrationDetails.
Return type:str
compartment_id

Gets the compartment_id of this CloneMigrationDetails. OCID of the compartment

Returns:The compartment_id of this CloneMigrationDetails.
Return type:str
defined_tags

Gets the defined_tags of this CloneMigrationDetails. 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 CloneMigrationDetails.
Return type:dict(str, dict(str, object))
display_name

Gets the display_name of this CloneMigrationDetails. Migration Display Name

Returns:The display_name of this CloneMigrationDetails.
Return type:str
exclude_objects

Gets the exclude_objects of this CloneMigrationDetails. Database objects to exclude from migration, cannot be specified alongside ‘includeObjects’

Returns:The exclude_objects of this CloneMigrationDetails.
Return type:list[oci.database_migration.models.DatabaseObject]
freeform_tags

Gets the freeform_tags of this CloneMigrationDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this CloneMigrationDetails.
Return type:dict(str, str)
include_objects

Gets the include_objects of this CloneMigrationDetails. Database objects to include from migration, cannot be specified alongside ‘excludeObjects’

Returns:The include_objects of this CloneMigrationDetails.
Return type:list[oci.database_migration.models.DatabaseObject]
source_container_database_connection_id

Gets the source_container_database_connection_id of this CloneMigrationDetails. The OCID of the Source Container Database Connection. Only used for Online migrations. Only Connections of type Non-Autonomous can be used as source container databases.

Returns:The source_container_database_connection_id of this CloneMigrationDetails.
Return type:str
source_database_connection_id

[Required] Gets the source_database_connection_id of this CloneMigrationDetails. The OCID of the Source Database Connection.

Returns:The source_database_connection_id of this CloneMigrationDetails.
Return type:str
target_database_connection_id

[Required] Gets the target_database_connection_id of this CloneMigrationDetails. The OCID of the Target Database Connection.

Returns:The target_database_connection_id of this CloneMigrationDetails.
Return type:str
vault_details

Gets the vault_details of this CloneMigrationDetails.

Returns:The vault_details of this CloneMigrationDetails.
Return type:oci.database_migration.models.CreateVaultDetails