Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static Backup.DatabaseEdition |
Backup.DatabaseEdition.create(String key) |
Backup.DatabaseEdition |
Backup.getDatabaseEdition()
The Oracle Database edition of the DB system from which the database backup was taken.
|
static Backup.DatabaseEdition |
Backup.DatabaseEdition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Backup.DatabaseEdition[] |
Backup.DatabaseEdition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Backup.Builder |
Backup.Builder.databaseEdition(Backup.DatabaseEdition databaseEdition) |
Constructor and Description |
---|
Backup(String id,
String compartmentId,
String databaseId,
String displayName,
Backup.Type type,
Date timeStarted,
Date timeEnded,
String lifecycleDetails,
String availabilityDomain,
Backup.LifecycleState lifecycleState,
Backup.DatabaseEdition databaseEdition,
Double databaseSizeInGBs)
Deprecated.
|
Copyright © 2016–2020. All rights reserved.