Uses of Class
com.oracle.bmc.database.model.BackupDestinationSummary.LifecycleState
-
Packages that use BackupDestinationSummary.LifecycleState Package Description com.oracle.bmc.database.model -
-
Uses of BackupDestinationSummary.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return BackupDestinationSummary.LifecycleState Modifier and Type Method Description static BackupDestinationSummary.LifecycleState
BackupDestinationSummary.LifecycleState. create(String key)
BackupDestinationSummary.LifecycleState
BackupDestinationSummary. getLifecycleState()
The current lifecycle state of the backup destination.static BackupDestinationSummary.LifecycleState
BackupDestinationSummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static BackupDestinationSummary.LifecycleState[]
BackupDestinationSummary.LifecycleState. 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 BackupDestinationSummary.LifecycleState Modifier and Type Method Description BackupDestinationSummary.Builder
BackupDestinationSummary.Builder. lifecycleState(BackupDestinationSummary.LifecycleState lifecycleState)
The current lifecycle state of the backup destination.Constructors in com.oracle.bmc.database.model with parameters of type BackupDestinationSummary.LifecycleState Constructor Description BackupDestinationSummary(String id, String displayName, String compartmentId, BackupDestinationSummary.Type type, List<AssociatedDatabaseDetails> associatedDatabases, String connectionString, List<String> vpcUsers, String localMountPointPath, BackupDestinationSummary.NfsMountType nfsMountType, List<String> nfsServer, String nfsServerExport, BackupDestinationSummary.LifecycleState lifecycleState, Date timeCreated, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Integer totalStorageSizeInGBs, Integer utilizedStorageSizeInGBs, Date timeAtWhichStorageDetailsAreUpdated)
Deprecated.
-