Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static DatabaseBackupSummary.BackupDestination |
DatabaseBackupSummary.BackupDestination.create(String key) |
DatabaseBackupSummary.BackupDestination |
DatabaseBackupSummary.getBackupDestination()
The backup destination of the database.
|
static DatabaseBackupSummary.BackupDestination |
DatabaseBackupSummary.BackupDestination.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseBackupSummary.BackupDestination[] |
DatabaseBackupSummary.BackupDestination.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DatabaseBackupSummary.Builder |
DatabaseBackupSummary.Builder.backupDestination(DatabaseBackupSummary.BackupDestination backupDestination)
The backup destination of the database.
|
Constructor and Description |
---|
DatabaseBackupSummary(String backupStatus,
Date timeBackupCompleted,
Integer backupDurationInSeconds,
String backupType,
DatabaseBackupSummary.BackupDestination backupDestination,
Float backupSizeInGBs)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.