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: docs/dyn/oracledatabase_v1.projects.locations.autonomousDatabases.html
+9
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,9 @@ <h3>Method Details</h3>
146
146
"properties": { # The properties of an Autonomous Database. # Optional. The properties of the Autonomous Database.
147
147
"actualUsedDataStorageSizeTb": 3.14, # Output only. The amount of storage currently being used for user and system data, in terabytes.
148
148
"allocatedStorageSizeTb": 3.14, # Output only. The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
149
+
"allowlistedIps": [ # Optional. The list of allowlisted IP addresses for the Autonomous Database.
150
+
"A String",
151
+
],
149
152
"apexDetails": { # Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex # Output only. The details for the Oracle APEX Application Development.
150
153
"apexVersion": "A String", # Output only. The Oracle APEX Application Development version.
151
154
"ordsVersion": "A String", # Output only. The Oracle REST Data Services (ORDS) version.
@@ -407,6 +410,9 @@ <h3>Method Details</h3>
407
410
"properties": { # The properties of an Autonomous Database. # Optional. The properties of the Autonomous Database.
408
411
"actualUsedDataStorageSizeTb": 3.14, # Output only. The amount of storage currently being used for user and system data, in terabytes.
409
412
"allocatedStorageSizeTb": 3.14, # Output only. The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
413
+
"allowlistedIps": [ # Optional. The list of allowlisted IP addresses for the Autonomous Database.
414
+
"A String",
415
+
],
410
416
"apexDetails": { # Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex # Output only. The details for the Oracle APEX Application Development.
411
417
"apexVersion": "A String", # Output only. The Oracle APEX Application Development version.
412
418
"ordsVersion": "A String", # Output only. The Oracle REST Data Services (ORDS) version.
@@ -580,6 +586,9 @@ <h3>Method Details</h3>
580
586
"properties": { # The properties of an Autonomous Database. # Optional. The properties of the Autonomous Database.
581
587
"actualUsedDataStorageSizeTb": 3.14, # Output only. The amount of storage currently being used for user and system data, in terabytes.
582
588
"allocatedStorageSizeTb": 3.14, # Output only. The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
589
+
"allowlistedIps": [ # Optional. The list of allowlisted IP addresses for the Autonomous Database.
590
+
"A String",
591
+
],
583
592
"apexDetails": { # Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex # Output only. The details for the Oracle APEX Application Development.
584
593
"apexVersion": "A String", # Output only. The Oracle APEX Application Development version.
585
594
"ordsVersion": "A String", # Output only. The Oracle REST Data Services (ORDS) version.
0 commit comments