We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da05d1a commit af2f499Copy full SHA for af2f499
service/subscriptions/model.go
@@ -291,21 +291,6 @@ type ActiveActiveRegion struct {
291
VpcId *string `json:"vpcId,omitempty"`
292
Databases []ActiveActiveDatabase `json:"databases,omitempty"`
293
}
294
-
295
-// "regionId": 1,
296
-// "region": "us-east-1",
297
-// "deploymentCidr": "192.168.0.0/24",
298
-// "vpcId": "vpc-0e946cd5c0c580383",
299
-// "databases": [
300
-// {
301
-// "databaseId": 3645,
302
-// "databaseName": "database-name",
303
-// "readOperationsPerSecond": 1000,
304
-// "writeOperationsPerSecond": 1000,
305
-// "respVersion": "resp3",
306
-// "links": []
307
-// }
308
309
type ActiveActiveDatabase struct {
310
DatabaseId *int `json:"databaseId,omitempty"`
311
DatabaseName *string `json:"databaseName,omitempty"`
0 commit comments