pulumi-oci 2.11.0a1726726622__py3-none-any.whl → 2.11.0a1726768847__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.11.0a1726726622.dist-info → pulumi_oci-2.11.0a1726768847.dist-info}/METADATA +1 -1
  53. {pulumi_oci-2.11.0a1726726622.dist-info → pulumi_oci-2.11.0a1726768847.dist-info}/RECORD +55 -25
  54. {pulumi_oci-2.11.0a1726726622.dist-info → pulumi_oci-2.11.0a1726768847.dist-info}/WHEEL +0 -0
  55. {pulumi_oci-2.11.0a1726726622.dist-info → pulumi_oci-2.11.0a1726768847.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,2058 @@
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
+ from . import outputs
12
+
13
+ __all__ = [
14
+ 'ShardedDatabaseCatalogDetail',
15
+ 'ShardedDatabaseCatalogDetailEncryptionKeyDetails',
16
+ 'ShardedDatabaseConnectionString',
17
+ 'ShardedDatabaseGsm',
18
+ 'ShardedDatabasePatchOperation',
19
+ 'ShardedDatabaseShardDetail',
20
+ 'ShardedDatabaseShardDetailEncryptionKeyDetails',
21
+ 'GetPrivateEndpointsFilterResult',
22
+ 'GetPrivateEndpointsPrivateEndpointCollectionResult',
23
+ 'GetPrivateEndpointsPrivateEndpointCollectionItemResult',
24
+ 'GetShardedDatabaseCatalogDetailResult',
25
+ 'GetShardedDatabaseCatalogDetailEncryptionKeyDetailResult',
26
+ 'GetShardedDatabaseConnectionStringResult',
27
+ 'GetShardedDatabaseGsmResult',
28
+ 'GetShardedDatabasePatchOperationResult',
29
+ 'GetShardedDatabaseShardDetailResult',
30
+ 'GetShardedDatabaseShardDetailEncryptionKeyDetailResult',
31
+ 'GetShardedDatabasesFilterResult',
32
+ 'GetShardedDatabasesShardedDatabaseCollectionResult',
33
+ 'GetShardedDatabasesShardedDatabaseCollectionItemResult',
34
+ ]
35
+
36
+ @pulumi.output_type
37
+ class ShardedDatabaseCatalogDetail(dict):
38
+ @staticmethod
39
+ def __key_warning(key: str):
40
+ suggest = None
41
+ if key == "adminPassword":
42
+ suggest = "admin_password"
43
+ elif key == "cloudAutonomousVmClusterId":
44
+ suggest = "cloud_autonomous_vm_cluster_id"
45
+ elif key == "computeCount":
46
+ suggest = "compute_count"
47
+ elif key == "dataStorageSizeInGbs":
48
+ suggest = "data_storage_size_in_gbs"
49
+ elif key == "isAutoScalingEnabled":
50
+ suggest = "is_auto_scaling_enabled"
51
+ elif key == "containerDatabaseId":
52
+ suggest = "container_database_id"
53
+ elif key == "containerDatabaseParentId":
54
+ suggest = "container_database_parent_id"
55
+ elif key == "encryptionKeyDetails":
56
+ suggest = "encryption_key_details"
57
+ elif key == "peerCloudAutonomousVmClusterId":
58
+ suggest = "peer_cloud_autonomous_vm_cluster_id"
59
+ elif key == "shardGroup":
60
+ suggest = "shard_group"
61
+ elif key == "supportingResourceId":
62
+ suggest = "supporting_resource_id"
63
+ elif key == "timeCreated":
64
+ suggest = "time_created"
65
+ elif key == "timeSslCertificateExpires":
66
+ suggest = "time_ssl_certificate_expires"
67
+ elif key == "timeUpdated":
68
+ suggest = "time_updated"
69
+
70
+ if suggest:
71
+ pulumi.log.warn(f"Key '{key}' not found in ShardedDatabaseCatalogDetail. Access the value via the '{suggest}' property getter instead.")
72
+
73
+ def __getitem__(self, key: str) -> Any:
74
+ ShardedDatabaseCatalogDetail.__key_warning(key)
75
+ return super().__getitem__(key)
76
+
77
+ def get(self, key: str, default = None) -> Any:
78
+ ShardedDatabaseCatalogDetail.__key_warning(key)
79
+ return super().get(key, default)
80
+
81
+ def __init__(__self__, *,
82
+ admin_password: str,
83
+ cloud_autonomous_vm_cluster_id: str,
84
+ compute_count: float,
85
+ data_storage_size_in_gbs: float,
86
+ is_auto_scaling_enabled: bool,
87
+ container_database_id: Optional[str] = None,
88
+ container_database_parent_id: Optional[str] = None,
89
+ encryption_key_details: Optional['outputs.ShardedDatabaseCatalogDetailEncryptionKeyDetails'] = None,
90
+ metadata: Optional[Mapping[str, str]] = None,
91
+ name: Optional[str] = None,
92
+ peer_cloud_autonomous_vm_cluster_id: Optional[str] = None,
93
+ shard_group: Optional[str] = None,
94
+ status: Optional[str] = None,
95
+ supporting_resource_id: Optional[str] = None,
96
+ time_created: Optional[str] = None,
97
+ time_ssl_certificate_expires: Optional[str] = None,
98
+ time_updated: Optional[str] = None):
99
+ """
100
+ :param str admin_password: Admin password for the catalog database.
101
+ :param 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.
102
+ :param float compute_count: The compute count for the catalog database. It has to be in multiple of 2.
103
+ :param float data_storage_size_in_gbs: The data disk group size to be allocated in GBs for the catalog database.
104
+ :param bool is_auto_scaling_enabled: Determines the auto-scaling mode for the catalog database.
105
+ :param str container_database_id: Identifier of the underlying container database.
106
+ :param str container_database_parent_id: Identifier of the underlying container database parent.
107
+ :param '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).
108
+ :param Mapping[str, str] metadata: Additional metadata related to shard's underlying supporting resource.
109
+ :param str name: Name of the shard.
110
+ :param 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.
111
+ :param str shard_group: Name of the shard-group to which the shard belongs.
112
+ :param str status: Status of shard or catalog or gsm for the sharded database.
113
+ :param str supporting_resource_id: Identifier of the underlying supporting resource.
114
+ :param str time_created: The time the the Sharded Database was created. An RFC3339 formatted datetime string
115
+ :param str time_ssl_certificate_expires: The time the ssl certificate associated with shard expires. An RFC3339 formatted datetime string
116
+ :param str time_updated: The time the Sharded Database was last updated. An RFC3339 formatted datetime string
117
+ """
118
+ pulumi.set(__self__, "admin_password", admin_password)
119
+ pulumi.set(__self__, "cloud_autonomous_vm_cluster_id", cloud_autonomous_vm_cluster_id)
120
+ pulumi.set(__self__, "compute_count", compute_count)
121
+ pulumi.set(__self__, "data_storage_size_in_gbs", data_storage_size_in_gbs)
122
+ pulumi.set(__self__, "is_auto_scaling_enabled", is_auto_scaling_enabled)
123
+ if container_database_id is not None:
124
+ pulumi.set(__self__, "container_database_id", container_database_id)
125
+ if container_database_parent_id is not None:
126
+ pulumi.set(__self__, "container_database_parent_id", container_database_parent_id)
127
+ if encryption_key_details is not None:
128
+ pulumi.set(__self__, "encryption_key_details", encryption_key_details)
129
+ if metadata is not None:
130
+ pulumi.set(__self__, "metadata", metadata)
131
+ if name is not None:
132
+ pulumi.set(__self__, "name", name)
133
+ if peer_cloud_autonomous_vm_cluster_id is not None:
134
+ pulumi.set(__self__, "peer_cloud_autonomous_vm_cluster_id", peer_cloud_autonomous_vm_cluster_id)
135
+ if shard_group is not None:
136
+ pulumi.set(__self__, "shard_group", shard_group)
137
+ if status is not None:
138
+ pulumi.set(__self__, "status", status)
139
+ if supporting_resource_id is not None:
140
+ pulumi.set(__self__, "supporting_resource_id", supporting_resource_id)
141
+ if time_created is not None:
142
+ pulumi.set(__self__, "time_created", time_created)
143
+ if time_ssl_certificate_expires is not None:
144
+ pulumi.set(__self__, "time_ssl_certificate_expires", time_ssl_certificate_expires)
145
+ if time_updated is not None:
146
+ pulumi.set(__self__, "time_updated", time_updated)
147
+
148
+ @property
149
+ @pulumi.getter(name="adminPassword")
150
+ def admin_password(self) -> str:
151
+ """
152
+ Admin password for the catalog database.
153
+ """
154
+ return pulumi.get(self, "admin_password")
155
+
156
+ @property
157
+ @pulumi.getter(name="cloudAutonomousVmClusterId")
158
+ def cloud_autonomous_vm_cluster_id(self) -> str:
159
+ """
160
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud Autonomous Exadata VM Cluster.
161
+ """
162
+ return pulumi.get(self, "cloud_autonomous_vm_cluster_id")
163
+
164
+ @property
165
+ @pulumi.getter(name="computeCount")
166
+ def compute_count(self) -> float:
167
+ """
168
+ The compute count for the catalog database. It has to be in multiple of 2.
169
+ """
170
+ return pulumi.get(self, "compute_count")
171
+
172
+ @property
173
+ @pulumi.getter(name="dataStorageSizeInGbs")
174
+ def data_storage_size_in_gbs(self) -> float:
175
+ """
176
+ The data disk group size to be allocated in GBs for the catalog database.
177
+ """
178
+ return pulumi.get(self, "data_storage_size_in_gbs")
179
+
180
+ @property
181
+ @pulumi.getter(name="isAutoScalingEnabled")
182
+ def is_auto_scaling_enabled(self) -> bool:
183
+ """
184
+ Determines the auto-scaling mode for the catalog database.
185
+ """
186
+ return pulumi.get(self, "is_auto_scaling_enabled")
187
+
188
+ @property
189
+ @pulumi.getter(name="containerDatabaseId")
190
+ def container_database_id(self) -> Optional[str]:
191
+ """
192
+ Identifier of the underlying container database.
193
+ """
194
+ return pulumi.get(self, "container_database_id")
195
+
196
+ @property
197
+ @pulumi.getter(name="containerDatabaseParentId")
198
+ def container_database_parent_id(self) -> Optional[str]:
199
+ """
200
+ Identifier of the underlying container database parent.
201
+ """
202
+ return pulumi.get(self, "container_database_parent_id")
203
+
204
+ @property
205
+ @pulumi.getter(name="encryptionKeyDetails")
206
+ def encryption_key_details(self) -> Optional['outputs.ShardedDatabaseCatalogDetailEncryptionKeyDetails']:
207
+ """
208
+ 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).
209
+ """
210
+ return pulumi.get(self, "encryption_key_details")
211
+
212
+ @property
213
+ @pulumi.getter
214
+ def metadata(self) -> Optional[Mapping[str, str]]:
215
+ """
216
+ Additional metadata related to shard's underlying supporting resource.
217
+ """
218
+ return pulumi.get(self, "metadata")
219
+
220
+ @property
221
+ @pulumi.getter
222
+ def name(self) -> Optional[str]:
223
+ """
224
+ Name of the shard.
225
+ """
226
+ return pulumi.get(self, "name")
227
+
228
+ @property
229
+ @pulumi.getter(name="peerCloudAutonomousVmClusterId")
230
+ def peer_cloud_autonomous_vm_cluster_id(self) -> Optional[str]:
231
+ """
232
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the peer cloud Autonomous Exadata VM Cluster.
233
+ """
234
+ return pulumi.get(self, "peer_cloud_autonomous_vm_cluster_id")
235
+
236
+ @property
237
+ @pulumi.getter(name="shardGroup")
238
+ def shard_group(self) -> Optional[str]:
239
+ """
240
+ Name of the shard-group to which the shard belongs.
241
+ """
242
+ return pulumi.get(self, "shard_group")
243
+
244
+ @property
245
+ @pulumi.getter
246
+ def status(self) -> Optional[str]:
247
+ """
248
+ Status of shard or catalog or gsm for the sharded database.
249
+ """
250
+ return pulumi.get(self, "status")
251
+
252
+ @property
253
+ @pulumi.getter(name="supportingResourceId")
254
+ def supporting_resource_id(self) -> Optional[str]:
255
+ """
256
+ Identifier of the underlying supporting resource.
257
+ """
258
+ return pulumi.get(self, "supporting_resource_id")
259
+
260
+ @property
261
+ @pulumi.getter(name="timeCreated")
262
+ def time_created(self) -> Optional[str]:
263
+ """
264
+ The time the the Sharded Database was created. An RFC3339 formatted datetime string
265
+ """
266
+ return pulumi.get(self, "time_created")
267
+
268
+ @property
269
+ @pulumi.getter(name="timeSslCertificateExpires")
270
+ def time_ssl_certificate_expires(self) -> Optional[str]:
271
+ """
272
+ The time the ssl certificate associated with shard expires. An RFC3339 formatted datetime string
273
+ """
274
+ return pulumi.get(self, "time_ssl_certificate_expires")
275
+
276
+ @property
277
+ @pulumi.getter(name="timeUpdated")
278
+ def time_updated(self) -> Optional[str]:
279
+ """
280
+ The time the Sharded Database was last updated. An RFC3339 formatted datetime string
281
+ """
282
+ return pulumi.get(self, "time_updated")
283
+
284
+
285
+ @pulumi.output_type
286
+ class ShardedDatabaseCatalogDetailEncryptionKeyDetails(dict):
287
+ @staticmethod
288
+ def __key_warning(key: str):
289
+ suggest = None
290
+ if key == "kmsKeyId":
291
+ suggest = "kms_key_id"
292
+ elif key == "vaultId":
293
+ suggest = "vault_id"
294
+ elif key == "kmsKeyVersionId":
295
+ suggest = "kms_key_version_id"
296
+
297
+ if suggest:
298
+ pulumi.log.warn(f"Key '{key}' not found in ShardedDatabaseCatalogDetailEncryptionKeyDetails. Access the value via the '{suggest}' property getter instead.")
299
+
300
+ def __getitem__(self, key: str) -> Any:
301
+ ShardedDatabaseCatalogDetailEncryptionKeyDetails.__key_warning(key)
302
+ return super().__getitem__(key)
303
+
304
+ def get(self, key: str, default = None) -> Any:
305
+ ShardedDatabaseCatalogDetailEncryptionKeyDetails.__key_warning(key)
306
+ return super().get(key, default)
307
+
308
+ def __init__(__self__, *,
309
+ kms_key_id: str,
310
+ vault_id: str,
311
+ kms_key_version_id: Optional[str] = None):
312
+ """
313
+ :param 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.
314
+ :param 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.
315
+ :param 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.
316
+ """
317
+ pulumi.set(__self__, "kms_key_id", kms_key_id)
318
+ pulumi.set(__self__, "vault_id", vault_id)
319
+ if kms_key_version_id is not None:
320
+ pulumi.set(__self__, "kms_key_version_id", kms_key_version_id)
321
+
322
+ @property
323
+ @pulumi.getter(name="kmsKeyId")
324
+ def kms_key_id(self) -> str:
325
+ """
326
+ 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.
327
+ """
328
+ return pulumi.get(self, "kms_key_id")
329
+
330
+ @property
331
+ @pulumi.getter(name="vaultId")
332
+ def vault_id(self) -> str:
333
+ """
334
+ 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.
335
+ """
336
+ return pulumi.get(self, "vault_id")
337
+
338
+ @property
339
+ @pulumi.getter(name="kmsKeyVersionId")
340
+ def kms_key_version_id(self) -> Optional[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
+
347
+ @pulumi.output_type
348
+ class ShardedDatabaseConnectionString(dict):
349
+ @staticmethod
350
+ def __key_warning(key: str):
351
+ suggest = None
352
+ if key == "allConnectionStrings":
353
+ suggest = "all_connection_strings"
354
+
355
+ if suggest:
356
+ pulumi.log.warn(f"Key '{key}' not found in ShardedDatabaseConnectionString. Access the value via the '{suggest}' property getter instead.")
357
+
358
+ def __getitem__(self, key: str) -> Any:
359
+ ShardedDatabaseConnectionString.__key_warning(key)
360
+ return super().__getitem__(key)
361
+
362
+ def get(self, key: str, default = None) -> Any:
363
+ ShardedDatabaseConnectionString.__key_warning(key)
364
+ return super().get(key, default)
365
+
366
+ def __init__(__self__, *,
367
+ all_connection_strings: Optional[Mapping[str, str]] = None):
368
+ """
369
+ :param Mapping[str, str] all_connection_strings: Collection of connection strings.
370
+ """
371
+ if all_connection_strings is not None:
372
+ pulumi.set(__self__, "all_connection_strings", all_connection_strings)
373
+
374
+ @property
375
+ @pulumi.getter(name="allConnectionStrings")
376
+ def all_connection_strings(self) -> Optional[Mapping[str, str]]:
377
+ """
378
+ Collection of connection strings.
379
+ """
380
+ return pulumi.get(self, "all_connection_strings")
381
+
382
+
383
+ @pulumi.output_type
384
+ class ShardedDatabaseGsm(dict):
385
+ @staticmethod
386
+ def __key_warning(key: str):
387
+ suggest = None
388
+ if key == "computeCount":
389
+ suggest = "compute_count"
390
+ elif key == "dataStorageSizeInGbs":
391
+ suggest = "data_storage_size_in_gbs"
392
+ elif key == "supportingResourceId":
393
+ suggest = "supporting_resource_id"
394
+ elif key == "timeCreated":
395
+ suggest = "time_created"
396
+ elif key == "timeSslCertificateExpires":
397
+ suggest = "time_ssl_certificate_expires"
398
+ elif key == "timeUpdated":
399
+ suggest = "time_updated"
400
+
401
+ if suggest:
402
+ pulumi.log.warn(f"Key '{key}' not found in ShardedDatabaseGsm. Access the value via the '{suggest}' property getter instead.")
403
+
404
+ def __getitem__(self, key: str) -> Any:
405
+ ShardedDatabaseGsm.__key_warning(key)
406
+ return super().__getitem__(key)
407
+
408
+ def get(self, key: str, default = None) -> Any:
409
+ ShardedDatabaseGsm.__key_warning(key)
410
+ return super().get(key, default)
411
+
412
+ def __init__(__self__, *,
413
+ compute_count: Optional[float] = None,
414
+ data_storage_size_in_gbs: Optional[float] = None,
415
+ metadata: Optional[Mapping[str, str]] = None,
416
+ name: Optional[str] = None,
417
+ status: Optional[str] = None,
418
+ supporting_resource_id: Optional[str] = None,
419
+ time_created: Optional[str] = None,
420
+ time_ssl_certificate_expires: Optional[str] = None,
421
+ time_updated: Optional[str] = None):
422
+ """
423
+ :param float compute_count: The compute amount available to the underlying autonomous database associated with shard.
424
+ :param float data_storage_size_in_gbs: The data disk group size to be allocated in GBs.
425
+ :param Mapping[str, str] metadata: Additional metadata related to shard's underlying supporting resource.
426
+ :param str name: Name of the shard.
427
+ :param str status: Status of shard or catalog or gsm for the sharded database.
428
+ :param str supporting_resource_id: Identifier of the underlying supporting resource.
429
+ :param str time_created: The time the the Sharded Database was created. An RFC3339 formatted datetime string
430
+ :param str time_ssl_certificate_expires: The time the ssl certificate associated with shard expires. An RFC3339 formatted datetime string
431
+ :param str time_updated: The time the Sharded Database was last updated. An RFC3339 formatted datetime string
432
+ """
433
+ if compute_count is not None:
434
+ pulumi.set(__self__, "compute_count", compute_count)
435
+ if data_storage_size_in_gbs is not None:
436
+ pulumi.set(__self__, "data_storage_size_in_gbs", data_storage_size_in_gbs)
437
+ if metadata is not None:
438
+ pulumi.set(__self__, "metadata", metadata)
439
+ if name is not None:
440
+ pulumi.set(__self__, "name", name)
441
+ if status is not None:
442
+ pulumi.set(__self__, "status", status)
443
+ if supporting_resource_id is not None:
444
+ pulumi.set(__self__, "supporting_resource_id", supporting_resource_id)
445
+ if time_created is not None:
446
+ pulumi.set(__self__, "time_created", time_created)
447
+ if time_ssl_certificate_expires is not None:
448
+ pulumi.set(__self__, "time_ssl_certificate_expires", time_ssl_certificate_expires)
449
+ if time_updated is not None:
450
+ pulumi.set(__self__, "time_updated", time_updated)
451
+
452
+ @property
453
+ @pulumi.getter(name="computeCount")
454
+ def compute_count(self) -> Optional[float]:
455
+ """
456
+ The compute amount available to the underlying autonomous database associated with shard.
457
+ """
458
+ return pulumi.get(self, "compute_count")
459
+
460
+ @property
461
+ @pulumi.getter(name="dataStorageSizeInGbs")
462
+ def data_storage_size_in_gbs(self) -> Optional[float]:
463
+ """
464
+ The data disk group size to be allocated in GBs.
465
+ """
466
+ return pulumi.get(self, "data_storage_size_in_gbs")
467
+
468
+ @property
469
+ @pulumi.getter
470
+ def metadata(self) -> Optional[Mapping[str, str]]:
471
+ """
472
+ Additional metadata related to shard's underlying supporting resource.
473
+ """
474
+ return pulumi.get(self, "metadata")
475
+
476
+ @property
477
+ @pulumi.getter
478
+ def name(self) -> Optional[str]:
479
+ """
480
+ Name of the shard.
481
+ """
482
+ return pulumi.get(self, "name")
483
+
484
+ @property
485
+ @pulumi.getter
486
+ def status(self) -> Optional[str]:
487
+ """
488
+ Status of shard or catalog or gsm for the sharded database.
489
+ """
490
+ return pulumi.get(self, "status")
491
+
492
+ @property
493
+ @pulumi.getter(name="supportingResourceId")
494
+ def supporting_resource_id(self) -> Optional[str]:
495
+ """
496
+ Identifier of the underlying supporting resource.
497
+ """
498
+ return pulumi.get(self, "supporting_resource_id")
499
+
500
+ @property
501
+ @pulumi.getter(name="timeCreated")
502
+ def time_created(self) -> Optional[str]:
503
+ """
504
+ The time the the Sharded Database was created. An RFC3339 formatted datetime string
505
+ """
506
+ return pulumi.get(self, "time_created")
507
+
508
+ @property
509
+ @pulumi.getter(name="timeSslCertificateExpires")
510
+ def time_ssl_certificate_expires(self) -> Optional[str]:
511
+ """
512
+ The time the ssl certificate associated with shard expires. An RFC3339 formatted datetime string
513
+ """
514
+ return pulumi.get(self, "time_ssl_certificate_expires")
515
+
516
+ @property
517
+ @pulumi.getter(name="timeUpdated")
518
+ def time_updated(self) -> Optional[str]:
519
+ """
520
+ The time the Sharded Database was last updated. An RFC3339 formatted datetime string
521
+ """
522
+ return pulumi.get(self, "time_updated")
523
+
524
+
525
+ @pulumi.output_type
526
+ class ShardedDatabasePatchOperation(dict):
527
+ def __init__(__self__, *,
528
+ operation: str,
529
+ selection: str,
530
+ value: str):
531
+ """
532
+ :param str operation: (Updatable) The operation can be one of these values: `INSERT`, `MERGE`, `REMOVE`
533
+ :param str selection: (Updatable)
534
+ :param 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) -> str:
543
+ """
544
+ (Updatable) The operation can be one of these values: `INSERT`, `MERGE`, `REMOVE`
545
+ """
546
+ return pulumi.get(self, "operation")
547
+
548
+ @property
549
+ @pulumi.getter
550
+ def selection(self) -> str:
551
+ """
552
+ (Updatable)
553
+ """
554
+ return pulumi.get(self, "selection")
555
+
556
+ @property
557
+ @pulumi.getter
558
+ def value(self) -> str:
559
+ """
560
+ (Updatable)
561
+ """
562
+ return pulumi.get(self, "value")
563
+
564
+
565
+ @pulumi.output_type
566
+ class ShardedDatabaseShardDetail(dict):
567
+ @staticmethod
568
+ def __key_warning(key: str):
569
+ suggest = None
570
+ if key == "adminPassword":
571
+ suggest = "admin_password"
572
+ elif key == "cloudAutonomousVmClusterId":
573
+ suggest = "cloud_autonomous_vm_cluster_id"
574
+ elif key == "computeCount":
575
+ suggest = "compute_count"
576
+ elif key == "dataStorageSizeInGbs":
577
+ suggest = "data_storage_size_in_gbs"
578
+ elif key == "isAutoScalingEnabled":
579
+ suggest = "is_auto_scaling_enabled"
580
+ elif key == "containerDatabaseId":
581
+ suggest = "container_database_id"
582
+ elif key == "containerDatabaseParentId":
583
+ suggest = "container_database_parent_id"
584
+ elif key == "encryptionKeyDetails":
585
+ suggest = "encryption_key_details"
586
+ elif key == "peerCloudAutonomousVmClusterId":
587
+ suggest = "peer_cloud_autonomous_vm_cluster_id"
588
+ elif key == "shardGroup":
589
+ suggest = "shard_group"
590
+ elif key == "shardSpace":
591
+ suggest = "shard_space"
592
+ elif key == "supportingResourceId":
593
+ suggest = "supporting_resource_id"
594
+ elif key == "timeCreated":
595
+ suggest = "time_created"
596
+ elif key == "timeSslCertificateExpires":
597
+ suggest = "time_ssl_certificate_expires"
598
+ elif key == "timeUpdated":
599
+ suggest = "time_updated"
600
+
601
+ if suggest:
602
+ pulumi.log.warn(f"Key '{key}' not found in ShardedDatabaseShardDetail. Access the value via the '{suggest}' property getter instead.")
603
+
604
+ def __getitem__(self, key: str) -> Any:
605
+ ShardedDatabaseShardDetail.__key_warning(key)
606
+ return super().__getitem__(key)
607
+
608
+ def get(self, key: str, default = None) -> Any:
609
+ ShardedDatabaseShardDetail.__key_warning(key)
610
+ return super().get(key, default)
611
+
612
+ def __init__(__self__, *,
613
+ admin_password: str,
614
+ cloud_autonomous_vm_cluster_id: str,
615
+ compute_count: float,
616
+ data_storage_size_in_gbs: float,
617
+ is_auto_scaling_enabled: bool,
618
+ container_database_id: Optional[str] = None,
619
+ container_database_parent_id: Optional[str] = None,
620
+ encryption_key_details: Optional['outputs.ShardedDatabaseShardDetailEncryptionKeyDetails'] = None,
621
+ metadata: Optional[Mapping[str, str]] = None,
622
+ name: Optional[str] = None,
623
+ peer_cloud_autonomous_vm_cluster_id: Optional[str] = None,
624
+ shard_group: Optional[str] = None,
625
+ shard_space: Optional[str] = None,
626
+ status: Optional[str] = None,
627
+ supporting_resource_id: Optional[str] = None,
628
+ time_created: Optional[str] = None,
629
+ time_ssl_certificate_expires: Optional[str] = None,
630
+ time_updated: Optional[str] = None):
631
+ """
632
+ :param str admin_password: Admin password for shard database.
633
+ :param 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.
634
+ :param float compute_count: The compute count for the shard database. It has to be in multiples of 2.
635
+ :param float data_storage_size_in_gbs: The data disk group size to be allocated in GBs for the shard database.
636
+ :param bool is_auto_scaling_enabled: Determines the auto-scaling mode for the shard database.
637
+ :param str container_database_id: Identifier of the underlying container database.
638
+ :param str container_database_parent_id: Identifier of the underlying container database parent.
639
+ :param '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).
640
+ :param Mapping[str, str] metadata: Additional metadata related to shard's underlying supporting resource.
641
+ :param str name: Name of the shard.
642
+ :param 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.
643
+ :param str shard_group: Name of the shard-group to which the shard belongs.
644
+ :param 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.
645
+ :param str status: Status of shard or catalog or gsm for the sharded database.
646
+ :param str supporting_resource_id: Identifier of the underlying supporting resource.
647
+ :param str time_created: The time the the Sharded Database was created. An RFC3339 formatted datetime string
648
+ :param str time_ssl_certificate_expires: The time the ssl certificate associated with shard expires. An RFC3339 formatted datetime string
649
+ :param str time_updated: The time the Sharded Database was last updated. An RFC3339 formatted datetime string
650
+ """
651
+ pulumi.set(__self__, "admin_password", admin_password)
652
+ pulumi.set(__self__, "cloud_autonomous_vm_cluster_id", cloud_autonomous_vm_cluster_id)
653
+ pulumi.set(__self__, "compute_count", compute_count)
654
+ pulumi.set(__self__, "data_storage_size_in_gbs", data_storage_size_in_gbs)
655
+ pulumi.set(__self__, "is_auto_scaling_enabled", is_auto_scaling_enabled)
656
+ if container_database_id is not None:
657
+ pulumi.set(__self__, "container_database_id", container_database_id)
658
+ if container_database_parent_id is not None:
659
+ pulumi.set(__self__, "container_database_parent_id", container_database_parent_id)
660
+ if encryption_key_details is not None:
661
+ pulumi.set(__self__, "encryption_key_details", encryption_key_details)
662
+ if metadata is not None:
663
+ pulumi.set(__self__, "metadata", metadata)
664
+ if name is not None:
665
+ pulumi.set(__self__, "name", name)
666
+ if peer_cloud_autonomous_vm_cluster_id is not None:
667
+ pulumi.set(__self__, "peer_cloud_autonomous_vm_cluster_id", peer_cloud_autonomous_vm_cluster_id)
668
+ if shard_group is not None:
669
+ pulumi.set(__self__, "shard_group", shard_group)
670
+ if shard_space is not None:
671
+ pulumi.set(__self__, "shard_space", shard_space)
672
+ if status is not None:
673
+ pulumi.set(__self__, "status", status)
674
+ if supporting_resource_id is not None:
675
+ pulumi.set(__self__, "supporting_resource_id", supporting_resource_id)
676
+ if time_created is not None:
677
+ pulumi.set(__self__, "time_created", time_created)
678
+ if time_ssl_certificate_expires is not None:
679
+ pulumi.set(__self__, "time_ssl_certificate_expires", time_ssl_certificate_expires)
680
+ if time_updated is not None:
681
+ pulumi.set(__self__, "time_updated", time_updated)
682
+
683
+ @property
684
+ @pulumi.getter(name="adminPassword")
685
+ def admin_password(self) -> str:
686
+ """
687
+ Admin password for shard database.
688
+ """
689
+ return pulumi.get(self, "admin_password")
690
+
691
+ @property
692
+ @pulumi.getter(name="cloudAutonomousVmClusterId")
693
+ def cloud_autonomous_vm_cluster_id(self) -> str:
694
+ """
695
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud Autonomous Exadata VM Cluster.
696
+ """
697
+ return pulumi.get(self, "cloud_autonomous_vm_cluster_id")
698
+
699
+ @property
700
+ @pulumi.getter(name="computeCount")
701
+ def compute_count(self) -> float:
702
+ """
703
+ The compute count for the shard database. It has to be in multiples of 2.
704
+ """
705
+ return pulumi.get(self, "compute_count")
706
+
707
+ @property
708
+ @pulumi.getter(name="dataStorageSizeInGbs")
709
+ def data_storage_size_in_gbs(self) -> float:
710
+ """
711
+ The data disk group size to be allocated in GBs for the shard database.
712
+ """
713
+ return pulumi.get(self, "data_storage_size_in_gbs")
714
+
715
+ @property
716
+ @pulumi.getter(name="isAutoScalingEnabled")
717
+ def is_auto_scaling_enabled(self) -> bool:
718
+ """
719
+ Determines the auto-scaling mode for the shard database.
720
+ """
721
+ return pulumi.get(self, "is_auto_scaling_enabled")
722
+
723
+ @property
724
+ @pulumi.getter(name="containerDatabaseId")
725
+ def container_database_id(self) -> Optional[str]:
726
+ """
727
+ Identifier of the underlying container database.
728
+ """
729
+ return pulumi.get(self, "container_database_id")
730
+
731
+ @property
732
+ @pulumi.getter(name="containerDatabaseParentId")
733
+ def container_database_parent_id(self) -> Optional[str]:
734
+ """
735
+ Identifier of the underlying container database parent.
736
+ """
737
+ return pulumi.get(self, "container_database_parent_id")
738
+
739
+ @property
740
+ @pulumi.getter(name="encryptionKeyDetails")
741
+ def encryption_key_details(self) -> Optional['outputs.ShardedDatabaseShardDetailEncryptionKeyDetails']:
742
+ """
743
+ 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).
744
+ """
745
+ return pulumi.get(self, "encryption_key_details")
746
+
747
+ @property
748
+ @pulumi.getter
749
+ def metadata(self) -> Optional[Mapping[str, str]]:
750
+ """
751
+ Additional metadata related to shard's underlying supporting resource.
752
+ """
753
+ return pulumi.get(self, "metadata")
754
+
755
+ @property
756
+ @pulumi.getter
757
+ def name(self) -> Optional[str]:
758
+ """
759
+ Name of the shard.
760
+ """
761
+ return pulumi.get(self, "name")
762
+
763
+ @property
764
+ @pulumi.getter(name="peerCloudAutonomousVmClusterId")
765
+ def peer_cloud_autonomous_vm_cluster_id(self) -> Optional[str]:
766
+ """
767
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the peer cloud Autonomous Exadata VM Cluster.
768
+ """
769
+ return pulumi.get(self, "peer_cloud_autonomous_vm_cluster_id")
770
+
771
+ @property
772
+ @pulumi.getter(name="shardGroup")
773
+ def shard_group(self) -> Optional[str]:
774
+ """
775
+ Name of the shard-group to which the shard belongs.
776
+ """
777
+ return pulumi.get(self, "shard_group")
778
+
779
+ @property
780
+ @pulumi.getter(name="shardSpace")
781
+ def shard_space(self) -> Optional[str]:
782
+ """
783
+ 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.
784
+ """
785
+ return pulumi.get(self, "shard_space")
786
+
787
+ @property
788
+ @pulumi.getter
789
+ def status(self) -> Optional[str]:
790
+ """
791
+ Status of shard or catalog or gsm for the sharded database.
792
+ """
793
+ return pulumi.get(self, "status")
794
+
795
+ @property
796
+ @pulumi.getter(name="supportingResourceId")
797
+ def supporting_resource_id(self) -> Optional[str]:
798
+ """
799
+ Identifier of the underlying supporting resource.
800
+ """
801
+ return pulumi.get(self, "supporting_resource_id")
802
+
803
+ @property
804
+ @pulumi.getter(name="timeCreated")
805
+ def time_created(self) -> Optional[str]:
806
+ """
807
+ The time the the Sharded Database was created. An RFC3339 formatted datetime string
808
+ """
809
+ return pulumi.get(self, "time_created")
810
+
811
+ @property
812
+ @pulumi.getter(name="timeSslCertificateExpires")
813
+ def time_ssl_certificate_expires(self) -> Optional[str]:
814
+ """
815
+ The time the ssl certificate associated with shard expires. An RFC3339 formatted datetime string
816
+ """
817
+ return pulumi.get(self, "time_ssl_certificate_expires")
818
+
819
+ @property
820
+ @pulumi.getter(name="timeUpdated")
821
+ def time_updated(self) -> Optional[str]:
822
+ """
823
+ The time the Sharded Database was last updated. An RFC3339 formatted datetime string
824
+ """
825
+ return pulumi.get(self, "time_updated")
826
+
827
+
828
+ @pulumi.output_type
829
+ class ShardedDatabaseShardDetailEncryptionKeyDetails(dict):
830
+ @staticmethod
831
+ def __key_warning(key: str):
832
+ suggest = None
833
+ if key == "kmsKeyId":
834
+ suggest = "kms_key_id"
835
+ elif key == "vaultId":
836
+ suggest = "vault_id"
837
+ elif key == "kmsKeyVersionId":
838
+ suggest = "kms_key_version_id"
839
+
840
+ if suggest:
841
+ pulumi.log.warn(f"Key '{key}' not found in ShardedDatabaseShardDetailEncryptionKeyDetails. Access the value via the '{suggest}' property getter instead.")
842
+
843
+ def __getitem__(self, key: str) -> Any:
844
+ ShardedDatabaseShardDetailEncryptionKeyDetails.__key_warning(key)
845
+ return super().__getitem__(key)
846
+
847
+ def get(self, key: str, default = None) -> Any:
848
+ ShardedDatabaseShardDetailEncryptionKeyDetails.__key_warning(key)
849
+ return super().get(key, default)
850
+
851
+ def __init__(__self__, *,
852
+ kms_key_id: str,
853
+ vault_id: str,
854
+ kms_key_version_id: Optional[str] = None):
855
+ """
856
+ :param 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.
857
+ :param 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.
858
+ :param 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.
859
+ """
860
+ pulumi.set(__self__, "kms_key_id", kms_key_id)
861
+ pulumi.set(__self__, "vault_id", vault_id)
862
+ if kms_key_version_id is not None:
863
+ pulumi.set(__self__, "kms_key_version_id", kms_key_version_id)
864
+
865
+ @property
866
+ @pulumi.getter(name="kmsKeyId")
867
+ def kms_key_id(self) -> str:
868
+ """
869
+ 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.
870
+ """
871
+ return pulumi.get(self, "kms_key_id")
872
+
873
+ @property
874
+ @pulumi.getter(name="vaultId")
875
+ def vault_id(self) -> str:
876
+ """
877
+ 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.
878
+ """
879
+ return pulumi.get(self, "vault_id")
880
+
881
+ @property
882
+ @pulumi.getter(name="kmsKeyVersionId")
883
+ def kms_key_version_id(self) -> Optional[str]:
884
+ """
885
+ 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.
886
+ """
887
+ return pulumi.get(self, "kms_key_version_id")
888
+
889
+
890
+ @pulumi.output_type
891
+ class GetPrivateEndpointsFilterResult(dict):
892
+ def __init__(__self__, *,
893
+ name: str,
894
+ values: Sequence[str],
895
+ regex: Optional[bool] = None):
896
+ pulumi.set(__self__, "name", name)
897
+ pulumi.set(__self__, "values", values)
898
+ if regex is not None:
899
+ pulumi.set(__self__, "regex", regex)
900
+
901
+ @property
902
+ @pulumi.getter
903
+ def name(self) -> str:
904
+ return pulumi.get(self, "name")
905
+
906
+ @property
907
+ @pulumi.getter
908
+ def values(self) -> Sequence[str]:
909
+ return pulumi.get(self, "values")
910
+
911
+ @property
912
+ @pulumi.getter
913
+ def regex(self) -> Optional[bool]:
914
+ return pulumi.get(self, "regex")
915
+
916
+
917
+ @pulumi.output_type
918
+ class GetPrivateEndpointsPrivateEndpointCollectionResult(dict):
919
+ def __init__(__self__, *,
920
+ items: Sequence['outputs.GetPrivateEndpointsPrivateEndpointCollectionItemResult']):
921
+ pulumi.set(__self__, "items", items)
922
+
923
+ @property
924
+ @pulumi.getter
925
+ def items(self) -> Sequence['outputs.GetPrivateEndpointsPrivateEndpointCollectionItemResult']:
926
+ return pulumi.get(self, "items")
927
+
928
+
929
+ @pulumi.output_type
930
+ class GetPrivateEndpointsPrivateEndpointCollectionItemResult(dict):
931
+ def __init__(__self__, *,
932
+ compartment_id: str,
933
+ defined_tags: Mapping[str, str],
934
+ description: str,
935
+ display_name: str,
936
+ freeform_tags: Mapping[str, str],
937
+ id: str,
938
+ lifecycle_state_details: str,
939
+ nsg_ids: Sequence[str],
940
+ private_ip: str,
941
+ sharded_databases: Sequence[str],
942
+ state: str,
943
+ subnet_id: str,
944
+ system_tags: Mapping[str, str],
945
+ time_created: str,
946
+ time_updated: str,
947
+ vcn_id: str):
948
+ """
949
+ :param str compartment_id: The ID of the compartment in which to list resources.
950
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
951
+ :param str description: PrivateEndpoint description.
952
+ :param str display_name: A filter to return only private endpoint that match the entire name given. The match is not case sensitive.
953
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
954
+ :param str id: The identifier of the Private Endpoint.
955
+ :param str lifecycle_state_details: Detailed message for the lifecycle state.
956
+ :param Sequence[str] nsg_ids: The OCIDs of the network security groups that the private endpoint belongs to.
957
+ :param str private_ip: IP address of the Private Endpoint.
958
+ :param Sequence[str] sharded_databases: The OCIDs of sharded databases that consumes the given private endpoint.
959
+ :param str state: A filter to return only resources their lifecycleState matches the given lifecycleState.
960
+ :param str subnet_id: Identifier of the subnet in which private endpoint exists.
961
+ :param Mapping[str, str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
962
+ :param str time_created: The time the PrivateEndpoint was first created. An RFC3339 formatted datetime string
963
+ :param str time_updated: The time the Private Endpoint was last updated. An RFC3339 formatted datetime string
964
+ :param str vcn_id: Identifier of the VCN in which subnet exists.
965
+ """
966
+ pulumi.set(__self__, "compartment_id", compartment_id)
967
+ pulumi.set(__self__, "defined_tags", defined_tags)
968
+ pulumi.set(__self__, "description", description)
969
+ pulumi.set(__self__, "display_name", display_name)
970
+ pulumi.set(__self__, "freeform_tags", freeform_tags)
971
+ pulumi.set(__self__, "id", id)
972
+ pulumi.set(__self__, "lifecycle_state_details", lifecycle_state_details)
973
+ pulumi.set(__self__, "nsg_ids", nsg_ids)
974
+ pulumi.set(__self__, "private_ip", private_ip)
975
+ pulumi.set(__self__, "sharded_databases", sharded_databases)
976
+ pulumi.set(__self__, "state", state)
977
+ pulumi.set(__self__, "subnet_id", subnet_id)
978
+ pulumi.set(__self__, "system_tags", system_tags)
979
+ pulumi.set(__self__, "time_created", time_created)
980
+ pulumi.set(__self__, "time_updated", time_updated)
981
+ pulumi.set(__self__, "vcn_id", vcn_id)
982
+
983
+ @property
984
+ @pulumi.getter(name="compartmentId")
985
+ def compartment_id(self) -> str:
986
+ """
987
+ The ID of the compartment in which to list resources.
988
+ """
989
+ return pulumi.get(self, "compartment_id")
990
+
991
+ @property
992
+ @pulumi.getter(name="definedTags")
993
+ def defined_tags(self) -> Mapping[str, str]:
994
+ """
995
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
996
+ """
997
+ return pulumi.get(self, "defined_tags")
998
+
999
+ @property
1000
+ @pulumi.getter
1001
+ def description(self) -> str:
1002
+ """
1003
+ PrivateEndpoint description.
1004
+ """
1005
+ return pulumi.get(self, "description")
1006
+
1007
+ @property
1008
+ @pulumi.getter(name="displayName")
1009
+ def display_name(self) -> str:
1010
+ """
1011
+ A filter to return only private endpoint that match the entire name given. The match is not case sensitive.
1012
+ """
1013
+ return pulumi.get(self, "display_name")
1014
+
1015
+ @property
1016
+ @pulumi.getter(name="freeformTags")
1017
+ def freeform_tags(self) -> Mapping[str, str]:
1018
+ """
1019
+ Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
1020
+ """
1021
+ return pulumi.get(self, "freeform_tags")
1022
+
1023
+ @property
1024
+ @pulumi.getter
1025
+ def id(self) -> str:
1026
+ """
1027
+ The identifier of the Private Endpoint.
1028
+ """
1029
+ return pulumi.get(self, "id")
1030
+
1031
+ @property
1032
+ @pulumi.getter(name="lifecycleStateDetails")
1033
+ def lifecycle_state_details(self) -> str:
1034
+ """
1035
+ Detailed message for the lifecycle state.
1036
+ """
1037
+ return pulumi.get(self, "lifecycle_state_details")
1038
+
1039
+ @property
1040
+ @pulumi.getter(name="nsgIds")
1041
+ def nsg_ids(self) -> Sequence[str]:
1042
+ """
1043
+ The OCIDs of the network security groups that the private endpoint belongs to.
1044
+ """
1045
+ return pulumi.get(self, "nsg_ids")
1046
+
1047
+ @property
1048
+ @pulumi.getter(name="privateIp")
1049
+ def private_ip(self) -> str:
1050
+ """
1051
+ IP address of the Private Endpoint.
1052
+ """
1053
+ return pulumi.get(self, "private_ip")
1054
+
1055
+ @property
1056
+ @pulumi.getter(name="shardedDatabases")
1057
+ def sharded_databases(self) -> Sequence[str]:
1058
+ """
1059
+ The OCIDs of sharded databases that consumes the given private endpoint.
1060
+ """
1061
+ return pulumi.get(self, "sharded_databases")
1062
+
1063
+ @property
1064
+ @pulumi.getter
1065
+ def state(self) -> str:
1066
+ """
1067
+ A filter to return only resources their lifecycleState matches the given lifecycleState.
1068
+ """
1069
+ return pulumi.get(self, "state")
1070
+
1071
+ @property
1072
+ @pulumi.getter(name="subnetId")
1073
+ def subnet_id(self) -> str:
1074
+ """
1075
+ Identifier of the subnet in which private endpoint exists.
1076
+ """
1077
+ return pulumi.get(self, "subnet_id")
1078
+
1079
+ @property
1080
+ @pulumi.getter(name="systemTags")
1081
+ def system_tags(self) -> Mapping[str, str]:
1082
+ """
1083
+ Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
1084
+ """
1085
+ return pulumi.get(self, "system_tags")
1086
+
1087
+ @property
1088
+ @pulumi.getter(name="timeCreated")
1089
+ def time_created(self) -> str:
1090
+ """
1091
+ The time the PrivateEndpoint was first created. An RFC3339 formatted datetime string
1092
+ """
1093
+ return pulumi.get(self, "time_created")
1094
+
1095
+ @property
1096
+ @pulumi.getter(name="timeUpdated")
1097
+ def time_updated(self) -> str:
1098
+ """
1099
+ The time the Private Endpoint was last updated. An RFC3339 formatted datetime string
1100
+ """
1101
+ return pulumi.get(self, "time_updated")
1102
+
1103
+ @property
1104
+ @pulumi.getter(name="vcnId")
1105
+ def vcn_id(self) -> str:
1106
+ """
1107
+ Identifier of the VCN in which subnet exists.
1108
+ """
1109
+ return pulumi.get(self, "vcn_id")
1110
+
1111
+
1112
+ @pulumi.output_type
1113
+ class GetShardedDatabaseCatalogDetailResult(dict):
1114
+ def __init__(__self__, *,
1115
+ admin_password: str,
1116
+ cloud_autonomous_vm_cluster_id: str,
1117
+ compute_count: float,
1118
+ container_database_id: str,
1119
+ container_database_parent_id: str,
1120
+ data_storage_size_in_gbs: float,
1121
+ encryption_key_details: Sequence['outputs.GetShardedDatabaseCatalogDetailEncryptionKeyDetailResult'],
1122
+ is_auto_scaling_enabled: bool,
1123
+ metadata: Mapping[str, str],
1124
+ name: str,
1125
+ peer_cloud_autonomous_vm_cluster_id: str,
1126
+ shard_group: str,
1127
+ status: str,
1128
+ supporting_resource_id: str,
1129
+ time_created: str,
1130
+ time_ssl_certificate_expires: str,
1131
+ time_updated: str):
1132
+ """
1133
+ :param str cloud_autonomous_vm_cluster_id: Identifier of the primary cloudAutonomousVmCluster for the shard.
1134
+ :param float compute_count: The compute amount available to the underlying autonomous database associated with shard.
1135
+ :param str container_database_id: Identifier of the underlying container database.
1136
+ :param str container_database_parent_id: Identifier of the underlying container database parent.
1137
+ :param float data_storage_size_in_gbs: The data disk group size to be allocated in GBs.
1138
+ :param Sequence['GetShardedDatabaseCatalogDetailEncryptionKeyDetailArgs'] 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).
1139
+ :param bool is_auto_scaling_enabled: Determines the auto-scaling mode.
1140
+ :param Mapping[str, str] metadata: Comma separated names of argument corresponding to which metadata need to be retrived, namely VM_CLUSTER_INFO, ADDITIONAL_RESOURCE_INFO. An example is metadata=VM_CLUSTER_INFO,ADDITIONAL_RESOURCE_INFO.
1141
+ :param str name: Name of the shard.
1142
+ :param str peer_cloud_autonomous_vm_cluster_id: Identifier of the peer cloudAutonomousVmCluster for the shard.
1143
+ :param str shard_group: Name of the shard-group to which the shard belongs.
1144
+ :param str status: Status of shard or catalog or gsm for the sharded database.
1145
+ :param str supporting_resource_id: Identifier of the underlying supporting resource.
1146
+ :param str time_created: The time the the Sharded Database was created. An RFC3339 formatted datetime string
1147
+ :param str time_ssl_certificate_expires: The time the ssl certificate associated with shard expires. An RFC3339 formatted datetime string
1148
+ :param str time_updated: The time the Sharded Database was last updated. An RFC3339 formatted datetime string
1149
+ """
1150
+ pulumi.set(__self__, "admin_password", admin_password)
1151
+ pulumi.set(__self__, "cloud_autonomous_vm_cluster_id", cloud_autonomous_vm_cluster_id)
1152
+ pulumi.set(__self__, "compute_count", compute_count)
1153
+ pulumi.set(__self__, "container_database_id", container_database_id)
1154
+ pulumi.set(__self__, "container_database_parent_id", container_database_parent_id)
1155
+ pulumi.set(__self__, "data_storage_size_in_gbs", data_storage_size_in_gbs)
1156
+ pulumi.set(__self__, "encryption_key_details", encryption_key_details)
1157
+ pulumi.set(__self__, "is_auto_scaling_enabled", is_auto_scaling_enabled)
1158
+ pulumi.set(__self__, "metadata", metadata)
1159
+ pulumi.set(__self__, "name", name)
1160
+ pulumi.set(__self__, "peer_cloud_autonomous_vm_cluster_id", peer_cloud_autonomous_vm_cluster_id)
1161
+ pulumi.set(__self__, "shard_group", shard_group)
1162
+ pulumi.set(__self__, "status", status)
1163
+ pulumi.set(__self__, "supporting_resource_id", supporting_resource_id)
1164
+ pulumi.set(__self__, "time_created", time_created)
1165
+ pulumi.set(__self__, "time_ssl_certificate_expires", time_ssl_certificate_expires)
1166
+ pulumi.set(__self__, "time_updated", time_updated)
1167
+
1168
+ @property
1169
+ @pulumi.getter(name="adminPassword")
1170
+ def admin_password(self) -> str:
1171
+ return pulumi.get(self, "admin_password")
1172
+
1173
+ @property
1174
+ @pulumi.getter(name="cloudAutonomousVmClusterId")
1175
+ def cloud_autonomous_vm_cluster_id(self) -> str:
1176
+ """
1177
+ Identifier of the primary cloudAutonomousVmCluster for the shard.
1178
+ """
1179
+ return pulumi.get(self, "cloud_autonomous_vm_cluster_id")
1180
+
1181
+ @property
1182
+ @pulumi.getter(name="computeCount")
1183
+ def compute_count(self) -> float:
1184
+ """
1185
+ The compute amount available to the underlying autonomous database associated with shard.
1186
+ """
1187
+ return pulumi.get(self, "compute_count")
1188
+
1189
+ @property
1190
+ @pulumi.getter(name="containerDatabaseId")
1191
+ def container_database_id(self) -> str:
1192
+ """
1193
+ Identifier of the underlying container database.
1194
+ """
1195
+ return pulumi.get(self, "container_database_id")
1196
+
1197
+ @property
1198
+ @pulumi.getter(name="containerDatabaseParentId")
1199
+ def container_database_parent_id(self) -> str:
1200
+ """
1201
+ Identifier of the underlying container database parent.
1202
+ """
1203
+ return pulumi.get(self, "container_database_parent_id")
1204
+
1205
+ @property
1206
+ @pulumi.getter(name="dataStorageSizeInGbs")
1207
+ def data_storage_size_in_gbs(self) -> float:
1208
+ """
1209
+ The data disk group size to be allocated in GBs.
1210
+ """
1211
+ return pulumi.get(self, "data_storage_size_in_gbs")
1212
+
1213
+ @property
1214
+ @pulumi.getter(name="encryptionKeyDetails")
1215
+ def encryption_key_details(self) -> Sequence['outputs.GetShardedDatabaseCatalogDetailEncryptionKeyDetailResult']:
1216
+ """
1217
+ 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).
1218
+ """
1219
+ return pulumi.get(self, "encryption_key_details")
1220
+
1221
+ @property
1222
+ @pulumi.getter(name="isAutoScalingEnabled")
1223
+ def is_auto_scaling_enabled(self) -> bool:
1224
+ """
1225
+ Determines the auto-scaling mode.
1226
+ """
1227
+ return pulumi.get(self, "is_auto_scaling_enabled")
1228
+
1229
+ @property
1230
+ @pulumi.getter
1231
+ def metadata(self) -> Mapping[str, str]:
1232
+ """
1233
+ Comma separated names of argument corresponding to which metadata need to be retrived, namely VM_CLUSTER_INFO, ADDITIONAL_RESOURCE_INFO. An example is metadata=VM_CLUSTER_INFO,ADDITIONAL_RESOURCE_INFO.
1234
+ """
1235
+ return pulumi.get(self, "metadata")
1236
+
1237
+ @property
1238
+ @pulumi.getter
1239
+ def name(self) -> str:
1240
+ """
1241
+ Name of the shard.
1242
+ """
1243
+ return pulumi.get(self, "name")
1244
+
1245
+ @property
1246
+ @pulumi.getter(name="peerCloudAutonomousVmClusterId")
1247
+ def peer_cloud_autonomous_vm_cluster_id(self) -> str:
1248
+ """
1249
+ Identifier of the peer cloudAutonomousVmCluster for the shard.
1250
+ """
1251
+ return pulumi.get(self, "peer_cloud_autonomous_vm_cluster_id")
1252
+
1253
+ @property
1254
+ @pulumi.getter(name="shardGroup")
1255
+ def shard_group(self) -> str:
1256
+ """
1257
+ Name of the shard-group to which the shard belongs.
1258
+ """
1259
+ return pulumi.get(self, "shard_group")
1260
+
1261
+ @property
1262
+ @pulumi.getter
1263
+ def status(self) -> str:
1264
+ """
1265
+ Status of shard or catalog or gsm for the sharded database.
1266
+ """
1267
+ return pulumi.get(self, "status")
1268
+
1269
+ @property
1270
+ @pulumi.getter(name="supportingResourceId")
1271
+ def supporting_resource_id(self) -> str:
1272
+ """
1273
+ Identifier of the underlying supporting resource.
1274
+ """
1275
+ return pulumi.get(self, "supporting_resource_id")
1276
+
1277
+ @property
1278
+ @pulumi.getter(name="timeCreated")
1279
+ def time_created(self) -> str:
1280
+ """
1281
+ The time the the Sharded Database was created. An RFC3339 formatted datetime string
1282
+ """
1283
+ return pulumi.get(self, "time_created")
1284
+
1285
+ @property
1286
+ @pulumi.getter(name="timeSslCertificateExpires")
1287
+ def time_ssl_certificate_expires(self) -> str:
1288
+ """
1289
+ The time the ssl certificate associated with shard expires. An RFC3339 formatted datetime string
1290
+ """
1291
+ return pulumi.get(self, "time_ssl_certificate_expires")
1292
+
1293
+ @property
1294
+ @pulumi.getter(name="timeUpdated")
1295
+ def time_updated(self) -> str:
1296
+ """
1297
+ The time the Sharded Database was last updated. An RFC3339 formatted datetime string
1298
+ """
1299
+ return pulumi.get(self, "time_updated")
1300
+
1301
+
1302
+ @pulumi.output_type
1303
+ class GetShardedDatabaseCatalogDetailEncryptionKeyDetailResult(dict):
1304
+ def __init__(__self__, *,
1305
+ kms_key_id: str,
1306
+ kms_key_version_id: str,
1307
+ vault_id: str):
1308
+ """
1309
+ :param 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.
1310
+ :param 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.
1311
+ :param 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.
1312
+ """
1313
+ pulumi.set(__self__, "kms_key_id", kms_key_id)
1314
+ pulumi.set(__self__, "kms_key_version_id", kms_key_version_id)
1315
+ pulumi.set(__self__, "vault_id", vault_id)
1316
+
1317
+ @property
1318
+ @pulumi.getter(name="kmsKeyId")
1319
+ def kms_key_id(self) -> str:
1320
+ """
1321
+ 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.
1322
+ """
1323
+ return pulumi.get(self, "kms_key_id")
1324
+
1325
+ @property
1326
+ @pulumi.getter(name="kmsKeyVersionId")
1327
+ def kms_key_version_id(self) -> str:
1328
+ """
1329
+ 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.
1330
+ """
1331
+ return pulumi.get(self, "kms_key_version_id")
1332
+
1333
+ @property
1334
+ @pulumi.getter(name="vaultId")
1335
+ def vault_id(self) -> str:
1336
+ """
1337
+ 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.
1338
+ """
1339
+ return pulumi.get(self, "vault_id")
1340
+
1341
+
1342
+ @pulumi.output_type
1343
+ class GetShardedDatabaseConnectionStringResult(dict):
1344
+ def __init__(__self__, *,
1345
+ all_connection_strings: Mapping[str, str]):
1346
+ """
1347
+ :param Mapping[str, str] all_connection_strings: Collection of connection strings.
1348
+ """
1349
+ pulumi.set(__self__, "all_connection_strings", all_connection_strings)
1350
+
1351
+ @property
1352
+ @pulumi.getter(name="allConnectionStrings")
1353
+ def all_connection_strings(self) -> Mapping[str, str]:
1354
+ """
1355
+ Collection of connection strings.
1356
+ """
1357
+ return pulumi.get(self, "all_connection_strings")
1358
+
1359
+
1360
+ @pulumi.output_type
1361
+ class GetShardedDatabaseGsmResult(dict):
1362
+ def __init__(__self__, *,
1363
+ compute_count: float,
1364
+ data_storage_size_in_gbs: float,
1365
+ metadata: Mapping[str, str],
1366
+ name: str,
1367
+ status: str,
1368
+ supporting_resource_id: str,
1369
+ time_created: str,
1370
+ time_ssl_certificate_expires: str,
1371
+ time_updated: str):
1372
+ """
1373
+ :param float compute_count: The compute amount available to the underlying autonomous database associated with shard.
1374
+ :param float data_storage_size_in_gbs: The data disk group size to be allocated in GBs.
1375
+ :param Mapping[str, str] metadata: Comma separated names of argument corresponding to which metadata need to be retrived, namely VM_CLUSTER_INFO, ADDITIONAL_RESOURCE_INFO. An example is metadata=VM_CLUSTER_INFO,ADDITIONAL_RESOURCE_INFO.
1376
+ :param str name: Name of the shard.
1377
+ :param str status: Status of shard or catalog or gsm for the sharded database.
1378
+ :param str supporting_resource_id: Identifier of the underlying supporting resource.
1379
+ :param str time_created: The time the the Sharded Database was created. An RFC3339 formatted datetime string
1380
+ :param str time_ssl_certificate_expires: The time the ssl certificate associated with shard expires. An RFC3339 formatted datetime string
1381
+ :param str time_updated: The time the Sharded Database was last updated. An RFC3339 formatted datetime string
1382
+ """
1383
+ pulumi.set(__self__, "compute_count", compute_count)
1384
+ pulumi.set(__self__, "data_storage_size_in_gbs", data_storage_size_in_gbs)
1385
+ pulumi.set(__self__, "metadata", metadata)
1386
+ pulumi.set(__self__, "name", name)
1387
+ pulumi.set(__self__, "status", status)
1388
+ pulumi.set(__self__, "supporting_resource_id", supporting_resource_id)
1389
+ pulumi.set(__self__, "time_created", time_created)
1390
+ pulumi.set(__self__, "time_ssl_certificate_expires", time_ssl_certificate_expires)
1391
+ pulumi.set(__self__, "time_updated", time_updated)
1392
+
1393
+ @property
1394
+ @pulumi.getter(name="computeCount")
1395
+ def compute_count(self) -> float:
1396
+ """
1397
+ The compute amount available to the underlying autonomous database associated with shard.
1398
+ """
1399
+ return pulumi.get(self, "compute_count")
1400
+
1401
+ @property
1402
+ @pulumi.getter(name="dataStorageSizeInGbs")
1403
+ def data_storage_size_in_gbs(self) -> float:
1404
+ """
1405
+ The data disk group size to be allocated in GBs.
1406
+ """
1407
+ return pulumi.get(self, "data_storage_size_in_gbs")
1408
+
1409
+ @property
1410
+ @pulumi.getter
1411
+ def metadata(self) -> Mapping[str, str]:
1412
+ """
1413
+ Comma separated names of argument corresponding to which metadata need to be retrived, namely VM_CLUSTER_INFO, ADDITIONAL_RESOURCE_INFO. An example is metadata=VM_CLUSTER_INFO,ADDITIONAL_RESOURCE_INFO.
1414
+ """
1415
+ return pulumi.get(self, "metadata")
1416
+
1417
+ @property
1418
+ @pulumi.getter
1419
+ def name(self) -> str:
1420
+ """
1421
+ Name of the shard.
1422
+ """
1423
+ return pulumi.get(self, "name")
1424
+
1425
+ @property
1426
+ @pulumi.getter
1427
+ def status(self) -> str:
1428
+ """
1429
+ Status of shard or catalog or gsm for the sharded database.
1430
+ """
1431
+ return pulumi.get(self, "status")
1432
+
1433
+ @property
1434
+ @pulumi.getter(name="supportingResourceId")
1435
+ def supporting_resource_id(self) -> str:
1436
+ """
1437
+ Identifier of the underlying supporting resource.
1438
+ """
1439
+ return pulumi.get(self, "supporting_resource_id")
1440
+
1441
+ @property
1442
+ @pulumi.getter(name="timeCreated")
1443
+ def time_created(self) -> str:
1444
+ """
1445
+ The time the the Sharded Database was created. An RFC3339 formatted datetime string
1446
+ """
1447
+ return pulumi.get(self, "time_created")
1448
+
1449
+ @property
1450
+ @pulumi.getter(name="timeSslCertificateExpires")
1451
+ def time_ssl_certificate_expires(self) -> str:
1452
+ """
1453
+ The time the ssl certificate associated with shard expires. An RFC3339 formatted datetime string
1454
+ """
1455
+ return pulumi.get(self, "time_ssl_certificate_expires")
1456
+
1457
+ @property
1458
+ @pulumi.getter(name="timeUpdated")
1459
+ def time_updated(self) -> str:
1460
+ """
1461
+ The time the Sharded Database was last updated. An RFC3339 formatted datetime string
1462
+ """
1463
+ return pulumi.get(self, "time_updated")
1464
+
1465
+
1466
+ @pulumi.output_type
1467
+ class GetShardedDatabasePatchOperationResult(dict):
1468
+ def __init__(__self__, *,
1469
+ operation: str,
1470
+ selection: str,
1471
+ value: str):
1472
+ pulumi.set(__self__, "operation", operation)
1473
+ pulumi.set(__self__, "selection", selection)
1474
+ pulumi.set(__self__, "value", value)
1475
+
1476
+ @property
1477
+ @pulumi.getter
1478
+ def operation(self) -> str:
1479
+ return pulumi.get(self, "operation")
1480
+
1481
+ @property
1482
+ @pulumi.getter
1483
+ def selection(self) -> str:
1484
+ return pulumi.get(self, "selection")
1485
+
1486
+ @property
1487
+ @pulumi.getter
1488
+ def value(self) -> str:
1489
+ return pulumi.get(self, "value")
1490
+
1491
+
1492
+ @pulumi.output_type
1493
+ class GetShardedDatabaseShardDetailResult(dict):
1494
+ def __init__(__self__, *,
1495
+ admin_password: str,
1496
+ cloud_autonomous_vm_cluster_id: str,
1497
+ compute_count: float,
1498
+ container_database_id: str,
1499
+ container_database_parent_id: str,
1500
+ data_storage_size_in_gbs: float,
1501
+ encryption_key_details: Sequence['outputs.GetShardedDatabaseShardDetailEncryptionKeyDetailResult'],
1502
+ is_auto_scaling_enabled: bool,
1503
+ metadata: Mapping[str, str],
1504
+ name: str,
1505
+ peer_cloud_autonomous_vm_cluster_id: str,
1506
+ shard_group: str,
1507
+ shard_space: str,
1508
+ status: str,
1509
+ supporting_resource_id: str,
1510
+ time_created: str,
1511
+ time_ssl_certificate_expires: str,
1512
+ time_updated: str):
1513
+ """
1514
+ :param str cloud_autonomous_vm_cluster_id: Identifier of the primary cloudAutonomousVmCluster for the shard.
1515
+ :param float compute_count: The compute amount available to the underlying autonomous database associated with shard.
1516
+ :param str container_database_id: Identifier of the underlying container database.
1517
+ :param str container_database_parent_id: Identifier of the underlying container database parent.
1518
+ :param float data_storage_size_in_gbs: The data disk group size to be allocated in GBs.
1519
+ :param Sequence['GetShardedDatabaseShardDetailEncryptionKeyDetailArgs'] 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).
1520
+ :param bool is_auto_scaling_enabled: Determines the auto-scaling mode.
1521
+ :param Mapping[str, str] metadata: Comma separated names of argument corresponding to which metadata need to be retrived, namely VM_CLUSTER_INFO, ADDITIONAL_RESOURCE_INFO. An example is metadata=VM_CLUSTER_INFO,ADDITIONAL_RESOURCE_INFO.
1522
+ :param str name: Name of the shard.
1523
+ :param str peer_cloud_autonomous_vm_cluster_id: Identifier of the peer cloudAutonomousVmCluster for the shard.
1524
+ :param str shard_group: Name of the shard-group to which the shard belongs.
1525
+ :param str shard_space: Shard space name.
1526
+ :param str status: Status of shard or catalog or gsm for the sharded database.
1527
+ :param str supporting_resource_id: Identifier of the underlying supporting resource.
1528
+ :param str time_created: The time the the Sharded Database was created. An RFC3339 formatted datetime string
1529
+ :param str time_ssl_certificate_expires: The time the ssl certificate associated with shard expires. An RFC3339 formatted datetime string
1530
+ :param str time_updated: The time the Sharded Database was last updated. An RFC3339 formatted datetime string
1531
+ """
1532
+ pulumi.set(__self__, "admin_password", admin_password)
1533
+ pulumi.set(__self__, "cloud_autonomous_vm_cluster_id", cloud_autonomous_vm_cluster_id)
1534
+ pulumi.set(__self__, "compute_count", compute_count)
1535
+ pulumi.set(__self__, "container_database_id", container_database_id)
1536
+ pulumi.set(__self__, "container_database_parent_id", container_database_parent_id)
1537
+ pulumi.set(__self__, "data_storage_size_in_gbs", data_storage_size_in_gbs)
1538
+ pulumi.set(__self__, "encryption_key_details", encryption_key_details)
1539
+ pulumi.set(__self__, "is_auto_scaling_enabled", is_auto_scaling_enabled)
1540
+ pulumi.set(__self__, "metadata", metadata)
1541
+ pulumi.set(__self__, "name", name)
1542
+ pulumi.set(__self__, "peer_cloud_autonomous_vm_cluster_id", peer_cloud_autonomous_vm_cluster_id)
1543
+ pulumi.set(__self__, "shard_group", shard_group)
1544
+ pulumi.set(__self__, "shard_space", shard_space)
1545
+ pulumi.set(__self__, "status", status)
1546
+ pulumi.set(__self__, "supporting_resource_id", supporting_resource_id)
1547
+ pulumi.set(__self__, "time_created", time_created)
1548
+ pulumi.set(__self__, "time_ssl_certificate_expires", time_ssl_certificate_expires)
1549
+ pulumi.set(__self__, "time_updated", time_updated)
1550
+
1551
+ @property
1552
+ @pulumi.getter(name="adminPassword")
1553
+ def admin_password(self) -> str:
1554
+ return pulumi.get(self, "admin_password")
1555
+
1556
+ @property
1557
+ @pulumi.getter(name="cloudAutonomousVmClusterId")
1558
+ def cloud_autonomous_vm_cluster_id(self) -> str:
1559
+ """
1560
+ Identifier of the primary cloudAutonomousVmCluster for the shard.
1561
+ """
1562
+ return pulumi.get(self, "cloud_autonomous_vm_cluster_id")
1563
+
1564
+ @property
1565
+ @pulumi.getter(name="computeCount")
1566
+ def compute_count(self) -> float:
1567
+ """
1568
+ The compute amount available to the underlying autonomous database associated with shard.
1569
+ """
1570
+ return pulumi.get(self, "compute_count")
1571
+
1572
+ @property
1573
+ @pulumi.getter(name="containerDatabaseId")
1574
+ def container_database_id(self) -> str:
1575
+ """
1576
+ Identifier of the underlying container database.
1577
+ """
1578
+ return pulumi.get(self, "container_database_id")
1579
+
1580
+ @property
1581
+ @pulumi.getter(name="containerDatabaseParentId")
1582
+ def container_database_parent_id(self) -> str:
1583
+ """
1584
+ Identifier of the underlying container database parent.
1585
+ """
1586
+ return pulumi.get(self, "container_database_parent_id")
1587
+
1588
+ @property
1589
+ @pulumi.getter(name="dataStorageSizeInGbs")
1590
+ def data_storage_size_in_gbs(self) -> float:
1591
+ """
1592
+ The data disk group size to be allocated in GBs.
1593
+ """
1594
+ return pulumi.get(self, "data_storage_size_in_gbs")
1595
+
1596
+ @property
1597
+ @pulumi.getter(name="encryptionKeyDetails")
1598
+ def encryption_key_details(self) -> Sequence['outputs.GetShardedDatabaseShardDetailEncryptionKeyDetailResult']:
1599
+ """
1600
+ 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).
1601
+ """
1602
+ return pulumi.get(self, "encryption_key_details")
1603
+
1604
+ @property
1605
+ @pulumi.getter(name="isAutoScalingEnabled")
1606
+ def is_auto_scaling_enabled(self) -> bool:
1607
+ """
1608
+ Determines the auto-scaling mode.
1609
+ """
1610
+ return pulumi.get(self, "is_auto_scaling_enabled")
1611
+
1612
+ @property
1613
+ @pulumi.getter
1614
+ def metadata(self) -> Mapping[str, str]:
1615
+ """
1616
+ Comma separated names of argument corresponding to which metadata need to be retrived, namely VM_CLUSTER_INFO, ADDITIONAL_RESOURCE_INFO. An example is metadata=VM_CLUSTER_INFO,ADDITIONAL_RESOURCE_INFO.
1617
+ """
1618
+ return pulumi.get(self, "metadata")
1619
+
1620
+ @property
1621
+ @pulumi.getter
1622
+ def name(self) -> str:
1623
+ """
1624
+ Name of the shard.
1625
+ """
1626
+ return pulumi.get(self, "name")
1627
+
1628
+ @property
1629
+ @pulumi.getter(name="peerCloudAutonomousVmClusterId")
1630
+ def peer_cloud_autonomous_vm_cluster_id(self) -> str:
1631
+ """
1632
+ Identifier of the peer cloudAutonomousVmCluster for the shard.
1633
+ """
1634
+ return pulumi.get(self, "peer_cloud_autonomous_vm_cluster_id")
1635
+
1636
+ @property
1637
+ @pulumi.getter(name="shardGroup")
1638
+ def shard_group(self) -> str:
1639
+ """
1640
+ Name of the shard-group to which the shard belongs.
1641
+ """
1642
+ return pulumi.get(self, "shard_group")
1643
+
1644
+ @property
1645
+ @pulumi.getter(name="shardSpace")
1646
+ def shard_space(self) -> str:
1647
+ """
1648
+ Shard space name.
1649
+ """
1650
+ return pulumi.get(self, "shard_space")
1651
+
1652
+ @property
1653
+ @pulumi.getter
1654
+ def status(self) -> str:
1655
+ """
1656
+ Status of shard or catalog or gsm for the sharded database.
1657
+ """
1658
+ return pulumi.get(self, "status")
1659
+
1660
+ @property
1661
+ @pulumi.getter(name="supportingResourceId")
1662
+ def supporting_resource_id(self) -> str:
1663
+ """
1664
+ Identifier of the underlying supporting resource.
1665
+ """
1666
+ return pulumi.get(self, "supporting_resource_id")
1667
+
1668
+ @property
1669
+ @pulumi.getter(name="timeCreated")
1670
+ def time_created(self) -> str:
1671
+ """
1672
+ The time the the Sharded Database was created. An RFC3339 formatted datetime string
1673
+ """
1674
+ return pulumi.get(self, "time_created")
1675
+
1676
+ @property
1677
+ @pulumi.getter(name="timeSslCertificateExpires")
1678
+ def time_ssl_certificate_expires(self) -> str:
1679
+ """
1680
+ The time the ssl certificate associated with shard expires. An RFC3339 formatted datetime string
1681
+ """
1682
+ return pulumi.get(self, "time_ssl_certificate_expires")
1683
+
1684
+ @property
1685
+ @pulumi.getter(name="timeUpdated")
1686
+ def time_updated(self) -> str:
1687
+ """
1688
+ The time the Sharded Database was last updated. An RFC3339 formatted datetime string
1689
+ """
1690
+ return pulumi.get(self, "time_updated")
1691
+
1692
+
1693
+ @pulumi.output_type
1694
+ class GetShardedDatabaseShardDetailEncryptionKeyDetailResult(dict):
1695
+ def __init__(__self__, *,
1696
+ kms_key_id: str,
1697
+ kms_key_version_id: str,
1698
+ vault_id: str):
1699
+ """
1700
+ :param 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.
1701
+ :param 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.
1702
+ :param 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.
1703
+ """
1704
+ pulumi.set(__self__, "kms_key_id", kms_key_id)
1705
+ pulumi.set(__self__, "kms_key_version_id", kms_key_version_id)
1706
+ pulumi.set(__self__, "vault_id", vault_id)
1707
+
1708
+ @property
1709
+ @pulumi.getter(name="kmsKeyId")
1710
+ def kms_key_id(self) -> str:
1711
+ """
1712
+ 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.
1713
+ """
1714
+ return pulumi.get(self, "kms_key_id")
1715
+
1716
+ @property
1717
+ @pulumi.getter(name="kmsKeyVersionId")
1718
+ def kms_key_version_id(self) -> str:
1719
+ """
1720
+ 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.
1721
+ """
1722
+ return pulumi.get(self, "kms_key_version_id")
1723
+
1724
+ @property
1725
+ @pulumi.getter(name="vaultId")
1726
+ def vault_id(self) -> str:
1727
+ """
1728
+ 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.
1729
+ """
1730
+ return pulumi.get(self, "vault_id")
1731
+
1732
+
1733
+ @pulumi.output_type
1734
+ class GetShardedDatabasesFilterResult(dict):
1735
+ def __init__(__self__, *,
1736
+ name: str,
1737
+ values: Sequence[str],
1738
+ regex: Optional[bool] = None):
1739
+ """
1740
+ :param str name: Name of the shard.
1741
+ """
1742
+ pulumi.set(__self__, "name", name)
1743
+ pulumi.set(__self__, "values", values)
1744
+ if regex is not None:
1745
+ pulumi.set(__self__, "regex", regex)
1746
+
1747
+ @property
1748
+ @pulumi.getter
1749
+ def name(self) -> str:
1750
+ """
1751
+ Name of the shard.
1752
+ """
1753
+ return pulumi.get(self, "name")
1754
+
1755
+ @property
1756
+ @pulumi.getter
1757
+ def values(self) -> Sequence[str]:
1758
+ return pulumi.get(self, "values")
1759
+
1760
+ @property
1761
+ @pulumi.getter
1762
+ def regex(self) -> Optional[bool]:
1763
+ return pulumi.get(self, "regex")
1764
+
1765
+
1766
+ @pulumi.output_type
1767
+ class GetShardedDatabasesShardedDatabaseCollectionResult(dict):
1768
+ def __init__(__self__, *,
1769
+ items: Sequence['outputs.GetShardedDatabasesShardedDatabaseCollectionItemResult']):
1770
+ pulumi.set(__self__, "items", items)
1771
+
1772
+ @property
1773
+ @pulumi.getter
1774
+ def items(self) -> Sequence['outputs.GetShardedDatabasesShardedDatabaseCollectionItemResult']:
1775
+ return pulumi.get(self, "items")
1776
+
1777
+
1778
+ @pulumi.output_type
1779
+ class GetShardedDatabasesShardedDatabaseCollectionItemResult(dict):
1780
+ def __init__(__self__, *,
1781
+ character_set: str,
1782
+ chunks: int,
1783
+ cluster_certificate_common_name: str,
1784
+ compartment_id: str,
1785
+ db_deployment_type: str,
1786
+ db_version: str,
1787
+ db_workload: str,
1788
+ defined_tags: Mapping[str, str],
1789
+ display_name: str,
1790
+ freeform_tags: Mapping[str, str],
1791
+ id: str,
1792
+ lifecycle_state: str,
1793
+ lifecycle_state_details: str,
1794
+ listener_port: int,
1795
+ listener_port_tls: int,
1796
+ ncharacter_set: str,
1797
+ ons_port_local: int,
1798
+ ons_port_remote: int,
1799
+ prefix: str,
1800
+ sharding_method: str,
1801
+ state: str,
1802
+ system_tags: Mapping[str, str],
1803
+ time_created: str,
1804
+ time_updated: str,
1805
+ total_cpu_count: float,
1806
+ total_data_storage_size_in_gbs: float):
1807
+ """
1808
+ :param str character_set: The character set for the database.
1809
+ :param int chunks: The default number of unique chunks in a shardspace. The value of chunks must be greater than 2 times the size of the largest shardgroup in any shardspace.
1810
+ :param str cluster_certificate_common_name: The certificate common name used in all cloudAutonomousVmClusters for the sharded database topology. Eg. Production. All the clusters used in one sharded database topology shall have same CABundle setup. Valid characterset for clusterCertificateCommonName include uppercase or lowercase letters, numbers, hyphens, underscores, and period.
1811
+ :param str compartment_id: The ID of the compartment in which to list resources.
1812
+ :param str db_deployment_type: The database deployment type.
1813
+ :param str db_version: Oracle Database version number.
1814
+ :param str db_workload: Possible workload types.
1815
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1816
+ :param str display_name: A filter to return only sharded databases that match the entire name given. The match is not case sensitive.
1817
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
1818
+ :param str id: Sharded Database identifier
1819
+ :param str lifecycle_state_details: Detailed message for the lifecycle state.
1820
+ :param int listener_port: The GSM listener port number.
1821
+ :param int listener_port_tls: The TLS listener port number for sharded database.
1822
+ :param str ncharacter_set: The national character set for the database.
1823
+ :param int ons_port_local: Ons local port number.
1824
+ :param int ons_port_remote: Ons remote port number.
1825
+ :param str prefix: Unique prefix for the sharded database.
1826
+ :param str sharding_method: Sharding Method.
1827
+ :param str state: A filter to return only resources their lifecycleState matches the given lifecycleState.
1828
+ :param Mapping[str, str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
1829
+ :param str time_created: The time the the Sharded Database was created. An RFC3339 formatted datetime string
1830
+ :param str time_updated: The time the Sharded Database was last updated. An RFC3339 formatted datetime string
1831
+ """
1832
+ pulumi.set(__self__, "character_set", character_set)
1833
+ pulumi.set(__self__, "chunks", chunks)
1834
+ pulumi.set(__self__, "cluster_certificate_common_name", cluster_certificate_common_name)
1835
+ pulumi.set(__self__, "compartment_id", compartment_id)
1836
+ pulumi.set(__self__, "db_deployment_type", db_deployment_type)
1837
+ pulumi.set(__self__, "db_version", db_version)
1838
+ pulumi.set(__self__, "db_workload", db_workload)
1839
+ pulumi.set(__self__, "defined_tags", defined_tags)
1840
+ pulumi.set(__self__, "display_name", display_name)
1841
+ pulumi.set(__self__, "freeform_tags", freeform_tags)
1842
+ pulumi.set(__self__, "id", id)
1843
+ pulumi.set(__self__, "lifecycle_state", lifecycle_state)
1844
+ pulumi.set(__self__, "lifecycle_state_details", lifecycle_state_details)
1845
+ pulumi.set(__self__, "listener_port", listener_port)
1846
+ pulumi.set(__self__, "listener_port_tls", listener_port_tls)
1847
+ pulumi.set(__self__, "ncharacter_set", ncharacter_set)
1848
+ pulumi.set(__self__, "ons_port_local", ons_port_local)
1849
+ pulumi.set(__self__, "ons_port_remote", ons_port_remote)
1850
+ pulumi.set(__self__, "prefix", prefix)
1851
+ pulumi.set(__self__, "sharding_method", sharding_method)
1852
+ pulumi.set(__self__, "state", state)
1853
+ pulumi.set(__self__, "system_tags", system_tags)
1854
+ pulumi.set(__self__, "time_created", time_created)
1855
+ pulumi.set(__self__, "time_updated", time_updated)
1856
+ pulumi.set(__self__, "total_cpu_count", total_cpu_count)
1857
+ pulumi.set(__self__, "total_data_storage_size_in_gbs", total_data_storage_size_in_gbs)
1858
+
1859
+ @property
1860
+ @pulumi.getter(name="characterSet")
1861
+ def character_set(self) -> str:
1862
+ """
1863
+ The character set for the database.
1864
+ """
1865
+ return pulumi.get(self, "character_set")
1866
+
1867
+ @property
1868
+ @pulumi.getter
1869
+ def chunks(self) -> int:
1870
+ """
1871
+ The default number of unique chunks in a shardspace. The value of chunks must be greater than 2 times the size of the largest shardgroup in any shardspace.
1872
+ """
1873
+ return pulumi.get(self, "chunks")
1874
+
1875
+ @property
1876
+ @pulumi.getter(name="clusterCertificateCommonName")
1877
+ def cluster_certificate_common_name(self) -> str:
1878
+ """
1879
+ The certificate common name used in all cloudAutonomousVmClusters for the sharded database topology. Eg. Production. All the clusters used in one sharded database topology shall have same CABundle setup. Valid characterset for clusterCertificateCommonName include uppercase or lowercase letters, numbers, hyphens, underscores, and period.
1880
+ """
1881
+ return pulumi.get(self, "cluster_certificate_common_name")
1882
+
1883
+ @property
1884
+ @pulumi.getter(name="compartmentId")
1885
+ def compartment_id(self) -> str:
1886
+ """
1887
+ The ID of the compartment in which to list resources.
1888
+ """
1889
+ return pulumi.get(self, "compartment_id")
1890
+
1891
+ @property
1892
+ @pulumi.getter(name="dbDeploymentType")
1893
+ def db_deployment_type(self) -> str:
1894
+ """
1895
+ The database deployment type.
1896
+ """
1897
+ return pulumi.get(self, "db_deployment_type")
1898
+
1899
+ @property
1900
+ @pulumi.getter(name="dbVersion")
1901
+ def db_version(self) -> str:
1902
+ """
1903
+ Oracle Database version number.
1904
+ """
1905
+ return pulumi.get(self, "db_version")
1906
+
1907
+ @property
1908
+ @pulumi.getter(name="dbWorkload")
1909
+ def db_workload(self) -> str:
1910
+ """
1911
+ Possible workload types.
1912
+ """
1913
+ return pulumi.get(self, "db_workload")
1914
+
1915
+ @property
1916
+ @pulumi.getter(name="definedTags")
1917
+ def defined_tags(self) -> Mapping[str, str]:
1918
+ """
1919
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1920
+ """
1921
+ return pulumi.get(self, "defined_tags")
1922
+
1923
+ @property
1924
+ @pulumi.getter(name="displayName")
1925
+ def display_name(self) -> str:
1926
+ """
1927
+ A filter to return only sharded databases that match the entire name given. The match is not case sensitive.
1928
+ """
1929
+ return pulumi.get(self, "display_name")
1930
+
1931
+ @property
1932
+ @pulumi.getter(name="freeformTags")
1933
+ def freeform_tags(self) -> Mapping[str, str]:
1934
+ """
1935
+ Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
1936
+ """
1937
+ return pulumi.get(self, "freeform_tags")
1938
+
1939
+ @property
1940
+ @pulumi.getter
1941
+ def id(self) -> str:
1942
+ """
1943
+ Sharded Database identifier
1944
+ """
1945
+ return pulumi.get(self, "id")
1946
+
1947
+ @property
1948
+ @pulumi.getter(name="lifecycleState")
1949
+ def lifecycle_state(self) -> str:
1950
+ return pulumi.get(self, "lifecycle_state")
1951
+
1952
+ @property
1953
+ @pulumi.getter(name="lifecycleStateDetails")
1954
+ def lifecycle_state_details(self) -> str:
1955
+ """
1956
+ Detailed message for the lifecycle state.
1957
+ """
1958
+ return pulumi.get(self, "lifecycle_state_details")
1959
+
1960
+ @property
1961
+ @pulumi.getter(name="listenerPort")
1962
+ def listener_port(self) -> int:
1963
+ """
1964
+ The GSM listener port number.
1965
+ """
1966
+ return pulumi.get(self, "listener_port")
1967
+
1968
+ @property
1969
+ @pulumi.getter(name="listenerPortTls")
1970
+ def listener_port_tls(self) -> int:
1971
+ """
1972
+ The TLS listener port number for sharded database.
1973
+ """
1974
+ return pulumi.get(self, "listener_port_tls")
1975
+
1976
+ @property
1977
+ @pulumi.getter(name="ncharacterSet")
1978
+ def ncharacter_set(self) -> str:
1979
+ """
1980
+ The national character set for the database.
1981
+ """
1982
+ return pulumi.get(self, "ncharacter_set")
1983
+
1984
+ @property
1985
+ @pulumi.getter(name="onsPortLocal")
1986
+ def ons_port_local(self) -> int:
1987
+ """
1988
+ Ons local port number.
1989
+ """
1990
+ return pulumi.get(self, "ons_port_local")
1991
+
1992
+ @property
1993
+ @pulumi.getter(name="onsPortRemote")
1994
+ def ons_port_remote(self) -> int:
1995
+ """
1996
+ Ons remote port number.
1997
+ """
1998
+ return pulumi.get(self, "ons_port_remote")
1999
+
2000
+ @property
2001
+ @pulumi.getter
2002
+ def prefix(self) -> str:
2003
+ """
2004
+ Unique prefix for the sharded database.
2005
+ """
2006
+ return pulumi.get(self, "prefix")
2007
+
2008
+ @property
2009
+ @pulumi.getter(name="shardingMethod")
2010
+ def sharding_method(self) -> str:
2011
+ """
2012
+ Sharding Method.
2013
+ """
2014
+ return pulumi.get(self, "sharding_method")
2015
+
2016
+ @property
2017
+ @pulumi.getter
2018
+ def state(self) -> str:
2019
+ """
2020
+ A filter to return only resources their lifecycleState matches the given lifecycleState.
2021
+ """
2022
+ return pulumi.get(self, "state")
2023
+
2024
+ @property
2025
+ @pulumi.getter(name="systemTags")
2026
+ def system_tags(self) -> Mapping[str, str]:
2027
+ """
2028
+ Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
2029
+ """
2030
+ return pulumi.get(self, "system_tags")
2031
+
2032
+ @property
2033
+ @pulumi.getter(name="timeCreated")
2034
+ def time_created(self) -> str:
2035
+ """
2036
+ The time the the Sharded Database was created. An RFC3339 formatted datetime string
2037
+ """
2038
+ return pulumi.get(self, "time_created")
2039
+
2040
+ @property
2041
+ @pulumi.getter(name="timeUpdated")
2042
+ def time_updated(self) -> str:
2043
+ """
2044
+ The time the Sharded Database was last updated. An RFC3339 formatted datetime string
2045
+ """
2046
+ return pulumi.get(self, "time_updated")
2047
+
2048
+ @property
2049
+ @pulumi.getter(name="totalCpuCount")
2050
+ def total_cpu_count(self) -> float:
2051
+ return pulumi.get(self, "total_cpu_count")
2052
+
2053
+ @property
2054
+ @pulumi.getter(name="totalDataStorageSizeInGbs")
2055
+ def total_data_storage_size_in_gbs(self) -> float:
2056
+ return pulumi.get(self, "total_data_storage_size_in_gbs")
2057
+
2058
+