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