pulumi-oci 2.11.0__py3-none-any.whl → 2.11.0a1726726622__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. pulumi_oci/__init__.py +0 -62
  2. pulumi_oci/bigdataservice/__init__.py +0 -3
  3. pulumi_oci/bigdataservice/_inputs.py +0 -66
  4. pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +2 -136
  5. pulumi_oci/bigdataservice/outputs.py +0 -175
  6. pulumi_oci/capacitymanagement/__init__.py +0 -8
  7. pulumi_oci/capacitymanagement/_inputs.py +3 -465
  8. pulumi_oci/capacitymanagement/get_internal_occ_availability_catalogs.py +7 -7
  9. pulumi_oci/capacitymanagement/get_occ_availability_catalog.py +1 -1
  10. pulumi_oci/capacitymanagement/get_occ_capacity_request.py +2 -15
  11. pulumi_oci/capacitymanagement/get_occ_capacity_requests.py +5 -25
  12. pulumi_oci/capacitymanagement/get_occ_customer_group.py +1 -1
  13. pulumi_oci/capacitymanagement/occ_availability_catalog.py +4 -4
  14. pulumi_oci/capacitymanagement/occ_capacity_request.py +32 -78
  15. pulumi_oci/capacitymanagement/outputs.py +166 -1668
  16. pulumi_oci/containerengine/__init__.py +0 -1
  17. pulumi_oci/containerengine/outputs.py +0 -492
  18. pulumi_oci/generativeai/dedicated_ai_cluster.py +0 -7
  19. pulumi_oci/generativeai/get_model.py +0 -3
  20. pulumi_oci/generativeai/outputs.py +0 -4
  21. pulumi_oci/pulumi-plugin.json +1 -1
  22. {pulumi_oci-2.11.0.dist-info → pulumi_oci-2.11.0a1726726622.dist-info}/METADATA +1 -1
  23. {pulumi_oci-2.11.0.dist-info → pulumi_oci-2.11.0a1726726622.dist-info}/RECORD +25 -55
  24. pulumi_oci/bigdataservice/bds_instance_resource_principal_configuration.py +0 -524
  25. pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configuration.py +0 -236
  26. pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configurations.py +0 -176
  27. pulumi_oci/capacitymanagement/get_internal_namespace_occ_overviews.py +0 -221
  28. pulumi_oci/capacitymanagement/get_internal_occ_handover_resource_block_details.py +0 -150
  29. pulumi_oci/capacitymanagement/get_internal_occ_handover_resource_blocks.py +0 -247
  30. pulumi_oci/capacitymanagement/get_namespace_occ_overviews.py +0 -204
  31. pulumi_oci/capacitymanagement/get_occ_handover_resource_block_details.py +0 -150
  32. pulumi_oci/capacitymanagement/get_occ_handover_resource_blocks.py +0 -227
  33. pulumi_oci/capacitymanagement/occ_customer_group.py +0 -690
  34. pulumi_oci/capacitymanagement/occ_customer_group_occ_customer.py +0 -412
  35. pulumi_oci/containerengine/get_cluster.py +0 -327
  36. pulumi_oci/fleetsoftwareupdate/__init__.py +0 -15
  37. pulumi_oci/fleetsoftwareupdate/_inputs.py +0 -717
  38. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +0 -804
  39. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +0 -1231
  40. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +0 -301
  41. pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +0 -196
  42. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +0 -431
  43. pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +0 -233
  44. pulumi_oci/fleetsoftwareupdate/outputs.py +0 -2129
  45. pulumi_oci/globallydistributeddatabase/__init__.py +0 -15
  46. pulumi_oci/globallydistributeddatabase/_inputs.py +0 -1003
  47. pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +0 -300
  48. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +0 -176
  49. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +0 -610
  50. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +0 -176
  51. pulumi_oci/globallydistributeddatabase/outputs.py +0 -2058
  52. pulumi_oci/globallydistributeddatabase/private_endpoint.py +0 -742
  53. pulumi_oci/globallydistributeddatabase/sharded_database.py +0 -1816
  54. {pulumi_oci-2.11.0.dist-info → pulumi_oci-2.11.0a1726726622.dist-info}/WHEEL +0 -0
  55. {pulumi_oci-2.11.0.dist-info → pulumi_oci-2.11.0a1726726622.dist-info}/top_level.txt +0 -0
