Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 887 Bytes

DbaasMigration.md

File metadata and controls

14 lines (10 loc) · 887 Bytes

Org.OpenAPITools.Model.DbaasMigration

Managed Database migration information.

Properties

Name Type Description Notes
Status string The current status of the attached migration. * `complete` * `error` * `pending` * `running` [optional]
Method string The type of migration performed (dump or replication). Only shows if status is `complete`. [optional]
Error string The verbose error message output for migrations with an `error` status. [optional]
Credentials DbaasMigrationCredentials [optional]

[Back to Model list] [Back to API list] [Back to README]