Package | Description |
---|---|
com.oracle.bmc.database.model | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
static BackupSummary.LifecycleState |
BackupSummary.LifecycleState.create(String key) |
BackupSummary.LifecycleState |
BackupSummary.getLifecycleState()
The current state of the backup.
|
static BackupSummary.LifecycleState |
BackupSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackupSummary.LifecycleState[] |
BackupSummary.LifecycleState.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.lifecycleState(BackupSummary.LifecycleState lifecycleState)
The current state of the backup.
|
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,
String shape,
String version,
String kmsKeyId,
String kmsKeyVersionId,
String vaultId,
String keyStoreId,
String keyStoreWalletName,
List<String> secondaryKmsKeyIds,
Integer retentionPeriodInDays,
Integer retentionPeriodInYears,
Date timeExpiryScheduled,
Boolean isUsingOracleManagedKeys,
BackupSummary.BackupDestinationType backupDestinationType,
EncryptionKeyLocationDetails encryptionKeyLocationDetails)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BackupSummary.LifecycleState |
ListBackupsRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state exactly.
|
Modifier and Type | Method and Description |
---|---|
ListBackupsRequest.Builder |
ListBackupsRequest.Builder.lifecycleState(BackupSummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
|
Copyright © 2016–2025. All rights reserved.