Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.14 KB

ScalewayRdbV1InstanceEndpoint.md

File metadata and controls

18 lines (13 loc) · 1.14 KB

ScalewayRdbV1InstanceEndpoint

Properties

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]

[Back to Model list] [Back to API list] [Back to README]