@@ -1,1816 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- import copy
6
- import warnings
7
- import pulumi
8
- import pulumi.runtime
9
- from typing import Any, Mapping, Optional, Sequence, Union, overload
10
- from .. import _utilities
11
- from . import outputs
12
- from ._inputs import *
13
-
14
- __all__ = ['ShardedDatabaseArgs', 'ShardedDatabase']
15
-
16
- @pulumi.input_type
17
- class ShardedDatabaseArgs:
18
- def __init__(__self__, *,
19
- catalog_details: pulumi.Input[Sequence[pulumi.Input['ShardedDatabaseCatalogDetailArgs']]],
20
- character_set: pulumi.Input[str],
21
- compartment_id: pulumi.Input[str],
22
- db_deployment_type: pulumi.Input[str],
23
- db_version: pulumi.Input[str],
24
- db_workload: pulumi.Input[str],
25
- display_name: pulumi.Input[str],
26
- listener_port: pulumi.Input[int],
27
- listener_port_tls: pulumi.Input[int],
28
- ncharacter_set: pulumi.Input[str],
29
- ons_port_local: pulumi.Input[int],
30
- ons_port_remote: pulumi.Input[int],
31
- prefix: pulumi.Input[str],
32
- shard_details: pulumi.Input[Sequence[pulumi.Input['ShardedDatabaseShardDetailArgs']]],
33
- sharding_method: pulumi.Input[str],
34
- chunks: Optional[pulumi.Input[int]] = None,
35
- cluster_certificate_common_name: Optional[pulumi.Input[str]] = None,
36
- configure_sharding_trigger: Optional[pulumi.Input[int]] = None,
37
- defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
38
- download_gsm_certificate_signing_request_trigger: Optional[pulumi.Input[int]] = None,
39
- freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
40
- generate_gsm_certificate_signing_request_trigger: Optional[pulumi.Input[int]] = None,
41
- get_connection_string_trigger: Optional[pulumi.Input[int]] = None,
42
- patch_operations: Optional[pulumi.Input[Sequence[pulumi.Input['ShardedDatabasePatchOperationArgs']]]] = None,
43
- start_database_trigger: Optional[pulumi.Input[int]] = None,
44
- stop_database_trigger: Optional[pulumi.Input[int]] = None,
45
- validate_network_trigger: Optional[pulumi.Input[int]] = None):
46
- """
47
- The set of arguments for constructing a ShardedDatabase resource.
48
- :param pulumi.Input[Sequence[pulumi.Input['ShardedDatabaseCatalogDetailArgs']]] catalog_details: Collection of ATP-Dedicated catalogs that needs to be created.
49
- :param pulumi.Input[str] character_set: The character set for the new shard database being created. Use database api ListAutonomousDatabaseCharacterSets to get the list of allowed character set for autonomous dedicated database. See documentation: https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabaseCharacterSets/ListAutonomousDatabaseCharacterSets
50
- :param pulumi.Input[str] compartment_id: (Updatable) Identifier of the compartment where sharded database is to be created.
51
- :param pulumi.Input[str] db_deployment_type: The database deployment type.
52
- :param pulumi.Input[str] db_version: Oracle Database version of the Autonomous Container Database.
53
- :param pulumi.Input[str] db_workload: Possible workload types.
54
- :param pulumi.Input[str] display_name: (Updatable) Oracle sharded database display name.
55
- :param pulumi.Input[int] listener_port: The listener port number for sharded database.
56
- :param pulumi.Input[int] listener_port_tls: The TLS listener port number for sharded database.
57
- :param pulumi.Input[str] ncharacter_set: The national character set for the new shard database being created. Use database api ListAutonomousDatabaseCharacterSets to get the list of allowed national character set for autonomous dedicated database. See documentation: https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabaseCharacterSets/ListAutonomousDatabaseCharacterSets
58
- :param pulumi.Input[int] ons_port_local: Ons port local for sharded database.
59
- :param pulumi.Input[int] ons_port_remote: Ons remote port for sharded database.
60
- :param pulumi.Input[str] prefix: Unique name prefix for the sharded databases. Only alpha-numeric values are allowed. First character has to be a letter followed by any combination of letter and number.
61
- :param pulumi.Input[Sequence[pulumi.Input['ShardedDatabaseShardDetailArgs']]] shard_details: Collection of ATP-Dedicated shards that needs to be created.
62
- :param pulumi.Input[str] sharding_method: Sharding Method.
63
- :param pulumi.Input[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.
64
- :param pulumi.Input[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.
65
- :param pulumi.Input[int] configure_sharding_trigger: (Updatable) An optional property when incremented triggers Configure Sharding. Could be set to any integer value.
66
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
67
- :param pulumi.Input[int] download_gsm_certificate_signing_request_trigger: (Updatable) An optional property when incremented triggers Download Gsm Certificate Signing Request. Could be set to any integer value.
68
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
69
- :param pulumi.Input[int] generate_gsm_certificate_signing_request_trigger: (Updatable) An optional property when incremented triggers Generate Gsm Certificate Signing Request. Could be set to any integer value.
70
- :param pulumi.Input[int] get_connection_string_trigger: (Updatable) An optional property when incremented triggers Get Connection String. Could be set to any integer value.
71
- :param pulumi.Input[Sequence[pulumi.Input['ShardedDatabasePatchOperationArgs']]] patch_operations: (Updatable)
72
- :param pulumi.Input[int] start_database_trigger: (Updatable) An optional property when incremented triggers Start Database. Could be set to any integer value.
73
- :param pulumi.Input[int] stop_database_trigger: (Updatable) An optional property when incremented triggers Stop Database. Could be set to any integer value.
74
- :param pulumi.Input[int] validate_network_trigger: (Updatable) An optional property when incremented triggers Validate Network. Could be set to any integer value.
75
-
76
-
77
- ** IMPORTANT **
78
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
79
- """
80
- pulumi.set(__self__, "catalog_details", catalog_details)
81
- pulumi.set(__self__, "character_set", character_set)
82
- pulumi.set(__self__, "compartment_id", compartment_id)
83
- pulumi.set(__self__, "db_deployment_type", db_deployment_type)
84
- pulumi.set(__self__, "db_version", db_version)
85
- pulumi.set(__self__, "db_workload", db_workload)
86
- pulumi.set(__self__, "display_name", display_name)
87
- pulumi.set(__self__, "listener_port", listener_port)
88
- pulumi.set(__self__, "listener_port_tls", listener_port_tls)
89
- pulumi.set(__self__, "ncharacter_set", ncharacter_set)
90
- pulumi.set(__self__, "ons_port_local", ons_port_local)
91
- pulumi.set(__self__, "ons_port_remote", ons_port_remote)
92
- pulumi.set(__self__, "prefix", prefix)
93
- pulumi.set(__self__, "shard_details", shard_details)
94
- pulumi.set(__self__, "sharding_method", sharding_method)
95
- if chunks is not None:
96
- pulumi.set(__self__, "chunks", chunks)
97
- if cluster_certificate_common_name is not None:
98
- pulumi.set(__self__, "cluster_certificate_common_name", cluster_certificate_common_name)
99
- if configure_sharding_trigger is not None:
100
- pulumi.set(__self__, "configure_sharding_trigger", configure_sharding_trigger)
101
- if defined_tags is not None:
102
- pulumi.set(__self__, "defined_tags", defined_tags)
103
- if download_gsm_certificate_signing_request_trigger is not None:
104
- pulumi.set(__self__, "download_gsm_certificate_signing_request_trigger", download_gsm_certificate_signing_request_trigger)
105
- if freeform_tags is not None:
106
- pulumi.set(__self__, "freeform_tags", freeform_tags)
107
- if generate_gsm_certificate_signing_request_trigger is not None:
108
- pulumi.set(__self__, "generate_gsm_certificate_signing_request_trigger", generate_gsm_certificate_signing_request_trigger)
109
- if get_connection_string_trigger is not None:
110
- pulumi.set(__self__, "get_connection_string_trigger", get_connection_string_trigger)
111
- if patch_operations is not None:
112
- pulumi.set(__self__, "patch_operations", patch_operations)
113
- if start_database_trigger is not None:
114
- pulumi.set(__self__, "start_database_trigger", start_database_trigger)
115
- if stop_database_trigger is not None:
116
- pulumi.set(__self__, "stop_database_trigger", stop_database_trigger)
117
- if validate_network_trigger is not None:
118
- pulumi.set(__self__, "validate_network_trigger", validate_network_trigger)
119
-
120
- @property
121
- @pulumi.getter(name="catalogDetails")
122
- def catalog_details(self) -> pulumi.Input[Sequence[pulumi.Input['ShardedDatabaseCatalogDetailArgs']]]:
123
- """
124
- Collection of ATP-Dedicated catalogs that needs to be created.
125
- """
126
- return pulumi.get(self, "catalog_details")
127
-
128
- @catalog_details.setter
129
- def catalog_details(self, value: pulumi.Input[Sequence[pulumi.Input['ShardedDatabaseCatalogDetailArgs']]]):
130
- pulumi.set(self, "catalog_details", value)
131
-
132
- @property
133
- @pulumi.getter(name="characterSet")
134
- def character_set(self) -> pulumi.Input[str]:
135
- """
136
- The character set for the new shard database being created. Use database api ListAutonomousDatabaseCharacterSets to get the list of allowed character set for autonomous dedicated database. See documentation: https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabaseCharacterSets/ListAutonomousDatabaseCharacterSets
137
- """
138
- return pulumi.get(self, "character_set")
139
-
140
- @character_set.setter
141
- def character_set(self, value: pulumi.Input[str]):
142
- pulumi.set(self, "character_set", value)
143
-
144
- @property
145
- @pulumi.getter(name="compartmentId")
146
- def compartment_id(self) -> pulumi.Input[str]:
147
- """
148
- (Updatable) Identifier of the compartment where sharded database is to be created.
149
- """
150
- return pulumi.get(self, "compartment_id")
151
-
152
- @compartment_id.setter
153
- def compartment_id(self, value: pulumi.Input[str]):
154
- pulumi.set(self, "compartment_id", value)
155
-
156
- @property
157
- @pulumi.getter(name="dbDeploymentType")
158
- def db_deployment_type(self) -> pulumi.Input[str]:
159
- """
160
- The database deployment type.
161
- """
162
- return pulumi.get(self, "db_deployment_type")
163
-
164
- @db_deployment_type.setter
165
- def db_deployment_type(self, value: pulumi.Input[str]):
166
- pulumi.set(self, "db_deployment_type", value)
167
-
168
- @property
169
- @pulumi.getter(name="dbVersion")
170
- def db_version(self) -> pulumi.Input[str]:
171
- """
172
- Oracle Database version of the Autonomous Container Database.
173
- """
174
- return pulumi.get(self, "db_version")
175
-
176
- @db_version.setter
177
- def db_version(self, value: pulumi.Input[str]):
178
- pulumi.set(self, "db_version", value)
179
-
180
- @property
181
- @pulumi.getter(name="dbWorkload")
182
- def db_workload(self) -> pulumi.Input[str]:
183
- """
184
- Possible workload types.
185
- """
186
- return pulumi.get(self, "db_workload")
187
-
188
- @db_workload.setter
189
- def db_workload(self, value: pulumi.Input[str]):
190
- pulumi.set(self, "db_workload", value)
191
-
192
- @property
193
- @pulumi.getter(name="displayName")
194
- def display_name(self) -> pulumi.Input[str]:
195
- """
196
- (Updatable) Oracle sharded database display name.
197
- """
198
- return pulumi.get(self, "display_name")
199
-
200
- @display_name.setter
201
- def display_name(self, value: pulumi.Input[str]):
202
- pulumi.set(self, "display_name", value)
203
-
204
- @property
205
- @pulumi.getter(name="listenerPort")
206
- def listener_port(self) -> pulumi.Input[int]:
207
- """
208
- The listener port number for sharded database.
209
- """
210
- return pulumi.get(self, "listener_port")
211
-
212
- @listener_port.setter
213
- def listener_port(self, value: pulumi.Input[int]):
214
- pulumi.set(self, "listener_port", value)
215
-
216
- @property
217
- @pulumi.getter(name="listenerPortTls")
218
- def listener_port_tls(self) -> pulumi.Input[int]:
219
- """
220
- The TLS listener port number for sharded database.
221
- """
222
- return pulumi.get(self, "listener_port_tls")
223
-
224
- @listener_port_tls.setter
225
- def listener_port_tls(self, value: pulumi.Input[int]):
226
- pulumi.set(self, "listener_port_tls", value)
227
-
228
- @property
229
- @pulumi.getter(name="ncharacterSet")
230
- def ncharacter_set(self) -> pulumi.Input[str]:
231
- """
232
- The national character set for the new shard database being created. Use database api ListAutonomousDatabaseCharacterSets to get the list of allowed national character set for autonomous dedicated database. See documentation: https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabaseCharacterSets/ListAutonomousDatabaseCharacterSets
233
- """
234
- return pulumi.get(self, "ncharacter_set")
235
-
236
- @ncharacter_set.setter
237
- def ncharacter_set(self, value: pulumi.Input[str]):
238
- pulumi.set(self, "ncharacter_set", value)
239
-
240
- @property
241
- @pulumi.getter(name="onsPortLocal")
242
- def ons_port_local(self) -> pulumi.Input[int]:
243
- """
244
- Ons port local for sharded database.
245
- """
246
- return pulumi.get(self, "ons_port_local")
247
-
248
- @ons_port_local.setter
249
- def ons_port_local(self, value: pulumi.Input[int]):
250
- pulumi.set(self, "ons_port_local", value)
251
-
252
- @property
253
- @pulumi.getter(name="onsPortRemote")
254
- def ons_port_remote(self) -> pulumi.Input[int]:
255
- """
256
- Ons remote port for sharded database.
257
- """
258
- return pulumi.get(self, "ons_port_remote")
259
-
260
- @ons_port_remote.setter
261
- def ons_port_remote(self, value: pulumi.Input[int]):
262
- pulumi.set(self, "ons_port_remote", value)
263
-
264
- @property
265
- @pulumi.getter
266
- def prefix(self) -> pulumi.Input[str]:
267
- """
268
- Unique name prefix for the sharded databases. Only alpha-numeric values are allowed. First character has to be a letter followed by any combination of letter and number.
269
- """
270
- return pulumi.get(self, "prefix")
271
-
272
- @prefix.setter
273
- def prefix(self, value: pulumi.Input[str]):
274
- pulumi.set(self, "prefix", value)
275
-
276
- @property
277
- @pulumi.getter(name="shardDetails")
278
- def shard_details(self) -> pulumi.Input[Sequence[pulumi.Input['ShardedDatabaseShardDetailArgs']]]:
279
- """
280
- Collection of ATP-Dedicated shards that needs to be created.
281
- """
282
- return pulumi.get(self, "shard_details")
283
-
284
- @shard_details.setter
285
- def shard_details(self, value: pulumi.Input[Sequence[pulumi.Input['ShardedDatabaseShardDetailArgs']]]):
286
- pulumi.set(self, "shard_details", value)
287
-
288
- @property
289
- @pulumi.getter(name="shardingMethod")
290
- def sharding_method(self) -> pulumi.Input[str]:
291
- """
292
- Sharding Method.
293
- """
294
- return pulumi.get(self, "sharding_method")
295
-
296
- @sharding_method.setter
297
- def sharding_method(self, value: pulumi.Input[str]):
298
- pulumi.set(self, "sharding_method", value)
299
-
300
- @property
301
- @pulumi.getter
302
- def chunks(self) -> Optional[pulumi.Input[int]]:
303
- """
304
- 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.
305
- """
306
- return pulumi.get(self, "chunks")
307
-
308
- @chunks.setter
309
- def chunks(self, value: Optional[pulumi.Input[int]]):
310
- pulumi.set(self, "chunks", value)
311
-
312
- @property
313
- @pulumi.getter(name="clusterCertificateCommonName")
314
- def cluster_certificate_common_name(self) -> Optional[pulumi.Input[str]]:
315
- """
316
- 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.
317
- """
318
- return pulumi.get(self, "cluster_certificate_common_name")
319
-
320
- @cluster_certificate_common_name.setter
321
- def cluster_certificate_common_name(self, value: Optional[pulumi.Input[str]]):
322
- pulumi.set(self, "cluster_certificate_common_name", value)
323
-
324
- @property
325
- @pulumi.getter(name="configureShardingTrigger")
326
- def configure_sharding_trigger(self) -> Optional[pulumi.Input[int]]:
327
- """
328
- (Updatable) An optional property when incremented triggers Configure Sharding. Could be set to any integer value.
329
- """
330
- return pulumi.get(self, "configure_sharding_trigger")
331
-
332
- @configure_sharding_trigger.setter
333
- def configure_sharding_trigger(self, value: Optional[pulumi.Input[int]]):
334
- pulumi.set(self, "configure_sharding_trigger", value)
335
-
336
- @property
337
- @pulumi.getter(name="definedTags")
338
- def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
339
- """
340
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
341
- """
342
- return pulumi.get(self, "defined_tags")
343
-
344
- @defined_tags.setter
345
- def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
346
- pulumi.set(self, "defined_tags", value)
347
-
348
- @property
349
- @pulumi.getter(name="downloadGsmCertificateSigningRequestTrigger")
350
- def download_gsm_certificate_signing_request_trigger(self) -> Optional[pulumi.Input[int]]:
351
- """
352
- (Updatable) An optional property when incremented triggers Download Gsm Certificate Signing Request. Could be set to any integer value.
353
- """
354
- return pulumi.get(self, "download_gsm_certificate_signing_request_trigger")
355
-
356
- @download_gsm_certificate_signing_request_trigger.setter
357
- def download_gsm_certificate_signing_request_trigger(self, value: Optional[pulumi.Input[int]]):
358
- pulumi.set(self, "download_gsm_certificate_signing_request_trigger", value)
359
-
360
- @property
361
- @pulumi.getter(name="freeformTags")
362
- def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
363
- """
364
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
365
- """
366
- return pulumi.get(self, "freeform_tags")
367
-
368
- @freeform_tags.setter
369
- def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
370
- pulumi.set(self, "freeform_tags", value)
371
-
372
- @property
373
- @pulumi.getter(name="generateGsmCertificateSigningRequestTrigger")
374
- def generate_gsm_certificate_signing_request_trigger(self) -> Optional[pulumi.Input[int]]:
375
- """
376
- (Updatable) An optional property when incremented triggers Generate Gsm Certificate Signing Request. Could be set to any integer value.
377
- """
378
- return pulumi.get(self, "generate_gsm_certificate_signing_request_trigger")
379
-
380
- @generate_gsm_certificate_signing_request_trigger.setter
381
- def generate_gsm_certificate_signing_request_trigger(self, value: Optional[pulumi.Input[int]]):
382
- pulumi.set(self, "generate_gsm_certificate_signing_request_trigger", value)
383
-
384
- @property
385
- @pulumi.getter(name="getConnectionStringTrigger")
386
- def get_connection_string_trigger(self) -> Optional[pulumi.Input[int]]:
387
- """
388
- (Updatable) An optional property when incremented triggers Get Connection String. Could be set to any integer value.
389
- """
390
- return pulumi.get(self, "get_connection_string_trigger")
391
-
392
- @get_connection_string_trigger.setter
393
- def get_connection_string_trigger(self, value: Optional[pulumi.Input[int]]):
394
- pulumi.set(self, "get_connection_string_trigger", value)
395
-
396
- @property
397
- @pulumi.getter(name="patchOperations")
398
- def patch_operations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ShardedDatabasePatchOperationArgs']]]]:
399
- """
400
- (Updatable)
401
- """
402
- return pulumi.get(self, "patch_operations")
403
-
404
- @patch_operations.setter
405
- def patch_operations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ShardedDatabasePatchOperationArgs']]]]):
406
- pulumi.set(self, "patch_operations", value)
407
-
408
- @property
409
- @pulumi.getter(name="startDatabaseTrigger")
410
- def start_database_trigger(self) -> Optional[pulumi.Input[int]]:
411
- """
412
- (Updatable) An optional property when incremented triggers Start Database. Could be set to any integer value.
413
- """
414
- return pulumi.get(self, "start_database_trigger")
415
-
416
- @start_database_trigger.setter
417
- def start_database_trigger(self, value: Optional[pulumi.Input[int]]):
418
- pulumi.set(self, "start_database_trigger", value)
419
-
420
- @property
421
- @pulumi.getter(name="stopDatabaseTrigger")
422
- def stop_database_trigger(self) -> Optional[pulumi.Input[int]]:
423
- """
424
- (Updatable) An optional property when incremented triggers Stop Database. Could be set to any integer value.
425
- """
426
- return pulumi.get(self, "stop_database_trigger")
427
-
428
- @stop_database_trigger.setter
429
- def stop_database_trigger(self, value: Optional[pulumi.Input[int]]):
430
- pulumi.set(self, "stop_database_trigger", value)
431
-
432
- @property
433
- @pulumi.getter(name="validateNetworkTrigger")
434
- def validate_network_trigger(self) -> Optional[pulumi.Input[int]]:
435
- """
436
- (Updatable) An optional property when incremented triggers Validate Network. Could be set to any integer value.
437
-
438
-
439
- ** IMPORTANT **
440
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
441
- """
442
- return pulumi.get(self, "validate_network_trigger")
443
-
444
- @validate_network_trigger.setter
445
- def validate_network_trigger(self, value: Optional[pulumi.Input[int]]):
446
- pulumi.set(self, "validate_network_trigger", value)
447
-
448
-
449
- @pulumi.input_type
450
- class _ShardedDatabaseState:
451
- def __init__(__self__, *,
452
- catalog_details: Optional[pulumi.Input[Sequence[pulumi.Input['ShardedDatabaseCatalogDetailArgs']]]] = None,
453
- character_set: Optional[pulumi.Input[str]] = None,
454
- chunks: Optional[pulumi.Input[int]] = None,
455
- cluster_certificate_common_name: Optional[pulumi.Input[str]] = None,
456
- compartment_id: Optional[pulumi.Input[str]] = None,
457
- configure_gsms_trigger: Optional[pulumi.Input[int]] = None,
458
- configure_sharding_trigger: Optional[pulumi.Input[int]] = None,
459
- connection_strings: Optional[pulumi.Input[Sequence[pulumi.Input['ShardedDatabaseConnectionStringArgs']]]] = None,
460
- db_deployment_type: Optional[pulumi.Input[str]] = None,
461
- db_version: Optional[pulumi.Input[str]] = None,
462
- db_workload: Optional[pulumi.Input[str]] = None,
463
- defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
464
- display_name: Optional[pulumi.Input[str]] = None,
465
- download_gsm_certificate_signing_request_trigger: Optional[pulumi.Input[int]] = None,
466
- freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
467
- generate_gsm_certificate_signing_request_trigger: Optional[pulumi.Input[int]] = None,
468
- generate_wallet_trigger: Optional[pulumi.Input[int]] = None,
469
- get_connection_string_trigger: Optional[pulumi.Input[int]] = None,
470
- gsms: Optional[pulumi.Input[Sequence[pulumi.Input['ShardedDatabaseGsmArgs']]]] = None,
471
- lifecycle_state: Optional[pulumi.Input[str]] = None,
472
- lifecycle_state_details: Optional[pulumi.Input[str]] = None,
473
- listener_port: Optional[pulumi.Input[int]] = None,
474
- listener_port_tls: Optional[pulumi.Input[int]] = None,
475
- ncharacter_set: Optional[pulumi.Input[str]] = None,
476
- ons_port_local: Optional[pulumi.Input[int]] = None,
477
- ons_port_remote: Optional[pulumi.Input[int]] = None,
478
- patch_operations: Optional[pulumi.Input[Sequence[pulumi.Input['ShardedDatabasePatchOperationArgs']]]] = None,
479
- prefix: Optional[pulumi.Input[str]] = None,
480
- private_endpoint: Optional[pulumi.Input[str]] = None,
481
- shard_details: Optional[pulumi.Input[Sequence[pulumi.Input['ShardedDatabaseShardDetailArgs']]]] = None,
482
- sharded_database_id: Optional[pulumi.Input[str]] = None,
483
- sharding_method: Optional[pulumi.Input[str]] = None,
484
- start_database_trigger: Optional[pulumi.Input[int]] = None,
485
- state: Optional[pulumi.Input[str]] = None,
486
- stop_database_trigger: Optional[pulumi.Input[int]] = None,
487
- system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
488
- time_created: Optional[pulumi.Input[str]] = None,
489
- time_updated: Optional[pulumi.Input[str]] = None,
490
- time_zone: Optional[pulumi.Input[str]] = None,
491
- upload_signed_certificate_and_generate_wallet_trigger: Optional[pulumi.Input[int]] = None,
492
- validate_network_trigger: Optional[pulumi.Input[int]] = None):
493
- """
494
- Input properties used for looking up and filtering ShardedDatabase resources.
495
- :param pulumi.Input[Sequence[pulumi.Input['ShardedDatabaseCatalogDetailArgs']]] catalog_details: Collection of ATP-Dedicated catalogs that needs to be created.
496
- :param pulumi.Input[str] character_set: The character set for the new shard database being created. Use database api ListAutonomousDatabaseCharacterSets to get the list of allowed character set for autonomous dedicated database. See documentation: https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabaseCharacterSets/ListAutonomousDatabaseCharacterSets
497
- :param pulumi.Input[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.
498
- :param pulumi.Input[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.
499
- :param pulumi.Input[str] compartment_id: (Updatable) Identifier of the compartment where sharded database is to be created.
500
- :param pulumi.Input[int] configure_gsms_trigger: (Updatable) An optional property when incremented triggers Configure Gsms. Could be set to any integer value.
501
- :param pulumi.Input[int] configure_sharding_trigger: (Updatable) An optional property when incremented triggers Configure Sharding. Could be set to any integer value.
502
- :param pulumi.Input[Sequence[pulumi.Input['ShardedDatabaseConnectionStringArgs']]] connection_strings: Details of sharded database connection String.
503
- :param pulumi.Input[str] db_deployment_type: The database deployment type.
504
- :param pulumi.Input[str] db_version: Oracle Database version of the Autonomous Container Database.
505
- :param pulumi.Input[str] db_workload: Possible workload types.
506
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
507
- :param pulumi.Input[str] display_name: (Updatable) Oracle sharded database display name.
508
- :param pulumi.Input[int] download_gsm_certificate_signing_request_trigger: (Updatable) An optional property when incremented triggers Download Gsm Certificate Signing Request. Could be set to any integer value.
509
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
510
- :param pulumi.Input[int] generate_gsm_certificate_signing_request_trigger: (Updatable) An optional property when incremented triggers Generate Gsm Certificate Signing Request. Could be set to any integer value.
511
- :param pulumi.Input[int] generate_wallet_trigger: (Updatable) An optional property when incremented triggers Generate Wallet. Could be set to any integer value.
512
- :param pulumi.Input[int] get_connection_string_trigger: (Updatable) An optional property when incremented triggers Get Connection String. Could be set to any integer value.
513
- :param pulumi.Input[Sequence[pulumi.Input['ShardedDatabaseGsmArgs']]] gsms: Details of GSM instances for the sharded database.
514
- :param pulumi.Input[str] lifecycle_state_details: Detailed message for the lifecycle state.
515
- :param pulumi.Input[int] listener_port: The listener port number for sharded database.
516
- :param pulumi.Input[int] listener_port_tls: The TLS listener port number for sharded database.
517
- :param pulumi.Input[str] ncharacter_set: The national character set for the new shard database being created. Use database api ListAutonomousDatabaseCharacterSets to get the list of allowed national character set for autonomous dedicated database. See documentation: https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabaseCharacterSets/ListAutonomousDatabaseCharacterSets
518
- :param pulumi.Input[int] ons_port_local: Ons port local for sharded database.
519
- :param pulumi.Input[int] ons_port_remote: Ons remote port for sharded database.
520
- :param pulumi.Input[Sequence[pulumi.Input['ShardedDatabasePatchOperationArgs']]] patch_operations: (Updatable)
521
- :param pulumi.Input[str] prefix: Unique name prefix for the sharded databases. Only alpha-numeric values are allowed. First character has to be a letter followed by any combination of letter and number.
522
- :param pulumi.Input[str] private_endpoint: The OCID of private endpoint being used by the sharded database.
523
- :param pulumi.Input[Sequence[pulumi.Input['ShardedDatabaseShardDetailArgs']]] shard_details: Collection of ATP-Dedicated shards that needs to be created.
524
- :param pulumi.Input[str] sharding_method: Sharding Method.
525
- :param pulumi.Input[int] start_database_trigger: (Updatable) An optional property when incremented triggers Start Database. Could be set to any integer value.
526
- :param pulumi.Input[str] state: Lifecycle states for sharded databases.
527
- :param pulumi.Input[int] stop_database_trigger: (Updatable) An optional property when incremented triggers Stop Database. Could be set to any integer value.
528
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
529
- :param pulumi.Input[str] time_created: The time the the Sharded Database was created. An RFC3339 formatted datetime string
530
- :param pulumi.Input[str] time_updated: The time the Sharded Database was last updated. An RFC3339 formatted datetime string
531
- :param pulumi.Input[str] time_zone: Timezone associated with the sharded database.
532
- :param pulumi.Input[int] upload_signed_certificate_and_generate_wallet_trigger: (Updatable) An optional property when incremented triggers Upload Signed Certificate And Generate Wallet. Could be set to any integer value.
533
- :param pulumi.Input[int] validate_network_trigger: (Updatable) An optional property when incremented triggers Validate Network. Could be set to any integer value.
534
-
535
-
536
- ** IMPORTANT **
537
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
538
- """
539
- if catalog_details is not None:
540
- pulumi.set(__self__, "catalog_details", catalog_details)
541
- if character_set is not None:
542
- pulumi.set(__self__, "character_set", character_set)
543
- if chunks is not None:
544
- pulumi.set(__self__, "chunks", chunks)
545
- if cluster_certificate_common_name is not None:
546
- pulumi.set(__self__, "cluster_certificate_common_name", cluster_certificate_common_name)
547
- if compartment_id is not None:
548
- pulumi.set(__self__, "compartment_id", compartment_id)
549
- if configure_gsms_trigger is not None:
550
- pulumi.set(__self__, "configure_gsms_trigger", configure_gsms_trigger)
551
- if configure_sharding_trigger is not None:
552
- pulumi.set(__self__, "configure_sharding_trigger", configure_sharding_trigger)
553
- if connection_strings is not None:
554
- pulumi.set(__self__, "connection_strings", connection_strings)
555
- if db_deployment_type is not None:
556
- pulumi.set(__self__, "db_deployment_type", db_deployment_type)
557
- if db_version is not None:
558
- pulumi.set(__self__, "db_version", db_version)
559
- if db_workload is not None:
560
- pulumi.set(__self__, "db_workload", db_workload)
561
- if defined_tags is not None:
562
- pulumi.set(__self__, "defined_tags", defined_tags)
563
- if display_name is not None:
564
- pulumi.set(__self__, "display_name", display_name)
565
- if download_gsm_certificate_signing_request_trigger is not None:
566
- pulumi.set(__self__, "download_gsm_certificate_signing_request_trigger", download_gsm_certificate_signing_request_trigger)
567
- if freeform_tags is not None:
568
- pulumi.set(__self__, "freeform_tags", freeform_tags)
569
- if generate_gsm_certificate_signing_request_trigger is not None:
570
- pulumi.set(__self__, "generate_gsm_certificate_signing_request_trigger", generate_gsm_certificate_signing_request_trigger)
571
- if generate_wallet_trigger is not None:
572
- pulumi.set(__self__, "generate_wallet_trigger", generate_wallet_trigger)
573
- if get_connection_string_trigger is not None:
574
- pulumi.set(__self__, "get_connection_string_trigger", get_connection_string_trigger)
575
- if gsms is not None:
576
- pulumi.set(__self__, "gsms", gsms)
577
- if lifecycle_state is not None:
578
- pulumi.set(__self__, "lifecycle_state", lifecycle_state)
579
- if lifecycle_state_details is not None:
580
- pulumi.set(__self__, "lifecycle_state_details", lifecycle_state_details)
581
- if listener_port is not None:
582
- pulumi.set(__self__, "listener_port", listener_port)
583
- if listener_port_tls is not None:
584
- pulumi.set(__self__, "listener_port_tls", listener_port_tls)
585
- if ncharacter_set is not None:
586
- pulumi.set(__self__, "ncharacter_set", ncharacter_set)
587
- if ons_port_local is not None:
588
- pulumi.set(__self__, "ons_port_local", ons_port_local)
589
- if ons_port_remote is not None:
590
- pulumi.set(__self__, "ons_port_remote", ons_port_remote)
591
- if patch_operations is not None:
592
- pulumi.set(__self__, "patch_operations", patch_operations)
593
- if prefix is not None:
594
- pulumi.set(__self__, "prefix", prefix)
595
- if private_endpoint is not None:
596
- pulumi.set(__self__, "private_endpoint", private_endpoint)
597
- if shard_details is not None:
598
- pulumi.set(__self__, "shard_details", shard_details)
599
- if sharded_database_id is not None:
600
- pulumi.set(__self__, "sharded_database_id", sharded_database_id)
601
- if sharding_method is not None:
602
- pulumi.set(__self__, "sharding_method", sharding_method)
603
- if start_database_trigger is not None:
604
- pulumi.set(__self__, "start_database_trigger", start_database_trigger)
605
- if state is not None:
606
- pulumi.set(__self__, "state", state)
607
- if stop_database_trigger is not None:
608
- pulumi.set(__self__, "stop_database_trigger", stop_database_trigger)
609
- if system_tags is not None:
610
- pulumi.set(__self__, "system_tags", system_tags)
611
- if time_created is not None:
612
- pulumi.set(__self__, "time_created", time_created)
613
- if time_updated is not None:
614
- pulumi.set(__self__, "time_updated", time_updated)
615
- if time_zone is not None:
616
- pulumi.set(__self__, "time_zone", time_zone)
617
- if upload_signed_certificate_and_generate_wallet_trigger is not None:
618
- pulumi.set(__self__, "upload_signed_certificate_and_generate_wallet_trigger", upload_signed_certificate_and_generate_wallet_trigger)
619
- if validate_network_trigger is not None:
620
- pulumi.set(__self__, "validate_network_trigger", validate_network_trigger)
621
-
622
- @property
623
- @pulumi.getter(name="catalogDetails")
624
- def catalog_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ShardedDatabaseCatalogDetailArgs']]]]:
625
- """
626
- Collection of ATP-Dedicated catalogs that needs to be created.
627
- """
628
- return pulumi.get(self, "catalog_details")
629
-
630
- @catalog_details.setter
631
- def catalog_details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ShardedDatabaseCatalogDetailArgs']]]]):
632
- pulumi.set(self, "catalog_details", value)
633
-
634
- @property
635
- @pulumi.getter(name="characterSet")
636
- def character_set(self) -> Optional[pulumi.Input[str]]:
637
- """
638
- The character set for the new shard database being created. Use database api ListAutonomousDatabaseCharacterSets to get the list of allowed character set for autonomous dedicated database. See documentation: https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabaseCharacterSets/ListAutonomousDatabaseCharacterSets
639
- """
640
- return pulumi.get(self, "character_set")
641
-
642
- @character_set.setter
643
- def character_set(self, value: Optional[pulumi.Input[str]]):
644
- pulumi.set(self, "character_set", value)
645
-
646
- @property
647
- @pulumi.getter
648
- def chunks(self) -> Optional[pulumi.Input[int]]:
649
- """
650
- 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.
651
- """
652
- return pulumi.get(self, "chunks")
653
-
654
- @chunks.setter
655
- def chunks(self, value: Optional[pulumi.Input[int]]):
656
- pulumi.set(self, "chunks", value)
657
-
658
- @property
659
- @pulumi.getter(name="clusterCertificateCommonName")
660
- def cluster_certificate_common_name(self) -> Optional[pulumi.Input[str]]:
661
- """
662
- 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.
663
- """
664
- return pulumi.get(self, "cluster_certificate_common_name")
665
-
666
- @cluster_certificate_common_name.setter
667
- def cluster_certificate_common_name(self, value: Optional[pulumi.Input[str]]):
668
- pulumi.set(self, "cluster_certificate_common_name", value)
669
-
670
- @property
671
- @pulumi.getter(name="compartmentId")
672
- def compartment_id(self) -> Optional[pulumi.Input[str]]:
673
- """
674
- (Updatable) Identifier of the compartment where sharded database is to be created.
675
- """
676
- return pulumi.get(self, "compartment_id")
677
-
678
- @compartment_id.setter
679
- def compartment_id(self, value: Optional[pulumi.Input[str]]):
680
- pulumi.set(self, "compartment_id", value)
681
-
682
- @property
683
- @pulumi.getter(name="configureGsmsTrigger")
684
- def configure_gsms_trigger(self) -> Optional[pulumi.Input[int]]:
685
- """
686
- (Updatable) An optional property when incremented triggers Configure Gsms. Could be set to any integer value.
687
- """
688
- return pulumi.get(self, "configure_gsms_trigger")
689
-
690
- @configure_gsms_trigger.setter
691
- def configure_gsms_trigger(self, value: Optional[pulumi.Input[int]]):
692
- pulumi.set(self, "configure_gsms_trigger", value)
693
-
694
- @property
695
- @pulumi.getter(name="configureShardingTrigger")
696
- def configure_sharding_trigger(self) -> Optional[pulumi.Input[int]]:
697
- """
698
- (Updatable) An optional property when incremented triggers Configure Sharding. Could be set to any integer value.
699
- """
700
- return pulumi.get(self, "configure_sharding_trigger")
701
-
702
- @configure_sharding_trigger.setter
703
- def configure_sharding_trigger(self, value: Optional[pulumi.Input[int]]):
704
- pulumi.set(self, "configure_sharding_trigger", value)
705
-
706
- @property
707
- @pulumi.getter(name="connectionStrings")
708
- def connection_strings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ShardedDatabaseConnectionStringArgs']]]]:
709
- """
710
- Details of sharded database connection String.
711
- """
712
- return pulumi.get(self, "connection_strings")
713
-
714
- @connection_strings.setter
715
- def connection_strings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ShardedDatabaseConnectionStringArgs']]]]):
716
- pulumi.set(self, "connection_strings", value)
717
-
718
- @property
719
- @pulumi.getter(name="dbDeploymentType")
720
- def db_deployment_type(self) -> Optional[pulumi.Input[str]]:
721
- """
722
- The database deployment type.
723
- """
724
- return pulumi.get(self, "db_deployment_type")
725
-
726
- @db_deployment_type.setter
727
- def db_deployment_type(self, value: Optional[pulumi.Input[str]]):
728
- pulumi.set(self, "db_deployment_type", value)
729
-
730
- @property
731
- @pulumi.getter(name="dbVersion")
732
- def db_version(self) -> Optional[pulumi.Input[str]]:
733
- """
734
- Oracle Database version of the Autonomous Container Database.
735
- """
736
- return pulumi.get(self, "db_version")
737
-
738
- @db_version.setter
739
- def db_version(self, value: Optional[pulumi.Input[str]]):
740
- pulumi.set(self, "db_version", value)
741
-
742
- @property
743
- @pulumi.getter(name="dbWorkload")
744
- def db_workload(self) -> Optional[pulumi.Input[str]]:
745
- """
746
- Possible workload types.
747
- """
748
- return pulumi.get(self, "db_workload")
749
-
750
- @db_workload.setter
751
- def db_workload(self, value: Optional[pulumi.Input[str]]):
752
- pulumi.set(self, "db_workload", value)
753
-
754
- @property
755
- @pulumi.getter(name="definedTags")
756
- def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
757
- """
758
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
759
- """
760
- return pulumi.get(self, "defined_tags")
761
-
762
- @defined_tags.setter
763
- def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
764
- pulumi.set(self, "defined_tags", value)
765
-
766
- @property
767
- @pulumi.getter(name="displayName")
768
- def display_name(self) -> Optional[pulumi.Input[str]]:
769
- """
770
- (Updatable) Oracle sharded database display name.
771
- """
772
- return pulumi.get(self, "display_name")
773
-
774
- @display_name.setter
775
- def display_name(self, value: Optional[pulumi.Input[str]]):
776
- pulumi.set(self, "display_name", value)
777
-
778
- @property
779
- @pulumi.getter(name="downloadGsmCertificateSigningRequestTrigger")
780
- def download_gsm_certificate_signing_request_trigger(self) -> Optional[pulumi.Input[int]]:
781
- """
782
- (Updatable) An optional property when incremented triggers Download Gsm Certificate Signing Request. Could be set to any integer value.
783
- """
784
- return pulumi.get(self, "download_gsm_certificate_signing_request_trigger")
785
-
786
- @download_gsm_certificate_signing_request_trigger.setter
787
- def download_gsm_certificate_signing_request_trigger(self, value: Optional[pulumi.Input[int]]):
788
- pulumi.set(self, "download_gsm_certificate_signing_request_trigger", value)
789
-
790
- @property
791
- @pulumi.getter(name="freeformTags")
792
- def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
793
- """
794
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
795
- """
796
- return pulumi.get(self, "freeform_tags")
797
-
798
- @freeform_tags.setter
799
- def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
800
- pulumi.set(self, "freeform_tags", value)
801
-
802
- @property
803
- @pulumi.getter(name="generateGsmCertificateSigningRequestTrigger")
804
- def generate_gsm_certificate_signing_request_trigger(self) -> Optional[pulumi.Input[int]]:
805
- """
806
- (Updatable) An optional property when incremented triggers Generate Gsm Certificate Signing Request. Could be set to any integer value.
807
- """
808
- return pulumi.get(self, "generate_gsm_certificate_signing_request_trigger")
809
-
810
- @generate_gsm_certificate_signing_request_trigger.setter
811
- def generate_gsm_certificate_signing_request_trigger(self, value: Optional[pulumi.Input[int]]):
812
- pulumi.set(self, "generate_gsm_certificate_signing_request_trigger", value)
813
-
814
- @property
815
- @pulumi.getter(name="generateWalletTrigger")
816
- def generate_wallet_trigger(self) -> Optional[pulumi.Input[int]]:
817
- """
818
- (Updatable) An optional property when incremented triggers Generate Wallet. Could be set to any integer value.
819
- """
820
- return pulumi.get(self, "generate_wallet_trigger")
821
-
822
- @generate_wallet_trigger.setter
823
- def generate_wallet_trigger(self, value: Optional[pulumi.Input[int]]):
824
- pulumi.set(self, "generate_wallet_trigger", value)
825
-
826
- @property
827
- @pulumi.getter(name="getConnectionStringTrigger")
828
- def get_connection_string_trigger(self) -> Optional[pulumi.Input[int]]:
829
- """
830
- (Updatable) An optional property when incremented triggers Get Connection String. Could be set to any integer value.
831
- """
832
- return pulumi.get(self, "get_connection_string_trigger")
833
-
834
- @get_connection_string_trigger.setter
835
- def get_connection_string_trigger(self, value: Optional[pulumi.Input[int]]):
836
- pulumi.set(self, "get_connection_string_trigger", value)
837
-
838
- @property
839
- @pulumi.getter
840
- def gsms(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ShardedDatabaseGsmArgs']]]]:
841
- """
842
- Details of GSM instances for the sharded database.
843
- """
844
- return pulumi.get(self, "gsms")
845
-
846
- @gsms.setter
847
- def gsms(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ShardedDatabaseGsmArgs']]]]):
848
- pulumi.set(self, "gsms", value)
849
-
850
- @property
851
- @pulumi.getter(name="lifecycleState")
852
- def lifecycle_state(self) -> Optional[pulumi.Input[str]]:
853
- return pulumi.get(self, "lifecycle_state")
854
-
855
- @lifecycle_state.setter
856
- def lifecycle_state(self, value: Optional[pulumi.Input[str]]):
857
- pulumi.set(self, "lifecycle_state", value)
858
-
859
- @property
860
- @pulumi.getter(name="lifecycleStateDetails")
861
- def lifecycle_state_details(self) -> Optional[pulumi.Input[str]]:
862
- """
863
- Detailed message for the lifecycle state.
864
- """
865
- return pulumi.get(self, "lifecycle_state_details")
866
-
867
- @lifecycle_state_details.setter
868
- def lifecycle_state_details(self, value: Optional[pulumi.Input[str]]):
869
- pulumi.set(self, "lifecycle_state_details", value)
870
-
871
- @property
872
- @pulumi.getter(name="listenerPort")
873
- def listener_port(self) -> Optional[pulumi.Input[int]]:
874
- """
875
- The listener port number for sharded database.
876
- """
877
- return pulumi.get(self, "listener_port")
878
-
879
- @listener_port.setter
880
- def listener_port(self, value: Optional[pulumi.Input[int]]):
881
- pulumi.set(self, "listener_port", value)
882
-
883
- @property
884
- @pulumi.getter(name="listenerPortTls")
885
- def listener_port_tls(self) -> Optional[pulumi.Input[int]]:
886
- """
887
- The TLS listener port number for sharded database.
888
- """
889
- return pulumi.get(self, "listener_port_tls")
890
-
891
- @listener_port_tls.setter
892
- def listener_port_tls(self, value: Optional[pulumi.Input[int]]):
893
- pulumi.set(self, "listener_port_tls", value)
894
-
895
- @property
896
- @pulumi.getter(name="ncharacterSet")
897
- def ncharacter_set(self) -> Optional[pulumi.Input[str]]:
898
- """
899
- The national character set for the new shard database being created. Use database api ListAutonomousDatabaseCharacterSets to get the list of allowed national character set for autonomous dedicated database. See documentation: https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabaseCharacterSets/ListAutonomousDatabaseCharacterSets
900
- """
901
- return pulumi.get(self, "ncharacter_set")
902
-
903
- @ncharacter_set.setter
904
- def ncharacter_set(self, value: Optional[pulumi.Input[str]]):
905
- pulumi.set(self, "ncharacter_set", value)
906
-
907
- @property
908
- @pulumi.getter(name="onsPortLocal")
909
- def ons_port_local(self) -> Optional[pulumi.Input[int]]:
910
- """
911
- Ons port local for sharded database.
912
- """
913
- return pulumi.get(self, "ons_port_local")
914
-
915
- @ons_port_local.setter
916
- def ons_port_local(self, value: Optional[pulumi.Input[int]]):
917
- pulumi.set(self, "ons_port_local", value)
918
-
919
- @property
920
- @pulumi.getter(name="onsPortRemote")
921
- def ons_port_remote(self) -> Optional[pulumi.Input[int]]:
922
- """
923
- Ons remote port for sharded database.
924
- """
925
- return pulumi.get(self, "ons_port_remote")
926
-
927
- @ons_port_remote.setter
928
- def ons_port_remote(self, value: Optional[pulumi.Input[int]]):
929
- pulumi.set(self, "ons_port_remote", value)
930
-
931
- @property
932
- @pulumi.getter(name="patchOperations")
933
- def patch_operations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ShardedDatabasePatchOperationArgs']]]]:
934
- """
935
- (Updatable)
936
- """
937
- return pulumi.get(self, "patch_operations")
938
-
939
- @patch_operations.setter
940
- def patch_operations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ShardedDatabasePatchOperationArgs']]]]):
941
- pulumi.set(self, "patch_operations", value)
942
-
943
- @property
944
- @pulumi.getter
945
- def prefix(self) -> Optional[pulumi.Input[str]]:
946
- """
947
- Unique name prefix for the sharded databases. Only alpha-numeric values are allowed. First character has to be a letter followed by any combination of letter and number.
948
- """
949
- return pulumi.get(self, "prefix")
950
-
951
- @prefix.setter
952
- def prefix(self, value: Optional[pulumi.Input[str]]):
953
- pulumi.set(self, "prefix", value)
954
-
955
- @property
956
- @pulumi.getter(name="privateEndpoint")
957
- def private_endpoint(self) -> Optional[pulumi.Input[str]]:
958
- """
959
- The OCID of private endpoint being used by the sharded database.
960
- """
961
- return pulumi.get(self, "private_endpoint")
962
-
963
- @private_endpoint.setter
964
- def private_endpoint(self, value: Optional[pulumi.Input[str]]):
965
- pulumi.set(self, "private_endpoint", value)
966
-
967
- @property
968
- @pulumi.getter(name="shardDetails")
969
- def shard_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ShardedDatabaseShardDetailArgs']]]]:
970
- """
971
- Collection of ATP-Dedicated shards that needs to be created.
972
- """
973
- return pulumi.get(self, "shard_details")
974
-
975
- @shard_details.setter
976
- def shard_details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ShardedDatabaseShardDetailArgs']]]]):
977
- pulumi.set(self, "shard_details", value)
978
-
979
- @property
980
- @pulumi.getter(name="shardedDatabaseId")
981
- def sharded_database_id(self) -> Optional[pulumi.Input[str]]:
982
- return pulumi.get(self, "sharded_database_id")
983
-
984
- @sharded_database_id.setter
985
- def sharded_database_id(self, value: Optional[pulumi.Input[str]]):
986
- pulumi.set(self, "sharded_database_id", value)
987
-
988
- @property
989
- @pulumi.getter(name="shardingMethod")
990
- def sharding_method(self) -> Optional[pulumi.Input[str]]:
991
- """
992
- Sharding Method.
993
- """
994
- return pulumi.get(self, "sharding_method")
995
-
996
- @sharding_method.setter
997
- def sharding_method(self, value: Optional[pulumi.Input[str]]):
998
- pulumi.set(self, "sharding_method", value)
999
-
1000
- @property
1001
- @pulumi.getter(name="startDatabaseTrigger")
1002
- def start_database_trigger(self) -> Optional[pulumi.Input[int]]:
1003
- """
1004
- (Updatable) An optional property when incremented triggers Start Database. Could be set to any integer value.
1005
- """
1006
- return pulumi.get(self, "start_database_trigger")
1007
-
1008
- @start_database_trigger.setter
1009
- def start_database_trigger(self, value: Optional[pulumi.Input[int]]):
1010
- pulumi.set(self, "start_database_trigger", value)
1011
-
1012
- @property
1013
- @pulumi.getter
1014
- def state(self) -> Optional[pulumi.Input[str]]:
1015
- """
1016
- Lifecycle states for sharded databases.
1017
- """
1018
- return pulumi.get(self, "state")
1019
-
1020
- @state.setter
1021
- def state(self, value: Optional[pulumi.Input[str]]):
1022
- pulumi.set(self, "state", value)
1023
-
1024
- @property
1025
- @pulumi.getter(name="stopDatabaseTrigger")
1026
- def stop_database_trigger(self) -> Optional[pulumi.Input[int]]:
1027
- """
1028
- (Updatable) An optional property when incremented triggers Stop Database. Could be set to any integer value.
1029
- """
1030
- return pulumi.get(self, "stop_database_trigger")
1031
-
1032
- @stop_database_trigger.setter
1033
- def stop_database_trigger(self, value: Optional[pulumi.Input[int]]):
1034
- pulumi.set(self, "stop_database_trigger", value)
1035
-
1036
- @property
1037
- @pulumi.getter(name="systemTags")
1038
- def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
1039
- """
1040
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
1041
- """
1042
- return pulumi.get(self, "system_tags")
1043
-
1044
- @system_tags.setter
1045
- def system_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
1046
- pulumi.set(self, "system_tags", value)
1047
-
1048
- @property
1049
- @pulumi.getter(name="timeCreated")
1050
- def time_created(self) -> Optional[pulumi.Input[str]]:
1051
- """
1052
- The time the the Sharded Database was created. An RFC3339 formatted datetime string
1053
- """
1054
- return pulumi.get(self, "time_created")
1055
-
1056
- @time_created.setter
1057
- def time_created(self, value: Optional[pulumi.Input[str]]):
1058
- pulumi.set(self, "time_created", value)
1059
-
1060
- @property
1061
- @pulumi.getter(name="timeUpdated")
1062
- def time_updated(self) -> Optional[pulumi.Input[str]]:
1063
- """
1064
- The time the Sharded Database was last updated. An RFC3339 formatted datetime string
1065
- """
1066
- return pulumi.get(self, "time_updated")
1067
-
1068
- @time_updated.setter
1069
- def time_updated(self, value: Optional[pulumi.Input[str]]):
1070
- pulumi.set(self, "time_updated", value)
1071
-
1072
- @property
1073
- @pulumi.getter(name="timeZone")
1074
- def time_zone(self) -> Optional[pulumi.Input[str]]:
1075
- """
1076
- Timezone associated with the sharded database.
1077
- """
1078
- return pulumi.get(self, "time_zone")
1079
-
1080
- @time_zone.setter
1081
- def time_zone(self, value: Optional[pulumi.Input[str]]):
1082
- pulumi.set(self, "time_zone", value)
1083
-
1084
- @property
1085
- @pulumi.getter(name="uploadSignedCertificateAndGenerateWalletTrigger")
1086
- def upload_signed_certificate_and_generate_wallet_trigger(self) -> Optional[pulumi.Input[int]]:
1087
- """
1088
- (Updatable) An optional property when incremented triggers Upload Signed Certificate And Generate Wallet. Could be set to any integer value.
1089
- """
1090
- return pulumi.get(self, "upload_signed_certificate_and_generate_wallet_trigger")
1091
-
1092
- @upload_signed_certificate_and_generate_wallet_trigger.setter
1093
- def upload_signed_certificate_and_generate_wallet_trigger(self, value: Optional[pulumi.Input[int]]):
1094
- pulumi.set(self, "upload_signed_certificate_and_generate_wallet_trigger", value)
1095
-
1096
- @property
1097
- @pulumi.getter(name="validateNetworkTrigger")
1098
- def validate_network_trigger(self) -> Optional[pulumi.Input[int]]:
1099
- """
1100
- (Updatable) An optional property when incremented triggers Validate Network. Could be set to any integer value.
1101
-
1102
-
1103
- ** IMPORTANT **
1104
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1105
- """
1106
- return pulumi.get(self, "validate_network_trigger")
1107
-
1108
- @validate_network_trigger.setter
1109
- def validate_network_trigger(self, value: Optional[pulumi.Input[int]]):
1110
- pulumi.set(self, "validate_network_trigger", value)
1111
-
1112
-
1113
- class ShardedDatabase(pulumi.CustomResource):
1114
- @overload
1115
- def __init__(__self__,
1116
- resource_name: str,
1117
- opts: Optional[pulumi.ResourceOptions] = None,
1118
- catalog_details: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ShardedDatabaseCatalogDetailArgs', 'ShardedDatabaseCatalogDetailArgsDict']]]]] = None,
1119
- character_set: Optional[pulumi.Input[str]] = None,
1120
- chunks: Optional[pulumi.Input[int]] = None,
1121
- cluster_certificate_common_name: Optional[pulumi.Input[str]] = None,
1122
- compartment_id: Optional[pulumi.Input[str]] = None,
1123
- configure_sharding_trigger: Optional[pulumi.Input[int]] = None,
1124
- db_deployment_type: Optional[pulumi.Input[str]] = None,
1125
- db_version: Optional[pulumi.Input[str]] = None,
1126
- db_workload: Optional[pulumi.Input[str]] = None,
1127
- defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1128
- display_name: Optional[pulumi.Input[str]] = None,
1129
- download_gsm_certificate_signing_request_trigger: Optional[pulumi.Input[int]] = None,
1130
- freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1131
- generate_gsm_certificate_signing_request_trigger: Optional[pulumi.Input[int]] = None,
1132
- get_connection_string_trigger: Optional[pulumi.Input[int]] = None,
1133
- listener_port: Optional[pulumi.Input[int]] = None,
1134
- listener_port_tls: Optional[pulumi.Input[int]] = None,
1135
- ncharacter_set: Optional[pulumi.Input[str]] = None,
1136
- ons_port_local: Optional[pulumi.Input[int]] = None,
1137
- ons_port_remote: Optional[pulumi.Input[int]] = None,
1138
- patch_operations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ShardedDatabasePatchOperationArgs', 'ShardedDatabasePatchOperationArgsDict']]]]] = None,
1139
- prefix: Optional[pulumi.Input[str]] = None,
1140
- shard_details: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ShardedDatabaseShardDetailArgs', 'ShardedDatabaseShardDetailArgsDict']]]]] = None,
1141
- sharding_method: Optional[pulumi.Input[str]] = None,
1142
- start_database_trigger: Optional[pulumi.Input[int]] = None,
1143
- stop_database_trigger: Optional[pulumi.Input[int]] = None,
1144
- validate_network_trigger: Optional[pulumi.Input[int]] = None,
1145
- __props__=None):
1146
- """
1147
- This resource provides the Sharded Database resource in Oracle Cloud Infrastructure Globally Distributed Database service.
1148
-
1149
- Creates a Sharded Database.
1150
-
1151
- Patch operation to add, remove or update shards to the sharded database topology. In single patch
1152
- operation, multiple shards can be either added, or removed or updated. Combination of inserts, update
1153
- and remove in single operation is not allowed.
1154
-
1155
- ## Import
1156
-
1157
- ShardedDatabases can be imported using the `id`, e.g.
1158
-
1159
- ```sh
1160
- $ pulumi import oci:GloballyDistributedDatabase/shardedDatabase:ShardedDatabase test_sharded_database "id"
1161
- ```
1162
-
1163
- :param str resource_name: The name of the resource.
1164
- :param pulumi.ResourceOptions opts: Options for the resource.
1165
- :param pulumi.Input[Sequence[pulumi.Input[Union['ShardedDatabaseCatalogDetailArgs', 'ShardedDatabaseCatalogDetailArgsDict']]]] catalog_details: Collection of ATP-Dedicated catalogs that needs to be created.
1166
- :param pulumi.Input[str] character_set: The character set for the new shard database being created. Use database api ListAutonomousDatabaseCharacterSets to get the list of allowed character set for autonomous dedicated database. See documentation: https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabaseCharacterSets/ListAutonomousDatabaseCharacterSets
1167
- :param pulumi.Input[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.
1168
- :param pulumi.Input[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.
1169
- :param pulumi.Input[str] compartment_id: (Updatable) Identifier of the compartment where sharded database is to be created.
1170
- :param pulumi.Input[int] configure_sharding_trigger: (Updatable) An optional property when incremented triggers Configure Sharding. Could be set to any integer value.
1171
- :param pulumi.Input[str] db_deployment_type: The database deployment type.
1172
- :param pulumi.Input[str] db_version: Oracle Database version of the Autonomous Container Database.
1173
- :param pulumi.Input[str] db_workload: Possible workload types.
1174
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1175
- :param pulumi.Input[str] display_name: (Updatable) Oracle sharded database display name.
1176
- :param pulumi.Input[int] download_gsm_certificate_signing_request_trigger: (Updatable) An optional property when incremented triggers Download Gsm Certificate Signing Request. Could be set to any integer value.
1177
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
1178
- :param pulumi.Input[int] generate_gsm_certificate_signing_request_trigger: (Updatable) An optional property when incremented triggers Generate Gsm Certificate Signing Request. Could be set to any integer value.
1179
- :param pulumi.Input[int] get_connection_string_trigger: (Updatable) An optional property when incremented triggers Get Connection String. Could be set to any integer value.
1180
- :param pulumi.Input[int] listener_port: The listener port number for sharded database.
1181
- :param pulumi.Input[int] listener_port_tls: The TLS listener port number for sharded database.
1182
- :param pulumi.Input[str] ncharacter_set: The national character set for the new shard database being created. Use database api ListAutonomousDatabaseCharacterSets to get the list of allowed national character set for autonomous dedicated database. See documentation: https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabaseCharacterSets/ListAutonomousDatabaseCharacterSets
1183
- :param pulumi.Input[int] ons_port_local: Ons port local for sharded database.
1184
- :param pulumi.Input[int] ons_port_remote: Ons remote port for sharded database.
1185
- :param pulumi.Input[Sequence[pulumi.Input[Union['ShardedDatabasePatchOperationArgs', 'ShardedDatabasePatchOperationArgsDict']]]] patch_operations: (Updatable)
1186
- :param pulumi.Input[str] prefix: Unique name prefix for the sharded databases. Only alpha-numeric values are allowed. First character has to be a letter followed by any combination of letter and number.
1187
- :param pulumi.Input[Sequence[pulumi.Input[Union['ShardedDatabaseShardDetailArgs', 'ShardedDatabaseShardDetailArgsDict']]]] shard_details: Collection of ATP-Dedicated shards that needs to be created.
1188
- :param pulumi.Input[str] sharding_method: Sharding Method.
1189
- :param pulumi.Input[int] start_database_trigger: (Updatable) An optional property when incremented triggers Start Database. Could be set to any integer value.
1190
- :param pulumi.Input[int] stop_database_trigger: (Updatable) An optional property when incremented triggers Stop Database. Could be set to any integer value.
1191
- :param pulumi.Input[int] validate_network_trigger: (Updatable) An optional property when incremented triggers Validate Network. Could be set to any integer value.
1192
-
1193
-
1194
- ** IMPORTANT **
1195
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1196
- """
1197
- ...
1198
- @overload
1199
- def __init__(__self__,
1200
- resource_name: str,
1201
- args: ShardedDatabaseArgs,
1202
- opts: Optional[pulumi.ResourceOptions] = None):
1203
- """
1204
- This resource provides the Sharded Database resource in Oracle Cloud Infrastructure Globally Distributed Database service.
1205
-
1206
- Creates a Sharded Database.
1207
-
1208
- Patch operation to add, remove or update shards to the sharded database topology. In single patch
1209
- operation, multiple shards can be either added, or removed or updated. Combination of inserts, update
1210
- and remove in single operation is not allowed.
1211
-
1212
- ## Import
1213
-
1214
- ShardedDatabases can be imported using the `id`, e.g.
1215
-
1216
- ```sh
1217
- $ pulumi import oci:GloballyDistributedDatabase/shardedDatabase:ShardedDatabase test_sharded_database "id"
1218
- ```
1219
-
1220
- :param str resource_name: The name of the resource.
1221
- :param ShardedDatabaseArgs args: The arguments to use to populate this resource's properties.
1222
- :param pulumi.ResourceOptions opts: Options for the resource.
1223
- """
1224
- ...
1225
- def __init__(__self__, resource_name: str, *args, **kwargs):
1226
- resource_args, opts = _utilities.get_resource_args_opts(ShardedDatabaseArgs, pulumi.ResourceOptions, *args, **kwargs)
1227
- if resource_args is not None:
1228
- __self__._internal_init(resource_name, opts, **resource_args.__dict__)
1229
- else:
1230
- __self__._internal_init(resource_name, *args, **kwargs)
1231
-
1232
- def _internal_init(__self__,
1233
- resource_name: str,
1234
- opts: Optional[pulumi.ResourceOptions] = None,
1235
- catalog_details: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ShardedDatabaseCatalogDetailArgs', 'ShardedDatabaseCatalogDetailArgsDict']]]]] = None,
1236
- character_set: Optional[pulumi.Input[str]] = None,
1237
- chunks: Optional[pulumi.Input[int]] = None,
1238
- cluster_certificate_common_name: Optional[pulumi.Input[str]] = None,
1239
- compartment_id: Optional[pulumi.Input[str]] = None,
1240
- configure_sharding_trigger: Optional[pulumi.Input[int]] = None,
1241
- db_deployment_type: Optional[pulumi.Input[str]] = None,
1242
- db_version: Optional[pulumi.Input[str]] = None,
1243
- db_workload: Optional[pulumi.Input[str]] = None,
1244
- defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1245
- display_name: Optional[pulumi.Input[str]] = None,
1246
- download_gsm_certificate_signing_request_trigger: Optional[pulumi.Input[int]] = None,
1247
- freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1248
- generate_gsm_certificate_signing_request_trigger: Optional[pulumi.Input[int]] = None,
1249
- get_connection_string_trigger: Optional[pulumi.Input[int]] = None,
1250
- listener_port: Optional[pulumi.Input[int]] = None,
1251
- listener_port_tls: Optional[pulumi.Input[int]] = None,
1252
- ncharacter_set: Optional[pulumi.Input[str]] = None,
1253
- ons_port_local: Optional[pulumi.Input[int]] = None,
1254
- ons_port_remote: Optional[pulumi.Input[int]] = None,
1255
- patch_operations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ShardedDatabasePatchOperationArgs', 'ShardedDatabasePatchOperationArgsDict']]]]] = None,
1256
- prefix: Optional[pulumi.Input[str]] = None,
1257
- shard_details: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ShardedDatabaseShardDetailArgs', 'ShardedDatabaseShardDetailArgsDict']]]]] = None,
1258
- sharding_method: Optional[pulumi.Input[str]] = None,
1259
- start_database_trigger: Optional[pulumi.Input[int]] = None,
1260
- stop_database_trigger: Optional[pulumi.Input[int]] = None,
1261
- validate_network_trigger: Optional[pulumi.Input[int]] = None,
1262
- __props__=None):
1263
- opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
1264
- if not isinstance(opts, pulumi.ResourceOptions):
1265
- raise TypeError('Expected resource options to be a ResourceOptions instance')
1266
- if opts.id is None:
1267
- if __props__ is not None:
1268
- raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
1269
- __props__ = ShardedDatabaseArgs.__new__(ShardedDatabaseArgs)
1270
-
1271
- if catalog_details is None and not opts.urn:
1272
- raise TypeError("Missing required property 'catalog_details'")
1273
- __props__.__dict__["catalog_details"] = catalog_details
1274
- if character_set is None and not opts.urn:
1275
- raise TypeError("Missing required property 'character_set'")
1276
- __props__.__dict__["character_set"] = character_set
1277
- __props__.__dict__["chunks"] = chunks
1278
- __props__.__dict__["cluster_certificate_common_name"] = cluster_certificate_common_name
1279
- if compartment_id is None and not opts.urn:
1280
- raise TypeError("Missing required property 'compartment_id'")
1281
- __props__.__dict__["compartment_id"] = compartment_id
1282
- __props__.__dict__["configure_sharding_trigger"] = configure_sharding_trigger
1283
- if db_deployment_type is None and not opts.urn:
1284
- raise TypeError("Missing required property 'db_deployment_type'")
1285
- __props__.__dict__["db_deployment_type"] = db_deployment_type
1286
- if db_version is None and not opts.urn:
1287
- raise TypeError("Missing required property 'db_version'")
1288
- __props__.__dict__["db_version"] = db_version
1289
- if db_workload is None and not opts.urn:
1290
- raise TypeError("Missing required property 'db_workload'")
1291
- __props__.__dict__["db_workload"] = db_workload
1292
- __props__.__dict__["defined_tags"] = defined_tags
1293
- if display_name is None and not opts.urn:
1294
- raise TypeError("Missing required property 'display_name'")
1295
- __props__.__dict__["display_name"] = display_name
1296
- __props__.__dict__["download_gsm_certificate_signing_request_trigger"] = download_gsm_certificate_signing_request_trigger
1297
- __props__.__dict__["freeform_tags"] = freeform_tags
1298
- __props__.__dict__["generate_gsm_certificate_signing_request_trigger"] = generate_gsm_certificate_signing_request_trigger
1299
- __props__.__dict__["get_connection_string_trigger"] = get_connection_string_trigger
1300
- if listener_port is None and not opts.urn:
1301
- raise TypeError("Missing required property 'listener_port'")
1302
- __props__.__dict__["listener_port"] = listener_port
1303
- if listener_port_tls is None and not opts.urn:
1304
- raise TypeError("Missing required property 'listener_port_tls'")
1305
- __props__.__dict__["listener_port_tls"] = listener_port_tls
1306
- if ncharacter_set is None and not opts.urn:
1307
- raise TypeError("Missing required property 'ncharacter_set'")
1308
- __props__.__dict__["ncharacter_set"] = ncharacter_set
1309
- if ons_port_local is None and not opts.urn:
1310
- raise TypeError("Missing required property 'ons_port_local'")
1311
- __props__.__dict__["ons_port_local"] = ons_port_local
1312
- if ons_port_remote is None and not opts.urn:
1313
- raise TypeError("Missing required property 'ons_port_remote'")
1314
- __props__.__dict__["ons_port_remote"] = ons_port_remote
1315
- __props__.__dict__["patch_operations"] = patch_operations
1316
- if prefix is None and not opts.urn:
1317
- raise TypeError("Missing required property 'prefix'")
1318
- __props__.__dict__["prefix"] = prefix
1319
- if shard_details is None and not opts.urn:
1320
- raise TypeError("Missing required property 'shard_details'")
1321
- __props__.__dict__["shard_details"] = shard_details
1322
- if sharding_method is None and not opts.urn:
1323
- raise TypeError("Missing required property 'sharding_method'")
1324
- __props__.__dict__["sharding_method"] = sharding_method
1325
- __props__.__dict__["start_database_trigger"] = start_database_trigger
1326
- __props__.__dict__["stop_database_trigger"] = stop_database_trigger
1327
- __props__.__dict__["validate_network_trigger"] = validate_network_trigger
1328
- __props__.__dict__["configure_gsms_trigger"] = None
1329
- __props__.__dict__["connection_strings"] = None
1330
- __props__.__dict__["generate_wallet_trigger"] = None
1331
- __props__.__dict__["gsms"] = None
1332
- __props__.__dict__["lifecycle_state"] = None
1333
- __props__.__dict__["lifecycle_state_details"] = None
1334
- __props__.__dict__["private_endpoint"] = None
1335
- __props__.__dict__["sharded_database_id"] = None
1336
- __props__.__dict__["state"] = None
1337
- __props__.__dict__["system_tags"] = None
1338
- __props__.__dict__["time_created"] = None
1339
- __props__.__dict__["time_updated"] = None
1340
- __props__.__dict__["time_zone"] = None
1341
- __props__.__dict__["upload_signed_certificate_and_generate_wallet_trigger"] = None
1342
- super(ShardedDatabase, __self__).__init__(
1343
- 'oci:GloballyDistributedDatabase/shardedDatabase:ShardedDatabase',
1344
- resource_name,
1345
- __props__,
1346
- opts)
1347
-
1348
- @staticmethod
1349
- def get(resource_name: str,
1350
- id: pulumi.Input[str],
1351
- opts: Optional[pulumi.ResourceOptions] = None,
1352
- catalog_details: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ShardedDatabaseCatalogDetailArgs', 'ShardedDatabaseCatalogDetailArgsDict']]]]] = None,
1353
- character_set: Optional[pulumi.Input[str]] = None,
1354
- chunks: Optional[pulumi.Input[int]] = None,
1355
- cluster_certificate_common_name: Optional[pulumi.Input[str]] = None,
1356
- compartment_id: Optional[pulumi.Input[str]] = None,
1357
- configure_gsms_trigger: Optional[pulumi.Input[int]] = None,
1358
- configure_sharding_trigger: Optional[pulumi.Input[int]] = None,
1359
- connection_strings: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ShardedDatabaseConnectionStringArgs', 'ShardedDatabaseConnectionStringArgsDict']]]]] = None,
1360
- db_deployment_type: Optional[pulumi.Input[str]] = None,
1361
- db_version: Optional[pulumi.Input[str]] = None,
1362
- db_workload: Optional[pulumi.Input[str]] = None,
1363
- defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1364
- display_name: Optional[pulumi.Input[str]] = None,
1365
- download_gsm_certificate_signing_request_trigger: Optional[pulumi.Input[int]] = None,
1366
- freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1367
- generate_gsm_certificate_signing_request_trigger: Optional[pulumi.Input[int]] = None,
1368
- generate_wallet_trigger: Optional[pulumi.Input[int]] = None,
1369
- get_connection_string_trigger: Optional[pulumi.Input[int]] = None,
1370
- gsms: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ShardedDatabaseGsmArgs', 'ShardedDatabaseGsmArgsDict']]]]] = None,
1371
- lifecycle_state: Optional[pulumi.Input[str]] = None,
1372
- lifecycle_state_details: Optional[pulumi.Input[str]] = None,
1373
- listener_port: Optional[pulumi.Input[int]] = None,
1374
- listener_port_tls: Optional[pulumi.Input[int]] = None,
1375
- ncharacter_set: Optional[pulumi.Input[str]] = None,
1376
- ons_port_local: Optional[pulumi.Input[int]] = None,
1377
- ons_port_remote: Optional[pulumi.Input[int]] = None,
1378
- patch_operations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ShardedDatabasePatchOperationArgs', 'ShardedDatabasePatchOperationArgsDict']]]]] = None,
1379
- prefix: Optional[pulumi.Input[str]] = None,
1380
- private_endpoint: Optional[pulumi.Input[str]] = None,
1381
- shard_details: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ShardedDatabaseShardDetailArgs', 'ShardedDatabaseShardDetailArgsDict']]]]] = None,
1382
- sharded_database_id: Optional[pulumi.Input[str]] = None,
1383
- sharding_method: Optional[pulumi.Input[str]] = None,
1384
- start_database_trigger: Optional[pulumi.Input[int]] = None,
1385
- state: Optional[pulumi.Input[str]] = None,
1386
- stop_database_trigger: Optional[pulumi.Input[int]] = None,
1387
- system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1388
- time_created: Optional[pulumi.Input[str]] = None,
1389
- time_updated: Optional[pulumi.Input[str]] = None,
1390
- time_zone: Optional[pulumi.Input[str]] = None,
1391
- upload_signed_certificate_and_generate_wallet_trigger: Optional[pulumi.Input[int]] = None,
1392
- validate_network_trigger: Optional[pulumi.Input[int]] = None) -> 'ShardedDatabase':
1393
- """
1394
- Get an existing ShardedDatabase resource's state with the given name, id, and optional extra
1395
- properties used to qualify the lookup.
1396
-
1397
- :param str resource_name: The unique name of the resulting resource.
1398
- :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1399
- :param pulumi.ResourceOptions opts: Options for the resource.
1400
- :param pulumi.Input[Sequence[pulumi.Input[Union['ShardedDatabaseCatalogDetailArgs', 'ShardedDatabaseCatalogDetailArgsDict']]]] catalog_details: Collection of ATP-Dedicated catalogs that needs to be created.
1401
- :param pulumi.Input[str] character_set: The character set for the new shard database being created. Use database api ListAutonomousDatabaseCharacterSets to get the list of allowed character set for autonomous dedicated database. See documentation: https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabaseCharacterSets/ListAutonomousDatabaseCharacterSets
1402
- :param pulumi.Input[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.
1403
- :param pulumi.Input[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.
1404
- :param pulumi.Input[str] compartment_id: (Updatable) Identifier of the compartment where sharded database is to be created.
1405
- :param pulumi.Input[int] configure_gsms_trigger: (Updatable) An optional property when incremented triggers Configure Gsms. Could be set to any integer value.
1406
- :param pulumi.Input[int] configure_sharding_trigger: (Updatable) An optional property when incremented triggers Configure Sharding. Could be set to any integer value.
1407
- :param pulumi.Input[Sequence[pulumi.Input[Union['ShardedDatabaseConnectionStringArgs', 'ShardedDatabaseConnectionStringArgsDict']]]] connection_strings: Details of sharded database connection String.
1408
- :param pulumi.Input[str] db_deployment_type: The database deployment type.
1409
- :param pulumi.Input[str] db_version: Oracle Database version of the Autonomous Container Database.
1410
- :param pulumi.Input[str] db_workload: Possible workload types.
1411
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1412
- :param pulumi.Input[str] display_name: (Updatable) Oracle sharded database display name.
1413
- :param pulumi.Input[int] download_gsm_certificate_signing_request_trigger: (Updatable) An optional property when incremented triggers Download Gsm Certificate Signing Request. Could be set to any integer value.
1414
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
1415
- :param pulumi.Input[int] generate_gsm_certificate_signing_request_trigger: (Updatable) An optional property when incremented triggers Generate Gsm Certificate Signing Request. Could be set to any integer value.
1416
- :param pulumi.Input[int] generate_wallet_trigger: (Updatable) An optional property when incremented triggers Generate Wallet. Could be set to any integer value.
1417
- :param pulumi.Input[int] get_connection_string_trigger: (Updatable) An optional property when incremented triggers Get Connection String. Could be set to any integer value.
1418
- :param pulumi.Input[Sequence[pulumi.Input[Union['ShardedDatabaseGsmArgs', 'ShardedDatabaseGsmArgsDict']]]] gsms: Details of GSM instances for the sharded database.
1419
- :param pulumi.Input[str] lifecycle_state_details: Detailed message for the lifecycle state.
1420
- :param pulumi.Input[int] listener_port: The listener port number for sharded database.
1421
- :param pulumi.Input[int] listener_port_tls: The TLS listener port number for sharded database.
1422
- :param pulumi.Input[str] ncharacter_set: The national character set for the new shard database being created. Use database api ListAutonomousDatabaseCharacterSets to get the list of allowed national character set for autonomous dedicated database. See documentation: https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabaseCharacterSets/ListAutonomousDatabaseCharacterSets
1423
- :param pulumi.Input[int] ons_port_local: Ons port local for sharded database.
1424
- :param pulumi.Input[int] ons_port_remote: Ons remote port for sharded database.
1425
- :param pulumi.Input[Sequence[pulumi.Input[Union['ShardedDatabasePatchOperationArgs', 'ShardedDatabasePatchOperationArgsDict']]]] patch_operations: (Updatable)
1426
- :param pulumi.Input[str] prefix: Unique name prefix for the sharded databases. Only alpha-numeric values are allowed. First character has to be a letter followed by any combination of letter and number.
1427
- :param pulumi.Input[str] private_endpoint: The OCID of private endpoint being used by the sharded database.
1428
- :param pulumi.Input[Sequence[pulumi.Input[Union['ShardedDatabaseShardDetailArgs', 'ShardedDatabaseShardDetailArgsDict']]]] shard_details: Collection of ATP-Dedicated shards that needs to be created.
1429
- :param pulumi.Input[str] sharding_method: Sharding Method.
1430
- :param pulumi.Input[int] start_database_trigger: (Updatable) An optional property when incremented triggers Start Database. Could be set to any integer value.
1431
- :param pulumi.Input[str] state: Lifecycle states for sharded databases.
1432
- :param pulumi.Input[int] stop_database_trigger: (Updatable) An optional property when incremented triggers Stop Database. Could be set to any integer value.
1433
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
1434
- :param pulumi.Input[str] time_created: The time the the Sharded Database was created. An RFC3339 formatted datetime string
1435
- :param pulumi.Input[str] time_updated: The time the Sharded Database was last updated. An RFC3339 formatted datetime string
1436
- :param pulumi.Input[str] time_zone: Timezone associated with the sharded database.
1437
- :param pulumi.Input[int] upload_signed_certificate_and_generate_wallet_trigger: (Updatable) An optional property when incremented triggers Upload Signed Certificate And Generate Wallet. Could be set to any integer value.
1438
- :param pulumi.Input[int] validate_network_trigger: (Updatable) An optional property when incremented triggers Validate Network. Could be set to any integer value.
1439
-
1440
-
1441
- ** IMPORTANT **
1442
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1443
- """
1444
- opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
1445
-
1446
- __props__ = _ShardedDatabaseState.__new__(_ShardedDatabaseState)
1447
-
1448
- __props__.__dict__["catalog_details"] = catalog_details
1449
- __props__.__dict__["character_set"] = character_set
1450
- __props__.__dict__["chunks"] = chunks
1451
- __props__.__dict__["cluster_certificate_common_name"] = cluster_certificate_common_name
1452
- __props__.__dict__["compartment_id"] = compartment_id
1453
- __props__.__dict__["configure_gsms_trigger"] = configure_gsms_trigger
1454
- __props__.__dict__["configure_sharding_trigger"] = configure_sharding_trigger
1455
- __props__.__dict__["connection_strings"] = connection_strings
1456
- __props__.__dict__["db_deployment_type"] = db_deployment_type
1457
- __props__.__dict__["db_version"] = db_version
1458
- __props__.__dict__["db_workload"] = db_workload
1459
- __props__.__dict__["defined_tags"] = defined_tags
1460
- __props__.__dict__["display_name"] = display_name
1461
- __props__.__dict__["download_gsm_certificate_signing_request_trigger"] = download_gsm_certificate_signing_request_trigger
1462
- __props__.__dict__["freeform_tags"] = freeform_tags
1463
- __props__.__dict__["generate_gsm_certificate_signing_request_trigger"] = generate_gsm_certificate_signing_request_trigger
1464
- __props__.__dict__["generate_wallet_trigger"] = generate_wallet_trigger
1465
- __props__.__dict__["get_connection_string_trigger"] = get_connection_string_trigger
1466
- __props__.__dict__["gsms"] = gsms
1467
- __props__.__dict__["lifecycle_state"] = lifecycle_state
1468
- __props__.__dict__["lifecycle_state_details"] = lifecycle_state_details
1469
- __props__.__dict__["listener_port"] = listener_port
1470
- __props__.__dict__["listener_port_tls"] = listener_port_tls
1471
- __props__.__dict__["ncharacter_set"] = ncharacter_set
1472
- __props__.__dict__["ons_port_local"] = ons_port_local
1473
- __props__.__dict__["ons_port_remote"] = ons_port_remote
1474
- __props__.__dict__["patch_operations"] = patch_operations
1475
- __props__.__dict__["prefix"] = prefix
1476
- __props__.__dict__["private_endpoint"] = private_endpoint
1477
- __props__.__dict__["shard_details"] = shard_details
1478
- __props__.__dict__["sharded_database_id"] = sharded_database_id
1479
- __props__.__dict__["sharding_method"] = sharding_method
1480
- __props__.__dict__["start_database_trigger"] = start_database_trigger
1481
- __props__.__dict__["state"] = state
1482
- __props__.__dict__["stop_database_trigger"] = stop_database_trigger
1483
- __props__.__dict__["system_tags"] = system_tags
1484
- __props__.__dict__["time_created"] = time_created
1485
- __props__.__dict__["time_updated"] = time_updated
1486
- __props__.__dict__["time_zone"] = time_zone
1487
- __props__.__dict__["upload_signed_certificate_and_generate_wallet_trigger"] = upload_signed_certificate_and_generate_wallet_trigger
1488
- __props__.__dict__["validate_network_trigger"] = validate_network_trigger
1489
- return ShardedDatabase(resource_name, opts=opts, __props__=__props__)
1490
-
1491
- @property
1492
- @pulumi.getter(name="catalogDetails")
1493
- def catalog_details(self) -> pulumi.Output[Sequence['outputs.ShardedDatabaseCatalogDetail']]:
1494
- """
1495
- Collection of ATP-Dedicated catalogs that needs to be created.
1496
- """
1497
- return pulumi.get(self, "catalog_details")
1498
-
1499
- @property
1500
- @pulumi.getter(name="characterSet")
1501
- def character_set(self) -> pulumi.Output[str]:
1502
- """
1503
- The character set for the new shard database being created. Use database api ListAutonomousDatabaseCharacterSets to get the list of allowed character set for autonomous dedicated database. See documentation: https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabaseCharacterSets/ListAutonomousDatabaseCharacterSets
1504
- """
1505
- return pulumi.get(self, "character_set")
1506
-
1507
- @property
1508
- @pulumi.getter
1509
- def chunks(self) -> pulumi.Output[int]:
1510
- """
1511
- 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.
1512
- """
1513
- return pulumi.get(self, "chunks")
1514
-
1515
- @property
1516
- @pulumi.getter(name="clusterCertificateCommonName")
1517
- def cluster_certificate_common_name(self) -> pulumi.Output[str]:
1518
- """
1519
- 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.
1520
- """
1521
- return pulumi.get(self, "cluster_certificate_common_name")
1522
-
1523
- @property
1524
- @pulumi.getter(name="compartmentId")
1525
- def compartment_id(self) -> pulumi.Output[str]:
1526
- """
1527
- (Updatable) Identifier of the compartment where sharded database is to be created.
1528
- """
1529
- return pulumi.get(self, "compartment_id")
1530
-
1531
- @property
1532
- @pulumi.getter(name="configureGsmsTrigger")
1533
- def configure_gsms_trigger(self) -> pulumi.Output[int]:
1534
- """
1535
- (Updatable) An optional property when incremented triggers Configure Gsms. Could be set to any integer value.
1536
- """
1537
- return pulumi.get(self, "configure_gsms_trigger")
1538
-
1539
- @property
1540
- @pulumi.getter(name="configureShardingTrigger")
1541
- def configure_sharding_trigger(self) -> pulumi.Output[Optional[int]]:
1542
- """
1543
- (Updatable) An optional property when incremented triggers Configure Sharding. Could be set to any integer value.
1544
- """
1545
- return pulumi.get(self, "configure_sharding_trigger")
1546
-
1547
- @property
1548
- @pulumi.getter(name="connectionStrings")
1549
- def connection_strings(self) -> pulumi.Output[Sequence['outputs.ShardedDatabaseConnectionString']]:
1550
- """
1551
- Details of sharded database connection String.
1552
- """
1553
- return pulumi.get(self, "connection_strings")
1554
-
1555
- @property
1556
- @pulumi.getter(name="dbDeploymentType")
1557
- def db_deployment_type(self) -> pulumi.Output[str]:
1558
- """
1559
- The database deployment type.
1560
- """
1561
- return pulumi.get(self, "db_deployment_type")
1562
-
1563
- @property
1564
- @pulumi.getter(name="dbVersion")
1565
- def db_version(self) -> pulumi.Output[str]:
1566
- """
1567
- Oracle Database version of the Autonomous Container Database.
1568
- """
1569
- return pulumi.get(self, "db_version")
1570
-
1571
- @property
1572
- @pulumi.getter(name="dbWorkload")
1573
- def db_workload(self) -> pulumi.Output[str]:
1574
- """
1575
- Possible workload types.
1576
- """
1577
- return pulumi.get(self, "db_workload")
1578
-
1579
- @property
1580
- @pulumi.getter(name="definedTags")
1581
- def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
1582
- """
1583
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1584
- """
1585
- return pulumi.get(self, "defined_tags")
1586
-
1587
- @property
1588
- @pulumi.getter(name="displayName")
1589
- def display_name(self) -> pulumi.Output[str]:
1590
- """
1591
- (Updatable) Oracle sharded database display name.
1592
- """
1593
- return pulumi.get(self, "display_name")
1594
-
1595
- @property
1596
- @pulumi.getter(name="downloadGsmCertificateSigningRequestTrigger")
1597
- def download_gsm_certificate_signing_request_trigger(self) -> pulumi.Output[Optional[int]]:
1598
- """
1599
- (Updatable) An optional property when incremented triggers Download Gsm Certificate Signing Request. Could be set to any integer value.
1600
- """
1601
- return pulumi.get(self, "download_gsm_certificate_signing_request_trigger")
1602
-
1603
- @property
1604
- @pulumi.getter(name="freeformTags")
1605
- def freeform_tags(self) -> pulumi.Output[Mapping[str, str]]:
1606
- """
1607
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
1608
- """
1609
- return pulumi.get(self, "freeform_tags")
1610
-
1611
- @property
1612
- @pulumi.getter(name="generateGsmCertificateSigningRequestTrigger")
1613
- def generate_gsm_certificate_signing_request_trigger(self) -> pulumi.Output[Optional[int]]:
1614
- """
1615
- (Updatable) An optional property when incremented triggers Generate Gsm Certificate Signing Request. Could be set to any integer value.
1616
- """
1617
- return pulumi.get(self, "generate_gsm_certificate_signing_request_trigger")
1618
-
1619
- @property
1620
- @pulumi.getter(name="generateWalletTrigger")
1621
- def generate_wallet_trigger(self) -> pulumi.Output[int]:
1622
- """
1623
- (Updatable) An optional property when incremented triggers Generate Wallet. Could be set to any integer value.
1624
- """
1625
- return pulumi.get(self, "generate_wallet_trigger")
1626
-
1627
- @property
1628
- @pulumi.getter(name="getConnectionStringTrigger")
1629
- def get_connection_string_trigger(self) -> pulumi.Output[Optional[int]]:
1630
- """
1631
- (Updatable) An optional property when incremented triggers Get Connection String. Could be set to any integer value.
1632
- """
1633
- return pulumi.get(self, "get_connection_string_trigger")
1634
-
1635
- @property
1636
- @pulumi.getter
1637
- def gsms(self) -> pulumi.Output[Sequence['outputs.ShardedDatabaseGsm']]:
1638
- """
1639
- Details of GSM instances for the sharded database.
1640
- """
1641
- return pulumi.get(self, "gsms")
1642
-
1643
- @property
1644
- @pulumi.getter(name="lifecycleState")
1645
- def lifecycle_state(self) -> pulumi.Output[str]:
1646
- return pulumi.get(self, "lifecycle_state")
1647
-
1648
- @property
1649
- @pulumi.getter(name="lifecycleStateDetails")
1650
- def lifecycle_state_details(self) -> pulumi.Output[str]:
1651
- """
1652
- Detailed message for the lifecycle state.
1653
- """
1654
- return pulumi.get(self, "lifecycle_state_details")
1655
-
1656
- @property
1657
- @pulumi.getter(name="listenerPort")
1658
- def listener_port(self) -> pulumi.Output[int]:
1659
- """
1660
- The listener port number for sharded database.
1661
- """
1662
- return pulumi.get(self, "listener_port")
1663
-
1664
- @property
1665
- @pulumi.getter(name="listenerPortTls")
1666
- def listener_port_tls(self) -> pulumi.Output[int]:
1667
- """
1668
- The TLS listener port number for sharded database.
1669
- """
1670
- return pulumi.get(self, "listener_port_tls")
1671
-
1672
- @property
1673
- @pulumi.getter(name="ncharacterSet")
1674
- def ncharacter_set(self) -> pulumi.Output[str]:
1675
- """
1676
- The national character set for the new shard database being created. Use database api ListAutonomousDatabaseCharacterSets to get the list of allowed national character set for autonomous dedicated database. See documentation: https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabaseCharacterSets/ListAutonomousDatabaseCharacterSets
1677
- """
1678
- return pulumi.get(self, "ncharacter_set")
1679
-
1680
- @property
1681
- @pulumi.getter(name="onsPortLocal")
1682
- def ons_port_local(self) -> pulumi.Output[int]:
1683
- """
1684
- Ons port local for sharded database.
1685
- """
1686
- return pulumi.get(self, "ons_port_local")
1687
-
1688
- @property
1689
- @pulumi.getter(name="onsPortRemote")
1690
- def ons_port_remote(self) -> pulumi.Output[int]:
1691
- """
1692
- Ons remote port for sharded database.
1693
- """
1694
- return pulumi.get(self, "ons_port_remote")
1695
-
1696
- @property
1697
- @pulumi.getter(name="patchOperations")
1698
- def patch_operations(self) -> pulumi.Output[Optional[Sequence['outputs.ShardedDatabasePatchOperation']]]:
1699
- """
1700
- (Updatable)
1701
- """
1702
- return pulumi.get(self, "patch_operations")
1703
-
1704
- @property
1705
- @pulumi.getter
1706
- def prefix(self) -> pulumi.Output[str]:
1707
- """
1708
- Unique name prefix for the sharded databases. Only alpha-numeric values are allowed. First character has to be a letter followed by any combination of letter and number.
1709
- """
1710
- return pulumi.get(self, "prefix")
1711
-
1712
- @property
1713
- @pulumi.getter(name="privateEndpoint")
1714
- def private_endpoint(self) -> pulumi.Output[str]:
1715
- """
1716
- The OCID of private endpoint being used by the sharded database.
1717
- """
1718
- return pulumi.get(self, "private_endpoint")
1719
-
1720
- @property
1721
- @pulumi.getter(name="shardDetails")
1722
- def shard_details(self) -> pulumi.Output[Sequence['outputs.ShardedDatabaseShardDetail']]:
1723
- """
1724
- Collection of ATP-Dedicated shards that needs to be created.
1725
- """
1726
- return pulumi.get(self, "shard_details")
1727
-
1728
- @property
1729
- @pulumi.getter(name="shardedDatabaseId")
1730
- def sharded_database_id(self) -> pulumi.Output[str]:
1731
- return pulumi.get(self, "sharded_database_id")
1732
-
1733
- @property
1734
- @pulumi.getter(name="shardingMethod")
1735
- def sharding_method(self) -> pulumi.Output[str]:
1736
- """
1737
- Sharding Method.
1738
- """
1739
- return pulumi.get(self, "sharding_method")
1740
-
1741
- @property
1742
- @pulumi.getter(name="startDatabaseTrigger")
1743
- def start_database_trigger(self) -> pulumi.Output[Optional[int]]:
1744
- """
1745
- (Updatable) An optional property when incremented triggers Start Database. Could be set to any integer value.
1746
- """
1747
- return pulumi.get(self, "start_database_trigger")
1748
-
1749
- @property
1750
- @pulumi.getter
1751
- def state(self) -> pulumi.Output[str]:
1752
- """
1753
- Lifecycle states for sharded databases.
1754
- """
1755
- return pulumi.get(self, "state")
1756
-
1757
- @property
1758
- @pulumi.getter(name="stopDatabaseTrigger")
1759
- def stop_database_trigger(self) -> pulumi.Output[Optional[int]]:
1760
- """
1761
- (Updatable) An optional property when incremented triggers Stop Database. Could be set to any integer value.
1762
- """
1763
- return pulumi.get(self, "stop_database_trigger")
1764
-
1765
- @property
1766
- @pulumi.getter(name="systemTags")
1767
- def system_tags(self) -> pulumi.Output[Mapping[str, str]]:
1768
- """
1769
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
1770
- """
1771
- return pulumi.get(self, "system_tags")
1772
-
1773
- @property
1774
- @pulumi.getter(name="timeCreated")
1775
- def time_created(self) -> pulumi.Output[str]:
1776
- """
1777
- The time the the Sharded Database was created. An RFC3339 formatted datetime string
1778
- """
1779
- return pulumi.get(self, "time_created")
1780
-
1781
- @property
1782
- @pulumi.getter(name="timeUpdated")
1783
- def time_updated(self) -> pulumi.Output[str]:
1784
- """
1785
- The time the Sharded Database was last updated. An RFC3339 formatted datetime string
1786
- """
1787
- return pulumi.get(self, "time_updated")
1788
-
1789
- @property
1790
- @pulumi.getter(name="timeZone")
1791
- def time_zone(self) -> pulumi.Output[str]:
1792
- """
1793
- Timezone associated with the sharded database.
1794
- """
1795
- return pulumi.get(self, "time_zone")
1796
-
1797
- @property
1798
- @pulumi.getter(name="uploadSignedCertificateAndGenerateWalletTrigger")
1799
- def upload_signed_certificate_and_generate_wallet_trigger(self) -> pulumi.Output[int]:
1800
- """
1801
- (Updatable) An optional property when incremented triggers Upload Signed Certificate And Generate Wallet. Could be set to any integer value.
1802
- """
1803
- return pulumi.get(self, "upload_signed_certificate_and_generate_wallet_trigger")
1804
-
1805
- @property
1806
- @pulumi.getter(name="validateNetworkTrigger")
1807
- def validate_network_trigger(self) -> pulumi.Output[Optional[int]]:
1808
- """
1809
- (Updatable) An optional property when incremented triggers Validate Network. Could be set to any integer value.
1810
-
1811
-
1812
- ** IMPORTANT **
1813
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1814
- """
1815
- return pulumi.get(self, "validate_network_trigger")
1816
-