pulumi-oci 2.10.0a1726294433__py3-none-any.whl → 2.11.0__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 +62 -0
  2. pulumi_oci/bigdataservice/__init__.py +3 -0
  3. pulumi_oci/bigdataservice/_inputs.py +66 -0
  4. pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +136 -2
  5. pulumi_oci/bigdataservice/bds_instance_resource_principal_configuration.py +524 -0
  6. pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configuration.py +236 -0
  7. pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configurations.py +176 -0
  8. pulumi_oci/bigdataservice/outputs.py +175 -0
  9. pulumi_oci/capacitymanagement/__init__.py +8 -0
  10. pulumi_oci/capacitymanagement/_inputs.py +465 -3
  11. pulumi_oci/capacitymanagement/get_internal_namespace_occ_overviews.py +221 -0
  12. pulumi_oci/capacitymanagement/get_internal_occ_availability_catalogs.py +7 -7
  13. pulumi_oci/capacitymanagement/get_internal_occ_handover_resource_block_details.py +150 -0
  14. pulumi_oci/capacitymanagement/get_internal_occ_handover_resource_blocks.py +247 -0
  15. pulumi_oci/capacitymanagement/get_namespace_occ_overviews.py +204 -0
  16. pulumi_oci/capacitymanagement/get_occ_availability_catalog.py +1 -1
  17. pulumi_oci/capacitymanagement/get_occ_capacity_request.py +15 -2
  18. pulumi_oci/capacitymanagement/get_occ_capacity_requests.py +25 -5
  19. pulumi_oci/capacitymanagement/get_occ_customer_group.py +1 -1
  20. pulumi_oci/capacitymanagement/get_occ_handover_resource_block_details.py +150 -0
  21. pulumi_oci/capacitymanagement/get_occ_handover_resource_blocks.py +227 -0
  22. pulumi_oci/capacitymanagement/occ_availability_catalog.py +4 -4
  23. pulumi_oci/capacitymanagement/occ_capacity_request.py +78 -32
  24. pulumi_oci/capacitymanagement/occ_customer_group.py +690 -0
  25. pulumi_oci/capacitymanagement/occ_customer_group_occ_customer.py +412 -0
  26. pulumi_oci/capacitymanagement/outputs.py +1668 -166
  27. pulumi_oci/containerengine/__init__.py +1 -0
  28. pulumi_oci/containerengine/get_cluster.py +327 -0
  29. pulumi_oci/containerengine/outputs.py +492 -0
  30. pulumi_oci/fleetsoftwareupdate/__init__.py +15 -0
  31. pulumi_oci/fleetsoftwareupdate/_inputs.py +717 -0
  32. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +804 -0
  33. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +1231 -0
  34. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +301 -0
  35. pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +196 -0
  36. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +431 -0
  37. pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +233 -0
  38. pulumi_oci/fleetsoftwareupdate/outputs.py +2129 -0
  39. pulumi_oci/generativeai/dedicated_ai_cluster.py +7 -0
  40. pulumi_oci/generativeai/get_model.py +3 -0
  41. pulumi_oci/generativeai/outputs.py +4 -0
  42. pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
  43. pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
  44. pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +300 -0
  45. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
  46. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
  47. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
  48. pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
  49. pulumi_oci/globallydistributeddatabase/private_endpoint.py +742 -0
  50. pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
  51. pulumi_oci/pulumi-plugin.json +1 -1
  52. {pulumi_oci-2.10.0a1726294433.dist-info → pulumi_oci-2.11.0.dist-info}/METADATA +1 -1
  53. {pulumi_oci-2.10.0a1726294433.dist-info → pulumi_oci-2.11.0.dist-info}/RECORD +55 -25
  54. {pulumi_oci-2.10.0a1726294433.dist-info → pulumi_oci-2.11.0.dist-info}/WHEEL +1 -1
  55. {pulumi_oci-2.10.0a1726294433.dist-info → pulumi_oci-2.11.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1003 @@
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__ = [
13
+ 'ShardedDatabaseCatalogDetailArgs',
14
+ 'ShardedDatabaseCatalogDetailEncryptionKeyDetailsArgs',
15
+ 'ShardedDatabaseConnectionStringArgs',
16
+ 'ShardedDatabaseGsmArgs',
17
+ 'ShardedDatabasePatchOperationArgs',
18
+ 'ShardedDatabaseShardDetailArgs',
19
+ 'ShardedDatabaseShardDetailEncryptionKeyDetailsArgs',
20
+ 'GetPrivateEndpointsFilterArgs',
21
+ 'GetShardedDatabasesFilterArgs',
22
+ ]
23
+
24
+ @pulumi.input_type
25
+ class ShardedDatabaseCatalogDetailArgs:
26
+ def __init__(__self__, *,
27
+ admin_password: pulumi.Input[str],
28
+ cloud_autonomous_vm_cluster_id: pulumi.Input[str],
29
+ compute_count: pulumi.Input[float],
30
+ data_storage_size_in_gbs: pulumi.Input[float],
31
+ is_auto_scaling_enabled: pulumi.Input[bool],
32
+ container_database_id: Optional[pulumi.Input[str]] = None,
33
+ container_database_parent_id: Optional[pulumi.Input[str]] = None,
34
+ encryption_key_details: Optional[pulumi.Input['ShardedDatabaseCatalogDetailEncryptionKeyDetailsArgs']] = None,
35
+ metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
36
+ name: Optional[pulumi.Input[str]] = None,
37
+ peer_cloud_autonomous_vm_cluster_id: Optional[pulumi.Input[str]] = None,
38
+ shard_group: Optional[pulumi.Input[str]] = None,
39
+ status: Optional[pulumi.Input[str]] = None,
40
+ supporting_resource_id: Optional[pulumi.Input[str]] = None,
41
+ time_created: Optional[pulumi.Input[str]] = None,
42
+ time_ssl_certificate_expires: Optional[pulumi.Input[str]] = None,
43
+ time_updated: Optional[pulumi.Input[str]] = None):
44
+ """
45
+ :param pulumi.Input[str] admin_password: Admin password for the catalog database.
46
+ :param pulumi.Input[str] cloud_autonomous_vm_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud Autonomous Exadata VM Cluster.
47
+ :param pulumi.Input[float] compute_count: The compute count for the catalog database. It has to be in multiple of 2.
48
+ :param pulumi.Input[float] data_storage_size_in_gbs: The data disk group size to be allocated in GBs for the catalog database.
49
+ :param pulumi.Input[bool] is_auto_scaling_enabled: Determines the auto-scaling mode for the catalog database.
50
+ :param pulumi.Input[str] container_database_id: Identifier of the underlying container database.
51
+ :param pulumi.Input[str] container_database_parent_id: Identifier of the underlying container database parent.
52
+ :param pulumi.Input['ShardedDatabaseCatalogDetailEncryptionKeyDetailsArgs'] encryption_key_details: Details of encryption key to be used to encrypt data for shards and catalog for sharded database. For system-defined sharding type, all shards have to use same encryptionKeyDetails. For system-defined sharding, if encryptionKeyDetails are not specified for catalog, then Oracle managed key will be used for catalog. For user-defined sharding type, if encryptionKeyDetails are not provided for any shard or catalog, then Oracle managed key will be used for such shard or catalog. For system-defined or user-defined sharding type, if the shard or catalog has a peer in region other than primary shard or catalog region, then make sure to provide virtual vault for such shard or catalog, which is also replicated to peer region (the region where peer or standby shard or catalog exists).
53
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: Additional metadata related to shard's underlying supporting resource.
54
+ :param pulumi.Input[str] name: Name of the shard.
55
+ :param pulumi.Input[str] peer_cloud_autonomous_vm_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the peer cloud Autonomous Exadata VM Cluster.
56
+ :param pulumi.Input[str] shard_group: Name of the shard-group to which the shard belongs.
57
+ :param pulumi.Input[str] status: Status of shard or catalog or gsm for the sharded database.
58
+ :param pulumi.Input[str] supporting_resource_id: Identifier of the underlying supporting resource.
59
+ :param pulumi.Input[str] time_created: The time the the Sharded Database was created. An RFC3339 formatted datetime string
60
+ :param pulumi.Input[str] time_ssl_certificate_expires: The time the ssl certificate associated with shard expires. An RFC3339 formatted datetime string
61
+ :param pulumi.Input[str] time_updated: The time the Sharded Database was last updated. An RFC3339 formatted datetime string
62
+ """
63
+ pulumi.set(__self__, "admin_password", admin_password)
64
+ pulumi.set(__self__, "cloud_autonomous_vm_cluster_id", cloud_autonomous_vm_cluster_id)
65
+ pulumi.set(__self__, "compute_count", compute_count)
66
+ pulumi.set(__self__, "data_storage_size_in_gbs", data_storage_size_in_gbs)
67
+ pulumi.set(__self__, "is_auto_scaling_enabled", is_auto_scaling_enabled)
68
+ if container_database_id is not None:
69
+ pulumi.set(__self__, "container_database_id", container_database_id)
70
+ if container_database_parent_id is not None:
71
+ pulumi.set(__self__, "container_database_parent_id", container_database_parent_id)
72
+ if encryption_key_details is not None:
73
+ pulumi.set(__self__, "encryption_key_details", encryption_key_details)
74
+ if metadata is not None:
75
+ pulumi.set(__self__, "metadata", metadata)
76
+ if name is not None:
77
+ pulumi.set(__self__, "name", name)
78
+ if peer_cloud_autonomous_vm_cluster_id is not None:
79
+ pulumi.set(__self__, "peer_cloud_autonomous_vm_cluster_id", peer_cloud_autonomous_vm_cluster_id)
80
+ if shard_group is not None:
81
+ pulumi.set(__self__, "shard_group", shard_group)
82
+ if status is not None:
83
+ pulumi.set(__self__, "status", status)
84
+ if supporting_resource_id is not None:
85
+ pulumi.set(__self__, "supporting_resource_id", supporting_resource_id)
86
+ if time_created is not None:
87
+ pulumi.set(__self__, "time_created", time_created)
88
+ if time_ssl_certificate_expires is not None:
89
+ pulumi.set(__self__, "time_ssl_certificate_expires", time_ssl_certificate_expires)
90
+ if time_updated is not None:
91
+ pulumi.set(__self__, "time_updated", time_updated)
92
+
93
+ @property
94
+ @pulumi.getter(name="adminPassword")
95
+ def admin_password(self) -> pulumi.Input[str]:
96
+ """
97
+ Admin password for the catalog database.
98
+ """
99
+ return pulumi.get(self, "admin_password")
100
+
101
+ @admin_password.setter
102
+ def admin_password(self, value: pulumi.Input[str]):
103
+ pulumi.set(self, "admin_password", value)
104
+
105
+ @property
106
+ @pulumi.getter(name="cloudAutonomousVmClusterId")
107
+ def cloud_autonomous_vm_cluster_id(self) -> pulumi.Input[str]:
108
+ """
109
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud Autonomous Exadata VM Cluster.
110
+ """
111
+ return pulumi.get(self, "cloud_autonomous_vm_cluster_id")
112
+
113
+ @cloud_autonomous_vm_cluster_id.setter
114
+ def cloud_autonomous_vm_cluster_id(self, value: pulumi.Input[str]):
115
+ pulumi.set(self, "cloud_autonomous_vm_cluster_id", value)
116
+
117
+ @property
118
+ @pulumi.getter(name="computeCount")
119
+ def compute_count(self) -> pulumi.Input[float]:
120
+ """
121
+ The compute count for the catalog database. It has to be in multiple of 2.
122
+ """
123
+ return pulumi.get(self, "compute_count")
124
+
125
+ @compute_count.setter
126
+ def compute_count(self, value: pulumi.Input[float]):
127
+ pulumi.set(self, "compute_count", value)
128
+
129
+ @property
130
+ @pulumi.getter(name="dataStorageSizeInGbs")
131
+ def data_storage_size_in_gbs(self) -> pulumi.Input[float]:
132
+ """
133
+ The data disk group size to be allocated in GBs for the catalog database.
134
+ """
135
+ return pulumi.get(self, "data_storage_size_in_gbs")
136
+
137
+ @data_storage_size_in_gbs.setter
138
+ def data_storage_size_in_gbs(self, value: pulumi.Input[float]):
139
+ pulumi.set(self, "data_storage_size_in_gbs", value)
140
+
141
+ @property
142
+ @pulumi.getter(name="isAutoScalingEnabled")
143
+ def is_auto_scaling_enabled(self) -> pulumi.Input[bool]:
144
+ """
145
+ Determines the auto-scaling mode for the catalog database.
146
+ """
147
+ return pulumi.get(self, "is_auto_scaling_enabled")
148
+
149
+ @is_auto_scaling_enabled.setter
150
+ def is_auto_scaling_enabled(self, value: pulumi.Input[bool]):
151
+ pulumi.set(self, "is_auto_scaling_enabled", value)
152
+
153
+ @property
154
+ @pulumi.getter(name="containerDatabaseId")
155
+ def container_database_id(self) -> Optional[pulumi.Input[str]]:
156
+ """
157
+ Identifier of the underlying container database.
158
+ """
159
+ return pulumi.get(self, "container_database_id")
160
+
161
+ @container_database_id.setter
162
+ def container_database_id(self, value: Optional[pulumi.Input[str]]):
163
+ pulumi.set(self, "container_database_id", value)
164
+
165
+ @property
166
+ @pulumi.getter(name="containerDatabaseParentId")
167
+ def container_database_parent_id(self) -> Optional[pulumi.Input[str]]:
168
+ """
169
+ Identifier of the underlying container database parent.
170
+ """
171
+ return pulumi.get(self, "container_database_parent_id")
172
+
173
+ @container_database_parent_id.setter
174
+ def container_database_parent_id(self, value: Optional[pulumi.Input[str]]):
175
+ pulumi.set(self, "container_database_parent_id", value)
176
+
177
+ @property
178
+ @pulumi.getter(name="encryptionKeyDetails")
179
+ def encryption_key_details(self) -> Optional[pulumi.Input['ShardedDatabaseCatalogDetailEncryptionKeyDetailsArgs']]:
180
+ """
181
+ Details of encryption key to be used to encrypt data for shards and catalog for sharded database. For system-defined sharding type, all shards have to use same encryptionKeyDetails. For system-defined sharding, if encryptionKeyDetails are not specified for catalog, then Oracle managed key will be used for catalog. For user-defined sharding type, if encryptionKeyDetails are not provided for any shard or catalog, then Oracle managed key will be used for such shard or catalog. For system-defined or user-defined sharding type, if the shard or catalog has a peer in region other than primary shard or catalog region, then make sure to provide virtual vault for such shard or catalog, which is also replicated to peer region (the region where peer or standby shard or catalog exists).
182
+ """
183
+ return pulumi.get(self, "encryption_key_details")
184
+
185
+ @encryption_key_details.setter
186
+ def encryption_key_details(self, value: Optional[pulumi.Input['ShardedDatabaseCatalogDetailEncryptionKeyDetailsArgs']]):
187
+ pulumi.set(self, "encryption_key_details", value)
188
+
189
+ @property
190
+ @pulumi.getter
191
+ def metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
192
+ """
193
+ Additional metadata related to shard's underlying supporting resource.
194
+ """
195
+ return pulumi.get(self, "metadata")
196
+
197
+ @metadata.setter
198
+ def metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
199
+ pulumi.set(self, "metadata", value)
200
+
201
+ @property
202
+ @pulumi.getter
203
+ def name(self) -> Optional[pulumi.Input[str]]:
204
+ """
205
+ Name of the shard.
206
+ """
207
+ return pulumi.get(self, "name")
208
+
209
+ @name.setter
210
+ def name(self, value: Optional[pulumi.Input[str]]):
211
+ pulumi.set(self, "name", value)
212
+
213
+ @property
214
+ @pulumi.getter(name="peerCloudAutonomousVmClusterId")
215
+ def peer_cloud_autonomous_vm_cluster_id(self) -> Optional[pulumi.Input[str]]:
216
+ """
217
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the peer cloud Autonomous Exadata VM Cluster.
218
+ """
219
+ return pulumi.get(self, "peer_cloud_autonomous_vm_cluster_id")
220
+
221
+ @peer_cloud_autonomous_vm_cluster_id.setter
222
+ def peer_cloud_autonomous_vm_cluster_id(self, value: Optional[pulumi.Input[str]]):
223
+ pulumi.set(self, "peer_cloud_autonomous_vm_cluster_id", value)
224
+
225
+ @property
226
+ @pulumi.getter(name="shardGroup")
227
+ def shard_group(self) -> Optional[pulumi.Input[str]]:
228
+ """
229
+ Name of the shard-group to which the shard belongs.
230
+ """
231
+ return pulumi.get(self, "shard_group")
232
+
233
+ @shard_group.setter
234
+ def shard_group(self, value: Optional[pulumi.Input[str]]):
235
+ pulumi.set(self, "shard_group", value)
236
+
237
+ @property
238
+ @pulumi.getter
239
+ def status(self) -> Optional[pulumi.Input[str]]:
240
+ """
241
+ Status of shard or catalog or gsm for the sharded database.
242
+ """
243
+ return pulumi.get(self, "status")
244
+
245
+ @status.setter
246
+ def status(self, value: Optional[pulumi.Input[str]]):
247
+ pulumi.set(self, "status", value)
248
+
249
+ @property
250
+ @pulumi.getter(name="supportingResourceId")
251
+ def supporting_resource_id(self) -> Optional[pulumi.Input[str]]:
252
+ """
253
+ Identifier of the underlying supporting resource.
254
+ """
255
+ return pulumi.get(self, "supporting_resource_id")
256
+
257
+ @supporting_resource_id.setter
258
+ def supporting_resource_id(self, value: Optional[pulumi.Input[str]]):
259
+ pulumi.set(self, "supporting_resource_id", value)
260
+
261
+ @property
262
+ @pulumi.getter(name="timeCreated")
263
+ def time_created(self) -> Optional[pulumi.Input[str]]:
264
+ """
265
+ The time the the Sharded Database was created. An RFC3339 formatted datetime string
266
+ """
267
+ return pulumi.get(self, "time_created")
268
+
269
+ @time_created.setter
270
+ def time_created(self, value: Optional[pulumi.Input[str]]):
271
+ pulumi.set(self, "time_created", value)
272
+
273
+ @property
274
+ @pulumi.getter(name="timeSslCertificateExpires")
275
+ def time_ssl_certificate_expires(self) -> Optional[pulumi.Input[str]]:
276
+ """
277
+ The time the ssl certificate associated with shard expires. An RFC3339 formatted datetime string
278
+ """
279
+ return pulumi.get(self, "time_ssl_certificate_expires")
280
+
281
+ @time_ssl_certificate_expires.setter
282
+ def time_ssl_certificate_expires(self, value: Optional[pulumi.Input[str]]):
283
+ pulumi.set(self, "time_ssl_certificate_expires", value)
284
+
285
+ @property
286
+ @pulumi.getter(name="timeUpdated")
287
+ def time_updated(self) -> Optional[pulumi.Input[str]]:
288
+ """
289
+ The time the Sharded Database was last updated. An RFC3339 formatted datetime string
290
+ """
291
+ return pulumi.get(self, "time_updated")
292
+
293
+ @time_updated.setter
294
+ def time_updated(self, value: Optional[pulumi.Input[str]]):
295
+ pulumi.set(self, "time_updated", value)
296
+
297
+
298
+ @pulumi.input_type
299
+ class ShardedDatabaseCatalogDetailEncryptionKeyDetailsArgs:
300
+ def __init__(__self__, *,
301
+ kms_key_id: pulumi.Input[str],
302
+ vault_id: pulumi.Input[str],
303
+ kms_key_version_id: Optional[pulumi.Input[str]] = None):
304
+ """
305
+ :param pulumi.Input[str] kms_key_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KMS key in vault identified by vaultId in customer tenancy that is used as the master encryption key.
306
+ :param pulumi.Input[str] vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the vault in customer tenancy where KMS key is present. For shard or catalog with cross-region data guard enabled, user needs to make sure to provide virtual private vault only, which is also replicated in the region of standby shard.
307
+ :param pulumi.Input[str] kms_key_version_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KMS key version for key identified by kmsKeyId that is used in data encryption (TDE) operations.
308
+ """
309
+ pulumi.set(__self__, "kms_key_id", kms_key_id)
310
+ pulumi.set(__self__, "vault_id", vault_id)
311
+ if kms_key_version_id is not None:
312
+ pulumi.set(__self__, "kms_key_version_id", kms_key_version_id)
313
+
314
+ @property
315
+ @pulumi.getter(name="kmsKeyId")
316
+ def kms_key_id(self) -> pulumi.Input[str]:
317
+ """
318
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KMS key in vault identified by vaultId in customer tenancy that is used as the master encryption key.
319
+ """
320
+ return pulumi.get(self, "kms_key_id")
321
+
322
+ @kms_key_id.setter
323
+ def kms_key_id(self, value: pulumi.Input[str]):
324
+ pulumi.set(self, "kms_key_id", value)
325
+
326
+ @property
327
+ @pulumi.getter(name="vaultId")
328
+ def vault_id(self) -> pulumi.Input[str]:
329
+ """
330
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the vault in customer tenancy where KMS key is present. For shard or catalog with cross-region data guard enabled, user needs to make sure to provide virtual private vault only, which is also replicated in the region of standby shard.
331
+ """
332
+ return pulumi.get(self, "vault_id")
333
+
334
+ @vault_id.setter
335
+ def vault_id(self, value: pulumi.Input[str]):
336
+ pulumi.set(self, "vault_id", value)
337
+
338
+ @property
339
+ @pulumi.getter(name="kmsKeyVersionId")
340
+ def kms_key_version_id(self) -> Optional[pulumi.Input[str]]:
341
+ """
342
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KMS key version for key identified by kmsKeyId that is used in data encryption (TDE) operations.
343
+ """
344
+ return pulumi.get(self, "kms_key_version_id")
345
+
346
+ @kms_key_version_id.setter
347
+ def kms_key_version_id(self, value: Optional[pulumi.Input[str]]):
348
+ pulumi.set(self, "kms_key_version_id", value)
349
+
350
+
351
+ @pulumi.input_type
352
+ class ShardedDatabaseConnectionStringArgs:
353
+ def __init__(__self__, *,
354
+ all_connection_strings: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
355
+ """
356
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] all_connection_strings: Collection of connection strings.
357
+ """
358
+ if all_connection_strings is not None:
359
+ pulumi.set(__self__, "all_connection_strings", all_connection_strings)
360
+
361
+ @property
362
+ @pulumi.getter(name="allConnectionStrings")
363
+ def all_connection_strings(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
364
+ """
365
+ Collection of connection strings.
366
+ """
367
+ return pulumi.get(self, "all_connection_strings")
368
+
369
+ @all_connection_strings.setter
370
+ def all_connection_strings(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
371
+ pulumi.set(self, "all_connection_strings", value)
372
+
373
+
374
+ @pulumi.input_type
375
+ class ShardedDatabaseGsmArgs:
376
+ def __init__(__self__, *,
377
+ compute_count: Optional[pulumi.Input[float]] = None,
378
+ data_storage_size_in_gbs: Optional[pulumi.Input[float]] = None,
379
+ metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
380
+ name: Optional[pulumi.Input[str]] = None,
381
+ status: Optional[pulumi.Input[str]] = None,
382
+ supporting_resource_id: Optional[pulumi.Input[str]] = None,
383
+ time_created: Optional[pulumi.Input[str]] = None,
384
+ time_ssl_certificate_expires: Optional[pulumi.Input[str]] = None,
385
+ time_updated: Optional[pulumi.Input[str]] = None):
386
+ """
387
+ :param pulumi.Input[float] compute_count: The compute amount available to the underlying autonomous database associated with shard.
388
+ :param pulumi.Input[float] data_storage_size_in_gbs: The data disk group size to be allocated in GBs.
389
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: Additional metadata related to shard's underlying supporting resource.
390
+ :param pulumi.Input[str] name: Name of the shard.
391
+ :param pulumi.Input[str] status: Status of shard or catalog or gsm for the sharded database.
392
+ :param pulumi.Input[str] supporting_resource_id: Identifier of the underlying supporting resource.
393
+ :param pulumi.Input[str] time_created: The time the the Sharded Database was created. An RFC3339 formatted datetime string
394
+ :param pulumi.Input[str] time_ssl_certificate_expires: The time the ssl certificate associated with shard expires. An RFC3339 formatted datetime string
395
+ :param pulumi.Input[str] time_updated: The time the Sharded Database was last updated. An RFC3339 formatted datetime string
396
+ """
397
+ if compute_count is not None:
398
+ pulumi.set(__self__, "compute_count", compute_count)
399
+ if data_storage_size_in_gbs is not None:
400
+ pulumi.set(__self__, "data_storage_size_in_gbs", data_storage_size_in_gbs)
401
+ if metadata is not None:
402
+ pulumi.set(__self__, "metadata", metadata)
403
+ if name is not None:
404
+ pulumi.set(__self__, "name", name)
405
+ if status is not None:
406
+ pulumi.set(__self__, "status", status)
407
+ if supporting_resource_id is not None:
408
+ pulumi.set(__self__, "supporting_resource_id", supporting_resource_id)
409
+ if time_created is not None:
410
+ pulumi.set(__self__, "time_created", time_created)
411
+ if time_ssl_certificate_expires is not None:
412
+ pulumi.set(__self__, "time_ssl_certificate_expires", time_ssl_certificate_expires)
413
+ if time_updated is not None:
414
+ pulumi.set(__self__, "time_updated", time_updated)
415
+
416
+ @property
417
+ @pulumi.getter(name="computeCount")
418
+ def compute_count(self) -> Optional[pulumi.Input[float]]:
419
+ """
420
+ The compute amount available to the underlying autonomous database associated with shard.
421
+ """
422
+ return pulumi.get(self, "compute_count")
423
+
424
+ @compute_count.setter
425
+ def compute_count(self, value: Optional[pulumi.Input[float]]):
426
+ pulumi.set(self, "compute_count", value)
427
+
428
+ @property
429
+ @pulumi.getter(name="dataStorageSizeInGbs")
430
+ def data_storage_size_in_gbs(self) -> Optional[pulumi.Input[float]]:
431
+ """
432
+ The data disk group size to be allocated in GBs.
433
+ """
434
+ return pulumi.get(self, "data_storage_size_in_gbs")
435
+
436
+ @data_storage_size_in_gbs.setter
437
+ def data_storage_size_in_gbs(self, value: Optional[pulumi.Input[float]]):
438
+ pulumi.set(self, "data_storage_size_in_gbs", value)
439
+
440
+ @property
441
+ @pulumi.getter
442
+ def metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
443
+ """
444
+ Additional metadata related to shard's underlying supporting resource.
445
+ """
446
+ return pulumi.get(self, "metadata")
447
+
448
+ @metadata.setter
449
+ def metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
450
+ pulumi.set(self, "metadata", value)
451
+
452
+ @property
453
+ @pulumi.getter
454
+ def name(self) -> Optional[pulumi.Input[str]]:
455
+ """
456
+ Name of the shard.
457
+ """
458
+ return pulumi.get(self, "name")
459
+
460
+ @name.setter
461
+ def name(self, value: Optional[pulumi.Input[str]]):
462
+ pulumi.set(self, "name", value)
463
+
464
+ @property
465
+ @pulumi.getter
466
+ def status(self) -> Optional[pulumi.Input[str]]:
467
+ """
468
+ Status of shard or catalog or gsm for the sharded database.
469
+ """
470
+ return pulumi.get(self, "status")
471
+
472
+ @status.setter
473
+ def status(self, value: Optional[pulumi.Input[str]]):
474
+ pulumi.set(self, "status", value)
475
+
476
+ @property
477
+ @pulumi.getter(name="supportingResourceId")
478
+ def supporting_resource_id(self) -> Optional[pulumi.Input[str]]:
479
+ """
480
+ Identifier of the underlying supporting resource.
481
+ """
482
+ return pulumi.get(self, "supporting_resource_id")
483
+
484
+ @supporting_resource_id.setter
485
+ def supporting_resource_id(self, value: Optional[pulumi.Input[str]]):
486
+ pulumi.set(self, "supporting_resource_id", value)
487
+
488
+ @property
489
+ @pulumi.getter(name="timeCreated")
490
+ def time_created(self) -> Optional[pulumi.Input[str]]:
491
+ """
492
+ The time the the Sharded Database was created. An RFC3339 formatted datetime string
493
+ """
494
+ return pulumi.get(self, "time_created")
495
+
496
+ @time_created.setter
497
+ def time_created(self, value: Optional[pulumi.Input[str]]):
498
+ pulumi.set(self, "time_created", value)
499
+
500
+ @property
501
+ @pulumi.getter(name="timeSslCertificateExpires")
502
+ def time_ssl_certificate_expires(self) -> Optional[pulumi.Input[str]]:
503
+ """
504
+ The time the ssl certificate associated with shard expires. An RFC3339 formatted datetime string
505
+ """
506
+ return pulumi.get(self, "time_ssl_certificate_expires")
507
+
508
+ @time_ssl_certificate_expires.setter
509
+ def time_ssl_certificate_expires(self, value: Optional[pulumi.Input[str]]):
510
+ pulumi.set(self, "time_ssl_certificate_expires", value)
511
+
512
+ @property
513
+ @pulumi.getter(name="timeUpdated")
514
+ def time_updated(self) -> Optional[pulumi.Input[str]]:
515
+ """
516
+ The time the Sharded Database was last updated. An RFC3339 formatted datetime string
517
+ """
518
+ return pulumi.get(self, "time_updated")
519
+
520
+ @time_updated.setter
521
+ def time_updated(self, value: Optional[pulumi.Input[str]]):
522
+ pulumi.set(self, "time_updated", value)
523
+
524
+
525
+ @pulumi.input_type
526
+ class ShardedDatabasePatchOperationArgs:
527
+ def __init__(__self__, *,
528
+ operation: pulumi.Input[str],
529
+ selection: pulumi.Input[str],
530
+ value: pulumi.Input[str]):
531
+ """
532
+ :param pulumi.Input[str] operation: (Updatable) The operation can be one of these values: `INSERT`, `MERGE`, `REMOVE`
533
+ :param pulumi.Input[str] selection: (Updatable)
534
+ :param pulumi.Input[str] value: (Updatable)
535
+ """
536
+ pulumi.set(__self__, "operation", operation)
537
+ pulumi.set(__self__, "selection", selection)
538
+ pulumi.set(__self__, "value", value)
539
+
540
+ @property
541
+ @pulumi.getter
542
+ def operation(self) -> pulumi.Input[str]:
543
+ """
544
+ (Updatable) The operation can be one of these values: `INSERT`, `MERGE`, `REMOVE`
545
+ """
546
+ return pulumi.get(self, "operation")
547
+
548
+ @operation.setter
549
+ def operation(self, value: pulumi.Input[str]):
550
+ pulumi.set(self, "operation", value)
551
+
552
+ @property
553
+ @pulumi.getter
554
+ def selection(self) -> pulumi.Input[str]:
555
+ """
556
+ (Updatable)
557
+ """
558
+ return pulumi.get(self, "selection")
559
+
560
+ @selection.setter
561
+ def selection(self, value: pulumi.Input[str]):
562
+ pulumi.set(self, "selection", value)
563
+
564
+ @property
565
+ @pulumi.getter
566
+ def value(self) -> pulumi.Input[str]:
567
+ """
568
+ (Updatable)
569
+ """
570
+ return pulumi.get(self, "value")
571
+
572
+ @value.setter
573
+ def value(self, value: pulumi.Input[str]):
574
+ pulumi.set(self, "value", value)
575
+
576
+
577
+ @pulumi.input_type
578
+ class ShardedDatabaseShardDetailArgs:
579
+ def __init__(__self__, *,
580
+ admin_password: pulumi.Input[str],
581
+ cloud_autonomous_vm_cluster_id: pulumi.Input[str],
582
+ compute_count: pulumi.Input[float],
583
+ data_storage_size_in_gbs: pulumi.Input[float],
584
+ is_auto_scaling_enabled: pulumi.Input[bool],
585
+ container_database_id: Optional[pulumi.Input[str]] = None,
586
+ container_database_parent_id: Optional[pulumi.Input[str]] = None,
587
+ encryption_key_details: Optional[pulumi.Input['ShardedDatabaseShardDetailEncryptionKeyDetailsArgs']] = None,
588
+ metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
589
+ name: Optional[pulumi.Input[str]] = None,
590
+ peer_cloud_autonomous_vm_cluster_id: Optional[pulumi.Input[str]] = None,
591
+ shard_group: Optional[pulumi.Input[str]] = None,
592
+ shard_space: Optional[pulumi.Input[str]] = None,
593
+ status: Optional[pulumi.Input[str]] = None,
594
+ supporting_resource_id: Optional[pulumi.Input[str]] = None,
595
+ time_created: Optional[pulumi.Input[str]] = None,
596
+ time_ssl_certificate_expires: Optional[pulumi.Input[str]] = None,
597
+ time_updated: Optional[pulumi.Input[str]] = None):
598
+ """
599
+ :param pulumi.Input[str] admin_password: Admin password for shard database.
600
+ :param pulumi.Input[str] cloud_autonomous_vm_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud Autonomous Exadata VM Cluster.
601
+ :param pulumi.Input[float] compute_count: The compute count for the shard database. It has to be in multiples of 2.
602
+ :param pulumi.Input[float] data_storage_size_in_gbs: The data disk group size to be allocated in GBs for the shard database.
603
+ :param pulumi.Input[bool] is_auto_scaling_enabled: Determines the auto-scaling mode for the shard database.
604
+ :param pulumi.Input[str] container_database_id: Identifier of the underlying container database.
605
+ :param pulumi.Input[str] container_database_parent_id: Identifier of the underlying container database parent.
606
+ :param pulumi.Input['ShardedDatabaseShardDetailEncryptionKeyDetailsArgs'] encryption_key_details: Details of encryption key to be used to encrypt data for shards and catalog for sharded database. For system-defined sharding type, all shards have to use same encryptionKeyDetails. For system-defined sharding, if encryptionKeyDetails are not specified for catalog, then Oracle managed key will be used for catalog. For user-defined sharding type, if encryptionKeyDetails are not provided for any shard or catalog, then Oracle managed key will be used for such shard or catalog. For system-defined or user-defined sharding type, if the shard or catalog has a peer in region other than primary shard or catalog region, then make sure to provide virtual vault for such shard or catalog, which is also replicated to peer region (the region where peer or standby shard or catalog exists).
607
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: Additional metadata related to shard's underlying supporting resource.
608
+ :param pulumi.Input[str] name: Name of the shard.
609
+ :param pulumi.Input[str] peer_cloud_autonomous_vm_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the peer cloud Autonomous Exadata VM Cluster.
610
+ :param pulumi.Input[str] shard_group: Name of the shard-group to which the shard belongs.
611
+ :param pulumi.Input[str] shard_space: The shard space name for the shard database. Shard space for existing shard cannot be changed, once shard is created. Shard space name shall be used while creation of new shards. For User defined sharding, every shard must have a unique shard space name. For system defined sharding, shard space name is not required.
612
+ :param pulumi.Input[str] status: Status of shard or catalog or gsm for the sharded database.
613
+ :param pulumi.Input[str] supporting_resource_id: Identifier of the underlying supporting resource.
614
+ :param pulumi.Input[str] time_created: The time the the Sharded Database was created. An RFC3339 formatted datetime string
615
+ :param pulumi.Input[str] time_ssl_certificate_expires: The time the ssl certificate associated with shard expires. An RFC3339 formatted datetime string
616
+ :param pulumi.Input[str] time_updated: The time the Sharded Database was last updated. An RFC3339 formatted datetime string
617
+ """
618
+ pulumi.set(__self__, "admin_password", admin_password)
619
+ pulumi.set(__self__, "cloud_autonomous_vm_cluster_id", cloud_autonomous_vm_cluster_id)
620
+ pulumi.set(__self__, "compute_count", compute_count)
621
+ pulumi.set(__self__, "data_storage_size_in_gbs", data_storage_size_in_gbs)
622
+ pulumi.set(__self__, "is_auto_scaling_enabled", is_auto_scaling_enabled)
623
+ if container_database_id is not None:
624
+ pulumi.set(__self__, "container_database_id", container_database_id)
625
+ if container_database_parent_id is not None:
626
+ pulumi.set(__self__, "container_database_parent_id", container_database_parent_id)
627
+ if encryption_key_details is not None:
628
+ pulumi.set(__self__, "encryption_key_details", encryption_key_details)
629
+ if metadata is not None:
630
+ pulumi.set(__self__, "metadata", metadata)
631
+ if name is not None:
632
+ pulumi.set(__self__, "name", name)
633
+ if peer_cloud_autonomous_vm_cluster_id is not None:
634
+ pulumi.set(__self__, "peer_cloud_autonomous_vm_cluster_id", peer_cloud_autonomous_vm_cluster_id)
635
+ if shard_group is not None:
636
+ pulumi.set(__self__, "shard_group", shard_group)
637
+ if shard_space is not None:
638
+ pulumi.set(__self__, "shard_space", shard_space)
639
+ if status is not None:
640
+ pulumi.set(__self__, "status", status)
641
+ if supporting_resource_id is not None:
642
+ pulumi.set(__self__, "supporting_resource_id", supporting_resource_id)
643
+ if time_created is not None:
644
+ pulumi.set(__self__, "time_created", time_created)
645
+ if time_ssl_certificate_expires is not None:
646
+ pulumi.set(__self__, "time_ssl_certificate_expires", time_ssl_certificate_expires)
647
+ if time_updated is not None:
648
+ pulumi.set(__self__, "time_updated", time_updated)
649
+
650
+ @property
651
+ @pulumi.getter(name="adminPassword")
652
+ def admin_password(self) -> pulumi.Input[str]:
653
+ """
654
+ Admin password for shard database.
655
+ """
656
+ return pulumi.get(self, "admin_password")
657
+
658
+ @admin_password.setter
659
+ def admin_password(self, value: pulumi.Input[str]):
660
+ pulumi.set(self, "admin_password", value)
661
+
662
+ @property
663
+ @pulumi.getter(name="cloudAutonomousVmClusterId")
664
+ def cloud_autonomous_vm_cluster_id(self) -> pulumi.Input[str]:
665
+ """
666
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud Autonomous Exadata VM Cluster.
667
+ """
668
+ return pulumi.get(self, "cloud_autonomous_vm_cluster_id")
669
+
670
+ @cloud_autonomous_vm_cluster_id.setter
671
+ def cloud_autonomous_vm_cluster_id(self, value: pulumi.Input[str]):
672
+ pulumi.set(self, "cloud_autonomous_vm_cluster_id", value)
673
+
674
+ @property
675
+ @pulumi.getter(name="computeCount")
676
+ def compute_count(self) -> pulumi.Input[float]:
677
+ """
678
+ The compute count for the shard database. It has to be in multiples of 2.
679
+ """
680
+ return pulumi.get(self, "compute_count")
681
+
682
+ @compute_count.setter
683
+ def compute_count(self, value: pulumi.Input[float]):
684
+ pulumi.set(self, "compute_count", value)
685
+
686
+ @property
687
+ @pulumi.getter(name="dataStorageSizeInGbs")
688
+ def data_storage_size_in_gbs(self) -> pulumi.Input[float]:
689
+ """
690
+ The data disk group size to be allocated in GBs for the shard database.
691
+ """
692
+ return pulumi.get(self, "data_storage_size_in_gbs")
693
+
694
+ @data_storage_size_in_gbs.setter
695
+ def data_storage_size_in_gbs(self, value: pulumi.Input[float]):
696
+ pulumi.set(self, "data_storage_size_in_gbs", value)
697
+
698
+ @property
699
+ @pulumi.getter(name="isAutoScalingEnabled")
700
+ def is_auto_scaling_enabled(self) -> pulumi.Input[bool]:
701
+ """
702
+ Determines the auto-scaling mode for the shard database.
703
+ """
704
+ return pulumi.get(self, "is_auto_scaling_enabled")
705
+
706
+ @is_auto_scaling_enabled.setter
707
+ def is_auto_scaling_enabled(self, value: pulumi.Input[bool]):
708
+ pulumi.set(self, "is_auto_scaling_enabled", value)
709
+
710
+ @property
711
+ @pulumi.getter(name="containerDatabaseId")
712
+ def container_database_id(self) -> Optional[pulumi.Input[str]]:
713
+ """
714
+ Identifier of the underlying container database.
715
+ """
716
+ return pulumi.get(self, "container_database_id")
717
+
718
+ @container_database_id.setter
719
+ def container_database_id(self, value: Optional[pulumi.Input[str]]):
720
+ pulumi.set(self, "container_database_id", value)
721
+
722
+ @property
723
+ @pulumi.getter(name="containerDatabaseParentId")
724
+ def container_database_parent_id(self) -> Optional[pulumi.Input[str]]:
725
+ """
726
+ Identifier of the underlying container database parent.
727
+ """
728
+ return pulumi.get(self, "container_database_parent_id")
729
+
730
+ @container_database_parent_id.setter
731
+ def container_database_parent_id(self, value: Optional[pulumi.Input[str]]):
732
+ pulumi.set(self, "container_database_parent_id", value)
733
+
734
+ @property
735
+ @pulumi.getter(name="encryptionKeyDetails")
736
+ def encryption_key_details(self) -> Optional[pulumi.Input['ShardedDatabaseShardDetailEncryptionKeyDetailsArgs']]:
737
+ """
738
+ Details of encryption key to be used to encrypt data for shards and catalog for sharded database. For system-defined sharding type, all shards have to use same encryptionKeyDetails. For system-defined sharding, if encryptionKeyDetails are not specified for catalog, then Oracle managed key will be used for catalog. For user-defined sharding type, if encryptionKeyDetails are not provided for any shard or catalog, then Oracle managed key will be used for such shard or catalog. For system-defined or user-defined sharding type, if the shard or catalog has a peer in region other than primary shard or catalog region, then make sure to provide virtual vault for such shard or catalog, which is also replicated to peer region (the region where peer or standby shard or catalog exists).
739
+ """
740
+ return pulumi.get(self, "encryption_key_details")
741
+
742
+ @encryption_key_details.setter
743
+ def encryption_key_details(self, value: Optional[pulumi.Input['ShardedDatabaseShardDetailEncryptionKeyDetailsArgs']]):
744
+ pulumi.set(self, "encryption_key_details", value)
745
+
746
+ @property
747
+ @pulumi.getter
748
+ def metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
749
+ """
750
+ Additional metadata related to shard's underlying supporting resource.
751
+ """
752
+ return pulumi.get(self, "metadata")
753
+
754
+ @metadata.setter
755
+ def metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
756
+ pulumi.set(self, "metadata", value)
757
+
758
+ @property
759
+ @pulumi.getter
760
+ def name(self) -> Optional[pulumi.Input[str]]:
761
+ """
762
+ Name of the shard.
763
+ """
764
+ return pulumi.get(self, "name")
765
+
766
+ @name.setter
767
+ def name(self, value: Optional[pulumi.Input[str]]):
768
+ pulumi.set(self, "name", value)
769
+
770
+ @property
771
+ @pulumi.getter(name="peerCloudAutonomousVmClusterId")
772
+ def peer_cloud_autonomous_vm_cluster_id(self) -> Optional[pulumi.Input[str]]:
773
+ """
774
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the peer cloud Autonomous Exadata VM Cluster.
775
+ """
776
+ return pulumi.get(self, "peer_cloud_autonomous_vm_cluster_id")
777
+
778
+ @peer_cloud_autonomous_vm_cluster_id.setter
779
+ def peer_cloud_autonomous_vm_cluster_id(self, value: Optional[pulumi.Input[str]]):
780
+ pulumi.set(self, "peer_cloud_autonomous_vm_cluster_id", value)
781
+
782
+ @property
783
+ @pulumi.getter(name="shardGroup")
784
+ def shard_group(self) -> Optional[pulumi.Input[str]]:
785
+ """
786
+ Name of the shard-group to which the shard belongs.
787
+ """
788
+ return pulumi.get(self, "shard_group")
789
+
790
+ @shard_group.setter
791
+ def shard_group(self, value: Optional[pulumi.Input[str]]):
792
+ pulumi.set(self, "shard_group", value)
793
+
794
+ @property
795
+ @pulumi.getter(name="shardSpace")
796
+ def shard_space(self) -> Optional[pulumi.Input[str]]:
797
+ """
798
+ The shard space name for the shard database. Shard space for existing shard cannot be changed, once shard is created. Shard space name shall be used while creation of new shards. For User defined sharding, every shard must have a unique shard space name. For system defined sharding, shard space name is not required.
799
+ """
800
+ return pulumi.get(self, "shard_space")
801
+
802
+ @shard_space.setter
803
+ def shard_space(self, value: Optional[pulumi.Input[str]]):
804
+ pulumi.set(self, "shard_space", value)
805
+
806
+ @property
807
+ @pulumi.getter
808
+ def status(self) -> Optional[pulumi.Input[str]]:
809
+ """
810
+ Status of shard or catalog or gsm for the sharded database.
811
+ """
812
+ return pulumi.get(self, "status")
813
+
814
+ @status.setter
815
+ def status(self, value: Optional[pulumi.Input[str]]):
816
+ pulumi.set(self, "status", value)
817
+
818
+ @property
819
+ @pulumi.getter(name="supportingResourceId")
820
+ def supporting_resource_id(self) -> Optional[pulumi.Input[str]]:
821
+ """
822
+ Identifier of the underlying supporting resource.
823
+ """
824
+ return pulumi.get(self, "supporting_resource_id")
825
+
826
+ @supporting_resource_id.setter
827
+ def supporting_resource_id(self, value: Optional[pulumi.Input[str]]):
828
+ pulumi.set(self, "supporting_resource_id", value)
829
+
830
+ @property
831
+ @pulumi.getter(name="timeCreated")
832
+ def time_created(self) -> Optional[pulumi.Input[str]]:
833
+ """
834
+ The time the the Sharded Database was created. An RFC3339 formatted datetime string
835
+ """
836
+ return pulumi.get(self, "time_created")
837
+
838
+ @time_created.setter
839
+ def time_created(self, value: Optional[pulumi.Input[str]]):
840
+ pulumi.set(self, "time_created", value)
841
+
842
+ @property
843
+ @pulumi.getter(name="timeSslCertificateExpires")
844
+ def time_ssl_certificate_expires(self) -> Optional[pulumi.Input[str]]:
845
+ """
846
+ The time the ssl certificate associated with shard expires. An RFC3339 formatted datetime string
847
+ """
848
+ return pulumi.get(self, "time_ssl_certificate_expires")
849
+
850
+ @time_ssl_certificate_expires.setter
851
+ def time_ssl_certificate_expires(self, value: Optional[pulumi.Input[str]]):
852
+ pulumi.set(self, "time_ssl_certificate_expires", value)
853
+
854
+ @property
855
+ @pulumi.getter(name="timeUpdated")
856
+ def time_updated(self) -> Optional[pulumi.Input[str]]:
857
+ """
858
+ The time the Sharded Database was last updated. An RFC3339 formatted datetime string
859
+ """
860
+ return pulumi.get(self, "time_updated")
861
+
862
+ @time_updated.setter
863
+ def time_updated(self, value: Optional[pulumi.Input[str]]):
864
+ pulumi.set(self, "time_updated", value)
865
+
866
+
867
+ @pulumi.input_type
868
+ class ShardedDatabaseShardDetailEncryptionKeyDetailsArgs:
869
+ def __init__(__self__, *,
870
+ kms_key_id: pulumi.Input[str],
871
+ vault_id: pulumi.Input[str],
872
+ kms_key_version_id: Optional[pulumi.Input[str]] = None):
873
+ """
874
+ :param pulumi.Input[str] kms_key_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KMS key in vault identified by vaultId in customer tenancy that is used as the master encryption key.
875
+ :param pulumi.Input[str] vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the vault in customer tenancy where KMS key is present. For shard or catalog with cross-region data guard enabled, user needs to make sure to provide virtual private vault only, which is also replicated in the region of standby shard.
876
+ :param pulumi.Input[str] kms_key_version_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KMS key version for key identified by kmsKeyId that is used in data encryption (TDE) operations.
877
+ """
878
+ pulumi.set(__self__, "kms_key_id", kms_key_id)
879
+ pulumi.set(__self__, "vault_id", vault_id)
880
+ if kms_key_version_id is not None:
881
+ pulumi.set(__self__, "kms_key_version_id", kms_key_version_id)
882
+
883
+ @property
884
+ @pulumi.getter(name="kmsKeyId")
885
+ def kms_key_id(self) -> pulumi.Input[str]:
886
+ """
887
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KMS key in vault identified by vaultId in customer tenancy that is used as the master encryption key.
888
+ """
889
+ return pulumi.get(self, "kms_key_id")
890
+
891
+ @kms_key_id.setter
892
+ def kms_key_id(self, value: pulumi.Input[str]):
893
+ pulumi.set(self, "kms_key_id", value)
894
+
895
+ @property
896
+ @pulumi.getter(name="vaultId")
897
+ def vault_id(self) -> pulumi.Input[str]:
898
+ """
899
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the vault in customer tenancy where KMS key is present. For shard or catalog with cross-region data guard enabled, user needs to make sure to provide virtual private vault only, which is also replicated in the region of standby shard.
900
+ """
901
+ return pulumi.get(self, "vault_id")
902
+
903
+ @vault_id.setter
904
+ def vault_id(self, value: pulumi.Input[str]):
905
+ pulumi.set(self, "vault_id", value)
906
+
907
+ @property
908
+ @pulumi.getter(name="kmsKeyVersionId")
909
+ def kms_key_version_id(self) -> Optional[pulumi.Input[str]]:
910
+ """
911
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KMS key version for key identified by kmsKeyId that is used in data encryption (TDE) operations.
912
+ """
913
+ return pulumi.get(self, "kms_key_version_id")
914
+
915
+ @kms_key_version_id.setter
916
+ def kms_key_version_id(self, value: Optional[pulumi.Input[str]]):
917
+ pulumi.set(self, "kms_key_version_id", value)
918
+
919
+
920
+ @pulumi.input_type
921
+ class GetPrivateEndpointsFilterArgs:
922
+ def __init__(__self__, *,
923
+ name: str,
924
+ values: Sequence[str],
925
+ regex: Optional[bool] = None):
926
+ pulumi.set(__self__, "name", name)
927
+ pulumi.set(__self__, "values", values)
928
+ if regex is not None:
929
+ pulumi.set(__self__, "regex", regex)
930
+
931
+ @property
932
+ @pulumi.getter
933
+ def name(self) -> str:
934
+ return pulumi.get(self, "name")
935
+
936
+ @name.setter
937
+ def name(self, value: str):
938
+ pulumi.set(self, "name", value)
939
+
940
+ @property
941
+ @pulumi.getter
942
+ def values(self) -> Sequence[str]:
943
+ return pulumi.get(self, "values")
944
+
945
+ @values.setter
946
+ def values(self, value: Sequence[str]):
947
+ pulumi.set(self, "values", value)
948
+
949
+ @property
950
+ @pulumi.getter
951
+ def regex(self) -> Optional[bool]:
952
+ return pulumi.get(self, "regex")
953
+
954
+ @regex.setter
955
+ def regex(self, value: Optional[bool]):
956
+ pulumi.set(self, "regex", value)
957
+
958
+
959
+ @pulumi.input_type
960
+ class GetShardedDatabasesFilterArgs:
961
+ def __init__(__self__, *,
962
+ name: str,
963
+ values: Sequence[str],
964
+ regex: Optional[bool] = None):
965
+ """
966
+ :param str name: Name of the shard.
967
+ """
968
+ pulumi.set(__self__, "name", name)
969
+ pulumi.set(__self__, "values", values)
970
+ if regex is not None:
971
+ pulumi.set(__self__, "regex", regex)
972
+
973
+ @property
974
+ @pulumi.getter
975
+ def name(self) -> str:
976
+ """
977
+ Name of the shard.
978
+ """
979
+ return pulumi.get(self, "name")
980
+
981
+ @name.setter
982
+ def name(self, value: str):
983
+ pulumi.set(self, "name", value)
984
+
985
+ @property
986
+ @pulumi.getter
987
+ def values(self) -> Sequence[str]:
988
+ return pulumi.get(self, "values")
989
+
990
+ @values.setter
991
+ def values(self, value: Sequence[str]):
992
+ pulumi.set(self, "values", value)
993
+
994
+ @property
995
+ @pulumi.getter
996
+ def regex(self) -> Optional[bool]:
997
+ return pulumi.get(self, "regex")
998
+
999
+ @regex.setter
1000
+ def regex(self, value: Optional[bool]):
1001
+ pulumi.set(self, "regex", value)
1002
+
1003
+