Name | Type | Description | Notes |
---|---|---|---|
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> | [optional] | |
load_balancer | Option<serde_json::Value> | Load balancer details. Public endpoint for RDB instances which is systematically present. One per RDB instance | [optional] |
direct_access | Option<serde_json::Value> | Direct access details. Public endpoint reserved for read replicas. One per read replica | [optional] |
hostname | Option<String> | Hostname of the endpoint | [optional] |