Uses of Class
com.oracle.bmc.database.model.AutonomousContainerDatabaseBackup.LifecycleState
-
Packages that use AutonomousContainerDatabaseBackup.LifecycleState Package Description com.oracle.bmc.database.model -
-
Uses of AutonomousContainerDatabaseBackup.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return AutonomousContainerDatabaseBackup.LifecycleState Modifier and Type Method Description static AutonomousContainerDatabaseBackup.LifecycleState
AutonomousContainerDatabaseBackup.LifecycleState. create(String key)
AutonomousContainerDatabaseBackup.LifecycleState
AutonomousContainerDatabaseBackup. getLifecycleState()
The current state of the backup.static AutonomousContainerDatabaseBackup.LifecycleState
AutonomousContainerDatabaseBackup.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutonomousContainerDatabaseBackup.LifecycleState[]
AutonomousContainerDatabaseBackup.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 AutonomousContainerDatabaseBackup.LifecycleState Modifier and Type Method Description AutonomousContainerDatabaseBackup.Builder
AutonomousContainerDatabaseBackup.Builder. lifecycleState(AutonomousContainerDatabaseBackup.LifecycleState lifecycleState)
The current state of the backup.Constructors in com.oracle.bmc.database.model with parameters of type AutonomousContainerDatabaseBackup.LifecycleState Constructor Description AutonomousContainerDatabaseBackup(String id, String compartmentId, String autonomousContainerDatabaseId, String displayName, String acdDisplayName, AutonomousContainerDatabaseBackup.Type type, Boolean isAutomatic, Date timeStarted, Date timeEnded, String lifecycleDetails, AutonomousContainerDatabaseBackup.LifecycleState lifecycleState, Integer retentionPeriodInDays, Boolean isRemoteBackup, AutonomousContainerDatabaseBackup.InfrastructureType infrastructureType, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<AutonomousDatabaseInBackup> autonomousDatabases)
Deprecated.
-