pulumi-oci 2.11.0__py3-none-any.whl → 2.11.0a1726726622__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 (55) hide show
  1. pulumi_oci/__init__.py +0 -62
  2. pulumi_oci/bigdataservice/__init__.py +0 -3
  3. pulumi_oci/bigdataservice/_inputs.py +0 -66
  4. pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +2 -136
  5. pulumi_oci/bigdataservice/outputs.py +0 -175
  6. pulumi_oci/capacitymanagement/__init__.py +0 -8
  7. pulumi_oci/capacitymanagement/_inputs.py +3 -465
  8. pulumi_oci/capacitymanagement/get_internal_occ_availability_catalogs.py +7 -7
  9. pulumi_oci/capacitymanagement/get_occ_availability_catalog.py +1 -1
  10. pulumi_oci/capacitymanagement/get_occ_capacity_request.py +2 -15
  11. pulumi_oci/capacitymanagement/get_occ_capacity_requests.py +5 -25
  12. pulumi_oci/capacitymanagement/get_occ_customer_group.py +1 -1
  13. pulumi_oci/capacitymanagement/occ_availability_catalog.py +4 -4
  14. pulumi_oci/capacitymanagement/occ_capacity_request.py +32 -78
  15. pulumi_oci/capacitymanagement/outputs.py +166 -1668
  16. pulumi_oci/containerengine/__init__.py +0 -1
  17. pulumi_oci/containerengine/outputs.py +0 -492
  18. pulumi_oci/generativeai/dedicated_ai_cluster.py +0 -7
  19. pulumi_oci/generativeai/get_model.py +0 -3
  20. pulumi_oci/generativeai/outputs.py +0 -4
  21. pulumi_oci/pulumi-plugin.json +1 -1
  22. {pulumi_oci-2.11.0.dist-info → pulumi_oci-2.11.0a1726726622.dist-info}/METADATA +1 -1
  23. {pulumi_oci-2.11.0.dist-info → pulumi_oci-2.11.0a1726726622.dist-info}/RECORD +25 -55
  24. pulumi_oci/bigdataservice/bds_instance_resource_principal_configuration.py +0 -524
  25. pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configuration.py +0 -236
  26. pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configurations.py +0 -176
  27. pulumi_oci/capacitymanagement/get_internal_namespace_occ_overviews.py +0 -221
  28. pulumi_oci/capacitymanagement/get_internal_occ_handover_resource_block_details.py +0 -150
  29. pulumi_oci/capacitymanagement/get_internal_occ_handover_resource_blocks.py +0 -247
  30. pulumi_oci/capacitymanagement/get_namespace_occ_overviews.py +0 -204
  31. pulumi_oci/capacitymanagement/get_occ_handover_resource_block_details.py +0 -150
  32. pulumi_oci/capacitymanagement/get_occ_handover_resource_blocks.py +0 -227
  33. pulumi_oci/capacitymanagement/occ_customer_group.py +0 -690
  34. pulumi_oci/capacitymanagement/occ_customer_group_occ_customer.py +0 -412
  35. pulumi_oci/containerengine/get_cluster.py +0 -327
  36. pulumi_oci/fleetsoftwareupdate/__init__.py +0 -15
  37. pulumi_oci/fleetsoftwareupdate/_inputs.py +0 -717
  38. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +0 -804
  39. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +0 -1231
  40. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +0 -301
  41. pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +0 -196
  42. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +0 -431
  43. pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +0 -233
  44. pulumi_oci/fleetsoftwareupdate/outputs.py +0 -2129
  45. pulumi_oci/globallydistributeddatabase/__init__.py +0 -15
  46. pulumi_oci/globallydistributeddatabase/_inputs.py +0 -1003
  47. pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +0 -300
  48. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +0 -176
  49. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +0 -610
  50. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +0 -176
  51. pulumi_oci/globallydistributeddatabase/outputs.py +0 -2058
  52. pulumi_oci/globallydistributeddatabase/private_endpoint.py +0 -742
  53. pulumi_oci/globallydistributeddatabase/sharded_database.py +0 -1816
  54. {pulumi_oci-2.11.0.dist-info → pulumi_oci-2.11.0a1726726622.dist-info}/WHEEL +0 -0
  55. {pulumi_oci-2.11.0.dist-info → pulumi_oci-2.11.0a1726726622.dist-info}/top_level.txt +0 -0
