Uses of Class
com.oracle.bmc.redis.model.OciCacheBackup.LifecycleState
-
Packages that use OciCacheBackup.LifecycleState Package Description com.oracle.bmc.redis com.oracle.bmc.redis.model com.oracle.bmc.redis.requests -
-
Uses of OciCacheBackup.LifecycleState in com.oracle.bmc.redis
Methods in com.oracle.bmc.redis with parameters of type OciCacheBackup.LifecycleState Modifier and Type Method Description Waiter<GetOciCacheBackupRequest,GetOciCacheBackupResponse>OciCacheBackupWaiters. forOciCacheBackup(GetOciCacheBackupRequest request, OciCacheBackup.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetOciCacheBackupRequest,GetOciCacheBackupResponse>OciCacheBackupWaiters. forOciCacheBackup(GetOciCacheBackupRequest request, OciCacheBackup.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetOciCacheBackupRequest,GetOciCacheBackupResponse>OciCacheBackupWaiters. forOciCacheBackup(GetOciCacheBackupRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, OciCacheBackup.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of OciCacheBackup.LifecycleState in com.oracle.bmc.redis.model
Methods in com.oracle.bmc.redis.model that return OciCacheBackup.LifecycleState Modifier and Type Method Description static OciCacheBackup.LifecycleStateOciCacheBackup.LifecycleState. create(String key)OciCacheBackup.LifecycleStateOciCacheBackup. getLifecycleState()The current state of the backup.OciCacheBackup.LifecycleStateOciCacheBackupSummary. getLifecycleState()The current state of the backup.static OciCacheBackup.LifecycleStateOciCacheBackup.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static OciCacheBackup.LifecycleState[]OciCacheBackup.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.redis.model with parameters of type OciCacheBackup.LifecycleState Modifier and Type Method Description OciCacheBackup.BuilderOciCacheBackup.Builder. lifecycleState(OciCacheBackup.LifecycleState lifecycleState)The current state of the backup.OciCacheBackupSummary.BuilderOciCacheBackupSummary.Builder. lifecycleState(OciCacheBackup.LifecycleState lifecycleState)The current state of the backup.Constructors in com.oracle.bmc.redis.model with parameters of type OciCacheBackup.LifecycleState Constructor Description OciCacheBackup(String id, String displayName, String description, String compartmentId, OciCacheBackup.BackupSource backupSource, OciCacheBackup.LifecycleState lifecycleState, Integer retentionPeriodInDays, Float backupSizeInGBs, String sourceClusterId, RedisCluster.ClusterMode clusterMode, Float clusterMemoryInGBs, Integer shardCount, RedisCluster.SoftwareVersion softwareVersion, Date timeCreated, Date timeUpdated, OciCacheBackup.BackupType backupType, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.OciCacheBackupSummary(String id, String displayName, String compartmentId, String sourceClusterId, Date timeCreated, Date timeUpdated, OciCacheBackup.LifecycleState lifecycleState, RedisCluster.ClusterMode clusterMode, OciCacheBackup.BackupSource backupSource, Integer retentionPeriodInDays, Float backupSizeInGBs, OciCacheBackupSummary.BackupType backupType, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of OciCacheBackup.LifecycleState in com.oracle.bmc.redis.requests
Methods in com.oracle.bmc.redis.requests that return OciCacheBackup.LifecycleState Modifier and Type Method Description OciCacheBackup.LifecycleStateListOciCacheBackupsRequest. getLifecycleState()A filter to return the OCI Cache Backup resources, whose lifecycle state matches with the given lifecycle state.Methods in com.oracle.bmc.redis.requests with parameters of type OciCacheBackup.LifecycleState Modifier and Type Method Description ListOciCacheBackupsRequest.BuilderListOciCacheBackupsRequest.Builder. lifecycleState(OciCacheBackup.LifecycleState lifecycleState)A filter to return the OCI Cache Backup resources, whose lifecycle state matches with the given lifecycle state.
-