dtkt.replication.v1beta1messages.protoSource
MessageRepresents a configured replication Source.
| Field | Type | Number | Description |
|---|---|---|---|
| service | ServiceType dtkt.replication.v1beta1.ServiceType | 1 | Replication service of Source. |
| destination_id | string | 2 | Unique identifier of Destination. |
| config_id | string | 3 | Unique identifier of source config from replication service. |
| id | string | 4 | Unique identifier returned by Source. |
| name | string | 5 | Name returned by Source. |
| config | Struct google.protobuf.Struct | 6 | Config for Source. |
| sync_status | SyncStatus dtkt.replication.v1beta1.SyncStatus | 7 | Sync status of the Source. |
| sync_error | string | 8 | Sync error message when sync status is failed. |