Package | Description |
---|---|
com.oracle.bmc.cloudmigrations.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ReplicationProgress.Builder |
ReplicationProgress.Builder.status(ReplicationProgress.Status status)
Status of the current replication progress.
|
Constructor and Description |
---|
ReplicationProgress(Integer percentage,
ReplicationProgress.Status status,
Date timeStarted,
Date timeOflastReplicationStart,
Date timeOfLastReplicationEnd,
Date timeOfLastReplicationSuccess,
ReplicationProgress.LastReplicationStatus lastReplicationStatus,
String lastReplicationError)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.