Uses of Class
com.oracle.bmc.filestorage.model.ReplicationTarget.DeltaStatus
-
Packages that use ReplicationTarget.DeltaStatus Package Description com.oracle.bmc.filestorage.model -
-
Uses of ReplicationTarget.DeltaStatus in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return ReplicationTarget.DeltaStatus Modifier and Type Method 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.Methods in com.oracle.bmc.filestorage.model with parameters of type ReplicationTarget.DeltaStatus Modifier and Type Method Description ReplicationTarget.Builder
ReplicationTarget.Builder. deltaStatus(ReplicationTarget.DeltaStatus deltaStatus)
The current state of the snapshot during replication operations.Constructors in com.oracle.bmc.filestorage.model with parameters of type ReplicationTarget.DeltaStatus Constructor 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, Map<String,Map<String,Object>> systemTags, String lifecycleDetails)
Deprecated.
-