Uses of Class
com.oracle.bmc.core.model.VolumeBackup.LifecycleState
-
Packages that use VolumeBackup.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of VolumeBackup.LifecycleState in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type VolumeBackup.LifecycleState Modifier and Type Method Description Waiter<GetVolumeBackupRequest,GetVolumeBackupResponse>
BlockstorageWaiters. forVolumeBackup(GetVolumeBackupRequest request, VolumeBackup.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetVolumeBackupRequest,GetVolumeBackupResponse>
BlockstorageWaiters. forVolumeBackup(GetVolumeBackupRequest request, VolumeBackup.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetVolumeBackupRequest,GetVolumeBackupResponse>
BlockstorageWaiters. forVolumeBackup(GetVolumeBackupRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, VolumeBackup.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of VolumeBackup.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return VolumeBackup.LifecycleState Modifier and Type Method Description static VolumeBackup.LifecycleState
VolumeBackup.LifecycleState. create(String key)
VolumeBackup.LifecycleState
VolumeBackup. getLifecycleState()
The current state of a volume backup.static VolumeBackup.LifecycleState
VolumeBackup.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static VolumeBackup.LifecycleState[]
VolumeBackup.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type VolumeBackup.LifecycleState Modifier and Type Method Description VolumeBackup.Builder
VolumeBackup.Builder. lifecycleState(VolumeBackup.LifecycleState lifecycleState)
The current state of a volume backup.Constructors in com.oracle.bmc.core.model with parameters of type VolumeBackup.LifecycleState Constructor Description VolumeBackup(String compartmentId, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String displayName, Date expirationTime, Map<String,String> freeformTags, String id, String kmsKeyId, VolumeBackup.LifecycleState lifecycleState, Long sizeInGBs, Long sizeInMBs, VolumeBackup.SourceType sourceType, String sourceVolumeBackupId, Date timeCreated, Date timeRequestReceived, VolumeBackup.Type type, Long uniqueSizeInGBs, Long uniqueSizeInMbs, String volumeId)
Deprecated. -
Uses of VolumeBackup.LifecycleState in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return VolumeBackup.LifecycleState Modifier and Type Method Description VolumeBackup.LifecycleState
ListVolumeBackupsRequest. getLifecycleState()
A filter to only return resources that match the given lifecycle state.Methods in com.oracle.bmc.core.requests with parameters of type VolumeBackup.LifecycleState Modifier and Type Method Description ListVolumeBackupsRequest.Builder
ListVolumeBackupsRequest.Builder. lifecycleState(VolumeBackup.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
-