Uses of Class
com.oracle.bmc.core.model.BootVolumeBackup.LifecycleState
-
Packages that use BootVolumeBackup.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of BootVolumeBackup.LifecycleState in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type BootVolumeBackup.LifecycleState Modifier and Type Method Description Waiter<GetBootVolumeBackupRequest,GetBootVolumeBackupResponse>
BlockstorageWaiters. forBootVolumeBackup(GetBootVolumeBackupRequest request, BootVolumeBackup.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetBootVolumeBackupRequest,GetBootVolumeBackupResponse>
BlockstorageWaiters. forBootVolumeBackup(GetBootVolumeBackupRequest request, BootVolumeBackup.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetBootVolumeBackupRequest,GetBootVolumeBackupResponse>
BlockstorageWaiters. forBootVolumeBackup(GetBootVolumeBackupRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, BootVolumeBackup.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of BootVolumeBackup.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return BootVolumeBackup.LifecycleState Modifier and Type Method Description static BootVolumeBackup.LifecycleState
BootVolumeBackup.LifecycleState. create(String key)
BootVolumeBackup.LifecycleState
BootVolumeBackup. getLifecycleState()
The current state of a boot volume backup.static BootVolumeBackup.LifecycleState
BootVolumeBackup.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static BootVolumeBackup.LifecycleState[]
BootVolumeBackup.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 BootVolumeBackup.LifecycleState Modifier and Type Method Description BootVolumeBackup.Builder
BootVolumeBackup.Builder. lifecycleState(BootVolumeBackup.LifecycleState lifecycleState)
The current state of a boot volume backup.Constructors in com.oracle.bmc.core.model with parameters of type BootVolumeBackup.LifecycleState Constructor Description BootVolumeBackup(String bootVolumeId, 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 imageId, String kmsKeyId, BootVolumeBackup.LifecycleState lifecycleState, Long sizeInGBs, String sourceBootVolumeBackupId, BootVolumeBackup.SourceType sourceType, Date timeCreated, Date timeRequestReceived, BootVolumeBackup.Type type, Long uniqueSizeInGBs)
Deprecated. -
Uses of BootVolumeBackup.LifecycleState in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return BootVolumeBackup.LifecycleState Modifier and Type Method Description BootVolumeBackup.LifecycleState
ListBootVolumeBackupsRequest. getLifecycleState()
A filter to only return resources that match the given lifecycle state.Methods in com.oracle.bmc.core.requests with parameters of type BootVolumeBackup.LifecycleState Modifier and Type Method Description ListBootVolumeBackupsRequest.Builder
ListBootVolumeBackupsRequest.Builder. lifecycleState(BootVolumeBackup.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
-