exoscale-rs 3.0.0

Infrastructure automation API, allowing programmatic access to all Exoscale products and services. The [OpenAPI Specification](http://spec.openapis.org/oas/v3.0.3.html) source of this documentation can be obtained here: * [JSON format](https://openapi-v2.exoscale.com/source.json) * [YAML format](https://openapi-v2.exoscale.com/source.yaml)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# DbaasMigrationStatus

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**error** | Option<**String**> | Error message in case that migration has failed | [optional]
**master_last_io_seconds_ago** | Option<**i64**> | Redis only: how many seconds since last I/O with redis master | [optional]
**master_link_status** | Option<[**models::EnumMasterLinkStatus**]enum-master-link-status.md> |  | [optional]
**method** | Option<**String**> | Migration method. Empty in case of multiple methods or error | [optional]
**status** | Option<**String**> | Migration status | [optional]
**details** | Option<[**Vec<models::DbaasMigrationStatusDetailsInner>**]dbaas_migration_status_details_inner.md> | Migration status per database | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)