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