Package | Description |
---|---|
com.oracle.bmc.filestorage | |
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and Description |
---|---|
static ReplicationTarget.LifecycleState |
ReplicationTarget.LifecycleState.create(String key) |
ReplicationTarget.LifecycleState |
ReplicationTarget.getLifecycleState()
The current state of this replication.
|
static ReplicationTarget.LifecycleState |
ReplicationTarget.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationTarget.LifecycleState[] |
ReplicationTarget.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ReplicationTarget.Builder |
ReplicationTarget.Builder.lifecycleState(ReplicationTarget.LifecycleState lifecycleState)
The current state of this replication.
|
Constructor and Description |
---|
ReplicationTarget(String availabilityDomain,
String compartmentId,
String id,
ReplicationTarget.LifecycleState lifecycleState,
String displayName,
Date timeCreated,
String sourceId,
String targetId,
String replicationId,
String lastSnapshotId,
Date recoveryPointTime,
ReplicationTarget.DeltaStatus deltaStatus,
Long deltaProgress,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String lifecycleDetails)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.