Uses of Class
com.oracle.bmc.recovery.model.LongTermBackup.LifecycleSubstate
-
Packages that use LongTermBackup.LifecycleSubstate Package Description com.oracle.bmc.recovery.model -
-
Uses of LongTermBackup.LifecycleSubstate in com.oracle.bmc.recovery.model
Methods in com.oracle.bmc.recovery.model that return LongTermBackup.LifecycleSubstate Modifier and Type Method Description static LongTermBackup.LifecycleSubstateLongTermBackup.LifecycleSubstate. create(String key)LongTermBackup.LifecycleSubstateLongTermBackup. getLifecycleSubstate()More details on the state of the backup when it is in Creating lifecycleState.LongTermBackup.LifecycleSubstateLongTermBackupSummary. getLifecycleSubstate()More details on the state of the backup when it is in Creating lifecycleState.static LongTermBackup.LifecycleSubstateLongTermBackup.LifecycleSubstate. valueOf(String name)Returns the enum constant of this type with the specified name.static LongTermBackup.LifecycleSubstate[]LongTermBackup.LifecycleSubstate. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.recovery.model with parameters of type LongTermBackup.LifecycleSubstate Modifier and Type Method Description LongTermBackup.BuilderLongTermBackup.Builder. lifecycleSubstate(LongTermBackup.LifecycleSubstate lifecycleSubstate)More details on the state of the backup when it is in Creating lifecycleState.LongTermBackupSummary.BuilderLongTermBackupSummary.Builder. lifecycleSubstate(LongTermBackup.LifecycleSubstate lifecycleSubstate)More details on the state of the backup when it is in Creating lifecycleState.Constructors in com.oracle.bmc.recovery.model with parameters of type LongTermBackup.LifecycleSubstate Constructor Description LongTermBackup(String id, String displayName, String compartmentId, String protectedDatabaseId, Integer retentionScn, Date retentionPointInTime, Date timeBackupInitiated, Date timeBackupCompleted, List<RetentionPeriodValue> retentionPeriod, Date retentionUntilDateTime, String databaseIdentifier, Integer databaseSizeInGBs, Date timeCreated, Date timeUpdated, LongTermBackup.LifecycleState lifecycleState, LongTermBackup.LifecycleSubstate lifecycleSubstate, String lifecycleDetails, String rmanTag, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.LongTermBackupSummary(String id, String displayName, String compartmentId, String protectedDatabaseId, Integer retentionScn, Date retentionPointInTime, Date timeBackupInitiated, Date timeBackupCompleted, List<RetentionPeriodValue> retentionPeriod, Date retentionUntilDateTime, String databaseIdentifier, Integer databaseSizeInGBs, Date timeCreated, Date timeUpdated, LongTermBackup.LifecycleState lifecycleState, LongTermBackup.LifecycleSubstate lifecycleSubstate, String lifecycleDetails, String rmanTag, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-