Package | Description |
---|---|
com.oracle.bmc.filestorage | |
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetReplicationRequest,GetReplicationResponse> |
FileStorageWaiters.forReplication(GetReplicationRequest request,
Replication.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetReplicationRequest,GetReplicationResponse> |
FileStorageWaiters.forReplication(GetReplicationRequest request,
Replication.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetReplicationRequest,GetReplicationResponse> |
FileStorageWaiters.forReplication(GetReplicationRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Replication.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Replication.Builder |
Replication.Builder.lifecycleState(Replication.LifecycleState lifecycleState)
The current lifecycle state of the replication.
|
Constructor and 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)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.