public static class ExadataDbSystemMigration.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExadataDbSystemMigration.Builder |
additionalMigrations(List<ExadataDbSystemMigrationSummary> additionalMigrations)
The details of addtional resources related to the migration.
|
ExadataDbSystemMigration |
build() |
ExadataDbSystemMigration.Builder |
cloudExadataInfrastructureId(String cloudExadataInfrastructureId)
The OCID of the
cloud Exadata infrastructure.
|
ExadataDbSystemMigration.Builder |
cloudVmClusterId(String cloudVmClusterId)
The OCID of the
cloud VM cluster.
|
ExadataDbSystemMigration.Builder |
copy(ExadataDbSystemMigration model) |
ExadataDbSystemMigration.Builder |
dbSystemId(String dbSystemId)
The OCID of the
DB system.
|
public ExadataDbSystemMigration.Builder dbSystemId(String dbSystemId)
The OCID of the DB system.
dbSystemId
- the value to setpublic ExadataDbSystemMigration.Builder cloudVmClusterId(String cloudVmClusterId)
The OCID of the cloud VM cluster.
cloudVmClusterId
- the value to setpublic ExadataDbSystemMigration.Builder cloudExadataInfrastructureId(String cloudExadataInfrastructureId)
The OCID of the cloud Exadata infrastructure.
cloudExadataInfrastructureId
- the value to setpublic ExadataDbSystemMigration.Builder additionalMigrations(List<ExadataDbSystemMigrationSummary> additionalMigrations)
The details of addtional resources related to the migration.
additionalMigrations
- the value to setpublic ExadataDbSystemMigration build()
public ExadataDbSystemMigration.Builder copy(ExadataDbSystemMigration model)
Copyright © 2016–2024. All rights reserved.