Package | Description |
---|---|
com.oracle.bmc.databasemigration.model |
Modifier and Type | Method and Description |
---|---|
static ExtractPerformanceProfile |
ExtractPerformanceProfile.create(String key) |
ExtractPerformanceProfile |
Extract.getPerformanceProfile()
Extract performance.
|
ExtractPerformanceProfile |
CreateExtract.getPerformanceProfile()
Extract performance.
|
ExtractPerformanceProfile |
UpdateExtract.getPerformanceProfile()
Extract performance.
|
static ExtractPerformanceProfile |
ExtractPerformanceProfile.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtractPerformanceProfile[] |
ExtractPerformanceProfile.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Extract.Builder |
Extract.Builder.performanceProfile(ExtractPerformanceProfile performanceProfile)
Extract performance.
|
CreateExtract.Builder |
CreateExtract.Builder.performanceProfile(ExtractPerformanceProfile performanceProfile)
Extract performance.
|
UpdateExtract.Builder |
UpdateExtract.Builder.performanceProfile(ExtractPerformanceProfile performanceProfile)
Extract performance.
|
Constructor and Description |
---|
CreateExtract(ExtractPerformanceProfile performanceProfile,
Integer longTransDuration)
Deprecated.
|
Extract(ExtractPerformanceProfile performanceProfile,
Integer longTransDuration)
Deprecated.
|
UpdateExtract(ExtractPerformanceProfile performanceProfile,
Integer longTransDuration)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.