Package | Description |
---|---|
com.oracle.bmc.cloudmigrations.model |
Modifier and Type | Method and Description |
---|---|
static ReplicationProgress.LastReplicationStatus |
ReplicationProgress.LastReplicationStatus.create(String key) |
ReplicationProgress.LastReplicationStatus |
ReplicationProgress.getLastReplicationStatus()
Status of the last replication task.
|
static ReplicationProgress.LastReplicationStatus |
ReplicationProgress.LastReplicationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationProgress.LastReplicationStatus[] |
ReplicationProgress.LastReplicationStatus.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.lastReplicationStatus(ReplicationProgress.LastReplicationStatus lastReplicationStatus)
Status of the last replication task.
|
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.