Package | Description |
---|---|
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and Description |
---|---|
static ReplicationTarget.DeltaStatus |
ReplicationTarget.DeltaStatus.create(String key) |
ReplicationTarget.DeltaStatus |
ReplicationTarget.getDeltaStatus()
The current state of the snapshot during replication operations.
|
static ReplicationTarget.DeltaStatus |
ReplicationTarget.DeltaStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationTarget.DeltaStatus[] |
ReplicationTarget.DeltaStatus.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.deltaStatus(ReplicationTarget.DeltaStatus deltaStatus)
The current state of the snapshot during replication operations.
|
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.