pulumi-oci 2.13.0a1729059403__py3-none-any.whl → 2.13.0a1729613556__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 (65) hide show
  1. pulumi_oci/__init__.py +24 -19
  2. pulumi_oci/containerengine/_inputs.py +341 -0
  3. pulumi_oci/containerengine/cluster.py +64 -0
  4. pulumi_oci/containerengine/get_cluster.py +12 -1
  5. pulumi_oci/containerengine/outputs.py +582 -0
  6. pulumi_oci/core/_inputs.py +299 -37
  7. pulumi_oci/core/boot_volume.py +90 -5
  8. pulumi_oci/core/get_block_volume_replica.py +15 -1
  9. pulumi_oci/core/get_boot_volume.py +15 -4
  10. pulumi_oci/core/get_boot_volume_replica.py +15 -1
  11. pulumi_oci/core/get_volume.py +18 -4
  12. pulumi_oci/core/instance_configuration.py +4 -0
  13. pulumi_oci/core/outputs.py +573 -46
  14. pulumi_oci/core/volume.py +110 -12
  15. pulumi_oci/core/volume_backup_policy_assignment.py +68 -19
  16. pulumi_oci/core/volume_group.py +56 -5
  17. pulumi_oci/datasafe/__init__.py +1 -0
  18. pulumi_oci/datasafe/generate_on_prem_connector_configuration.py +271 -0
  19. pulumi_oci/desktops/_inputs.py +175 -13
  20. pulumi_oci/desktops/desktop_pool.py +67 -0
  21. pulumi_oci/desktops/get_desktop_pool.py +16 -1
  22. pulumi_oci/desktops/outputs.py +339 -18
  23. pulumi_oci/dns/__init__.py +2 -0
  24. pulumi_oci/dns/_inputs.py +1157 -12
  25. pulumi_oci/dns/action_create_zone_from_zone_file.py +42 -2
  26. pulumi_oci/dns/get_records.py +45 -13
  27. pulumi_oci/dns/get_resolver.py +8 -6
  28. pulumi_oci/dns/get_resolver_endpoint.py +8 -6
  29. pulumi_oci/dns/get_resolver_endpoints.py +2 -2
  30. pulumi_oci/dns/get_resolvers.py +12 -12
  31. pulumi_oci/dns/get_rrset.py +16 -16
  32. pulumi_oci/dns/get_rrsets.py +12 -10
  33. pulumi_oci/dns/get_view.py +8 -4
  34. pulumi_oci/dns/get_views.py +12 -12
  35. pulumi_oci/dns/get_zones.py +33 -13
  36. pulumi_oci/dns/outputs.py +1388 -79
  37. pulumi_oci/dns/record.py +12 -12
  38. pulumi_oci/dns/resolver.py +7 -7
  39. pulumi_oci/dns/resolver_endpoint.py +2 -2
  40. pulumi_oci/dns/rrset.py +50 -41
  41. pulumi_oci/dns/zone.py +176 -17
  42. pulumi_oci/dns/zone_promote_dnssec_key_version.py +328 -0
  43. pulumi_oci/dns/zone_stage_dnssec_key_version.py +318 -0
  44. pulumi_oci/goldengate/__init__.py +1 -0
  45. pulumi_oci/goldengate/_inputs.py +165 -0
  46. pulumi_oci/goldengate/connection.py +49 -35
  47. pulumi_oci/goldengate/database_registration.py +7 -7
  48. pulumi_oci/goldengate/deployment.py +79 -4
  49. pulumi_oci/goldengate/get_deployment.py +30 -2
  50. pulumi_oci/goldengate/get_deployment_environments.py +144 -0
  51. pulumi_oci/goldengate/outputs.py +409 -2
  52. pulumi_oci/pulumi-plugin.json +1 -1
  53. {pulumi_oci-2.13.0a1729059403.dist-info → pulumi_oci-2.13.0a1729613556.dist-info}/METADATA +1 -1
  54. {pulumi_oci-2.13.0a1729059403.dist-info → pulumi_oci-2.13.0a1729613556.dist-info}/RECORD +56 -61
  55. {pulumi_oci-2.13.0a1729059403.dist-info → pulumi_oci-2.13.0a1729613556.dist-info}/WHEEL +1 -1
  56. pulumi_oci/globallydistributeddatabase/__init__.py +0 -15
  57. pulumi_oci/globallydistributeddatabase/_inputs.py +0 -1289
  58. pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +0 -323
  59. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +0 -191
  60. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +0 -660
  61. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +0 -191
  62. pulumi_oci/globallydistributeddatabase/outputs.py +0 -2063
  63. pulumi_oci/globallydistributeddatabase/private_endpoint.py +0 -747
  64. pulumi_oci/globallydistributeddatabase/sharded_database.py +0 -1821
  65. {pulumi_oci-2.13.0a1729059403.dist-info → pulumi_oci-2.13.0a1729613556.dist-info}/top_level.txt +0 -0
