ExadataDbSystemMigrationSummary

class oci.database.models.ExadataDbSystemMigrationSummary(**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 ExadataDbSystemMigrationSummary object with values from keyword arguments.

Attributes

cloud_exadata_infrastructure_id [Required] Gets the cloud_exadata_infrastructure_id of this ExadataDbSystemMigrationSummary.
cloud_vm_cluster_id [Required] Gets the cloud_vm_cluster_id of this ExadataDbSystemMigrationSummary.
db_system_id [Required] Gets the db_system_id of this ExadataDbSystemMigrationSummary.
__init__(**kwargs)

Initializes a new ExadataDbSystemMigrationSummary 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 ExadataDbSystemMigrationSummary.
  • cloud_vm_cluster_id (str) – The value to assign to the cloud_vm_cluster_id property of this ExadataDbSystemMigrationSummary.
  • cloud_exadata_infrastructure_id (str) – The value to assign to the cloud_exadata_infrastructure_id property of this ExadataDbSystemMigrationSummary.
cloud_exadata_infrastructure_id

[Required] Gets the cloud_exadata_infrastructure_id of this ExadataDbSystemMigrationSummary. The OCID of the cloud Exadata infrastructure.

Returns:The cloud_exadata_infrastructure_id of this ExadataDbSystemMigrationSummary.
Return type:str
cloud_vm_cluster_id

[Required] Gets the cloud_vm_cluster_id of this ExadataDbSystemMigrationSummary. The OCID of the cloud VM cluster.

Returns:The cloud_vm_cluster_id of this ExadataDbSystemMigrationSummary.
Return type:str
db_system_id

[Required] Gets the db_system_id of this ExadataDbSystemMigrationSummary. The OCID of the DB system.

Returns:The db_system_id of this ExadataDbSystemMigrationSummary.
Return type:str