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