@@ -1,2063 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- import copy
6
- import warnings
7
- import 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
- sharded_databases: Sequence[str],
947
- state: str,
948
- subnet_id: str,
949
- system_tags: Mapping[str, str],
950
- time_created: str,
951
- time_updated: str,
952
- vcn_id: str):
953
- """
954
- :param str compartment_id: The ID of the compartment in which to list resources.
955
- :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"}`
956
- :param str description: PrivateEndpoint description.
957
- :param str display_name: A filter to return only private endpoint that match the entire name given. The match is not case sensitive.
958
- :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"}`
959
- :param str id: The identifier of the Private Endpoint.
960
- :param str lifecycle_state_details: Detailed message for the lifecycle state.
961
- :param Sequence[str] nsg_ids: The OCIDs of the network security groups that the private endpoint belongs to.
962
- :param str private_ip: IP address of the Private Endpoint.
963
- :param Sequence[str] sharded_databases: The OCIDs of sharded databases that consumes the given private endpoint.
964
- :param str state: A filter to return only resources their lifecycleState matches the given lifecycleState.
965
- :param str subnet_id: Identifier of the subnet in which private endpoint exists.
966
- :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"}`
967
- :param str time_created: The time the PrivateEndpoint was first created. An RFC3339 formatted datetime string
968
- :param str time_updated: The time the Private Endpoint was last updated. An RFC3339 formatted datetime string
969
- :param str vcn_id: Identifier of the VCN in which subnet exists.
970
- """
971
- pulumi.set(__self__, "compartment_id", compartment_id)
972
- pulumi.set(__self__, "defined_tags", defined_tags)
973
- pulumi.set(__self__, "description", description)
974
- pulumi.set(__self__, "display_name", display_name)
975
- pulumi.set(__self__, "freeform_tags", freeform_tags)
976
- pulumi.set(__self__, "id", id)
977
- pulumi.set(__self__, "lifecycle_state_details", lifecycle_state_details)
978
- pulumi.set(__self__, "nsg_ids", nsg_ids)
979
- pulumi.set(__self__, "private_ip", private_ip)
980
- pulumi.set(__self__, "sharded_databases", sharded_databases)
981
- pulumi.set(__self__, "state", state)
982
- pulumi.set(__self__, "subnet_id", subnet_id)
983
- pulumi.set(__self__, "system_tags", system_tags)
984
- pulumi.set(__self__, "time_created", time_created)
985
- pulumi.set(__self__, "time_updated", time_updated)
986
- pulumi.set(__self__, "vcn_id", vcn_id)
987
-
988
- @property
989
- @pulumi.getter(name="compartmentId")
990
- def compartment_id(self) -> str:
991
- """
992
- The ID of the compartment in which to list resources.
993
- """
994
- return pulumi.get(self, "compartment_id")
995
-
996
- @property
997
- @pulumi.getter(name="definedTags")
998
- def defined_tags(self) -> Mapping[str, str]:
999
- """
1000
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1001
- """
1002
- return pulumi.get(self, "defined_tags")
1003
-
1004
- @property
1005
- @pulumi.getter
1006
- def description(self) -> str:
1007
- """
1008
- PrivateEndpoint description.
1009
- """
1010
- return pulumi.get(self, "description")
1011
-
1012
- @property
1013
- @pulumi.getter(name="displayName")
1014
- def display_name(self) -> str:
1015
- """
1016
- A filter to return only private endpoint that match the entire name given. The match is not case sensitive.
1017
- """
1018
- return pulumi.get(self, "display_name")
1019
-
1020
- @property
1021
- @pulumi.getter(name="freeformTags")
1022
- def freeform_tags(self) -> Mapping[str, str]:
1023
- """
1024
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
1025
- """
1026
- return pulumi.get(self, "freeform_tags")
1027
-
1028
- @property
1029
- @pulumi.getter
1030
- def id(self) -> str:
1031
- """
1032
- The identifier of the Private Endpoint.
1033
- """
1034
- return pulumi.get(self, "id")
1035
-
1036
- @property
1037
- @pulumi.getter(name="lifecycleStateDetails")
1038
- def lifecycle_state_details(self) -> str:
1039
- """
1040
- Detailed message for the lifecycle state.
1041
- """
1042
- return pulumi.get(self, "lifecycle_state_details")
1043
-
1044
- @property
1045
- @pulumi.getter(name="nsgIds")
1046
- def nsg_ids(self) -> Sequence[str]:
1047
- """
1048
- The OCIDs of the network security groups that the private endpoint belongs to.
1049
- """
1050
- return pulumi.get(self, "nsg_ids")
1051
-
1052
- @property
1053
- @pulumi.getter(name="privateIp")
1054
- def private_ip(self) -> str:
1055
- """
1056
- IP address of the Private Endpoint.
1057
- """
1058
- return pulumi.get(self, "private_ip")
1059
-
1060
- @property
1061
- @pulumi.getter(name="shardedDatabases")
1062
- def sharded_databases(self) -> Sequence[str]:
1063
- """
1064
- The OCIDs of sharded databases that consumes the given private endpoint.
1065
- """
1066
- return pulumi.get(self, "sharded_databases")
1067
-
1068
- @property
1069
- @pulumi.getter
1070
- def state(self) -> str:
1071
- """
1072
- A filter to return only resources their lifecycleState matches the given lifecycleState.
1073
- """
1074
- return pulumi.get(self, "state")
1075
-
1076
- @property
1077
- @pulumi.getter(name="subnetId")
1078
- def subnet_id(self) -> str:
1079
- """
1080
- Identifier of the subnet in which private endpoint exists.
1081
- """
1082
- return pulumi.get(self, "subnet_id")
1083
-
1084
- @property
1085
- @pulumi.getter(name="systemTags")
1086
- def system_tags(self) -> Mapping[str, str]:
1087
- """
1088
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
1089
- """
1090
- return pulumi.get(self, "system_tags")
1091
-
1092
- @property
1093
- @pulumi.getter(name="timeCreated")
1094
- def time_created(self) -> str:
1095
- """
1096
- The time the PrivateEndpoint was first created. An RFC3339 formatted datetime string
1097
- """
1098
- return pulumi.get(self, "time_created")
1099
-
1100
- @property
1101
- @pulumi.getter(name="timeUpdated")
1102
- def time_updated(self) -> str:
1103
- """
1104
- The time the Private Endpoint was last updated. An RFC3339 formatted datetime string
1105
- """
1106
- return pulumi.get(self, "time_updated")
1107
-
1108
- @property
1109
- @pulumi.getter(name="vcnId")
1110
- def vcn_id(self) -> str:
1111
- """
1112
- Identifier of the VCN in which subnet exists.
1113
- """
1114
- return pulumi.get(self, "vcn_id")
1115
-
1116
-
1117
- @pulumi.output_type
1118
- class GetShardedDatabaseCatalogDetailResult(dict):
1119
- def __init__(__self__, *,
1120
- admin_password: str,
1121
- cloud_autonomous_vm_cluster_id: str,
1122
- compute_count: float,
1123
- container_database_id: str,
1124
- container_database_parent_id: str,
1125
- data_storage_size_in_gbs: float,
1126
- encryption_key_details: Sequence['outputs.GetShardedDatabaseCatalogDetailEncryptionKeyDetailResult'],
1127
- is_auto_scaling_enabled: bool,
1128
- metadata: Mapping[str, str],
1129
- name: str,
1130
- peer_cloud_autonomous_vm_cluster_id: str,
1131
- shard_group: str,
1132
- status: str,
1133
- supporting_resource_id: str,
1134
- time_created: str,
1135
- time_ssl_certificate_expires: str,
1136
- time_updated: str):
1137
- """
1138
- :param str cloud_autonomous_vm_cluster_id: Identifier of the primary cloudAutonomousVmCluster for the shard.
1139
- :param float compute_count: The compute amount available to the underlying autonomous database associated with shard.
1140
- :param str container_database_id: Identifier of the underlying container database.
1141
- :param str container_database_parent_id: Identifier of the underlying container database parent.
1142
- :param float data_storage_size_in_gbs: The data disk group size to be allocated in GBs.
1143
- :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).
1144
- :param bool is_auto_scaling_enabled: Determines the auto-scaling mode.
1145
- :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.
1146
- :param str name: Name of the shard.
1147
- :param str peer_cloud_autonomous_vm_cluster_id: Identifier of the peer cloudAutonomousVmCluster for the shard.
1148
- :param str shard_group: Name of the shard-group to which the shard belongs.
1149
- :param str status: Status of shard or catalog or gsm for the sharded database.
1150
- :param str supporting_resource_id: Identifier of the underlying supporting resource.
1151
- :param str time_created: The time the the Sharded Database was created. An RFC3339 formatted datetime string
1152
- :param str time_ssl_certificate_expires: The time the ssl certificate associated with shard expires. An RFC3339 formatted datetime string
1153
- :param str time_updated: The time the Sharded Database was last updated. An RFC3339 formatted datetime string
1154
- """
1155
- pulumi.set(__self__, "admin_password", admin_password)
1156
- pulumi.set(__self__, "cloud_autonomous_vm_cluster_id", cloud_autonomous_vm_cluster_id)
1157
- pulumi.set(__self__, "compute_count", compute_count)
1158
- pulumi.set(__self__, "container_database_id", container_database_id)
1159
- pulumi.set(__self__, "container_database_parent_id", container_database_parent_id)
1160
- pulumi.set(__self__, "data_storage_size_in_gbs", data_storage_size_in_gbs)
1161
- pulumi.set(__self__, "encryption_key_details", encryption_key_details)
1162
- pulumi.set(__self__, "is_auto_scaling_enabled", is_auto_scaling_enabled)
1163
- pulumi.set(__self__, "metadata", metadata)
1164
- pulumi.set(__self__, "name", name)
1165
- pulumi.set(__self__, "peer_cloud_autonomous_vm_cluster_id", peer_cloud_autonomous_vm_cluster_id)
1166
- pulumi.set(__self__, "shard_group", shard_group)
1167
- pulumi.set(__self__, "status", status)
1168
- pulumi.set(__self__, "supporting_resource_id", supporting_resource_id)
1169
- pulumi.set(__self__, "time_created", time_created)
1170
- pulumi.set(__self__, "time_ssl_certificate_expires", time_ssl_certificate_expires)
1171
- pulumi.set(__self__, "time_updated", time_updated)
1172
-
1173
- @property
1174
- @pulumi.getter(name="adminPassword")
1175
- def admin_password(self) -> str:
1176
- return pulumi.get(self, "admin_password")
1177
-
1178
- @property
1179
- @pulumi.getter(name="cloudAutonomousVmClusterId")
1180
- def cloud_autonomous_vm_cluster_id(self) -> str:
1181
- """
1182
- Identifier of the primary cloudAutonomousVmCluster for the shard.
1183
- """
1184
- return pulumi.get(self, "cloud_autonomous_vm_cluster_id")
1185
-
1186
- @property
1187
- @pulumi.getter(name="computeCount")
1188
- def compute_count(self) -> float:
1189
- """
1190
- The compute amount available to the underlying autonomous database associated with shard.
1191
- """
1192
- return pulumi.get(self, "compute_count")
1193
-
1194
- @property
1195
- @pulumi.getter(name="containerDatabaseId")
1196
- def container_database_id(self) -> str:
1197
- """
1198
- Identifier of the underlying container database.
1199
- """
1200
- return pulumi.get(self, "container_database_id")
1201
-
1202
- @property
1203
- @pulumi.getter(name="containerDatabaseParentId")
1204
- def container_database_parent_id(self) -> str:
1205
- """
1206
- Identifier of the underlying container database parent.
1207
- """
1208
- return pulumi.get(self, "container_database_parent_id")
1209
-
1210
- @property
1211
- @pulumi.getter(name="dataStorageSizeInGbs")
1212
- def data_storage_size_in_gbs(self) -> float:
1213
- """
1214
- The data disk group size to be allocated in GBs.
1215
- """
1216
- return pulumi.get(self, "data_storage_size_in_gbs")
1217
-
1218
- @property
1219
- @pulumi.getter(name="encryptionKeyDetails")
1220
- def encryption_key_details(self) -> Sequence['outputs.GetShardedDatabaseCatalogDetailEncryptionKeyDetailResult']:
1221
- """
1222
- 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).
1223
- """
1224
- return pulumi.get(self, "encryption_key_details")
1225
-
1226
- @property
1227
- @pulumi.getter(name="isAutoScalingEnabled")
1228
- def is_auto_scaling_enabled(self) -> bool:
1229
- """
1230
- Determines the auto-scaling mode.
1231
- """
1232
- return pulumi.get(self, "is_auto_scaling_enabled")
1233
-
1234
- @property
1235
- @pulumi.getter
1236
- def metadata(self) -> Mapping[str, str]:
1237
- """
1238
- 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.
1239
- """
1240
- return pulumi.get(self, "metadata")
1241
-
1242
- @property
1243
- @pulumi.getter
1244
- def name(self) -> str:
1245
- """
1246
- Name of the shard.
1247
- """
1248
- return pulumi.get(self, "name")
1249
-
1250
- @property
1251
- @pulumi.getter(name="peerCloudAutonomousVmClusterId")
1252
- def peer_cloud_autonomous_vm_cluster_id(self) -> str:
1253
- """
1254
- Identifier of the peer cloudAutonomousVmCluster for the shard.
1255
- """
1256
- return pulumi.get(self, "peer_cloud_autonomous_vm_cluster_id")
1257
-
1258
- @property
1259
- @pulumi.getter(name="shardGroup")
1260
- def shard_group(self) -> str:
1261
- """
1262
- Name of the shard-group to which the shard belongs.
1263
- """
1264
- return pulumi.get(self, "shard_group")
1265
-
1266
- @property
1267
- @pulumi.getter
1268
- def status(self) -> str:
1269
- """
1270
- Status of shard or catalog or gsm for the sharded database.
1271
- """
1272
- return pulumi.get(self, "status")
1273
-
1274
- @property
1275
- @pulumi.getter(name="supportingResourceId")
1276
- def supporting_resource_id(self) -> str:
1277
- """
1278
- Identifier of the underlying supporting resource.
1279
- """
1280
- return pulumi.get(self, "supporting_resource_id")
1281
-
1282
- @property
1283
- @pulumi.getter(name="timeCreated")
1284
- def time_created(self) -> str:
1285
- """
1286
- The time the the Sharded Database was created. An RFC3339 formatted datetime string
1287
- """
1288
- return pulumi.get(self, "time_created")
1289
-
1290
- @property
1291
- @pulumi.getter(name="timeSslCertificateExpires")
1292
- def time_ssl_certificate_expires(self) -> str:
1293
- """
1294
- The time the ssl certificate associated with shard expires. An RFC3339 formatted datetime string
1295
- """
1296
- return pulumi.get(self, "time_ssl_certificate_expires")
1297
-
1298
- @property
1299
- @pulumi.getter(name="timeUpdated")
1300
- def time_updated(self) -> str:
1301
- """
1302
- The time the Sharded Database was last updated. An RFC3339 formatted datetime string
1303
- """
1304
- return pulumi.get(self, "time_updated")
1305
-
1306
-
1307
- @pulumi.output_type
1308
- class GetShardedDatabaseCatalogDetailEncryptionKeyDetailResult(dict):
1309
- def __init__(__self__, *,
1310
- kms_key_id: str,
1311
- kms_key_version_id: str,
1312
- vault_id: str):
1313
- """
1314
- :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.
1315
- :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.
1316
- :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.
1317
- """
1318
- pulumi.set(__self__, "kms_key_id", kms_key_id)
1319
- pulumi.set(__self__, "kms_key_version_id", kms_key_version_id)
1320
- pulumi.set(__self__, "vault_id", vault_id)
1321
-
1322
- @property
1323
- @pulumi.getter(name="kmsKeyId")
1324
- def kms_key_id(self) -> str:
1325
- """
1326
- 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.
1327
- """
1328
- return pulumi.get(self, "kms_key_id")
1329
-
1330
- @property
1331
- @pulumi.getter(name="kmsKeyVersionId")
1332
- def kms_key_version_id(self) -> str:
1333
- """
1334
- 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.
1335
- """
1336
- return pulumi.get(self, "kms_key_version_id")
1337
-
1338
- @property
1339
- @pulumi.getter(name="vaultId")
1340
- def vault_id(self) -> str:
1341
- """
1342
- 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.
1343
- """
1344
- return pulumi.get(self, "vault_id")
1345
-
1346
-
1347
- @pulumi.output_type
1348
- class GetShardedDatabaseConnectionStringResult(dict):
1349
- def __init__(__self__, *,
1350
- all_connection_strings: Mapping[str, str]):
1351
- """
1352
- :param Mapping[str, str] all_connection_strings: Collection of connection strings.
1353
- """
1354
- pulumi.set(__self__, "all_connection_strings", all_connection_strings)
1355
-
1356
- @property
1357
- @pulumi.getter(name="allConnectionStrings")
1358
- def all_connection_strings(self) -> Mapping[str, str]:
1359
- """
1360
- Collection of connection strings.
1361
- """
1362
- return pulumi.get(self, "all_connection_strings")
1363
-
1364
-
1365
- @pulumi.output_type
1366
- class GetShardedDatabaseGsmResult(dict):
1367
- def __init__(__self__, *,
1368
- compute_count: float,
1369
- data_storage_size_in_gbs: float,
1370
- metadata: Mapping[str, str],
1371
- name: str,
1372
- status: str,
1373
- supporting_resource_id: str,
1374
- time_created: str,
1375
- time_ssl_certificate_expires: str,
1376
- time_updated: str):
1377
- """
1378
- :param float compute_count: The compute amount available to the underlying autonomous database associated with shard.
1379
- :param float data_storage_size_in_gbs: The data disk group size to be allocated in GBs.
1380
- :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.
1381
- :param str name: Name of the shard.
1382
- :param str status: Status of shard or catalog or gsm for the sharded database.
1383
- :param str supporting_resource_id: Identifier of the underlying supporting resource.
1384
- :param str time_created: The time the the Sharded Database was created. An RFC3339 formatted datetime string
1385
- :param str time_ssl_certificate_expires: The time the ssl certificate associated with shard expires. An RFC3339 formatted datetime string
1386
- :param str time_updated: The time the Sharded Database was last updated. An RFC3339 formatted datetime string
1387
- """
1388
- pulumi.set(__self__, "compute_count", compute_count)
1389
- pulumi.set(__self__, "data_storage_size_in_gbs", data_storage_size_in_gbs)
1390
- pulumi.set(__self__, "metadata", metadata)
1391
- pulumi.set(__self__, "name", name)
1392
- pulumi.set(__self__, "status", status)
1393
- pulumi.set(__self__, "supporting_resource_id", supporting_resource_id)
1394
- pulumi.set(__self__, "time_created", time_created)
1395
- pulumi.set(__self__, "time_ssl_certificate_expires", time_ssl_certificate_expires)
1396
- pulumi.set(__self__, "time_updated", time_updated)
1397
-
1398
- @property
1399
- @pulumi.getter(name="computeCount")
1400
- def compute_count(self) -> float:
1401
- """
1402
- The compute amount available to the underlying autonomous database associated with shard.
1403
- """
1404
- return pulumi.get(self, "compute_count")
1405
-
1406
- @property
1407
- @pulumi.getter(name="dataStorageSizeInGbs")
1408
- def data_storage_size_in_gbs(self) -> float:
1409
- """
1410
- The data disk group size to be allocated in GBs.
1411
- """
1412
- return pulumi.get(self, "data_storage_size_in_gbs")
1413
-
1414
- @property
1415
- @pulumi.getter
1416
- def metadata(self) -> Mapping[str, str]:
1417
- """
1418
- 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.
1419
- """
1420
- return pulumi.get(self, "metadata")
1421
-
1422
- @property
1423
- @pulumi.getter
1424
- def name(self) -> str:
1425
- """
1426
- Name of the shard.
1427
- """
1428
- return pulumi.get(self, "name")
1429
-
1430
- @property
1431
- @pulumi.getter
1432
- def status(self) -> str:
1433
- """
1434
- Status of shard or catalog or gsm for the sharded database.
1435
- """
1436
- return pulumi.get(self, "status")
1437
-
1438
- @property
1439
- @pulumi.getter(name="supportingResourceId")
1440
- def supporting_resource_id(self) -> str:
1441
- """
1442
- Identifier of the underlying supporting resource.
1443
- """
1444
- return pulumi.get(self, "supporting_resource_id")
1445
-
1446
- @property
1447
- @pulumi.getter(name="timeCreated")
1448
- def time_created(self) -> str:
1449
- """
1450
- The time the the Sharded Database was created. An RFC3339 formatted datetime string
1451
- """
1452
- return pulumi.get(self, "time_created")
1453
-
1454
- @property
1455
- @pulumi.getter(name="timeSslCertificateExpires")
1456
- def time_ssl_certificate_expires(self) -> str:
1457
- """
1458
- The time the ssl certificate associated with shard expires. An RFC3339 formatted datetime string
1459
- """
1460
- return pulumi.get(self, "time_ssl_certificate_expires")
1461
-
1462
- @property
1463
- @pulumi.getter(name="timeUpdated")
1464
- def time_updated(self) -> str:
1465
- """
1466
- The time the Sharded Database was last updated. An RFC3339 formatted datetime string
1467
- """
1468
- return pulumi.get(self, "time_updated")
1469
-
1470
-
1471
- @pulumi.output_type
1472
- class GetShardedDatabasePatchOperationResult(dict):
1473
- def __init__(__self__, *,
1474
- operation: str,
1475
- selection: str,
1476
- value: str):
1477
- pulumi.set(__self__, "operation", operation)
1478
- pulumi.set(__self__, "selection", selection)
1479
- pulumi.set(__self__, "value", value)
1480
-
1481
- @property
1482
- @pulumi.getter
1483
- def operation(self) -> str:
1484
- return pulumi.get(self, "operation")
1485
-
1486
- @property
1487
- @pulumi.getter
1488
- def selection(self) -> str:
1489
- return pulumi.get(self, "selection")
1490
-
1491
- @property
1492
- @pulumi.getter
1493
- def value(self) -> str:
1494
- return pulumi.get(self, "value")
1495
-
1496
-
1497
- @pulumi.output_type
1498
- class GetShardedDatabaseShardDetailResult(dict):
1499
- def __init__(__self__, *,
1500
- admin_password: str,
1501
- cloud_autonomous_vm_cluster_id: str,
1502
- compute_count: float,
1503
- container_database_id: str,
1504
- container_database_parent_id: str,
1505
- data_storage_size_in_gbs: float,
1506
- encryption_key_details: Sequence['outputs.GetShardedDatabaseShardDetailEncryptionKeyDetailResult'],
1507
- is_auto_scaling_enabled: bool,
1508
- metadata: Mapping[str, str],
1509
- name: str,
1510
- peer_cloud_autonomous_vm_cluster_id: str,
1511
- shard_group: str,
1512
- shard_space: str,
1513
- status: str,
1514
- supporting_resource_id: str,
1515
- time_created: str,
1516
- time_ssl_certificate_expires: str,
1517
- time_updated: str):
1518
- """
1519
- :param str cloud_autonomous_vm_cluster_id: Identifier of the primary cloudAutonomousVmCluster for the shard.
1520
- :param float compute_count: The compute amount available to the underlying autonomous database associated with shard.
1521
- :param str container_database_id: Identifier of the underlying container database.
1522
- :param str container_database_parent_id: Identifier of the underlying container database parent.
1523
- :param float data_storage_size_in_gbs: The data disk group size to be allocated in GBs.
1524
- :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).
1525
- :param bool is_auto_scaling_enabled: Determines the auto-scaling mode.
1526
- :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.
1527
- :param str name: Name of the shard.
1528
- :param str peer_cloud_autonomous_vm_cluster_id: Identifier of the peer cloudAutonomousVmCluster for the shard.
1529
- :param str shard_group: Name of the shard-group to which the shard belongs.
1530
- :param str shard_space: Shard space name.
1531
- :param str status: Status of shard or catalog or gsm for the sharded database.
1532
- :param str supporting_resource_id: Identifier of the underlying supporting resource.
1533
- :param str time_created: The time the the Sharded Database was created. An RFC3339 formatted datetime string
1534
- :param str time_ssl_certificate_expires: The time the ssl certificate associated with shard expires. An RFC3339 formatted datetime string
1535
- :param str time_updated: The time the Sharded Database was last updated. An RFC3339 formatted datetime string
1536
- """
1537
- pulumi.set(__self__, "admin_password", admin_password)
1538
- pulumi.set(__self__, "cloud_autonomous_vm_cluster_id", cloud_autonomous_vm_cluster_id)
1539
- pulumi.set(__self__, "compute_count", compute_count)
1540
- pulumi.set(__self__, "container_database_id", container_database_id)
1541
- pulumi.set(__self__, "container_database_parent_id", container_database_parent_id)
1542
- pulumi.set(__self__, "data_storage_size_in_gbs", data_storage_size_in_gbs)
1543
- pulumi.set(__self__, "encryption_key_details", encryption_key_details)
1544
- pulumi.set(__self__, "is_auto_scaling_enabled", is_auto_scaling_enabled)
1545
- pulumi.set(__self__, "metadata", metadata)
1546
- pulumi.set(__self__, "name", name)
1547
- pulumi.set(__self__, "peer_cloud_autonomous_vm_cluster_id", peer_cloud_autonomous_vm_cluster_id)
1548
- pulumi.set(__self__, "shard_group", shard_group)
1549
- pulumi.set(__self__, "shard_space", shard_space)
1550
- pulumi.set(__self__, "status", status)
1551
- pulumi.set(__self__, "supporting_resource_id", supporting_resource_id)
1552
- pulumi.set(__self__, "time_created", time_created)
1553
- pulumi.set(__self__, "time_ssl_certificate_expires", time_ssl_certificate_expires)
1554
- pulumi.set(__self__, "time_updated", time_updated)
1555
-
1556
- @property
1557
- @pulumi.getter(name="adminPassword")
1558
- def admin_password(self) -> str:
1559
- return pulumi.get(self, "admin_password")
1560
-
1561
- @property
1562
- @pulumi.getter(name="cloudAutonomousVmClusterId")
1563
- def cloud_autonomous_vm_cluster_id(self) -> str:
1564
- """
1565
- Identifier of the primary cloudAutonomousVmCluster for the shard.
1566
- """
1567
- return pulumi.get(self, "cloud_autonomous_vm_cluster_id")
1568
-
1569
- @property
1570
- @pulumi.getter(name="computeCount")
1571
- def compute_count(self) -> float:
1572
- """
1573
- The compute amount available to the underlying autonomous database associated with shard.
1574
- """
1575
- return pulumi.get(self, "compute_count")
1576
-
1577
- @property
1578
- @pulumi.getter(name="containerDatabaseId")
1579
- def container_database_id(self) -> str:
1580
- """
1581
- Identifier of the underlying container database.
1582
- """
1583
- return pulumi.get(self, "container_database_id")
1584
-
1585
- @property
1586
- @pulumi.getter(name="containerDatabaseParentId")
1587
- def container_database_parent_id(self) -> str:
1588
- """
1589
- Identifier of the underlying container database parent.
1590
- """
1591
- return pulumi.get(self, "container_database_parent_id")
1592
-
1593
- @property
1594
- @pulumi.getter(name="dataStorageSizeInGbs")
1595
- def data_storage_size_in_gbs(self) -> float:
1596
- """
1597
- The data disk group size to be allocated in GBs.
1598
- """
1599
- return pulumi.get(self, "data_storage_size_in_gbs")
1600
-
1601
- @property
1602
- @pulumi.getter(name="encryptionKeyDetails")
1603
- def encryption_key_details(self) -> Sequence['outputs.GetShardedDatabaseShardDetailEncryptionKeyDetailResult']:
1604
- """
1605
- 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).
1606
- """
1607
- return pulumi.get(self, "encryption_key_details")
1608
-
1609
- @property
1610
- @pulumi.getter(name="isAutoScalingEnabled")
1611
- def is_auto_scaling_enabled(self) -> bool:
1612
- """
1613
- Determines the auto-scaling mode.
1614
- """
1615
- return pulumi.get(self, "is_auto_scaling_enabled")
1616
-
1617
- @property
1618
- @pulumi.getter
1619
- def metadata(self) -> Mapping[str, str]:
1620
- """
1621
- 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.
1622
- """
1623
- return pulumi.get(self, "metadata")
1624
-
1625
- @property
1626
- @pulumi.getter
1627
- def name(self) -> str:
1628
- """
1629
- Name of the shard.
1630
- """
1631
- return pulumi.get(self, "name")
1632
-
1633
- @property
1634
- @pulumi.getter(name="peerCloudAutonomousVmClusterId")
1635
- def peer_cloud_autonomous_vm_cluster_id(self) -> str:
1636
- """
1637
- Identifier of the peer cloudAutonomousVmCluster for the shard.
1638
- """
1639
- return pulumi.get(self, "peer_cloud_autonomous_vm_cluster_id")
1640
-
1641
- @property
1642
- @pulumi.getter(name="shardGroup")
1643
- def shard_group(self) -> str:
1644
- """
1645
- Name of the shard-group to which the shard belongs.
1646
- """
1647
- return pulumi.get(self, "shard_group")
1648
-
1649
- @property
1650
- @pulumi.getter(name="shardSpace")
1651
- def shard_space(self) -> str:
1652
- """
1653
- Shard space name.
1654
- """
1655
- return pulumi.get(self, "shard_space")
1656
-
1657
- @property
1658
- @pulumi.getter
1659
- def status(self) -> str:
1660
- """
1661
- Status of shard or catalog or gsm for the sharded database.
1662
- """
1663
- return pulumi.get(self, "status")
1664
-
1665
- @property
1666
- @pulumi.getter(name="supportingResourceId")
1667
- def supporting_resource_id(self) -> str:
1668
- """
1669
- Identifier of the underlying supporting resource.
1670
- """
1671
- return pulumi.get(self, "supporting_resource_id")
1672
-
1673
- @property
1674
- @pulumi.getter(name="timeCreated")
1675
- def time_created(self) -> str:
1676
- """
1677
- The time the the Sharded Database was created. An RFC3339 formatted datetime string
1678
- """
1679
- return pulumi.get(self, "time_created")
1680
-
1681
- @property
1682
- @pulumi.getter(name="timeSslCertificateExpires")
1683
- def time_ssl_certificate_expires(self) -> str:
1684
- """
1685
- The time the ssl certificate associated with shard expires. An RFC3339 formatted datetime string
1686
- """
1687
- return pulumi.get(self, "time_ssl_certificate_expires")
1688
-
1689
- @property
1690
- @pulumi.getter(name="timeUpdated")
1691
- def time_updated(self) -> str:
1692
- """
1693
- The time the Sharded Database was last updated. An RFC3339 formatted datetime string
1694
- """
1695
- return pulumi.get(self, "time_updated")
1696
-
1697
-
1698
- @pulumi.output_type
1699
- class GetShardedDatabaseShardDetailEncryptionKeyDetailResult(dict):
1700
- def __init__(__self__, *,
1701
- kms_key_id: str,
1702
- kms_key_version_id: str,
1703
- vault_id: str):
1704
- """
1705
- :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.
1706
- :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.
1707
- :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.
1708
- """
1709
- pulumi.set(__self__, "kms_key_id", kms_key_id)
1710
- pulumi.set(__self__, "kms_key_version_id", kms_key_version_id)
1711
- pulumi.set(__self__, "vault_id", vault_id)
1712
-
1713
- @property
1714
- @pulumi.getter(name="kmsKeyId")
1715
- def kms_key_id(self) -> str:
1716
- """
1717
- 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.
1718
- """
1719
- return pulumi.get(self, "kms_key_id")
1720
-
1721
- @property
1722
- @pulumi.getter(name="kmsKeyVersionId")
1723
- def kms_key_version_id(self) -> str:
1724
- """
1725
- 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.
1726
- """
1727
- return pulumi.get(self, "kms_key_version_id")
1728
-
1729
- @property
1730
- @pulumi.getter(name="vaultId")
1731
- def vault_id(self) -> str:
1732
- """
1733
- 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.
1734
- """
1735
- return pulumi.get(self, "vault_id")
1736
-
1737
-
1738
- @pulumi.output_type
1739
- class GetShardedDatabasesFilterResult(dict):
1740
- def __init__(__self__, *,
1741
- name: str,
1742
- values: Sequence[str],
1743
- regex: Optional[bool] = None):
1744
- """
1745
- :param str name: Name of the shard.
1746
- """
1747
- pulumi.set(__self__, "name", name)
1748
- pulumi.set(__self__, "values", values)
1749
- if regex is not None:
1750
- pulumi.set(__self__, "regex", regex)
1751
-
1752
- @property
1753
- @pulumi.getter
1754
- def name(self) -> str:
1755
- """
1756
- Name of the shard.
1757
- """
1758
- return pulumi.get(self, "name")
1759
-
1760
- @property
1761
- @pulumi.getter
1762
- def values(self) -> Sequence[str]:
1763
- return pulumi.get(self, "values")
1764
-
1765
- @property
1766
- @pulumi.getter
1767
- def regex(self) -> Optional[bool]:
1768
- return pulumi.get(self, "regex")
1769
-
1770
-
1771
- @pulumi.output_type
1772
- class GetShardedDatabasesShardedDatabaseCollectionResult(dict):
1773
- def __init__(__self__, *,
1774
- items: Sequence['outputs.GetShardedDatabasesShardedDatabaseCollectionItemResult']):
1775
- pulumi.set(__self__, "items", items)
1776
-
1777
- @property
1778
- @pulumi.getter
1779
- def items(self) -> Sequence['outputs.GetShardedDatabasesShardedDatabaseCollectionItemResult']:
1780
- return pulumi.get(self, "items")
1781
-
1782
-
1783
- @pulumi.output_type
1784
- class GetShardedDatabasesShardedDatabaseCollectionItemResult(dict):
1785
- def __init__(__self__, *,
1786
- character_set: str,
1787
- chunks: int,
1788
- cluster_certificate_common_name: str,
1789
- compartment_id: str,
1790
- db_deployment_type: str,
1791
- db_version: str,
1792
- db_workload: str,
1793
- defined_tags: Mapping[str, str],
1794
- display_name: str,
1795
- freeform_tags: Mapping[str, str],
1796
- id: str,
1797
- lifecycle_state: str,
1798
- lifecycle_state_details: str,
1799
- listener_port: int,
1800
- listener_port_tls: int,
1801
- ncharacter_set: str,
1802
- ons_port_local: int,
1803
- ons_port_remote: int,
1804
- prefix: str,
1805
- sharding_method: str,
1806
- state: str,
1807
- system_tags: Mapping[str, str],
1808
- time_created: str,
1809
- time_updated: str,
1810
- total_cpu_count: float,
1811
- total_data_storage_size_in_gbs: float):
1812
- """
1813
- :param str character_set: The character set for the database.
1814
- :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.
1815
- :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.
1816
- :param str compartment_id: The ID of the compartment in which to list resources.
1817
- :param str db_deployment_type: The database deployment type.
1818
- :param str db_version: Oracle Database version number.
1819
- :param str db_workload: Possible workload types.
1820
- :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"}`
1821
- :param str display_name: A filter to return only sharded databases that match the entire name given. The match is not case sensitive.
1822
- :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"}`
1823
- :param str id: Sharded Database identifier
1824
- :param str lifecycle_state_details: Detailed message for the lifecycle state.
1825
- :param int listener_port: The GSM listener port number.
1826
- :param int listener_port_tls: The TLS listener port number for sharded database.
1827
- :param str ncharacter_set: The national character set for the database.
1828
- :param int ons_port_local: Ons local port number.
1829
- :param int ons_port_remote: Ons remote port number.
1830
- :param str prefix: Unique prefix for the sharded database.
1831
- :param str sharding_method: Sharding Method.
1832
- :param str state: A filter to return only resources their lifecycleState matches the given lifecycleState.
1833
- :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"}`
1834
- :param str time_created: The time the the Sharded Database was created. An RFC3339 formatted datetime string
1835
- :param str time_updated: The time the Sharded Database was last updated. An RFC3339 formatted datetime string
1836
- """
1837
- pulumi.set(__self__, "character_set", character_set)
1838
- pulumi.set(__self__, "chunks", chunks)
1839
- pulumi.set(__self__, "cluster_certificate_common_name", cluster_certificate_common_name)
1840
- pulumi.set(__self__, "compartment_id", compartment_id)
1841
- pulumi.set(__self__, "db_deployment_type", db_deployment_type)
1842
- pulumi.set(__self__, "db_version", db_version)
1843
- pulumi.set(__self__, "db_workload", db_workload)
1844
- pulumi.set(__self__, "defined_tags", defined_tags)
1845
- pulumi.set(__self__, "display_name", display_name)
1846
- pulumi.set(__self__, "freeform_tags", freeform_tags)
1847
- pulumi.set(__self__, "id", id)
1848
- pulumi.set(__self__, "lifecycle_state", lifecycle_state)
1849
- pulumi.set(__self__, "lifecycle_state_details", lifecycle_state_details)
1850
- pulumi.set(__self__, "listener_port", listener_port)
1851
- pulumi.set(__self__, "listener_port_tls", listener_port_tls)
1852
- pulumi.set(__self__, "ncharacter_set", ncharacter_set)
1853
- pulumi.set(__self__, "ons_port_local", ons_port_local)
1854
- pulumi.set(__self__, "ons_port_remote", ons_port_remote)
1855
- pulumi.set(__self__, "prefix", prefix)
1856
- pulumi.set(__self__, "sharding_method", sharding_method)
1857
- pulumi.set(__self__, "state", state)
1858
- pulumi.set(__self__, "system_tags", system_tags)
1859
- pulumi.set(__self__, "time_created", time_created)
1860
- pulumi.set(__self__, "time_updated", time_updated)
1861
- pulumi.set(__self__, "total_cpu_count", total_cpu_count)
1862
- pulumi.set(__self__, "total_data_storage_size_in_gbs", total_data_storage_size_in_gbs)
1863
-
1864
- @property
1865
- @pulumi.getter(name="characterSet")
1866
- def character_set(self) -> str:
1867
- """
1868
- The character set for the database.
1869
- """
1870
- return pulumi.get(self, "character_set")
1871
-
1872
- @property
1873
- @pulumi.getter
1874
- def chunks(self) -> int:
1875
- """
1876
- 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.
1877
- """
1878
- return pulumi.get(self, "chunks")
1879
-
1880
- @property
1881
- @pulumi.getter(name="clusterCertificateCommonName")
1882
- def cluster_certificate_common_name(self) -> str:
1883
- """
1884
- 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.
1885
- """
1886
- return pulumi.get(self, "cluster_certificate_common_name")
1887
-
1888
- @property
1889
- @pulumi.getter(name="compartmentId")
1890
- def compartment_id(self) -> str:
1891
- """
1892
- The ID of the compartment in which to list resources.
1893
- """
1894
- return pulumi.get(self, "compartment_id")
1895
-
1896
- @property
1897
- @pulumi.getter(name="dbDeploymentType")
1898
- def db_deployment_type(self) -> str:
1899
- """
1900
- The database deployment type.
1901
- """
1902
- return pulumi.get(self, "db_deployment_type")
1903
-
1904
- @property
1905
- @pulumi.getter(name="dbVersion")
1906
- def db_version(self) -> str:
1907
- """
1908
- Oracle Database version number.
1909
- """
1910
- return pulumi.get(self, "db_version")
1911
-
1912
- @property
1913
- @pulumi.getter(name="dbWorkload")
1914
- def db_workload(self) -> str:
1915
- """
1916
- Possible workload types.
1917
- """
1918
- return pulumi.get(self, "db_workload")
1919
-
1920
- @property
1921
- @pulumi.getter(name="definedTags")
1922
- def defined_tags(self) -> Mapping[str, str]:
1923
- """
1924
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1925
- """
1926
- return pulumi.get(self, "defined_tags")
1927
-
1928
- @property
1929
- @pulumi.getter(name="displayName")
1930
- def display_name(self) -> str:
1931
- """
1932
- A filter to return only sharded databases that match the entire name given. The match is not case sensitive.
1933
- """
1934
- return pulumi.get(self, "display_name")
1935
-
1936
- @property
1937
- @pulumi.getter(name="freeformTags")
1938
- def freeform_tags(self) -> Mapping[str, str]:
1939
- """
1940
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
1941
- """
1942
- return pulumi.get(self, "freeform_tags")
1943
-
1944
- @property
1945
- @pulumi.getter
1946
- def id(self) -> str:
1947
- """
1948
- Sharded Database identifier
1949
- """
1950
- return pulumi.get(self, "id")
1951
-
1952
- @property
1953
- @pulumi.getter(name="lifecycleState")
1954
- def lifecycle_state(self) -> str:
1955
- return pulumi.get(self, "lifecycle_state")
1956
-
1957
- @property
1958
- @pulumi.getter(name="lifecycleStateDetails")
1959
- def lifecycle_state_details(self) -> str:
1960
- """
1961
- Detailed message for the lifecycle state.
1962
- """
1963
- return pulumi.get(self, "lifecycle_state_details")
1964
-
1965
- @property
1966
- @pulumi.getter(name="listenerPort")
1967
- def listener_port(self) -> int:
1968
- """
1969
- The GSM listener port number.
1970
- """
1971
- return pulumi.get(self, "listener_port")
1972
-
1973
- @property
1974
- @pulumi.getter(name="listenerPortTls")
1975
- def listener_port_tls(self) -> int:
1976
- """
1977
- The TLS listener port number for sharded database.
1978
- """
1979
- return pulumi.get(self, "listener_port_tls")
1980
-
1981
- @property
1982
- @pulumi.getter(name="ncharacterSet")
1983
- def ncharacter_set(self) -> str:
1984
- """
1985
- The national character set for the database.
1986
- """
1987
- return pulumi.get(self, "ncharacter_set")
1988
-
1989
- @property
1990
- @pulumi.getter(name="onsPortLocal")
1991
- def ons_port_local(self) -> int:
1992
- """
1993
- Ons local port number.
1994
- """
1995
- return pulumi.get(self, "ons_port_local")
1996
-
1997
- @property
1998
- @pulumi.getter(name="onsPortRemote")
1999
- def ons_port_remote(self) -> int:
2000
- """
2001
- Ons remote port number.
2002
- """
2003
- return pulumi.get(self, "ons_port_remote")
2004
-
2005
- @property
2006
- @pulumi.getter
2007
- def prefix(self) -> str:
2008
- """
2009
- Unique prefix for the sharded database.
2010
- """
2011
- return pulumi.get(self, "prefix")
2012
-
2013
- @property
2014
- @pulumi.getter(name="shardingMethod")
2015
- def sharding_method(self) -> str:
2016
- """
2017
- Sharding Method.
2018
- """
2019
- return pulumi.get(self, "sharding_method")
2020
-
2021
- @property
2022
- @pulumi.getter
2023
- def state(self) -> str:
2024
- """
2025
- A filter to return only resources their lifecycleState matches the given lifecycleState.
2026
- """
2027
- return pulumi.get(self, "state")
2028
-
2029
- @property
2030
- @pulumi.getter(name="systemTags")
2031
- def system_tags(self) -> Mapping[str, str]:
2032
- """
2033
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
2034
- """
2035
- return pulumi.get(self, "system_tags")
2036
-
2037
- @property
2038
- @pulumi.getter(name="timeCreated")
2039
- def time_created(self) -> str:
2040
- """
2041
- The time the the Sharded Database was created. An RFC3339 formatted datetime string
2042
- """
2043
- return pulumi.get(self, "time_created")
2044
-
2045
- @property
2046
- @pulumi.getter(name="timeUpdated")
2047
- def time_updated(self) -> str:
2048
- """
2049
- The time the Sharded Database was last updated. An RFC3339 formatted datetime string
2050
- """
2051
- return pulumi.get(self, "time_updated")
2052
-
2053
- @property
2054
- @pulumi.getter(name="totalCpuCount")
2055
- def total_cpu_count(self) -> float:
2056
- return pulumi.get(self, "total_cpu_count")
2057
-
2058
- @property
2059
- @pulumi.getter(name="totalDataStorageSizeInGbs")
2060
- def total_data_storage_size_in_gbs(self) -> float:
2061
- return pulumi.get(self, "total_data_storage_size_in_gbs")
2062
-
2063
-