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: openapi.yaml
+28-6Lines changed: 28 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -3287,7 +3287,10 @@ paths:
3287
3287
3288
3288
# The `allow_list` is used to control access to the Managed Database.
3289
3289
3290
-
# * IP addresses on this list can access the Managed Database. All other sources are blocked.
3290
+
# * IP addresses and ranges in this list can access the Managed Database. All other sources are blocked.
3291
+
3292
+
# * If `0.0.0.0/0` is a value in this list, then all IP addresses can access the Managed Database.
3293
+
3291
3294
# * Entering an empty array (`[]`) blocks all connections (both public and private) to the Managed Database.
3292
3295
3293
3296
# All Managed Databases include automatic, daily backups. Up to seven backups are automatically stored for each Managed Database, providing restore points for each day of the past week.
@@ -3466,11 +3469,14 @@ paths:
3466
3469
3467
3470
Updating addresses in the `allow_list` overwrites any existing addresses.
3468
3471
3469
-
* IP addresses on this list can access the Managed Database. All other sources are blocked.
3472
+
* IP addresses and ranges on this list can access the Managed Database. All other sources are blocked.
3473
+
3474
+
* If `0.0.0.0/0` is a value in this list, then all IP addresses can access the Managed Database.
3470
3475
3471
3476
* Entering an empty array (`[]`) blocks all connections (both public and private) to the Managed Database.
3472
3477
3473
3478
* **Note**: Updates to the `allow_list` may take a short period of time to complete, making this command inappropriate for rapid successive updates to this property.
3479
+
3474
3480
All Managed Databases include automatic patch updates, which apply security patches and updates to the underlying operating system of the Managed MongoDB Database. The maintenance window for these updates is configured with the Managed Database's `updates` property.
3475
3481
3476
3482
* If your database cluster is configured with a single node, you will experience downtime during this maintenance window when any updates occur. It's recommended that you adjust this window to match a time that will be the least disruptive for your application and users. You may also want to consider upgrading to a high availability plan to avoid any downtime due to maintenance.
@@ -4083,7 +4089,10 @@ paths:
4083
4089
4084
4090
The `allow_list` is used to control access to the Managed Database.
4085
4091
4086
-
* IP addresses on this list can access the Managed Database. All other sources are blocked.
4092
+
* IP addresses and ranges in this list can access the Managed Database. All other sources are blocked.
4093
+
4094
+
* If `0.0.0.0/0` is a value in this list, then all IP addresses can access the Managed Database.
4095
+
4087
4096
* Entering an empty array (`[]`) blocks all connections (both public and private) to the Managed Database.
4088
4097
4089
4098
All Managed Databases include automatic, daily backups. Up to seven backups are automatically stored for each Managed Database, providing restore points for each day of the past week.
@@ -4252,8 +4261,12 @@ paths:
4252
4261
4253
4262
Updating addresses in the `allow_list` overwrites any existing addresses.
4254
4263
4255
-
* IP addresses on this list can access the Managed Database. All other sources are blocked.
4264
+
* IP addresses and ranges in this list can access the Managed Database. All other sources are blocked.
4265
+
4266
+
* If `0.0.0.0/0` is a value in this list, then all IP addresses can access the Managed Database.
4267
+
4256
4268
* Entering an empty array (`[]`) blocks all connections (both public and private) to the Managed Database.
4269
+
4257
4270
* **Note**: Updates to the `allow_list` may take a short period of time to complete, making this command inappropriate for rapid successive updates to this property.
4258
4271
4259
4272
All Managed Databases include automatic patch updates, which apply security patches and updates to the underlying operating system of the Managed MySQL Database. The maintenance window for these updates is configured with the Managed Database's `updates` property.
@@ -4851,7 +4864,10 @@ paths:
4851
4864
4852
4865
The `allow_list` is used to control access to the Managed Database.
4853
4866
4854
-
* IP addresses on this list can access the Managed Database. All other sources are blocked.
4867
+
* IP addresses and ranges in this list can access the Managed Database. All other sources are blocked.
4868
+
4869
+
* If `0.0.0.0/0` is a value in this list, then all IP addresses can access the Managed Database.
4870
+
4855
4871
* Entering an empty array (`[]`) blocks all connections (both public and private) to the Managed Database.
4856
4872
4857
4873
All Managed Databases include automatic, daily backups. Up to seven backups are automatically stored for each Managed Database, providing restore points for each day of the past week.
@@ -5022,8 +5038,12 @@ paths:
5022
5038
5023
5039
Updating addresses in the `allow_list` overwrites any existing addresses.
5024
5040
5025
-
* IP addresses on this list can access the Managed Database. All other sources are blocked.
5041
+
* IP addresses and ranges in this list can access the Managed Database. All other sources are blocked.
5042
+
5043
+
* If `0.0.0.0/0` is a value in this list, then all IP addresses can access the Managed Database.
5044
+
5026
5045
* Entering an empty array (`[]`) blocks all connections (both public and private) to the Managed Database.
5046
+
5027
5047
* **Note**: Updates to the `allow_list` may take a short period of time to complete, making this command inappropriate for rapid successive updates to this property.
5028
5048
5029
5049
All Managed Databases include automatic patch updates, which apply security patches and updates to the underlying operating system of the Managed PostgreSQL Database. The maintenance window for these updates is configured with the Managed Database's `updates` property.
@@ -19886,6 +19906,8 @@ components:
19886
19906
A list of IP addresses that can access the Managed Database. Each item can be a single IP address or a range in CIDR format.
19887
19907
19888
19908
By default, this is an empty array (`[]`), which blocks all connections (both public and private) to the Managed Database.
19909
+
19910
+
If `0.0.0.0/0` is a value in this list, then all IP addresses can access the Managed Database.
0 commit comments