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