Uses of Class
com.oracle.bmc.database.model.BackupSummary.BackupDestinationType
-
Packages that use BackupSummary.BackupDestinationType Package Description com.oracle.bmc.database.model -
-
Uses of BackupSummary.BackupDestinationType in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return BackupSummary.BackupDestinationType Modifier and Type Method Description static BackupSummary.BackupDestinationTypeBackupSummary.BackupDestinationType. create(String key)BackupSummary.BackupDestinationTypeBackupSummary. getBackupDestinationType()Type of the backup destination.static BackupSummary.BackupDestinationTypeBackupSummary.BackupDestinationType. valueOf(String name)Returns the enum constant of this type with the specified name.static BackupSummary.BackupDestinationType[]BackupSummary.BackupDestinationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type BackupSummary.BackupDestinationType Modifier and Type Method Description BackupSummary.BuilderBackupSummary.Builder. backupDestinationType(BackupSummary.BackupDestinationType backupDestinationType)Type of the backup destination.Constructors in com.oracle.bmc.database.model with parameters of type BackupSummary.BackupDestinationType Constructor 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.
-