You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/rdb/v1/rdb_sdk.go
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -936,13 +936,13 @@ type Endpoint struct {
936
936
Portuint32`json:"port"`
937
937
// Name: name of the endpoint
938
938
Name*string`json:"name"`
939
-
// PrivateNetwork: private network details
939
+
// PrivateNetwork: private network details. One at the most per RDB instance or read replica (an RDB instance and its read replica can have different private networks). Cannot be updated (has to be deleted and recreated)
940
940
// Precisely one of DirectAccess, LoadBalancer, PrivateNetwork must be set.
// PrivateNetwork: private network endpoint specifications. One at the most per RDB instance or read replica (an RDB instance and its read replica can have different private networks). Cannot be updated (has to be deleted and recreated)
975
975
// Precisely one of LoadBalancer, PrivateNetwork must be set.
0 commit comments