# ScalewayRdbV1InstanceEndpoint
## Properties
**id** | Option<**String**> | UUID of the endpoint (UUID format) | [optional]
**ip** | Option<**String**> | IPv4 address of the endpoint (IP address) | [optional]
**port** | Option<**i32**> | TCP port of the endpoint | [optional]
**name** | Option<**String**> | Name of the endpoint | [optional]
**private_network** | Option<[**crate::models::ScalewayRdbV1EndpointPrivateNetwork**](scaleway_rdb_v1_Endpoint_private_network.md)> | | [optional]
**load_balancer** | Option<[**serde_json::Value**](.md)> | Load balancer details. Public endpoint for RDB instances which is systematically present. One per RDB instance | [optional]
**direct_access** | Option<[**serde_json::Value**](.md)> | Direct access details. Public endpoint reserved for read replicas. One per read replica | [optional]
**hostname** | Option<**String**> | Hostname of the endpoint | [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)