DESCRIPTION
Information about the data migration status of the external volume.
PROPERTIES
- status: string , x ∈ { "Undefined" , "DataMigrationSetupCompleted" , "Copying" , "CopyCompleted" , "Error" , "Unknown" }
- Status of data migration:
-
-
Undefined: The virtual volume cannot accept I/O from the server.
-
DataMigrationSetupCompleted: The server can perform I/O to the virtual volume. Data copy has not been performed.
-
Copying: Data copy has started.
-
CopyCompleted: Data copy is completed.
-
Error: Data copy was suspended due to a failure and I/O from the server cannot be accepted.
-
Unknown: Unknown status.
-
- progressRate: integer (int64) , { x ∈ ℤ | 0 ≤ x ≤ 100 }
- Progress rate of data copy (unit: %).