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
17
18
# DbaasExternalIntegration

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | **String** | Description of the integration | 
**dest_endpoint_name** | Option<**String**> | External destination endpoint name | [optional]
**dest_endpoint_id** | Option<**String**> | External destination endpoint id | [optional]
**integration_id** | Option<[**uuid::Uuid**]uuid::Uuid.md> | Endpoint integration UUID | [optional]
**status** | Option<**String**> | Integration status | [optional]
**source_service_name** | **String** | DBaaS source service name | 
**source_service_type** | **String** |  | 
**r#type** | [**models::EnumExternalEndpointTypes**]enum-external-endpoint-types.md |  | 

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