Uses of Class
com.oracle.bmc.filestorage.model.Snapshot.LifecycleState
-
Packages that use Snapshot.LifecycleState Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.model -
-
Uses of Snapshot.LifecycleState in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type Snapshot.LifecycleState Modifier and Type Method Description Waiter<GetSnapshotRequest,GetSnapshotResponse>
FileStorageWaiters. forSnapshot(GetSnapshotRequest request, Snapshot.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetSnapshotRequest,GetSnapshotResponse>
FileStorageWaiters. forSnapshot(GetSnapshotRequest request, Snapshot.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetSnapshotRequest,GetSnapshotResponse>
FileStorageWaiters. forSnapshot(GetSnapshotRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Snapshot.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Snapshot.LifecycleState in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return Snapshot.LifecycleState Modifier and Type Method Description static Snapshot.LifecycleState
Snapshot.LifecycleState. create(String key)
Snapshot.LifecycleState
Snapshot. getLifecycleState()
The current state of the snapshot.static Snapshot.LifecycleState
Snapshot.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Snapshot.LifecycleState[]
Snapshot.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.filestorage.model with parameters of type Snapshot.LifecycleState Modifier and Type Method Description Snapshot.Builder
Snapshot.Builder. lifecycleState(Snapshot.LifecycleState lifecycleState)
The current state of the snapshot.Constructors in com.oracle.bmc.filestorage.model with parameters of type Snapshot.LifecycleState Constructor Description Snapshot(String fileSystemId, String id, Snapshot.LifecycleState lifecycleState, String name, Date timeCreated, Snapshot.SnapshotType snapshotType, Date snapshotTime, String provenanceId, Boolean isCloneSource, String lifecycleDetails, List<ResourceLock> locks, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Date expirationTime, String filesystemSnapshotPolicyId)
Deprecated.
-