Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static AutonomousDatabaseBackup.LifecycleState |
AutonomousDatabaseBackup.LifecycleState.create(String key) |
AutonomousDatabaseBackup.LifecycleState |
AutonomousDatabaseBackup.getLifecycleState()
The current state of the backup.
|
static AutonomousDatabaseBackup.LifecycleState |
AutonomousDatabaseBackup.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutonomousDatabaseBackup.LifecycleState[] |
AutonomousDatabaseBackup.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AutonomousDatabaseBackup.Builder |
AutonomousDatabaseBackup.Builder.lifecycleState(AutonomousDatabaseBackup.LifecycleState lifecycleState)
The current state of the backup.
|
Constructor and Description |
---|
AutonomousDatabaseBackup(String id,
String compartmentId,
String autonomousDatabaseId,
String displayName,
AutonomousDatabaseBackup.Type type,
Boolean isAutomatic,
Date timeStarted,
Date timeEnded,
String lifecycleDetails,
BigDecimal databaseSizeInTBs,
AutonomousDatabaseBackup.LifecycleState lifecycleState,
Boolean isRestorable,
String keyStoreId,
String keyStoreWalletName,
String kmsKeyId,
String vaultId,
String kmsKeyVersionId,
Integer retentionPeriodInDays,
Date timeAvailableTill,
String dbVersion,
Double sizeInTBs,
BackupDestinationDetails backupDestinationDetails)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.