Uses of Class
com.oracle.bmc.cloudmigrations.model.ReplicationProgress.Status
-
Packages that use ReplicationProgress.Status Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of ReplicationProgress.Status in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return ReplicationProgress.Status Modifier and Type Method Description static ReplicationProgress.Status
ReplicationProgress.Status. create(String key)
ReplicationProgress.Status
ReplicationProgress. getStatus()
Status of the current replication progress.static ReplicationProgress.Status
ReplicationProgress.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReplicationProgress.Status[]
ReplicationProgress.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudmigrations.model with parameters of type ReplicationProgress.Status Modifier and Type Method Description ReplicationProgress.Builder
ReplicationProgress.Builder. status(ReplicationProgress.Status status)
Status of the current replication progress.Constructors in com.oracle.bmc.cloudmigrations.model with parameters of type ReplicationProgress.Status Constructor Description ReplicationProgress(Integer percentage, ReplicationProgress.Status status, Date timeStarted, Date timeOflastReplicationStart, Date timeOfLastReplicationEnd, Date timeOfLastReplicationSuccess, ReplicationProgress.LastReplicationStatus lastReplicationStatus, String lastReplicationError)
Deprecated.
-