pulumi-gcp 8.7.0a1730183903__py3-none-any.whl → 8.7.0a1730196225__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. pulumi_gcp/__init__.py +70 -0
  2. pulumi_gcp/accesscontextmanager/service_perimeter.py +2 -0
  3. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +4 -0
  4. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +4 -0
  5. pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +4 -0
  6. pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +4 -0
  7. pulumi_gcp/accesscontextmanager/service_perimeters.py +2 -0
  8. pulumi_gcp/apigee/__init__.py +2 -0
  9. pulumi_gcp/apigee/_inputs.py +108 -0
  10. pulumi_gcp/apigee/app_group.py +811 -0
  11. pulumi_gcp/apigee/developer.py +757 -0
  12. pulumi_gcp/apigee/outputs.py +64 -0
  13. pulumi_gcp/artifactregistry/get_docker_image.py +40 -0
  14. pulumi_gcp/bigquery/connection.py +12 -12
  15. pulumi_gcp/bigquery/job.py +6 -6
  16. pulumi_gcp/cloudrunv2/get_service.py +12 -1
  17. pulumi_gcp/cloudrunv2/service.py +92 -0
  18. pulumi_gcp/compute/_inputs.py +214 -116
  19. pulumi_gcp/compute/backend_service.py +76 -0
  20. pulumi_gcp/compute/get_backend_service.py +12 -1
  21. pulumi_gcp/compute/get_instance.py +29 -1
  22. pulumi_gcp/compute/get_instance_template.py +29 -1
  23. pulumi_gcp/compute/get_region_instance_group_manager.py +0 -18
  24. pulumi_gcp/compute/get_region_instance_template.py +29 -1
  25. pulumi_gcp/compute/instance.py +89 -0
  26. pulumi_gcp/compute/instance_from_machine_image.py +82 -0
  27. pulumi_gcp/compute/instance_from_template.py +82 -0
  28. pulumi_gcp/compute/instance_template.py +75 -0
  29. pulumi_gcp/compute/network_firewall_policy_association.py +76 -50
  30. pulumi_gcp/compute/network_firewall_policy_rule.py +149 -103
  31. pulumi_gcp/compute/outputs.py +170 -80
  32. pulumi_gcp/compute/region_backend_service.py +94 -0
  33. pulumi_gcp/compute/region_instance_template.py +75 -0
  34. pulumi_gcp/compute/region_network_endpoint_group.py +6 -4
  35. pulumi_gcp/compute/region_network_firewall_policy_association.py +104 -54
  36. pulumi_gcp/compute/region_network_firewall_policy_rule.py +160 -107
  37. pulumi_gcp/config/__init__.pyi +4 -0
  38. pulumi_gcp/config/vars.py +8 -0
  39. pulumi_gcp/container/attached_cluster.py +9 -6
  40. pulumi_gcp/container/outputs.py +2 -2
  41. pulumi_gcp/datastream/stream.py +2 -2
  42. pulumi_gcp/diagflow/_inputs.py +472 -2
  43. pulumi_gcp/diagflow/cx_agent.py +64 -4
  44. pulumi_gcp/diagflow/cx_flow.py +30 -0
  45. pulumi_gcp/diagflow/outputs.py +378 -2
  46. pulumi_gcp/gkehub/feature.py +2 -4
  47. pulumi_gcp/iam/workload_identity_pool_provider.py +56 -0
  48. pulumi_gcp/looker/instance.py +104 -2
  49. pulumi_gcp/monitoring/_inputs.py +23 -0
  50. pulumi_gcp/monitoring/get_secret_version.py +22 -3
  51. pulumi_gcp/monitoring/outputs.py +16 -0
  52. pulumi_gcp/networkconnectivity/__init__.py +1 -0
  53. pulumi_gcp/networkconnectivity/_inputs.py +148 -0
  54. pulumi_gcp/networkconnectivity/group.py +764 -0
  55. pulumi_gcp/networkconnectivity/outputs.py +125 -0
  56. pulumi_gcp/networkconnectivity/spoke.py +144 -0
  57. pulumi_gcp/networksecurity/server_tls_policy.py +2 -2
  58. pulumi_gcp/oracledatabase/__init__.py +20 -0
  59. pulumi_gcp/oracledatabase/_inputs.py +4745 -0
  60. pulumi_gcp/oracledatabase/autonomous_database.py +983 -0
  61. pulumi_gcp/oracledatabase/cloud_exadata_infrastructure.py +842 -0
  62. pulumi_gcp/oracledatabase/cloud_vm_cluster.py +1086 -0
  63. pulumi_gcp/oracledatabase/get_autonomous_database.py +290 -0
  64. pulumi_gcp/oracledatabase/get_autonomous_databases.py +150 -0
  65. pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructure.py +257 -0
  66. pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructures.py +150 -0
  67. pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +290 -0
  68. pulumi_gcp/oracledatabase/get_cloud_vm_clusters.py +150 -0
  69. pulumi_gcp/oracledatabase/get_db_nodes.py +245 -0
  70. pulumi_gcp/oracledatabase/get_db_servers.py +245 -0
  71. pulumi_gcp/oracledatabase/outputs.py +9304 -0
  72. pulumi_gcp/organizations/folder.py +7 -7
  73. pulumi_gcp/organizations/project.py +7 -7
  74. pulumi_gcp/orgpolicy/_inputs.py +3 -3
  75. pulumi_gcp/orgpolicy/outputs.py +2 -2
  76. pulumi_gcp/privilegedaccessmanager/get_entitlement.py +46 -2
  77. pulumi_gcp/provider.py +40 -0
  78. pulumi_gcp/pulumi-plugin.json +1 -1
  79. pulumi_gcp/secretmanager/get_regional_secret_version.py +24 -5
  80. pulumi_gcp/secretmanager/get_regional_secret_version_access.py +24 -5
  81. pulumi_gcp/secretmanager/get_secret_version.py +22 -3
  82. pulumi_gcp/secretmanager/get_secret_version_access.py +22 -3
  83. pulumi_gcp/secretmanager/regional_secret.py +2 -2
  84. pulumi_gcp/siteverification/get_token.py +0 -16
  85. pulumi_gcp/siteverification/owner.py +0 -16
  86. pulumi_gcp/spanner/_inputs.py +29 -5
  87. pulumi_gcp/spanner/outputs.py +20 -3
  88. pulumi_gcp/sql/_inputs.py +6 -6
  89. pulumi_gcp/sql/outputs.py +4 -4
  90. pulumi_gcp/sql/user.py +28 -21
  91. pulumi_gcp/storage/_inputs.py +36 -0
  92. pulumi_gcp/storage/bucket.py +47 -0
  93. pulumi_gcp/storage/get_bucket.py +12 -1
  94. pulumi_gcp/storage/outputs.py +40 -0
  95. pulumi_gcp/transcoder/__init__.py +11 -0
  96. pulumi_gcp/transcoder/_inputs.py +3991 -0
  97. pulumi_gcp/transcoder/job.py +2134 -0
  98. pulumi_gcp/transcoder/job_template.py +1524 -0
  99. pulumi_gcp/transcoder/outputs.py +2918 -0
  100. pulumi_gcp/vertex/ai_deployment_resource_pool.py +2 -2
  101. pulumi_gcp/vmwareengine/_inputs.py +440 -0
  102. pulumi_gcp/vmwareengine/cluster.py +100 -2
  103. pulumi_gcp/vmwareengine/get_cluster.py +12 -1
  104. pulumi_gcp/vmwareengine/outputs.py +615 -0
  105. pulumi_gcp/workstations/_inputs.py +54 -0
  106. pulumi_gcp/workstations/outputs.py +32 -0
  107. pulumi_gcp/workstations/workstation_config.py +205 -0
  108. {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.7.0a1730196225.dist-info}/METADATA +1 -1
  109. {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.7.0a1730196225.dist-info}/RECORD +111 -89
  110. {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.7.0a1730196225.dist-info}/WHEEL +1 -1
  111. {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.7.0a1730196225.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,290 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from .. import _utilities
16
+ from . import outputs
17
+
18
+ __all__ = [
19
+ 'GetAutonomousDatabaseResult',
20
+ 'AwaitableGetAutonomousDatabaseResult',
21
+ 'get_autonomous_database',
22
+ 'get_autonomous_database_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetAutonomousDatabaseResult:
27
+ """
28
+ A collection of values returned by getAutonomousDatabase.
29
+ """
30
+ def __init__(__self__, admin_password=None, autonomous_database_id=None, cidr=None, create_time=None, database=None, display_name=None, effective_labels=None, entitlement_id=None, id=None, labels=None, location=None, name=None, network=None, project=None, properties=None, pulumi_labels=None):
31
+ if admin_password and not isinstance(admin_password, str):
32
+ raise TypeError("Expected argument 'admin_password' to be a str")
33
+ pulumi.set(__self__, "admin_password", admin_password)
34
+ if autonomous_database_id and not isinstance(autonomous_database_id, str):
35
+ raise TypeError("Expected argument 'autonomous_database_id' to be a str")
36
+ pulumi.set(__self__, "autonomous_database_id", autonomous_database_id)
37
+ if cidr and not isinstance(cidr, str):
38
+ raise TypeError("Expected argument 'cidr' to be a str")
39
+ pulumi.set(__self__, "cidr", cidr)
40
+ if create_time and not isinstance(create_time, str):
41
+ raise TypeError("Expected argument 'create_time' to be a str")
42
+ pulumi.set(__self__, "create_time", create_time)
43
+ if database and not isinstance(database, str):
44
+ raise TypeError("Expected argument 'database' to be a str")
45
+ pulumi.set(__self__, "database", database)
46
+ if display_name and not isinstance(display_name, str):
47
+ raise TypeError("Expected argument 'display_name' to be a str")
48
+ pulumi.set(__self__, "display_name", display_name)
49
+ if effective_labels and not isinstance(effective_labels, dict):
50
+ raise TypeError("Expected argument 'effective_labels' to be a dict")
51
+ pulumi.set(__self__, "effective_labels", effective_labels)
52
+ if entitlement_id and not isinstance(entitlement_id, str):
53
+ raise TypeError("Expected argument 'entitlement_id' to be a str")
54
+ pulumi.set(__self__, "entitlement_id", entitlement_id)
55
+ if id and not isinstance(id, str):
56
+ raise TypeError("Expected argument 'id' to be a str")
57
+ pulumi.set(__self__, "id", id)
58
+ if labels and not isinstance(labels, dict):
59
+ raise TypeError("Expected argument 'labels' to be a dict")
60
+ pulumi.set(__self__, "labels", labels)
61
+ if location and not isinstance(location, str):
62
+ raise TypeError("Expected argument 'location' to be a str")
63
+ pulumi.set(__self__, "location", location)
64
+ if name and not isinstance(name, str):
65
+ raise TypeError("Expected argument 'name' to be a str")
66
+ pulumi.set(__self__, "name", name)
67
+ if network and not isinstance(network, str):
68
+ raise TypeError("Expected argument 'network' to be a str")
69
+ pulumi.set(__self__, "network", network)
70
+ if project and not isinstance(project, str):
71
+ raise TypeError("Expected argument 'project' to be a str")
72
+ pulumi.set(__self__, "project", project)
73
+ if properties and not isinstance(properties, list):
74
+ raise TypeError("Expected argument 'properties' to be a list")
75
+ pulumi.set(__self__, "properties", properties)
76
+ if pulumi_labels and not isinstance(pulumi_labels, dict):
77
+ raise TypeError("Expected argument 'pulumi_labels' to be a dict")
78
+ pulumi.set(__self__, "pulumi_labels", pulumi_labels)
79
+
80
+ @property
81
+ @pulumi.getter(name="adminPassword")
82
+ def admin_password(self) -> str:
83
+ return pulumi.get(self, "admin_password")
84
+
85
+ @property
86
+ @pulumi.getter(name="autonomousDatabaseId")
87
+ def autonomous_database_id(self) -> str:
88
+ return pulumi.get(self, "autonomous_database_id")
89
+
90
+ @property
91
+ @pulumi.getter
92
+ def cidr(self) -> str:
93
+ return pulumi.get(self, "cidr")
94
+
95
+ @property
96
+ @pulumi.getter(name="createTime")
97
+ def create_time(self) -> str:
98
+ return pulumi.get(self, "create_time")
99
+
100
+ @property
101
+ @pulumi.getter
102
+ def database(self) -> str:
103
+ return pulumi.get(self, "database")
104
+
105
+ @property
106
+ @pulumi.getter(name="displayName")
107
+ def display_name(self) -> str:
108
+ return pulumi.get(self, "display_name")
109
+
110
+ @property
111
+ @pulumi.getter(name="effectiveLabels")
112
+ def effective_labels(self) -> Mapping[str, str]:
113
+ return pulumi.get(self, "effective_labels")
114
+
115
+ @property
116
+ @pulumi.getter(name="entitlementId")
117
+ def entitlement_id(self) -> str:
118
+ return pulumi.get(self, "entitlement_id")
119
+
120
+ @property
121
+ @pulumi.getter
122
+ def id(self) -> str:
123
+ """
124
+ The provider-assigned unique ID for this managed resource.
125
+ """
126
+ return pulumi.get(self, "id")
127
+
128
+ @property
129
+ @pulumi.getter
130
+ def labels(self) -> Mapping[str, str]:
131
+ return pulumi.get(self, "labels")
132
+
133
+ @property
134
+ @pulumi.getter
135
+ def location(self) -> str:
136
+ return pulumi.get(self, "location")
137
+
138
+ @property
139
+ @pulumi.getter
140
+ def name(self) -> str:
141
+ return pulumi.get(self, "name")
142
+
143
+ @property
144
+ @pulumi.getter
145
+ def network(self) -> str:
146
+ return pulumi.get(self, "network")
147
+
148
+ @property
149
+ @pulumi.getter
150
+ def project(self) -> Optional[str]:
151
+ return pulumi.get(self, "project")
152
+
153
+ @property
154
+ @pulumi.getter
155
+ def properties(self) -> Sequence['outputs.GetAutonomousDatabasePropertyResult']:
156
+ return pulumi.get(self, "properties")
157
+
158
+ @property
159
+ @pulumi.getter(name="pulumiLabels")
160
+ def pulumi_labels(self) -> Mapping[str, str]:
161
+ return pulumi.get(self, "pulumi_labels")
162
+
163
+
164
+ class AwaitableGetAutonomousDatabaseResult(GetAutonomousDatabaseResult):
165
+ # pylint: disable=using-constant-test
166
+ def __await__(self):
167
+ if False:
168
+ yield self
169
+ return GetAutonomousDatabaseResult(
170
+ admin_password=self.admin_password,
171
+ autonomous_database_id=self.autonomous_database_id,
172
+ cidr=self.cidr,
173
+ create_time=self.create_time,
174
+ database=self.database,
175
+ display_name=self.display_name,
176
+ effective_labels=self.effective_labels,
177
+ entitlement_id=self.entitlement_id,
178
+ id=self.id,
179
+ labels=self.labels,
180
+ location=self.location,
181
+ name=self.name,
182
+ network=self.network,
183
+ project=self.project,
184
+ properties=self.properties,
185
+ pulumi_labels=self.pulumi_labels)
186
+
187
+
188
+ def get_autonomous_database(autonomous_database_id: Optional[str] = None,
189
+ location: Optional[str] = None,
190
+ project: Optional[str] = None,
191
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAutonomousDatabaseResult:
192
+ """
193
+ Get information about an AutonomousDatabase.
194
+
195
+ For more information see the
196
+ [API](https://cloud.google.com/oracle/database/docs/reference/rest/v1/projects.locations.autonomousDatabases).
197
+
198
+ ## Example Usage
199
+
200
+ ```python
201
+ import pulumi
202
+ import pulumi_gcp as gcp
203
+
204
+ my_instance = gcp.oracledatabase.get_autonomous_database(location="us-east4",
205
+ autonomous_database_id="autonomous_database_id")
206
+ ```
207
+
208
+
209
+ :param str autonomous_database_id: The ID of the AutonomousDatabase.
210
+ :param str location: The location of the resource.
211
+
212
+ - - -
213
+ :param str project: The project to which the resource belongs. If it
214
+ is not provided, the provider project is used.
215
+ """
216
+ __args__ = dict()
217
+ __args__['autonomousDatabaseId'] = autonomous_database_id
218
+ __args__['location'] = location
219
+ __args__['project'] = project
220
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
221
+ __ret__ = pulumi.runtime.invoke('gcp:oracledatabase/getAutonomousDatabase:getAutonomousDatabase', __args__, opts=opts, typ=GetAutonomousDatabaseResult).value
222
+
223
+ return AwaitableGetAutonomousDatabaseResult(
224
+ admin_password=pulumi.get(__ret__, 'admin_password'),
225
+ autonomous_database_id=pulumi.get(__ret__, 'autonomous_database_id'),
226
+ cidr=pulumi.get(__ret__, 'cidr'),
227
+ create_time=pulumi.get(__ret__, 'create_time'),
228
+ database=pulumi.get(__ret__, 'database'),
229
+ display_name=pulumi.get(__ret__, 'display_name'),
230
+ effective_labels=pulumi.get(__ret__, 'effective_labels'),
231
+ entitlement_id=pulumi.get(__ret__, 'entitlement_id'),
232
+ id=pulumi.get(__ret__, 'id'),
233
+ labels=pulumi.get(__ret__, 'labels'),
234
+ location=pulumi.get(__ret__, 'location'),
235
+ name=pulumi.get(__ret__, 'name'),
236
+ network=pulumi.get(__ret__, 'network'),
237
+ project=pulumi.get(__ret__, 'project'),
238
+ properties=pulumi.get(__ret__, 'properties'),
239
+ pulumi_labels=pulumi.get(__ret__, 'pulumi_labels'))
240
+ def get_autonomous_database_output(autonomous_database_id: Optional[pulumi.Input[str]] = None,
241
+ location: Optional[pulumi.Input[str]] = None,
242
+ project: Optional[pulumi.Input[Optional[str]]] = None,
243
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAutonomousDatabaseResult]:
244
+ """
245
+ Get information about an AutonomousDatabase.
246
+
247
+ For more information see the
248
+ [API](https://cloud.google.com/oracle/database/docs/reference/rest/v1/projects.locations.autonomousDatabases).
249
+
250
+ ## Example Usage
251
+
252
+ ```python
253
+ import pulumi
254
+ import pulumi_gcp as gcp
255
+
256
+ my_instance = gcp.oracledatabase.get_autonomous_database(location="us-east4",
257
+ autonomous_database_id="autonomous_database_id")
258
+ ```
259
+
260
+
261
+ :param str autonomous_database_id: The ID of the AutonomousDatabase.
262
+ :param str location: The location of the resource.
263
+
264
+ - - -
265
+ :param str project: The project to which the resource belongs. If it
266
+ is not provided, the provider project is used.
267
+ """
268
+ __args__ = dict()
269
+ __args__['autonomousDatabaseId'] = autonomous_database_id
270
+ __args__['location'] = location
271
+ __args__['project'] = project
272
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
273
+ __ret__ = pulumi.runtime.invoke_output('gcp:oracledatabase/getAutonomousDatabase:getAutonomousDatabase', __args__, opts=opts, typ=GetAutonomousDatabaseResult)
274
+ return __ret__.apply(lambda __response__: GetAutonomousDatabaseResult(
275
+ admin_password=pulumi.get(__response__, 'admin_password'),
276
+ autonomous_database_id=pulumi.get(__response__, 'autonomous_database_id'),
277
+ cidr=pulumi.get(__response__, 'cidr'),
278
+ create_time=pulumi.get(__response__, 'create_time'),
279
+ database=pulumi.get(__response__, 'database'),
280
+ display_name=pulumi.get(__response__, 'display_name'),
281
+ effective_labels=pulumi.get(__response__, 'effective_labels'),
282
+ entitlement_id=pulumi.get(__response__, 'entitlement_id'),
283
+ id=pulumi.get(__response__, 'id'),
284
+ labels=pulumi.get(__response__, 'labels'),
285
+ location=pulumi.get(__response__, 'location'),
286
+ name=pulumi.get(__response__, 'name'),
287
+ network=pulumi.get(__response__, 'network'),
288
+ project=pulumi.get(__response__, 'project'),
289
+ properties=pulumi.get(__response__, 'properties'),
290
+ pulumi_labels=pulumi.get(__response__, 'pulumi_labels')))
@@ -0,0 +1,150 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from .. import _utilities
16
+ from . import outputs
17
+
18
+ __all__ = [
19
+ 'GetAutonomousDatabasesResult',
20
+ 'AwaitableGetAutonomousDatabasesResult',
21
+ 'get_autonomous_databases',
22
+ 'get_autonomous_databases_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetAutonomousDatabasesResult:
27
+ """
28
+ A collection of values returned by getAutonomousDatabases.
29
+ """
30
+ def __init__(__self__, autonomous_databases=None, id=None, location=None, project=None):
31
+ if autonomous_databases and not isinstance(autonomous_databases, list):
32
+ raise TypeError("Expected argument 'autonomous_databases' to be a list")
33
+ pulumi.set(__self__, "autonomous_databases", autonomous_databases)
34
+ if id and not isinstance(id, str):
35
+ raise TypeError("Expected argument 'id' to be a str")
36
+ pulumi.set(__self__, "id", id)
37
+ if location and not isinstance(location, str):
38
+ raise TypeError("Expected argument 'location' to be a str")
39
+ pulumi.set(__self__, "location", location)
40
+ if project and not isinstance(project, str):
41
+ raise TypeError("Expected argument 'project' to be a str")
42
+ pulumi.set(__self__, "project", project)
43
+
44
+ @property
45
+ @pulumi.getter(name="autonomousDatabases")
46
+ def autonomous_databases(self) -> Sequence['outputs.GetAutonomousDatabasesAutonomousDatabaseResult']:
47
+ return pulumi.get(self, "autonomous_databases")
48
+
49
+ @property
50
+ @pulumi.getter
51
+ def id(self) -> str:
52
+ """
53
+ The provider-assigned unique ID for this managed resource.
54
+ """
55
+ return pulumi.get(self, "id")
56
+
57
+ @property
58
+ @pulumi.getter
59
+ def location(self) -> str:
60
+ return pulumi.get(self, "location")
61
+
62
+ @property
63
+ @pulumi.getter
64
+ def project(self) -> Optional[str]:
65
+ return pulumi.get(self, "project")
66
+
67
+
68
+ class AwaitableGetAutonomousDatabasesResult(GetAutonomousDatabasesResult):
69
+ # pylint: disable=using-constant-test
70
+ def __await__(self):
71
+ if False:
72
+ yield self
73
+ return GetAutonomousDatabasesResult(
74
+ autonomous_databases=self.autonomous_databases,
75
+ id=self.id,
76
+ location=self.location,
77
+ project=self.project)
78
+
79
+
80
+ def get_autonomous_databases(location: Optional[str] = None,
81
+ project: Optional[str] = None,
82
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAutonomousDatabasesResult:
83
+ """
84
+ List all AutonomousDatabases.
85
+
86
+ For more information see the
87
+ [API](https://cloud.google.com/oracle/database/docs/reference/rest/v1/projects.locations.autonomousDatabases).
88
+
89
+ ## Example Usage
90
+
91
+ ```python
92
+ import pulumi
93
+ import pulumi_gcp as gcp
94
+
95
+ my_adbs = gcp.oracledatabase.get_autonomous_databases(location="us-east4")
96
+ ```
97
+
98
+
99
+ :param str location: The location of the resource.
100
+
101
+ - - -
102
+ :param str project: The project to which the resource belongs. If it
103
+ is not provided, the provider project is used.
104
+ """
105
+ __args__ = dict()
106
+ __args__['location'] = location
107
+ __args__['project'] = project
108
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
109
+ __ret__ = pulumi.runtime.invoke('gcp:oracledatabase/getAutonomousDatabases:getAutonomousDatabases', __args__, opts=opts, typ=GetAutonomousDatabasesResult).value
110
+
111
+ return AwaitableGetAutonomousDatabasesResult(
112
+ autonomous_databases=pulumi.get(__ret__, 'autonomous_databases'),
113
+ id=pulumi.get(__ret__, 'id'),
114
+ location=pulumi.get(__ret__, 'location'),
115
+ project=pulumi.get(__ret__, 'project'))
116
+ def get_autonomous_databases_output(location: Optional[pulumi.Input[str]] = None,
117
+ project: Optional[pulumi.Input[Optional[str]]] = None,
118
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAutonomousDatabasesResult]:
119
+ """
120
+ List all AutonomousDatabases.
121
+
122
+ For more information see the
123
+ [API](https://cloud.google.com/oracle/database/docs/reference/rest/v1/projects.locations.autonomousDatabases).
124
+
125
+ ## Example Usage
126
+
127
+ ```python
128
+ import pulumi
129
+ import pulumi_gcp as gcp
130
+
131
+ my_adbs = gcp.oracledatabase.get_autonomous_databases(location="us-east4")
132
+ ```
133
+
134
+
135
+ :param str location: The location of the resource.
136
+
137
+ - - -
138
+ :param str project: The project to which the resource belongs. If it
139
+ is not provided, the provider project is used.
140
+ """
141
+ __args__ = dict()
142
+ __args__['location'] = location
143
+ __args__['project'] = project
144
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
145
+ __ret__ = pulumi.runtime.invoke_output('gcp:oracledatabase/getAutonomousDatabases:getAutonomousDatabases', __args__, opts=opts, typ=GetAutonomousDatabasesResult)
146
+ return __ret__.apply(lambda __response__: GetAutonomousDatabasesResult(
147
+ autonomous_databases=pulumi.get(__response__, 'autonomous_databases'),
148
+ id=pulumi.get(__response__, 'id'),
149
+ location=pulumi.get(__response__, 'location'),
150
+ project=pulumi.get(__response__, 'project')))