Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dc42732

Browse files
committedApr 22, 2025
feat(oracledatabase): update the api
#### oracledatabase:v1 The following keys were added: - schemas.AutonomousDatabaseProperties.properties.allowlistedIps (Total Keys: 2)
1 parent 1ee9950 commit dc42732

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed
 

‎docs/dyn/oracledatabase_v1.projects.locations.autonomousDatabases.html

+9
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ <h3>Method Details</h3>
146146
&quot;properties&quot;: { # The properties of an Autonomous Database. # Optional. The properties of the Autonomous Database.
147147
&quot;actualUsedDataStorageSizeTb&quot;: 3.14, # Output only. The amount of storage currently being used for user and system data, in terabytes.
148148
&quot;allocatedStorageSizeTb&quot;: 3.14, # Output only. The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
149+
&quot;allowlistedIps&quot;: [ # Optional. The list of allowlisted IP addresses for the Autonomous Database.
150+
&quot;A String&quot;,
151+
],
149152
&quot;apexDetails&quot;: { # 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.
150153
&quot;apexVersion&quot;: &quot;A String&quot;, # Output only. The Oracle APEX Application Development version.
151154
&quot;ordsVersion&quot;: &quot;A String&quot;, # Output only. The Oracle REST Data Services (ORDS) version.
@@ -407,6 +410,9 @@ <h3>Method Details</h3>
407410
&quot;properties&quot;: { # The properties of an Autonomous Database. # Optional. The properties of the Autonomous Database.
408411
&quot;actualUsedDataStorageSizeTb&quot;: 3.14, # Output only. The amount of storage currently being used for user and system data, in terabytes.
409412
&quot;allocatedStorageSizeTb&quot;: 3.14, # Output only. The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
413+
&quot;allowlistedIps&quot;: [ # Optional. The list of allowlisted IP addresses for the Autonomous Database.
414+
&quot;A String&quot;,
415+
],
410416
&quot;apexDetails&quot;: { # 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.
411417
&quot;apexVersion&quot;: &quot;A String&quot;, # Output only. The Oracle APEX Application Development version.
412418
&quot;ordsVersion&quot;: &quot;A String&quot;, # Output only. The Oracle REST Data Services (ORDS) version.
@@ -580,6 +586,9 @@ <h3>Method Details</h3>
580586
&quot;properties&quot;: { # The properties of an Autonomous Database. # Optional. The properties of the Autonomous Database.
581587
&quot;actualUsedDataStorageSizeTb&quot;: 3.14, # Output only. The amount of storage currently being used for user and system data, in terabytes.
582588
&quot;allocatedStorageSizeTb&quot;: 3.14, # Output only. The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
589+
&quot;allowlistedIps&quot;: [ # Optional. The list of allowlisted IP addresses for the Autonomous Database.
590+
&quot;A String&quot;,
591+
],
583592
&quot;apexDetails&quot;: { # 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.
584593
&quot;apexVersion&quot;: &quot;A String&quot;, # Output only. The Oracle APEX Application Development version.
585594
&quot;ordsVersion&quot;: &quot;A String&quot;, # Output only. The Oracle REST Data Services (ORDS) version.

‎googleapiclient/discovery_cache/documents/oracledatabase.v1.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@
12371237
}
12381238
}
12391239
},
1240-
"revision": "20250324",
1240+
"revision": "20250409",
12411241
"rootUrl": "https://oracledatabase.googleapis.com/",
12421242
"schemas": {
12431243
"AllConnectionStrings": {
@@ -1653,6 +1653,13 @@
16531653
"readOnly": true,
16541654
"type": "number"
16551655
},
1656+
"allowlistedIps": {
1657+
"description": "Optional. The list of allowlisted IP addresses for the Autonomous Database.",
1658+
"items": {
1659+
"type": "string"
1660+
},
1661+
"type": "array"
1662+
},
16561663
"apexDetails": {
16571664
"$ref": "AutonomousDatabaseApex",
16581665
"description": "Output only. The details for the Oracle APEX Application Development.",

0 commit comments

Comments
 (0)
Please sign in to comment.