pulumi-oci 3.6.0a1756509375__py3-none-any.whl → 3.7.0a1757054731__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.
- pulumi_oci/__init__.py +48 -0
- pulumi_oci/aivision/__init__.py +12 -0
- pulumi_oci/aivision/_inputs.py +787 -51
- pulumi_oci/aivision/get_model.py +4 -4
- pulumi_oci/aivision/get_models.py +11 -11
- pulumi_oci/aivision/get_project.py +15 -15
- pulumi_oci/aivision/get_projects.py +10 -10
- pulumi_oci/aivision/get_stream_group.py +268 -0
- pulumi_oci/aivision/get_stream_groups.py +177 -0
- pulumi_oci/aivision/get_stream_job.py +296 -0
- pulumi_oci/aivision/get_stream_jobs.py +199 -0
- pulumi_oci/aivision/get_stream_source.py +240 -0
- pulumi_oci/aivision/get_stream_sources.py +199 -0
- pulumi_oci/aivision/get_vision_private_endpoint.py +267 -0
- pulumi_oci/aivision/get_vision_private_endpoints.py +199 -0
- pulumi_oci/aivision/model.py +149 -157
- pulumi_oci/aivision/outputs.py +1920 -116
- pulumi_oci/aivision/project.py +61 -69
- pulumi_oci/aivision/stream_group.py +632 -0
- pulumi_oci/aivision/stream_job.py +744 -0
- pulumi_oci/aivision/stream_source.py +519 -0
- pulumi_oci/aivision/vision_private_endpoint.py +606 -0
- pulumi_oci/cloudguard/_inputs.py +1198 -72
- pulumi_oci/cloudguard/get_managed_list.py +15 -1
- pulumi_oci/cloudguard/managed_list.py +47 -0
- pulumi_oci/cloudguard/outputs.py +2104 -67
- pulumi_oci/database/_inputs.py +41 -1
- pulumi_oci/database/exascale_db_storage_vault.py +98 -0
- pulumi_oci/database/get_exascale_db_storage_vault.py +29 -1
- pulumi_oci/database/outputs.py +121 -5
- pulumi_oci/mysql/_inputs.py +221 -0
- pulumi_oci/mysql/get_mysql_backup.py +40 -4
- pulumi_oci/mysql/get_mysql_backups.py +2 -2
- pulumi_oci/mysql/mysql_backup.py +119 -3
- pulumi_oci/mysql/outputs.py +343 -957
- pulumi_oci/oci/__init__.py +8 -0
- pulumi_oci/oci/_inputs.py +256 -15
- pulumi_oci/oci/dbmulticloud_multi_cloud_resource_discovery.py +103 -54
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_container.py +45 -45
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_mount.py +42 -44
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_connector.py +100 -72
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault.py +74 -74
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault_association.py +50 -50
- pulumi_oci/oci/dbmulticloud_oracle_db_gcp_identity_connector.py +924 -0
- pulumi_oci/oci/dbmulticloud_oracle_db_gcp_key_ring.py +762 -0
- pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discoveries.py +37 -15
- pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discovery.py +26 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_container.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_containers.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mount.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mounts.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connector.py +30 -16
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connectors.py +11 -11
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_key.py +41 -13
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_keys.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault.py +17 -17
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_association.py +14 -14
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_associations.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vaults.py +14 -14
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connector.py +366 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connectors.py +213 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key.py +295 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_ring.py +309 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_rings.py +229 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_keys.py +232 -0
- pulumi_oci/oci/outputs.py +1042 -142
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0a1757054731.dist-info}/METADATA +1 -1
- {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0a1757054731.dist-info}/RECORD +71 -51
- {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0a1757054731.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0a1757054731.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,366 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins as _builtins
|
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
|
+
'GetDbmulticloudOracleDbGcpIdentityConnectorResult',
|
20
|
+
'AwaitableGetDbmulticloudOracleDbGcpIdentityConnectorResult',
|
21
|
+
'get_dbmulticloud_oracle_db_gcp_identity_connector',
|
22
|
+
'get_dbmulticloud_oracle_db_gcp_identity_connector_output',
|
23
|
+
]
|
24
|
+
|
25
|
+
@pulumi.output_type
|
26
|
+
class GetDbmulticloudOracleDbGcpIdentityConnectorResult:
|
27
|
+
"""
|
28
|
+
A collection of values returned by getDbmulticloudOracleDbGcpIdentityConnector.
|
29
|
+
"""
|
30
|
+
def __init__(__self__, compartment_id=None, defined_tags=None, display_name=None, freeform_tags=None, gcp_identity_connectivity_status=None, gcp_location=None, gcp_nodes=None, gcp_resource_service_agent_id=None, gcp_workload_identity_pool_id=None, gcp_workload_identity_provider_id=None, id=None, issuer_url=None, lifecycle_state_details=None, oracle_db_gcp_identity_connector_id=None, project_id=None, resource_id=None, state=None, system_tags=None, time_created=None, time_updated=None):
|
31
|
+
if compartment_id and not isinstance(compartment_id, str):
|
32
|
+
raise TypeError("Expected argument 'compartment_id' to be a str")
|
33
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
34
|
+
if defined_tags and not isinstance(defined_tags, dict):
|
35
|
+
raise TypeError("Expected argument 'defined_tags' to be a dict")
|
36
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
37
|
+
if display_name and not isinstance(display_name, str):
|
38
|
+
raise TypeError("Expected argument 'display_name' to be a str")
|
39
|
+
pulumi.set(__self__, "display_name", display_name)
|
40
|
+
if freeform_tags and not isinstance(freeform_tags, dict):
|
41
|
+
raise TypeError("Expected argument 'freeform_tags' to be a dict")
|
42
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
43
|
+
if gcp_identity_connectivity_status and not isinstance(gcp_identity_connectivity_status, str):
|
44
|
+
raise TypeError("Expected argument 'gcp_identity_connectivity_status' to be a str")
|
45
|
+
pulumi.set(__self__, "gcp_identity_connectivity_status", gcp_identity_connectivity_status)
|
46
|
+
if gcp_location and not isinstance(gcp_location, str):
|
47
|
+
raise TypeError("Expected argument 'gcp_location' to be a str")
|
48
|
+
pulumi.set(__self__, "gcp_location", gcp_location)
|
49
|
+
if gcp_nodes and not isinstance(gcp_nodes, list):
|
50
|
+
raise TypeError("Expected argument 'gcp_nodes' to be a list")
|
51
|
+
pulumi.set(__self__, "gcp_nodes", gcp_nodes)
|
52
|
+
if gcp_resource_service_agent_id and not isinstance(gcp_resource_service_agent_id, str):
|
53
|
+
raise TypeError("Expected argument 'gcp_resource_service_agent_id' to be a str")
|
54
|
+
pulumi.set(__self__, "gcp_resource_service_agent_id", gcp_resource_service_agent_id)
|
55
|
+
if gcp_workload_identity_pool_id and not isinstance(gcp_workload_identity_pool_id, str):
|
56
|
+
raise TypeError("Expected argument 'gcp_workload_identity_pool_id' to be a str")
|
57
|
+
pulumi.set(__self__, "gcp_workload_identity_pool_id", gcp_workload_identity_pool_id)
|
58
|
+
if gcp_workload_identity_provider_id and not isinstance(gcp_workload_identity_provider_id, str):
|
59
|
+
raise TypeError("Expected argument 'gcp_workload_identity_provider_id' to be a str")
|
60
|
+
pulumi.set(__self__, "gcp_workload_identity_provider_id", gcp_workload_identity_provider_id)
|
61
|
+
if id and not isinstance(id, str):
|
62
|
+
raise TypeError("Expected argument 'id' to be a str")
|
63
|
+
pulumi.set(__self__, "id", id)
|
64
|
+
if issuer_url and not isinstance(issuer_url, str):
|
65
|
+
raise TypeError("Expected argument 'issuer_url' to be a str")
|
66
|
+
pulumi.set(__self__, "issuer_url", issuer_url)
|
67
|
+
if lifecycle_state_details and not isinstance(lifecycle_state_details, str):
|
68
|
+
raise TypeError("Expected argument 'lifecycle_state_details' to be a str")
|
69
|
+
pulumi.set(__self__, "lifecycle_state_details", lifecycle_state_details)
|
70
|
+
if oracle_db_gcp_identity_connector_id and not isinstance(oracle_db_gcp_identity_connector_id, str):
|
71
|
+
raise TypeError("Expected argument 'oracle_db_gcp_identity_connector_id' to be a str")
|
72
|
+
pulumi.set(__self__, "oracle_db_gcp_identity_connector_id", oracle_db_gcp_identity_connector_id)
|
73
|
+
if project_id and not isinstance(project_id, str):
|
74
|
+
raise TypeError("Expected argument 'project_id' to be a str")
|
75
|
+
pulumi.set(__self__, "project_id", project_id)
|
76
|
+
if resource_id and not isinstance(resource_id, str):
|
77
|
+
raise TypeError("Expected argument 'resource_id' to be a str")
|
78
|
+
pulumi.set(__self__, "resource_id", resource_id)
|
79
|
+
if state and not isinstance(state, str):
|
80
|
+
raise TypeError("Expected argument 'state' to be a str")
|
81
|
+
pulumi.set(__self__, "state", state)
|
82
|
+
if system_tags and not isinstance(system_tags, dict):
|
83
|
+
raise TypeError("Expected argument 'system_tags' to be a dict")
|
84
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
85
|
+
if time_created and not isinstance(time_created, str):
|
86
|
+
raise TypeError("Expected argument 'time_created' to be a str")
|
87
|
+
pulumi.set(__self__, "time_created", time_created)
|
88
|
+
if time_updated and not isinstance(time_updated, str):
|
89
|
+
raise TypeError("Expected argument 'time_updated' to be a str")
|
90
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
91
|
+
|
92
|
+
@_builtins.property
|
93
|
+
@pulumi.getter(name="compartmentId")
|
94
|
+
def compartment_id(self) -> _builtins.str:
|
95
|
+
"""
|
96
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the Oracle DB GCP Identity Connector resource.
|
97
|
+
"""
|
98
|
+
return pulumi.get(self, "compartment_id")
|
99
|
+
|
100
|
+
@_builtins.property
|
101
|
+
@pulumi.getter(name="definedTags")
|
102
|
+
def defined_tags(self) -> Mapping[str, _builtins.str]:
|
103
|
+
"""
|
104
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
105
|
+
"""
|
106
|
+
return pulumi.get(self, "defined_tags")
|
107
|
+
|
108
|
+
@_builtins.property
|
109
|
+
@pulumi.getter(name="displayName")
|
110
|
+
def display_name(self) -> _builtins.str:
|
111
|
+
"""
|
112
|
+
Oracle DB GCP Identity Connector resource name.
|
113
|
+
"""
|
114
|
+
return pulumi.get(self, "display_name")
|
115
|
+
|
116
|
+
@_builtins.property
|
117
|
+
@pulumi.getter(name="freeformTags")
|
118
|
+
def freeform_tags(self) -> Mapping[str, _builtins.str]:
|
119
|
+
"""
|
120
|
+
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
121
|
+
"""
|
122
|
+
return pulumi.get(self, "freeform_tags")
|
123
|
+
|
124
|
+
@_builtins.property
|
125
|
+
@pulumi.getter(name="gcpIdentityConnectivityStatus")
|
126
|
+
def gcp_identity_connectivity_status(self) -> _builtins.str:
|
127
|
+
"""
|
128
|
+
The current Connectivity status of GCP Identity Connector resource.
|
129
|
+
"""
|
130
|
+
return pulumi.get(self, "gcp_identity_connectivity_status")
|
131
|
+
|
132
|
+
@_builtins.property
|
133
|
+
@pulumi.getter(name="gcpLocation")
|
134
|
+
def gcp_location(self) -> _builtins.str:
|
135
|
+
"""
|
136
|
+
GCP Location.
|
137
|
+
"""
|
138
|
+
return pulumi.get(self, "gcp_location")
|
139
|
+
|
140
|
+
@_builtins.property
|
141
|
+
@pulumi.getter(name="gcpNodes")
|
142
|
+
def gcp_nodes(self) -> Sequence['outputs.GetDbmulticloudOracleDbGcpIdentityConnectorGcpNodeResult']:
|
143
|
+
"""
|
144
|
+
List of All VMs where GCP Identity Connector is configured for this VMCluster.
|
145
|
+
"""
|
146
|
+
return pulumi.get(self, "gcp_nodes")
|
147
|
+
|
148
|
+
@_builtins.property
|
149
|
+
@pulumi.getter(name="gcpResourceServiceAgentId")
|
150
|
+
def gcp_resource_service_agent_id(self) -> _builtins.str:
|
151
|
+
"""
|
152
|
+
The ID of the GCP resource service agent.
|
153
|
+
"""
|
154
|
+
return pulumi.get(self, "gcp_resource_service_agent_id")
|
155
|
+
|
156
|
+
@_builtins.property
|
157
|
+
@pulumi.getter(name="gcpWorkloadIdentityPoolId")
|
158
|
+
def gcp_workload_identity_pool_id(self) -> _builtins.str:
|
159
|
+
"""
|
160
|
+
The ID of the cloud GCP Workload Identity Pool.
|
161
|
+
"""
|
162
|
+
return pulumi.get(self, "gcp_workload_identity_pool_id")
|
163
|
+
|
164
|
+
@_builtins.property
|
165
|
+
@pulumi.getter(name="gcpWorkloadIdentityProviderId")
|
166
|
+
def gcp_workload_identity_provider_id(self) -> _builtins.str:
|
167
|
+
"""
|
168
|
+
The ID of the GCP Workload Identity Provider.
|
169
|
+
"""
|
170
|
+
return pulumi.get(self, "gcp_workload_identity_provider_id")
|
171
|
+
|
172
|
+
@_builtins.property
|
173
|
+
@pulumi.getter
|
174
|
+
def id(self) -> _builtins.str:
|
175
|
+
"""
|
176
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB GCP Identity Connector resource.
|
177
|
+
"""
|
178
|
+
return pulumi.get(self, "id")
|
179
|
+
|
180
|
+
@_builtins.property
|
181
|
+
@pulumi.getter(name="issuerUrl")
|
182
|
+
def issuer_url(self) -> _builtins.str:
|
183
|
+
"""
|
184
|
+
OIDC token issuer Url.
|
185
|
+
"""
|
186
|
+
return pulumi.get(self, "issuer_url")
|
187
|
+
|
188
|
+
@_builtins.property
|
189
|
+
@pulumi.getter(name="lifecycleStateDetails")
|
190
|
+
def lifecycle_state_details(self) -> _builtins.str:
|
191
|
+
"""
|
192
|
+
Description of the current lifecycle state in more detail.
|
193
|
+
"""
|
194
|
+
return pulumi.get(self, "lifecycle_state_details")
|
195
|
+
|
196
|
+
@_builtins.property
|
197
|
+
@pulumi.getter(name="oracleDbGcpIdentityConnectorId")
|
198
|
+
def oracle_db_gcp_identity_connector_id(self) -> _builtins.str:
|
199
|
+
return pulumi.get(self, "oracle_db_gcp_identity_connector_id")
|
200
|
+
|
201
|
+
@_builtins.property
|
202
|
+
@pulumi.getter(name="projectId")
|
203
|
+
def project_id(self) -> _builtins.str:
|
204
|
+
"""
|
205
|
+
Project id of the customer project.
|
206
|
+
"""
|
207
|
+
return pulumi.get(self, "project_id")
|
208
|
+
|
209
|
+
@_builtins.property
|
210
|
+
@pulumi.getter(name="resourceId")
|
211
|
+
def resource_id(self) -> _builtins.str:
|
212
|
+
"""
|
213
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the GCP VM Cluster resource.
|
214
|
+
"""
|
215
|
+
return pulumi.get(self, "resource_id")
|
216
|
+
|
217
|
+
@_builtins.property
|
218
|
+
@pulumi.getter
|
219
|
+
def state(self) -> _builtins.str:
|
220
|
+
"""
|
221
|
+
The current lifecycle state of the GCP Identity Connector resource.
|
222
|
+
"""
|
223
|
+
return pulumi.get(self, "state")
|
224
|
+
|
225
|
+
@_builtins.property
|
226
|
+
@pulumi.getter(name="systemTags")
|
227
|
+
def system_tags(self) -> Mapping[str, _builtins.str]:
|
228
|
+
"""
|
229
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
230
|
+
"""
|
231
|
+
return pulumi.get(self, "system_tags")
|
232
|
+
|
233
|
+
@_builtins.property
|
234
|
+
@pulumi.getter(name="timeCreated")
|
235
|
+
def time_created(self) -> _builtins.str:
|
236
|
+
"""
|
237
|
+
Time when the Oracle DB GCP Identity Connector resource was created expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
238
|
+
"""
|
239
|
+
return pulumi.get(self, "time_created")
|
240
|
+
|
241
|
+
@_builtins.property
|
242
|
+
@pulumi.getter(name="timeUpdated")
|
243
|
+
def time_updated(self) -> _builtins.str:
|
244
|
+
"""
|
245
|
+
Time when the Oracle DB GCP Identity Connector resource was last modified expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
246
|
+
"""
|
247
|
+
return pulumi.get(self, "time_updated")
|
248
|
+
|
249
|
+
|
250
|
+
class AwaitableGetDbmulticloudOracleDbGcpIdentityConnectorResult(GetDbmulticloudOracleDbGcpIdentityConnectorResult):
|
251
|
+
# pylint: disable=using-constant-test
|
252
|
+
def __await__(self):
|
253
|
+
if False:
|
254
|
+
yield self
|
255
|
+
return GetDbmulticloudOracleDbGcpIdentityConnectorResult(
|
256
|
+
compartment_id=self.compartment_id,
|
257
|
+
defined_tags=self.defined_tags,
|
258
|
+
display_name=self.display_name,
|
259
|
+
freeform_tags=self.freeform_tags,
|
260
|
+
gcp_identity_connectivity_status=self.gcp_identity_connectivity_status,
|
261
|
+
gcp_location=self.gcp_location,
|
262
|
+
gcp_nodes=self.gcp_nodes,
|
263
|
+
gcp_resource_service_agent_id=self.gcp_resource_service_agent_id,
|
264
|
+
gcp_workload_identity_pool_id=self.gcp_workload_identity_pool_id,
|
265
|
+
gcp_workload_identity_provider_id=self.gcp_workload_identity_provider_id,
|
266
|
+
id=self.id,
|
267
|
+
issuer_url=self.issuer_url,
|
268
|
+
lifecycle_state_details=self.lifecycle_state_details,
|
269
|
+
oracle_db_gcp_identity_connector_id=self.oracle_db_gcp_identity_connector_id,
|
270
|
+
project_id=self.project_id,
|
271
|
+
resource_id=self.resource_id,
|
272
|
+
state=self.state,
|
273
|
+
system_tags=self.system_tags,
|
274
|
+
time_created=self.time_created,
|
275
|
+
time_updated=self.time_updated)
|
276
|
+
|
277
|
+
|
278
|
+
def get_dbmulticloud_oracle_db_gcp_identity_connector(oracle_db_gcp_identity_connector_id: Optional[_builtins.str] = None,
|
279
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDbmulticloudOracleDbGcpIdentityConnectorResult:
|
280
|
+
"""
|
281
|
+
This data source provides details about a specific Oracle Db Gcp Identity Connector resource in Oracle Cloud Infrastructure Dbmulticloud service.
|
282
|
+
|
283
|
+
Retrieves the Oracle DB GCP Identity Connector for a specified resource [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
284
|
+
|
285
|
+
## Example Usage
|
286
|
+
|
287
|
+
```python
|
288
|
+
import pulumi
|
289
|
+
import pulumi_oci as oci
|
290
|
+
|
291
|
+
test_oracle_db_gcp_identity_connector = oci.oci.get_dbmulticloud_oracle_db_gcp_identity_connector(oracle_db_gcp_identity_connector_id=test_oracle_db_gcp_identity_connector_oci_dbmulticloud_oracle_db_gcp_identity_connector["id"])
|
292
|
+
```
|
293
|
+
|
294
|
+
|
295
|
+
:param _builtins.str oracle_db_gcp_identity_connector_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB GCP Identity Configuration Resource.
|
296
|
+
"""
|
297
|
+
__args__ = dict()
|
298
|
+
__args__['oracleDbGcpIdentityConnectorId'] = oracle_db_gcp_identity_connector_id
|
299
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
300
|
+
__ret__ = pulumi.runtime.invoke('oci:oci/getDbmulticloudOracleDbGcpIdentityConnector:getDbmulticloudOracleDbGcpIdentityConnector', __args__, opts=opts, typ=GetDbmulticloudOracleDbGcpIdentityConnectorResult).value
|
301
|
+
|
302
|
+
return AwaitableGetDbmulticloudOracleDbGcpIdentityConnectorResult(
|
303
|
+
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
304
|
+
defined_tags=pulumi.get(__ret__, 'defined_tags'),
|
305
|
+
display_name=pulumi.get(__ret__, 'display_name'),
|
306
|
+
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
307
|
+
gcp_identity_connectivity_status=pulumi.get(__ret__, 'gcp_identity_connectivity_status'),
|
308
|
+
gcp_location=pulumi.get(__ret__, 'gcp_location'),
|
309
|
+
gcp_nodes=pulumi.get(__ret__, 'gcp_nodes'),
|
310
|
+
gcp_resource_service_agent_id=pulumi.get(__ret__, 'gcp_resource_service_agent_id'),
|
311
|
+
gcp_workload_identity_pool_id=pulumi.get(__ret__, 'gcp_workload_identity_pool_id'),
|
312
|
+
gcp_workload_identity_provider_id=pulumi.get(__ret__, 'gcp_workload_identity_provider_id'),
|
313
|
+
id=pulumi.get(__ret__, 'id'),
|
314
|
+
issuer_url=pulumi.get(__ret__, 'issuer_url'),
|
315
|
+
lifecycle_state_details=pulumi.get(__ret__, 'lifecycle_state_details'),
|
316
|
+
oracle_db_gcp_identity_connector_id=pulumi.get(__ret__, 'oracle_db_gcp_identity_connector_id'),
|
317
|
+
project_id=pulumi.get(__ret__, 'project_id'),
|
318
|
+
resource_id=pulumi.get(__ret__, 'resource_id'),
|
319
|
+
state=pulumi.get(__ret__, 'state'),
|
320
|
+
system_tags=pulumi.get(__ret__, 'system_tags'),
|
321
|
+
time_created=pulumi.get(__ret__, 'time_created'),
|
322
|
+
time_updated=pulumi.get(__ret__, 'time_updated'))
|
323
|
+
def get_dbmulticloud_oracle_db_gcp_identity_connector_output(oracle_db_gcp_identity_connector_id: Optional[pulumi.Input[_builtins.str]] = None,
|
324
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDbmulticloudOracleDbGcpIdentityConnectorResult]:
|
325
|
+
"""
|
326
|
+
This data source provides details about a specific Oracle Db Gcp Identity Connector resource in Oracle Cloud Infrastructure Dbmulticloud service.
|
327
|
+
|
328
|
+
Retrieves the Oracle DB GCP Identity Connector for a specified resource [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
329
|
+
|
330
|
+
## Example Usage
|
331
|
+
|
332
|
+
```python
|
333
|
+
import pulumi
|
334
|
+
import pulumi_oci as oci
|
335
|
+
|
336
|
+
test_oracle_db_gcp_identity_connector = oci.oci.get_dbmulticloud_oracle_db_gcp_identity_connector(oracle_db_gcp_identity_connector_id=test_oracle_db_gcp_identity_connector_oci_dbmulticloud_oracle_db_gcp_identity_connector["id"])
|
337
|
+
```
|
338
|
+
|
339
|
+
|
340
|
+
:param _builtins.str oracle_db_gcp_identity_connector_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB GCP Identity Configuration Resource.
|
341
|
+
"""
|
342
|
+
__args__ = dict()
|
343
|
+
__args__['oracleDbGcpIdentityConnectorId'] = oracle_db_gcp_identity_connector_id
|
344
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
345
|
+
__ret__ = pulumi.runtime.invoke_output('oci:oci/getDbmulticloudOracleDbGcpIdentityConnector:getDbmulticloudOracleDbGcpIdentityConnector', __args__, opts=opts, typ=GetDbmulticloudOracleDbGcpIdentityConnectorResult)
|
346
|
+
return __ret__.apply(lambda __response__: GetDbmulticloudOracleDbGcpIdentityConnectorResult(
|
347
|
+
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
348
|
+
defined_tags=pulumi.get(__response__, 'defined_tags'),
|
349
|
+
display_name=pulumi.get(__response__, 'display_name'),
|
350
|
+
freeform_tags=pulumi.get(__response__, 'freeform_tags'),
|
351
|
+
gcp_identity_connectivity_status=pulumi.get(__response__, 'gcp_identity_connectivity_status'),
|
352
|
+
gcp_location=pulumi.get(__response__, 'gcp_location'),
|
353
|
+
gcp_nodes=pulumi.get(__response__, 'gcp_nodes'),
|
354
|
+
gcp_resource_service_agent_id=pulumi.get(__response__, 'gcp_resource_service_agent_id'),
|
355
|
+
gcp_workload_identity_pool_id=pulumi.get(__response__, 'gcp_workload_identity_pool_id'),
|
356
|
+
gcp_workload_identity_provider_id=pulumi.get(__response__, 'gcp_workload_identity_provider_id'),
|
357
|
+
id=pulumi.get(__response__, 'id'),
|
358
|
+
issuer_url=pulumi.get(__response__, 'issuer_url'),
|
359
|
+
lifecycle_state_details=pulumi.get(__response__, 'lifecycle_state_details'),
|
360
|
+
oracle_db_gcp_identity_connector_id=pulumi.get(__response__, 'oracle_db_gcp_identity_connector_id'),
|
361
|
+
project_id=pulumi.get(__response__, 'project_id'),
|
362
|
+
resource_id=pulumi.get(__response__, 'resource_id'),
|
363
|
+
state=pulumi.get(__response__, 'state'),
|
364
|
+
system_tags=pulumi.get(__response__, 'system_tags'),
|
365
|
+
time_created=pulumi.get(__response__, 'time_created'),
|
366
|
+
time_updated=pulumi.get(__response__, 'time_updated')))
|
@@ -0,0 +1,213 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins as _builtins
|
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
|
+
from ._inputs import *
|
18
|
+
|
19
|
+
__all__ = [
|
20
|
+
'GetDbmulticloudOracleDbGcpIdentityConnectorsResult',
|
21
|
+
'AwaitableGetDbmulticloudOracleDbGcpIdentityConnectorsResult',
|
22
|
+
'get_dbmulticloud_oracle_db_gcp_identity_connectors',
|
23
|
+
'get_dbmulticloud_oracle_db_gcp_identity_connectors_output',
|
24
|
+
]
|
25
|
+
|
26
|
+
@pulumi.output_type
|
27
|
+
class GetDbmulticloudOracleDbGcpIdentityConnectorsResult:
|
28
|
+
"""
|
29
|
+
A collection of values returned by getDbmulticloudOracleDbGcpIdentityConnectors.
|
30
|
+
"""
|
31
|
+
def __init__(__self__, compartment_id=None, display_name=None, filters=None, id=None, oracle_db_gcp_identity_connector_summary_collections=None, resource_id=None, state=None):
|
32
|
+
if compartment_id and not isinstance(compartment_id, str):
|
33
|
+
raise TypeError("Expected argument 'compartment_id' to be a str")
|
34
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
35
|
+
if display_name and not isinstance(display_name, str):
|
36
|
+
raise TypeError("Expected argument 'display_name' to be a str")
|
37
|
+
pulumi.set(__self__, "display_name", display_name)
|
38
|
+
if filters and not isinstance(filters, list):
|
39
|
+
raise TypeError("Expected argument 'filters' to be a list")
|
40
|
+
pulumi.set(__self__, "filters", filters)
|
41
|
+
if id and not isinstance(id, str):
|
42
|
+
raise TypeError("Expected argument 'id' to be a str")
|
43
|
+
pulumi.set(__self__, "id", id)
|
44
|
+
if oracle_db_gcp_identity_connector_summary_collections and not isinstance(oracle_db_gcp_identity_connector_summary_collections, list):
|
45
|
+
raise TypeError("Expected argument 'oracle_db_gcp_identity_connector_summary_collections' to be a list")
|
46
|
+
pulumi.set(__self__, "oracle_db_gcp_identity_connector_summary_collections", oracle_db_gcp_identity_connector_summary_collections)
|
47
|
+
if resource_id and not isinstance(resource_id, str):
|
48
|
+
raise TypeError("Expected argument 'resource_id' to be a str")
|
49
|
+
pulumi.set(__self__, "resource_id", resource_id)
|
50
|
+
if state and not isinstance(state, str):
|
51
|
+
raise TypeError("Expected argument 'state' to be a str")
|
52
|
+
pulumi.set(__self__, "state", state)
|
53
|
+
|
54
|
+
@_builtins.property
|
55
|
+
@pulumi.getter(name="compartmentId")
|
56
|
+
def compartment_id(self) -> _builtins.str:
|
57
|
+
"""
|
58
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the Oracle DB GCP Identity Connector resource.
|
59
|
+
"""
|
60
|
+
return pulumi.get(self, "compartment_id")
|
61
|
+
|
62
|
+
@_builtins.property
|
63
|
+
@pulumi.getter(name="displayName")
|
64
|
+
def display_name(self) -> Optional[_builtins.str]:
|
65
|
+
"""
|
66
|
+
Oracle DB GCP Identity Connector resource name.
|
67
|
+
"""
|
68
|
+
return pulumi.get(self, "display_name")
|
69
|
+
|
70
|
+
@_builtins.property
|
71
|
+
@pulumi.getter
|
72
|
+
def filters(self) -> Optional[Sequence['outputs.GetDbmulticloudOracleDbGcpIdentityConnectorsFilterResult']]:
|
73
|
+
return pulumi.get(self, "filters")
|
74
|
+
|
75
|
+
@_builtins.property
|
76
|
+
@pulumi.getter
|
77
|
+
def id(self) -> _builtins.str:
|
78
|
+
"""
|
79
|
+
The provider-assigned unique ID for this managed resource.
|
80
|
+
"""
|
81
|
+
return pulumi.get(self, "id")
|
82
|
+
|
83
|
+
@_builtins.property
|
84
|
+
@pulumi.getter(name="oracleDbGcpIdentityConnectorSummaryCollections")
|
85
|
+
def oracle_db_gcp_identity_connector_summary_collections(self) -> Sequence['outputs.GetDbmulticloudOracleDbGcpIdentityConnectorsOracleDbGcpIdentityConnectorSummaryCollectionResult']:
|
86
|
+
"""
|
87
|
+
The list of oracle_db_gcp_identity_connector_summary_collection.
|
88
|
+
"""
|
89
|
+
return pulumi.get(self, "oracle_db_gcp_identity_connector_summary_collections")
|
90
|
+
|
91
|
+
@_builtins.property
|
92
|
+
@pulumi.getter(name="resourceId")
|
93
|
+
def resource_id(self) -> Optional[_builtins.str]:
|
94
|
+
"""
|
95
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the GCP VM Cluster resource.
|
96
|
+
"""
|
97
|
+
return pulumi.get(self, "resource_id")
|
98
|
+
|
99
|
+
@_builtins.property
|
100
|
+
@pulumi.getter
|
101
|
+
def state(self) -> Optional[_builtins.str]:
|
102
|
+
"""
|
103
|
+
The current lifecycle state of the GCP Identity Connector resource.
|
104
|
+
"""
|
105
|
+
return pulumi.get(self, "state")
|
106
|
+
|
107
|
+
|
108
|
+
class AwaitableGetDbmulticloudOracleDbGcpIdentityConnectorsResult(GetDbmulticloudOracleDbGcpIdentityConnectorsResult):
|
109
|
+
# pylint: disable=using-constant-test
|
110
|
+
def __await__(self):
|
111
|
+
if False:
|
112
|
+
yield self
|
113
|
+
return GetDbmulticloudOracleDbGcpIdentityConnectorsResult(
|
114
|
+
compartment_id=self.compartment_id,
|
115
|
+
display_name=self.display_name,
|
116
|
+
filters=self.filters,
|
117
|
+
id=self.id,
|
118
|
+
oracle_db_gcp_identity_connector_summary_collections=self.oracle_db_gcp_identity_connector_summary_collections,
|
119
|
+
resource_id=self.resource_id,
|
120
|
+
state=self.state)
|
121
|
+
|
122
|
+
|
123
|
+
def get_dbmulticloud_oracle_db_gcp_identity_connectors(compartment_id: Optional[_builtins.str] = None,
|
124
|
+
display_name: Optional[_builtins.str] = None,
|
125
|
+
filters: Optional[Sequence[Union['GetDbmulticloudOracleDbGcpIdentityConnectorsFilterArgs', 'GetDbmulticloudOracleDbGcpIdentityConnectorsFilterArgsDict']]] = None,
|
126
|
+
resource_id: Optional[_builtins.str] = None,
|
127
|
+
state: Optional[_builtins.str] = None,
|
128
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDbmulticloudOracleDbGcpIdentityConnectorsResult:
|
129
|
+
"""
|
130
|
+
This data source provides the list of Oracle Db Gcp Identity Connectors in Oracle Cloud Infrastructure Dbmulticloud service.
|
131
|
+
|
132
|
+
Lists all Oracle DB GCP Identity Connectors based on the specified filters.
|
133
|
+
|
134
|
+
## Example Usage
|
135
|
+
|
136
|
+
```python
|
137
|
+
import pulumi
|
138
|
+
import pulumi_oci as oci
|
139
|
+
|
140
|
+
test_oracle_db_gcp_identity_connectors = oci.oci.get_dbmulticloud_oracle_db_gcp_identity_connectors(compartment_id=compartment_id,
|
141
|
+
display_name=oracle_db_gcp_identity_connector_display_name,
|
142
|
+
resource_id=test_resource["id"],
|
143
|
+
state=oracle_db_gcp_identity_connector_state)
|
144
|
+
```
|
145
|
+
|
146
|
+
|
147
|
+
:param _builtins.str compartment_id: The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
148
|
+
:param _builtins.str display_name: A filter to return Oracle DB GCP Identity Connector resources that match the specified display name.
|
149
|
+
:param _builtins.str resource_id: A filter to return Oracle DB GCP Identity Connector resource that match the given resource [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
150
|
+
:param _builtins.str state: A filter to return only resources that match the specified lifecycle state. The state value is case-insensitive.
|
151
|
+
"""
|
152
|
+
__args__ = dict()
|
153
|
+
__args__['compartmentId'] = compartment_id
|
154
|
+
__args__['displayName'] = display_name
|
155
|
+
__args__['filters'] = filters
|
156
|
+
__args__['resourceId'] = resource_id
|
157
|
+
__args__['state'] = state
|
158
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
159
|
+
__ret__ = pulumi.runtime.invoke('oci:oci/getDbmulticloudOracleDbGcpIdentityConnectors:getDbmulticloudOracleDbGcpIdentityConnectors', __args__, opts=opts, typ=GetDbmulticloudOracleDbGcpIdentityConnectorsResult).value
|
160
|
+
|
161
|
+
return AwaitableGetDbmulticloudOracleDbGcpIdentityConnectorsResult(
|
162
|
+
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
163
|
+
display_name=pulumi.get(__ret__, 'display_name'),
|
164
|
+
filters=pulumi.get(__ret__, 'filters'),
|
165
|
+
id=pulumi.get(__ret__, 'id'),
|
166
|
+
oracle_db_gcp_identity_connector_summary_collections=pulumi.get(__ret__, 'oracle_db_gcp_identity_connector_summary_collections'),
|
167
|
+
resource_id=pulumi.get(__ret__, 'resource_id'),
|
168
|
+
state=pulumi.get(__ret__, 'state'))
|
169
|
+
def get_dbmulticloud_oracle_db_gcp_identity_connectors_output(compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
170
|
+
display_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
171
|
+
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetDbmulticloudOracleDbGcpIdentityConnectorsFilterArgs', 'GetDbmulticloudOracleDbGcpIdentityConnectorsFilterArgsDict']]]]] = None,
|
172
|
+
resource_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
173
|
+
state: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
174
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDbmulticloudOracleDbGcpIdentityConnectorsResult]:
|
175
|
+
"""
|
176
|
+
This data source provides the list of Oracle Db Gcp Identity Connectors in Oracle Cloud Infrastructure Dbmulticloud service.
|
177
|
+
|
178
|
+
Lists all Oracle DB GCP Identity Connectors based on the specified filters.
|
179
|
+
|
180
|
+
## Example Usage
|
181
|
+
|
182
|
+
```python
|
183
|
+
import pulumi
|
184
|
+
import pulumi_oci as oci
|
185
|
+
|
186
|
+
test_oracle_db_gcp_identity_connectors = oci.oci.get_dbmulticloud_oracle_db_gcp_identity_connectors(compartment_id=compartment_id,
|
187
|
+
display_name=oracle_db_gcp_identity_connector_display_name,
|
188
|
+
resource_id=test_resource["id"],
|
189
|
+
state=oracle_db_gcp_identity_connector_state)
|
190
|
+
```
|
191
|
+
|
192
|
+
|
193
|
+
:param _builtins.str compartment_id: The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
194
|
+
:param _builtins.str display_name: A filter to return Oracle DB GCP Identity Connector resources that match the specified display name.
|
195
|
+
:param _builtins.str resource_id: A filter to return Oracle DB GCP Identity Connector resource that match the given resource [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
196
|
+
:param _builtins.str state: A filter to return only resources that match the specified lifecycle state. The state value is case-insensitive.
|
197
|
+
"""
|
198
|
+
__args__ = dict()
|
199
|
+
__args__['compartmentId'] = compartment_id
|
200
|
+
__args__['displayName'] = display_name
|
201
|
+
__args__['filters'] = filters
|
202
|
+
__args__['resourceId'] = resource_id
|
203
|
+
__args__['state'] = state
|
204
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
205
|
+
__ret__ = pulumi.runtime.invoke_output('oci:oci/getDbmulticloudOracleDbGcpIdentityConnectors:getDbmulticloudOracleDbGcpIdentityConnectors', __args__, opts=opts, typ=GetDbmulticloudOracleDbGcpIdentityConnectorsResult)
|
206
|
+
return __ret__.apply(lambda __response__: GetDbmulticloudOracleDbGcpIdentityConnectorsResult(
|
207
|
+
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
208
|
+
display_name=pulumi.get(__response__, 'display_name'),
|
209
|
+
filters=pulumi.get(__response__, 'filters'),
|
210
|
+
id=pulumi.get(__response__, 'id'),
|
211
|
+
oracle_db_gcp_identity_connector_summary_collections=pulumi.get(__response__, 'oracle_db_gcp_identity_connector_summary_collections'),
|
212
|
+
resource_id=pulumi.get(__response__, 'resource_id'),
|
213
|
+
state=pulumi.get(__response__, 'state')))
|