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