ExadataDbSystemMigration¶
-
class
oci.database.models.
ExadataDbSystemMigration
(**kwargs)¶ Bases:
object
Information about the Exadata DB system migration. The migration is used to move the Exadata Cloud Service instance from the DB system resource model to the new cloud Exadata infrastructure resource model.
Methods
__init__
(**kwargs)Initializes a new ExadataDbSystemMigration object with values from keyword arguments. Attributes
additional_migrations
Gets the additional_migrations of this ExadataDbSystemMigration. cloud_exadata_infrastructure_id
[Required] Gets the cloud_exadata_infrastructure_id of this ExadataDbSystemMigration. cloud_vm_cluster_id
[Required] Gets the cloud_vm_cluster_id of this ExadataDbSystemMigration. db_system_id
[Required] Gets the db_system_id of this ExadataDbSystemMigration. -
__init__
(**kwargs)¶ Initializes a new ExadataDbSystemMigration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - db_system_id (str) – The value to assign to the db_system_id property of this ExadataDbSystemMigration.
- cloud_vm_cluster_id (str) – The value to assign to the cloud_vm_cluster_id property of this ExadataDbSystemMigration.
- cloud_exadata_infrastructure_id (str) – The value to assign to the cloud_exadata_infrastructure_id property of this ExadataDbSystemMigration.
- additional_migrations (list[oci.database.models.ExadataDbSystemMigrationSummary]) – The value to assign to the additional_migrations property of this ExadataDbSystemMigration.
-
additional_migrations
¶ Gets the additional_migrations of this ExadataDbSystemMigration. The details of addtional resources related to the migration.
Returns: The additional_migrations of this ExadataDbSystemMigration. Return type: list[oci.database.models.ExadataDbSystemMigrationSummary]
-
cloud_exadata_infrastructure_id
¶ [Required] Gets the cloud_exadata_infrastructure_id of this ExadataDbSystemMigration. The OCID of the cloud Exadata infrastructure.
Returns: The cloud_exadata_infrastructure_id of this ExadataDbSystemMigration. Return type: str
-