Uses of Class
com.oracle.bmc.opsi.model.DatabaseEntitySourceAll
-
Packages that use DatabaseEntitySourceAll Package Description com.oracle.bmc.opsi.model -
-
Uses of DatabaseEntitySourceAll in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return DatabaseEntitySourceAll Modifier and Type Method Description static DatabaseEntitySourceAll
DatabaseEntitySourceAll. create(String key)
DatabaseEntitySourceAll
SynchronizeAutonomousDatabaseToExadataDetails. getEntitySource()
Source of the database entity.static DatabaseEntitySourceAll
DatabaseEntitySourceAll. valueOf(String name)
Returns the enum constant of this type with the specified name.static DatabaseEntitySourceAll[]
DatabaseEntitySourceAll. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.model with parameters of type DatabaseEntitySourceAll Modifier and Type Method Description SynchronizeAutonomousDatabaseToExadataDetails.Builder
SynchronizeAutonomousDatabaseToExadataDetails.Builder. entitySource(DatabaseEntitySourceAll entitySource)
Source of the database entity.Constructors in com.oracle.bmc.opsi.model with parameters of type DatabaseEntitySourceAll Constructor Description SynchronizeAutonomousDatabaseToExadataDetails(DatabaseEntitySourceAll entitySource)
Deprecated.
-