Uses of Class
com.oracle.bmc.filestorage.model.Replication.LifecycleState
-
Packages that use Replication.LifecycleState Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.model -
-
Uses of Replication.LifecycleState in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type Replication.LifecycleState Modifier and Type Method Description Waiter<GetReplicationRequest,GetReplicationResponse>
FileStorageWaiters. forReplication(GetReplicationRequest request, Replication.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetReplicationRequest,GetReplicationResponse>
FileStorageWaiters. forReplication(GetReplicationRequest request, Replication.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetReplicationRequest,GetReplicationResponse>
FileStorageWaiters. forReplication(GetReplicationRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Replication.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Replication.LifecycleState in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return Replication.LifecycleState Modifier and Type Method Description static Replication.LifecycleState
Replication.LifecycleState. create(String key)
Replication.LifecycleState
Replication. getLifecycleState()
The current lifecycle state of the replication.static Replication.LifecycleState
Replication.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Replication.LifecycleState[]
Replication.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 Replication.LifecycleState Modifier and Type Method Description Replication.Builder
Replication.Builder. lifecycleState(Replication.LifecycleState lifecycleState)
The current lifecycle state of the replication.Constructors in com.oracle.bmc.filestorage.model with parameters of type Replication.LifecycleState Constructor Description Replication(String compartmentId, String availabilityDomain, String id, Replication.LifecycleState lifecycleState, String displayName, Date timeCreated, String sourceId, String targetId, String replicationTargetId, Long replicationInterval, String lastSnapshotId, Date recoveryPointTime, Replication.DeltaStatus deltaStatus, String lifecycleDetails, Long deltaProgress, List<ResourceLock> locks, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-