@@ -1,742 +0,0 @@
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 pulumi
8
- import pulumi.runtime
9
- from typing import Any, Mapping, Optional, Sequence, Union, overload
10
- from .. import _utilities
11
-
12
- __all__ = ['PrivateEndpointArgs', 'PrivateEndpoint']
13
-
14
- @pulumi.input_type
15
- class PrivateEndpointArgs:
16
- def __init__(__self__, *,
17
- compartment_id: pulumi.Input[str],
18
- display_name: pulumi.Input[str],
19
- subnet_id: pulumi.Input[str],
20
- defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
21
- description: Optional[pulumi.Input[str]] = None,
22
- freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
23
- nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
24
- """
25
- The set of arguments for constructing a PrivateEndpoint resource.
26
- :param pulumi.Input[str] compartment_id: (Updatable) Identifier of the compartment where private endpoint is to be created.
27
- :param pulumi.Input[str] display_name: (Updatable) Private endpoint display name.
28
- :param pulumi.Input[str] subnet_id: Identifier of the customer subnet against which private endpoint is to be created.
29
-
30
-
31
- ** IMPORTANT **
32
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
33
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
34
- :param pulumi.Input[str] description: (Updatable) PrivateEndpoint description.
35
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
36
- :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) The OCIDs of the network security groups that the private endpoint belongs to.
37
- """
38
- pulumi.set(__self__, "compartment_id", compartment_id)
39
- pulumi.set(__self__, "display_name", display_name)
40
- pulumi.set(__self__, "subnet_id", subnet_id)
41
- if defined_tags is not None:
42
- pulumi.set(__self__, "defined_tags", defined_tags)
43
- if description is not None:
44
- pulumi.set(__self__, "description", description)
45
- if freeform_tags is not None:
46
- pulumi.set(__self__, "freeform_tags", freeform_tags)
47
- if nsg_ids is not None:
48
- pulumi.set(__self__, "nsg_ids", nsg_ids)
49
-
50
- @property
51
- @pulumi.getter(name="compartmentId")
52
- def compartment_id(self) -> pulumi.Input[str]:
53
- """
54
- (Updatable) Identifier of the compartment where private endpoint is to be created.
55
- """
56
- return pulumi.get(self, "compartment_id")
57
-
58
- @compartment_id.setter
59
- def compartment_id(self, value: pulumi.Input[str]):
60
- pulumi.set(self, "compartment_id", value)
61
-
62
- @property
63
- @pulumi.getter(name="displayName")
64
- def display_name(self) -> pulumi.Input[str]:
65
- """
66
- (Updatable) Private endpoint display name.
67
- """
68
- return pulumi.get(self, "display_name")
69
-
70
- @display_name.setter
71
- def display_name(self, value: pulumi.Input[str]):
72
- pulumi.set(self, "display_name", value)
73
-
74
- @property
75
- @pulumi.getter(name="subnetId")
76
- def subnet_id(self) -> pulumi.Input[str]:
77
- """
78
- Identifier of the customer subnet against which private endpoint is to be created.
79
-
80
-
81
- ** IMPORTANT **
82
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
83
- """
84
- return pulumi.get(self, "subnet_id")
85
-
86
- @subnet_id.setter
87
- def subnet_id(self, value: pulumi.Input[str]):
88
- pulumi.set(self, "subnet_id", value)
89
-
90
- @property
91
- @pulumi.getter(name="definedTags")
92
- def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
93
- """
94
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
95
- """
96
- return pulumi.get(self, "defined_tags")
97
-
98
- @defined_tags.setter
99
- def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
100
- pulumi.set(self, "defined_tags", value)
101
-
102
- @property
103
- @pulumi.getter
104
- def description(self) -> Optional[pulumi.Input[str]]:
105
- """
106
- (Updatable) PrivateEndpoint description.
107
- """
108
- return pulumi.get(self, "description")
109
-
110
- @description.setter
111
- def description(self, value: Optional[pulumi.Input[str]]):
112
- pulumi.set(self, "description", value)
113
-
114
- @property
115
- @pulumi.getter(name="freeformTags")
116
- def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
117
- """
118
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
119
- """
120
- return pulumi.get(self, "freeform_tags")
121
-
122
- @freeform_tags.setter
123
- def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
124
- pulumi.set(self, "freeform_tags", value)
125
-
126
- @property
127
- @pulumi.getter(name="nsgIds")
128
- def nsg_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
129
- """
130
- (Updatable) The OCIDs of the network security groups that the private endpoint belongs to.
131
- """
132
- return pulumi.get(self, "nsg_ids")
133
-
134
- @nsg_ids.setter
135
- def nsg_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
136
- pulumi.set(self, "nsg_ids", value)
137
-
138
-
139
- @pulumi.input_type
140
- class _PrivateEndpointState:
141
- def __init__(__self__, *,
142
- compartment_id: Optional[pulumi.Input[str]] = None,
143
- defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
144
- description: Optional[pulumi.Input[str]] = None,
145
- display_name: Optional[pulumi.Input[str]] = None,
146
- freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
147
- lifecycle_state_details: Optional[pulumi.Input[str]] = None,
148
- nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
149
- private_ip: Optional[pulumi.Input[str]] = None,
150
- sharded_databases: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
151
- state: Optional[pulumi.Input[str]] = None,
152
- subnet_id: Optional[pulumi.Input[str]] = None,
153
- system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
154
- time_created: Optional[pulumi.Input[str]] = None,
155
- time_updated: Optional[pulumi.Input[str]] = None,
156
- vcn_id: Optional[pulumi.Input[str]] = None):
157
- """
158
- Input properties used for looking up and filtering PrivateEndpoint resources.
159
- :param pulumi.Input[str] compartment_id: (Updatable) Identifier of the compartment where private endpoint is to be created.
160
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
161
- :param pulumi.Input[str] description: (Updatable) PrivateEndpoint description.
162
- :param pulumi.Input[str] display_name: (Updatable) Private endpoint display name.
163
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
164
- :param pulumi.Input[str] lifecycle_state_details: Detailed message for the lifecycle state.
165
- :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) The OCIDs of the network security groups that the private endpoint belongs to.
166
- :param pulumi.Input[str] private_ip: IP address of the Private Endpoint.
167
- :param pulumi.Input[Sequence[pulumi.Input[str]]] sharded_databases: The OCIDs of sharded databases that consumes the given private endpoint.
168
- :param pulumi.Input[str] state: Lifecycle states for private endpoint.
169
- :param pulumi.Input[str] subnet_id: Identifier of the customer subnet against which private endpoint is to be created.
170
-
171
-
172
- ** IMPORTANT **
173
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
174
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
175
- :param pulumi.Input[str] time_created: The time the PrivateEndpoint was first created. An RFC3339 formatted datetime string
176
- :param pulumi.Input[str] time_updated: The time the Private Endpoint was last updated. An RFC3339 formatted datetime string
177
- :param pulumi.Input[str] vcn_id: Identifier of the VCN in which subnet exists.
178
- """
179
- if compartment_id is not None:
180
- pulumi.set(__self__, "compartment_id", compartment_id)
181
- if defined_tags is not None:
182
- pulumi.set(__self__, "defined_tags", defined_tags)
183
- if description is not None:
184
- pulumi.set(__self__, "description", description)
185
- if display_name is not None:
186
- pulumi.set(__self__, "display_name", display_name)
187
- if freeform_tags is not None:
188
- pulumi.set(__self__, "freeform_tags", freeform_tags)
189
- if lifecycle_state_details is not None:
190
- pulumi.set(__self__, "lifecycle_state_details", lifecycle_state_details)
191
- if nsg_ids is not None:
192
- pulumi.set(__self__, "nsg_ids", nsg_ids)
193
- if private_ip is not None:
194
- pulumi.set(__self__, "private_ip", private_ip)
195
- if sharded_databases is not None:
196
- pulumi.set(__self__, "sharded_databases", sharded_databases)
197
- if state is not None:
198
- pulumi.set(__self__, "state", state)
199
- if subnet_id is not None:
200
- pulumi.set(__self__, "subnet_id", subnet_id)
201
- if system_tags is not None:
202
- pulumi.set(__self__, "system_tags", system_tags)
203
- if time_created is not None:
204
- pulumi.set(__self__, "time_created", time_created)
205
- if time_updated is not None:
206
- pulumi.set(__self__, "time_updated", time_updated)
207
- if vcn_id is not None:
208
- pulumi.set(__self__, "vcn_id", vcn_id)
209
-
210
- @property
211
- @pulumi.getter(name="compartmentId")
212
- def compartment_id(self) -> Optional[pulumi.Input[str]]:
213
- """
214
- (Updatable) Identifier of the compartment where private endpoint is to be created.
215
- """
216
- return pulumi.get(self, "compartment_id")
217
-
218
- @compartment_id.setter
219
- def compartment_id(self, value: Optional[pulumi.Input[str]]):
220
- pulumi.set(self, "compartment_id", value)
221
-
222
- @property
223
- @pulumi.getter(name="definedTags")
224
- def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
225
- """
226
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
227
- """
228
- return pulumi.get(self, "defined_tags")
229
-
230
- @defined_tags.setter
231
- def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
232
- pulumi.set(self, "defined_tags", value)
233
-
234
- @property
235
- @pulumi.getter
236
- def description(self) -> Optional[pulumi.Input[str]]:
237
- """
238
- (Updatable) PrivateEndpoint description.
239
- """
240
- return pulumi.get(self, "description")
241
-
242
- @description.setter
243
- def description(self, value: Optional[pulumi.Input[str]]):
244
- pulumi.set(self, "description", value)
245
-
246
- @property
247
- @pulumi.getter(name="displayName")
248
- def display_name(self) -> Optional[pulumi.Input[str]]:
249
- """
250
- (Updatable) Private endpoint display name.
251
- """
252
- return pulumi.get(self, "display_name")
253
-
254
- @display_name.setter
255
- def display_name(self, value: Optional[pulumi.Input[str]]):
256
- pulumi.set(self, "display_name", value)
257
-
258
- @property
259
- @pulumi.getter(name="freeformTags")
260
- def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
261
- """
262
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
263
- """
264
- return pulumi.get(self, "freeform_tags")
265
-
266
- @freeform_tags.setter
267
- def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
268
- pulumi.set(self, "freeform_tags", value)
269
-
270
- @property
271
- @pulumi.getter(name="lifecycleStateDetails")
272
- def lifecycle_state_details(self) -> Optional[pulumi.Input[str]]:
273
- """
274
- Detailed message for the lifecycle state.
275
- """
276
- return pulumi.get(self, "lifecycle_state_details")
277
-
278
- @lifecycle_state_details.setter
279
- def lifecycle_state_details(self, value: Optional[pulumi.Input[str]]):
280
- pulumi.set(self, "lifecycle_state_details", value)
281
-
282
- @property
283
- @pulumi.getter(name="nsgIds")
284
- def nsg_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
285
- """
286
- (Updatable) The OCIDs of the network security groups that the private endpoint belongs to.
287
- """
288
- return pulumi.get(self, "nsg_ids")
289
-
290
- @nsg_ids.setter
291
- def nsg_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
292
- pulumi.set(self, "nsg_ids", value)
293
-
294
- @property
295
- @pulumi.getter(name="privateIp")
296
- def private_ip(self) -> Optional[pulumi.Input[str]]:
297
- """
298
- IP address of the Private Endpoint.
299
- """
300
- return pulumi.get(self, "private_ip")
301
-
302
- @private_ip.setter
303
- def private_ip(self, value: Optional[pulumi.Input[str]]):
304
- pulumi.set(self, "private_ip", value)
305
-
306
- @property
307
- @pulumi.getter(name="shardedDatabases")
308
- def sharded_databases(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
309
- """
310
- The OCIDs of sharded databases that consumes the given private endpoint.
311
- """
312
- return pulumi.get(self, "sharded_databases")
313
-
314
- @sharded_databases.setter
315
- def sharded_databases(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
316
- pulumi.set(self, "sharded_databases", value)
317
-
318
- @property
319
- @pulumi.getter
320
- def state(self) -> Optional[pulumi.Input[str]]:
321
- """
322
- Lifecycle states for private endpoint.
323
- """
324
- return pulumi.get(self, "state")
325
-
326
- @state.setter
327
- def state(self, value: Optional[pulumi.Input[str]]):
328
- pulumi.set(self, "state", value)
329
-
330
- @property
331
- @pulumi.getter(name="subnetId")
332
- def subnet_id(self) -> Optional[pulumi.Input[str]]:
333
- """
334
- Identifier of the customer subnet against which private endpoint is to be created.
335
-
336
-
337
- ** IMPORTANT **
338
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
339
- """
340
- return pulumi.get(self, "subnet_id")
341
-
342
- @subnet_id.setter
343
- def subnet_id(self, value: Optional[pulumi.Input[str]]):
344
- pulumi.set(self, "subnet_id", value)
345
-
346
- @property
347
- @pulumi.getter(name="systemTags")
348
- def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
349
- """
350
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
351
- """
352
- return pulumi.get(self, "system_tags")
353
-
354
- @system_tags.setter
355
- def system_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
356
- pulumi.set(self, "system_tags", value)
357
-
358
- @property
359
- @pulumi.getter(name="timeCreated")
360
- def time_created(self) -> Optional[pulumi.Input[str]]:
361
- """
362
- The time the PrivateEndpoint was first created. An RFC3339 formatted datetime string
363
- """
364
- return pulumi.get(self, "time_created")
365
-
366
- @time_created.setter
367
- def time_created(self, value: Optional[pulumi.Input[str]]):
368
- pulumi.set(self, "time_created", value)
369
-
370
- @property
371
- @pulumi.getter(name="timeUpdated")
372
- def time_updated(self) -> Optional[pulumi.Input[str]]:
373
- """
374
- The time the Private Endpoint was last updated. An RFC3339 formatted datetime string
375
- """
376
- return pulumi.get(self, "time_updated")
377
-
378
- @time_updated.setter
379
- def time_updated(self, value: Optional[pulumi.Input[str]]):
380
- pulumi.set(self, "time_updated", value)
381
-
382
- @property
383
- @pulumi.getter(name="vcnId")
384
- def vcn_id(self) -> Optional[pulumi.Input[str]]:
385
- """
386
- Identifier of the VCN in which subnet exists.
387
- """
388
- return pulumi.get(self, "vcn_id")
389
-
390
- @vcn_id.setter
391
- def vcn_id(self, value: Optional[pulumi.Input[str]]):
392
- pulumi.set(self, "vcn_id", value)
393
-
394
-
395
- class PrivateEndpoint(pulumi.CustomResource):
396
- @overload
397
- def __init__(__self__,
398
- resource_name: str,
399
- opts: Optional[pulumi.ResourceOptions] = None,
400
- compartment_id: Optional[pulumi.Input[str]] = None,
401
- defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
402
- description: Optional[pulumi.Input[str]] = None,
403
- display_name: Optional[pulumi.Input[str]] = None,
404
- freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
405
- nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
406
- subnet_id: Optional[pulumi.Input[str]] = None,
407
- __props__=None):
408
- """
409
- This resource provides the Private Endpoint resource in Oracle Cloud Infrastructure Globally Distributed Database service.
410
-
411
- Creates a PrivateEndpoint.
412
-
413
- ## Example Usage
414
-
415
- ```python
416
- import pulumi
417
- import pulumi_oci as oci
418
-
419
- test_private_endpoint = oci.globally_distributed_database.PrivateEndpoint("test_private_endpoint",
420
- compartment_id=compartment_id,
421
- display_name=private_endpoint_display_name,
422
- subnet_id=test_subnet["id"],
423
- defined_tags={
424
- "foo-namespace.bar-key": "value",
425
- },
426
- description=private_endpoint_description,
427
- freeform_tags={
428
- "bar-key": "value",
429
- },
430
- nsg_ids=private_endpoint_nsg_ids)
431
- ```
432
-
433
- ## Import
434
-
435
- PrivateEndpoints can be imported using the `id`, e.g.
436
-
437
- ```sh
438
- $ pulumi import oci:GloballyDistributedDatabase/privateEndpoint:PrivateEndpoint test_private_endpoint "id"
439
- ```
440
-
441
- :param str resource_name: The name of the resource.
442
- :param pulumi.ResourceOptions opts: Options for the resource.
443
- :param pulumi.Input[str] compartment_id: (Updatable) Identifier of the compartment where private endpoint is to be created.
444
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
445
- :param pulumi.Input[str] description: (Updatable) PrivateEndpoint description.
446
- :param pulumi.Input[str] display_name: (Updatable) Private endpoint display name.
447
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
448
- :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) The OCIDs of the network security groups that the private endpoint belongs to.
449
- :param pulumi.Input[str] subnet_id: Identifier of the customer subnet against which private endpoint is to be created.
450
-
451
-
452
- ** IMPORTANT **
453
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
454
- """
455
- ...
456
- @overload
457
- def __init__(__self__,
458
- resource_name: str,
459
- args: PrivateEndpointArgs,
460
- opts: Optional[pulumi.ResourceOptions] = None):
461
- """
462
- This resource provides the Private Endpoint resource in Oracle Cloud Infrastructure Globally Distributed Database service.
463
-
464
- Creates a PrivateEndpoint.
465
-
466
- ## Example Usage
467
-
468
- ```python
469
- import pulumi
470
- import pulumi_oci as oci
471
-
472
- test_private_endpoint = oci.globally_distributed_database.PrivateEndpoint("test_private_endpoint",
473
- compartment_id=compartment_id,
474
- display_name=private_endpoint_display_name,
475
- subnet_id=test_subnet["id"],
476
- defined_tags={
477
- "foo-namespace.bar-key": "value",
478
- },
479
- description=private_endpoint_description,
480
- freeform_tags={
481
- "bar-key": "value",
482
- },
483
- nsg_ids=private_endpoint_nsg_ids)
484
- ```
485
-
486
- ## Import
487
-
488
- PrivateEndpoints can be imported using the `id`, e.g.
489
-
490
- ```sh
491
- $ pulumi import oci:GloballyDistributedDatabase/privateEndpoint:PrivateEndpoint test_private_endpoint "id"
492
- ```
493
-
494
- :param str resource_name: The name of the resource.
495
- :param PrivateEndpointArgs args: The arguments to use to populate this resource's properties.
496
- :param pulumi.ResourceOptions opts: Options for the resource.
497
- """
498
- ...
499
- def __init__(__self__, resource_name: str, *args, **kwargs):
500
- resource_args, opts = _utilities.get_resource_args_opts(PrivateEndpointArgs, pulumi.ResourceOptions, *args, **kwargs)
501
- if resource_args is not None:
502
- __self__._internal_init(resource_name, opts, **resource_args.__dict__)
503
- else:
504
- __self__._internal_init(resource_name, *args, **kwargs)
505
-
506
- def _internal_init(__self__,
507
- resource_name: str,
508
- opts: Optional[pulumi.ResourceOptions] = None,
509
- compartment_id: Optional[pulumi.Input[str]] = None,
510
- defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
511
- description: Optional[pulumi.Input[str]] = None,
512
- display_name: Optional[pulumi.Input[str]] = None,
513
- freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
514
- nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
515
- subnet_id: Optional[pulumi.Input[str]] = None,
516
- __props__=None):
517
- opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
518
- if not isinstance(opts, pulumi.ResourceOptions):
519
- raise TypeError('Expected resource options to be a ResourceOptions instance')
520
- if opts.id is None:
521
- if __props__ is not None:
522
- raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
523
- __props__ = PrivateEndpointArgs.__new__(PrivateEndpointArgs)
524
-
525
- if compartment_id is None and not opts.urn:
526
- raise TypeError("Missing required property 'compartment_id'")
527
- __props__.__dict__["compartment_id"] = compartment_id
528
- __props__.__dict__["defined_tags"] = defined_tags
529
- __props__.__dict__["description"] = description
530
- if display_name is None and not opts.urn:
531
- raise TypeError("Missing required property 'display_name'")
532
- __props__.__dict__["display_name"] = display_name
533
- __props__.__dict__["freeform_tags"] = freeform_tags
534
- __props__.__dict__["nsg_ids"] = nsg_ids
535
- if subnet_id is None and not opts.urn:
536
- raise TypeError("Missing required property 'subnet_id'")
537
- __props__.__dict__["subnet_id"] = subnet_id
538
- __props__.__dict__["lifecycle_state_details"] = None
539
- __props__.__dict__["private_ip"] = None
540
- __props__.__dict__["sharded_databases"] = None
541
- __props__.__dict__["state"] = None
542
- __props__.__dict__["system_tags"] = None
543
- __props__.__dict__["time_created"] = None
544
- __props__.__dict__["time_updated"] = None
545
- __props__.__dict__["vcn_id"] = None
546
- super(PrivateEndpoint, __self__).__init__(
547
- 'oci:GloballyDistributedDatabase/privateEndpoint:PrivateEndpoint',
548
- resource_name,
549
- __props__,
550
- opts)
551
-
552
- @staticmethod
553
- def get(resource_name: str,
554
- id: pulumi.Input[str],
555
- opts: Optional[pulumi.ResourceOptions] = None,
556
- compartment_id: Optional[pulumi.Input[str]] = None,
557
- defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
558
- description: Optional[pulumi.Input[str]] = None,
559
- display_name: Optional[pulumi.Input[str]] = None,
560
- freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
561
- lifecycle_state_details: Optional[pulumi.Input[str]] = None,
562
- nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
563
- private_ip: Optional[pulumi.Input[str]] = None,
564
- sharded_databases: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
565
- state: Optional[pulumi.Input[str]] = None,
566
- subnet_id: Optional[pulumi.Input[str]] = None,
567
- system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
568
- time_created: Optional[pulumi.Input[str]] = None,
569
- time_updated: Optional[pulumi.Input[str]] = None,
570
- vcn_id: Optional[pulumi.Input[str]] = None) -> 'PrivateEndpoint':
571
- """
572
- Get an existing PrivateEndpoint resource's state with the given name, id, and optional extra
573
- properties used to qualify the lookup.
574
-
575
- :param str resource_name: The unique name of the resulting resource.
576
- :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
577
- :param pulumi.ResourceOptions opts: Options for the resource.
578
- :param pulumi.Input[str] compartment_id: (Updatable) Identifier of the compartment where private endpoint is to be created.
579
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
580
- :param pulumi.Input[str] description: (Updatable) PrivateEndpoint description.
581
- :param pulumi.Input[str] display_name: (Updatable) Private endpoint display name.
582
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
583
- :param pulumi.Input[str] lifecycle_state_details: Detailed message for the lifecycle state.
584
- :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) The OCIDs of the network security groups that the private endpoint belongs to.
585
- :param pulumi.Input[str] private_ip: IP address of the Private Endpoint.
586
- :param pulumi.Input[Sequence[pulumi.Input[str]]] sharded_databases: The OCIDs of sharded databases that consumes the given private endpoint.
587
- :param pulumi.Input[str] state: Lifecycle states for private endpoint.
588
- :param pulumi.Input[str] subnet_id: Identifier of the customer subnet against which private endpoint is to be created.
589
-
590
-
591
- ** IMPORTANT **
592
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
593
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
594
- :param pulumi.Input[str] time_created: The time the PrivateEndpoint was first created. An RFC3339 formatted datetime string
595
- :param pulumi.Input[str] time_updated: The time the Private Endpoint was last updated. An RFC3339 formatted datetime string
596
- :param pulumi.Input[str] vcn_id: Identifier of the VCN in which subnet exists.
597
- """
598
- opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
599
-
600
- __props__ = _PrivateEndpointState.__new__(_PrivateEndpointState)
601
-
602
- __props__.__dict__["compartment_id"] = compartment_id
603
- __props__.__dict__["defined_tags"] = defined_tags
604
- __props__.__dict__["description"] = description
605
- __props__.__dict__["display_name"] = display_name
606
- __props__.__dict__["freeform_tags"] = freeform_tags
607
- __props__.__dict__["lifecycle_state_details"] = lifecycle_state_details
608
- __props__.__dict__["nsg_ids"] = nsg_ids
609
- __props__.__dict__["private_ip"] = private_ip
610
- __props__.__dict__["sharded_databases"] = sharded_databases
611
- __props__.__dict__["state"] = state
612
- __props__.__dict__["subnet_id"] = subnet_id
613
- __props__.__dict__["system_tags"] = system_tags
614
- __props__.__dict__["time_created"] = time_created
615
- __props__.__dict__["time_updated"] = time_updated
616
- __props__.__dict__["vcn_id"] = vcn_id
617
- return PrivateEndpoint(resource_name, opts=opts, __props__=__props__)
618
-
619
- @property
620
- @pulumi.getter(name="compartmentId")
621
- def compartment_id(self) -> pulumi.Output[str]:
622
- """
623
- (Updatable) Identifier of the compartment where private endpoint is to be created.
624
- """
625
- return pulumi.get(self, "compartment_id")
626
-
627
- @property
628
- @pulumi.getter(name="definedTags")
629
- def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
630
- """
631
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
632
- """
633
- return pulumi.get(self, "defined_tags")
634
-
635
- @property
636
- @pulumi.getter
637
- def description(self) -> pulumi.Output[str]:
638
- """
639
- (Updatable) PrivateEndpoint description.
640
- """
641
- return pulumi.get(self, "description")
642
-
643
- @property
644
- @pulumi.getter(name="displayName")
645
- def display_name(self) -> pulumi.Output[str]:
646
- """
647
- (Updatable) Private endpoint display name.
648
- """
649
- return pulumi.get(self, "display_name")
650
-
651
- @property
652
- @pulumi.getter(name="freeformTags")
653
- def freeform_tags(self) -> pulumi.Output[Mapping[str, str]]:
654
- """
655
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
656
- """
657
- return pulumi.get(self, "freeform_tags")
658
-
659
- @property
660
- @pulumi.getter(name="lifecycleStateDetails")
661
- def lifecycle_state_details(self) -> pulumi.Output[str]:
662
- """
663
- Detailed message for the lifecycle state.
664
- """
665
- return pulumi.get(self, "lifecycle_state_details")
666
-
667
- @property
668
- @pulumi.getter(name="nsgIds")
669
- def nsg_ids(self) -> pulumi.Output[Sequence[str]]:
670
- """
671
- (Updatable) The OCIDs of the network security groups that the private endpoint belongs to.
672
- """
673
- return pulumi.get(self, "nsg_ids")
674
-
675
- @property
676
- @pulumi.getter(name="privateIp")
677
- def private_ip(self) -> pulumi.Output[str]:
678
- """
679
- IP address of the Private Endpoint.
680
- """
681
- return pulumi.get(self, "private_ip")
682
-
683
- @property
684
- @pulumi.getter(name="shardedDatabases")
685
- def sharded_databases(self) -> pulumi.Output[Sequence[str]]:
686
- """
687
- The OCIDs of sharded databases that consumes the given private endpoint.
688
- """
689
- return pulumi.get(self, "sharded_databases")
690
-
691
- @property
692
- @pulumi.getter
693
- def state(self) -> pulumi.Output[str]:
694
- """
695
- Lifecycle states for private endpoint.
696
- """
697
- return pulumi.get(self, "state")
698
-
699
- @property
700
- @pulumi.getter(name="subnetId")
701
- def subnet_id(self) -> pulumi.Output[str]:
702
- """
703
- Identifier of the customer subnet against which private endpoint is to be created.
704
-
705
-
706
- ** IMPORTANT **
707
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
708
- """
709
- return pulumi.get(self, "subnet_id")
710
-
711
- @property
712
- @pulumi.getter(name="systemTags")
713
- def system_tags(self) -> pulumi.Output[Mapping[str, str]]:
714
- """
715
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
716
- """
717
- return pulumi.get(self, "system_tags")
718
-
719
- @property
720
- @pulumi.getter(name="timeCreated")
721
- def time_created(self) -> pulumi.Output[str]:
722
- """
723
- The time the PrivateEndpoint was first created. An RFC3339 formatted datetime string
724
- """
725
- return pulumi.get(self, "time_created")
726
-
727
- @property
728
- @pulumi.getter(name="timeUpdated")
729
- def time_updated(self) -> pulumi.Output[str]:
730
- """
731
- The time the Private Endpoint was last updated. An RFC3339 formatted datetime string
732
- """
733
- return pulumi.get(self, "time_updated")
734
-
735
- @property
736
- @pulumi.getter(name="vcnId")
737
- def vcn_id(self) -> pulumi.Output[str]:
738
- """
739
- Identifier of the VCN in which subnet exists.
740
- """
741
- return pulumi.get(self, "vcn_id")
742
-