pulumi-oci 2.6.0a1722924801__py3-none-any.whl → 2.6.0a1723107075__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 (62) hide show
  1. pulumi_oci/__init__.py +32 -0
  2. pulumi_oci/bigdataservice/_inputs.py +157 -14
  3. pulumi_oci/bigdataservice/bds_instance.py +128 -0
  4. pulumi_oci/bigdataservice/bds_instance_patch_action.py +64 -3
  5. pulumi_oci/bigdataservice/get_bds_instance.py +31 -1
  6. pulumi_oci/bigdataservice/outputs.py +257 -30
  7. pulumi_oci/devops/__init__.py +6 -0
  8. pulumi_oci/devops/_inputs.py +531 -32
  9. pulumi_oci/devops/get_build_runs.py +0 -5
  10. pulumi_oci/devops/get_project_repository_setting.py +129 -0
  11. pulumi_oci/devops/get_repositories.py +1 -1
  12. pulumi_oci/devops/get_repository.py +17 -4
  13. pulumi_oci/devops/get_repository_diffs.py +20 -3
  14. pulumi_oci/devops/get_repository_protected_branches.py +150 -0
  15. pulumi_oci/devops/get_repository_ref.py +2 -2
  16. pulumi_oci/devops/get_repository_setting.py +142 -0
  17. pulumi_oci/devops/get_triggers.py +0 -5
  18. pulumi_oci/devops/outputs.py +1216 -180
  19. pulumi_oci/devops/project_repository_setting.py +338 -0
  20. pulumi_oci/devops/repository.py +66 -75
  21. pulumi_oci/devops/repository_protected_branch_management.py +333 -0
  22. pulumi_oci/devops/repository_ref.py +2 -2
  23. pulumi_oci/devops/repository_setting.py +391 -0
  24. pulumi_oci/jms/__init__.py +4 -0
  25. pulumi_oci/jms/_inputs.py +80 -0
  26. pulumi_oci/jms/get_agent_installers.py +190 -0
  27. pulumi_oci/jms/get_fleet_blocklists.py +2 -2
  28. pulumi_oci/jms/get_fleet_crypto_analysis_result.py +29 -3
  29. pulumi_oci/jms/get_fleet_crypto_analysis_results.py +97 -3
  30. pulumi_oci/jms/get_fleet_export_setting.py +3 -3
  31. pulumi_oci/jms/get_fleet_export_status.py +2 -2
  32. pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +2 -2
  33. pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +45 -5
  34. pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +4 -4
  35. pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +25 -5
  36. pulumi_oci/jms/get_fleets.py +2 -2
  37. pulumi_oci/jms/get_installation_site.py +4 -4
  38. pulumi_oci/jms/get_installation_sites.py +4 -4
  39. pulumi_oci/jms/get_java_downloads_java_download_tokens.py +2 -2
  40. pulumi_oci/jms/get_java_downloads_java_license_acceptance_records.py +2 -2
  41. pulumi_oci/jms/get_java_family.py +14 -1
  42. pulumi_oci/jms/get_jms_plugin.py +313 -0
  43. pulumi_oci/jms/get_jms_plugins.py +291 -0
  44. pulumi_oci/jms/jms_plugin.py +731 -0
  45. pulumi_oci/jms/outputs.py +488 -32
  46. pulumi_oci/osmanagementhub/get_software_source.py +19 -1
  47. pulumi_oci/osmanagementhub/software_source.py +82 -0
  48. pulumi_oci/psql/_inputs.py +8 -4
  49. pulumi_oci/psql/backup.py +4 -4
  50. pulumi_oci/psql/configuration.py +141 -38
  51. pulumi_oci/psql/db_system.py +53 -55
  52. pulumi_oci/psql/get_backup.py +1 -1
  53. pulumi_oci/psql/get_configuration.py +27 -1
  54. pulumi_oci/psql/get_configurations.py +2 -2
  55. pulumi_oci/psql/get_default_configuration.py +15 -2
  56. pulumi_oci/psql/get_default_configurations.py +2 -2
  57. pulumi_oci/psql/outputs.py +176 -13
  58. pulumi_oci/pulumi-plugin.json +1 -1
  59. {pulumi_oci-2.6.0a1722924801.dist-info → pulumi_oci-2.6.0a1723107075.dist-info}/METADATA +1 -1
  60. {pulumi_oci-2.6.0a1722924801.dist-info → pulumi_oci-2.6.0a1723107075.dist-info}/RECORD +62 -52
  61. {pulumi_oci-2.6.0a1722924801.dist-info → pulumi_oci-2.6.0a1723107075.dist-info}/WHEEL +0 -0
  62. {pulumi_oci-2.6.0a1722924801.dist-info → pulumi_oci-2.6.0a1723107075.dist-info}/top_level.txt +0 -0
@@ -26,12 +26,14 @@ class BdsInstanceArgs:
26
26
  master_node: pulumi.Input['BdsInstanceMasterNodeArgs'],
27
27
  util_node: pulumi.Input['BdsInstanceUtilNodeArgs'],
28
28
  worker_node: pulumi.Input['BdsInstanceWorkerNodeArgs'],
29
+ add_kafka_trigger: Optional[pulumi.Input[int]] = None,
29
30
  bootstrap_script_url: Optional[pulumi.Input[str]] = None,
30
31
  cloud_sql_details: Optional[pulumi.Input[Sequence[pulumi.Input['BdsInstanceCloudSqlDetailArgs']]]] = None,
31
32
  cluster_profile: Optional[pulumi.Input[str]] = None,
32
33
  compute_only_worker_node: Optional[pulumi.Input['BdsInstanceComputeOnlyWorkerNodeArgs']] = None,
33
34
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
34
35
  edge_node: Optional[pulumi.Input['BdsInstanceEdgeNodeArgs']] = None,
36
+ execute_bootstrap_script_trigger: Optional[pulumi.Input[int]] = None,
35
37
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
36
38
  ignore_existing_nodes_shapes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
37
39
  is_cloud_sql_configured: Optional[pulumi.Input[bool]] = None,
@@ -42,6 +44,7 @@ class BdsInstanceArgs:
42
44
  kms_key_id: Optional[pulumi.Input[str]] = None,
43
45
  network_config: Optional[pulumi.Input['BdsInstanceNetworkConfigArgs']] = None,
44
46
  os_patch_version: Optional[pulumi.Input[str]] = None,
47
+ remove_kafka_trigger: Optional[pulumi.Input[int]] = None,
45
48
  state: Optional[pulumi.Input[str]] = None):
46
49
  """
47
50
  The set of arguments for constructing a BdsInstance resource.
@@ -58,6 +61,7 @@ class BdsInstanceArgs:
58
61
  :param pulumi.Input[Sequence[pulumi.Input['BdsInstanceCloudSqlDetailArgs']]] cloud_sql_details: The information about added Cloud SQL capability
59
62
  :param pulumi.Input[str] cluster_profile: Profile of the Big Data Service cluster.
60
63
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
64
+ :param pulumi.Input[int] execute_bootstrap_script_trigger: (Updatable) An optional property when incremented triggers Execute Bootstrap Script. Could be set to any integer value.
61
65
  :param pulumi.Input[Mapping[str, Any]] 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"}`
62
66
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ignore_existing_nodes_shapes: Tag to ignore changing the shape of existing worker, master, utility, compute_only_worker, edge, kafka_broker nodes, in a list format, when new nodes are added with a different shape.
63
67
  :param pulumi.Input[bool] is_cloud_sql_configured: (Updatable) Boolean flag specifying whether we configure Cloud SQL or not
@@ -68,6 +72,7 @@ class BdsInstanceArgs:
68
72
  :param pulumi.Input[str] kms_key_id: (Updatable) The OCID of the Key Management master encryption key.
69
73
  :param pulumi.Input['BdsInstanceNetworkConfigArgs'] network_config: Additional configuration of the user's network.
70
74
  :param pulumi.Input[str] os_patch_version: (Updatable) The version of the patch to be upated.
75
+ :param pulumi.Input[int] remove_kafka_trigger: (Updatable) An optional property when incremented triggers Remove Kafka. Could be set to any integer value.
71
76
  :param pulumi.Input[str] state: (Updatable) The target state for the Bds Instance. Could be set to `ACTIVE` or `INACTIVE` to start/stop the bds instance.
72
77
  """
73
78
  pulumi.set(__self__, "cluster_admin_password", cluster_admin_password)
@@ -80,6 +85,8 @@ class BdsInstanceArgs:
80
85
  pulumi.set(__self__, "master_node", master_node)
81
86
  pulumi.set(__self__, "util_node", util_node)
82
87
  pulumi.set(__self__, "worker_node", worker_node)
88
+ if add_kafka_trigger is not None:
89
+ pulumi.set(__self__, "add_kafka_trigger", add_kafka_trigger)
83
90
  if bootstrap_script_url is not None:
84
91
  pulumi.set(__self__, "bootstrap_script_url", bootstrap_script_url)
85
92
  if cloud_sql_details is not None:
@@ -92,6 +99,8 @@ class BdsInstanceArgs:
92
99
  pulumi.set(__self__, "defined_tags", defined_tags)
93
100
  if edge_node is not None:
94
101
  pulumi.set(__self__, "edge_node", edge_node)
102
+ if execute_bootstrap_script_trigger is not None:
103
+ pulumi.set(__self__, "execute_bootstrap_script_trigger", execute_bootstrap_script_trigger)
95
104
  if freeform_tags is not None:
96
105
  pulumi.set(__self__, "freeform_tags", freeform_tags)
97
106
  if ignore_existing_nodes_shapes is not None:
@@ -112,6 +121,8 @@ class BdsInstanceArgs:
112
121
  pulumi.set(__self__, "network_config", network_config)
113
122
  if os_patch_version is not None:
114
123
  pulumi.set(__self__, "os_patch_version", os_patch_version)
124
+ if remove_kafka_trigger is not None:
125
+ pulumi.set(__self__, "remove_kafka_trigger", remove_kafka_trigger)
115
126
  if state is not None:
116
127
  pulumi.set(__self__, "state", state)
117
128
 
@@ -232,6 +243,15 @@ class BdsInstanceArgs:
232
243
  def worker_node(self, value: pulumi.Input['BdsInstanceWorkerNodeArgs']):
233
244
  pulumi.set(self, "worker_node", value)
234
245
 
246
+ @property
247
+ @pulumi.getter(name="addKafkaTrigger")
248
+ def add_kafka_trigger(self) -> Optional[pulumi.Input[int]]:
249
+ return pulumi.get(self, "add_kafka_trigger")
250
+
251
+ @add_kafka_trigger.setter
252
+ def add_kafka_trigger(self, value: Optional[pulumi.Input[int]]):
253
+ pulumi.set(self, "add_kafka_trigger", value)
254
+
235
255
  @property
236
256
  @pulumi.getter(name="bootstrapScriptUrl")
237
257
  def bootstrap_script_url(self) -> Optional[pulumi.Input[str]]:
@@ -298,6 +318,18 @@ class BdsInstanceArgs:
298
318
  def edge_node(self, value: Optional[pulumi.Input['BdsInstanceEdgeNodeArgs']]):
299
319
  pulumi.set(self, "edge_node", value)
300
320
 
321
+ @property
322
+ @pulumi.getter(name="executeBootstrapScriptTrigger")
323
+ def execute_bootstrap_script_trigger(self) -> Optional[pulumi.Input[int]]:
324
+ """
325
+ (Updatable) An optional property when incremented triggers Execute Bootstrap Script. Could be set to any integer value.
326
+ """
327
+ return pulumi.get(self, "execute_bootstrap_script_trigger")
328
+
329
+ @execute_bootstrap_script_trigger.setter
330
+ def execute_bootstrap_script_trigger(self, value: Optional[pulumi.Input[int]]):
331
+ pulumi.set(self, "execute_bootstrap_script_trigger", value)
332
+
301
333
  @property
302
334
  @pulumi.getter(name="freeformTags")
303
335
  def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
@@ -418,6 +450,18 @@ class BdsInstanceArgs:
418
450
  def os_patch_version(self, value: Optional[pulumi.Input[str]]):
419
451
  pulumi.set(self, "os_patch_version", value)
420
452
 
453
+ @property
454
+ @pulumi.getter(name="removeKafkaTrigger")
455
+ def remove_kafka_trigger(self) -> Optional[pulumi.Input[int]]:
456
+ """
457
+ (Updatable) An optional property when incremented triggers Remove Kafka. Could be set to any integer value.
458
+ """
459
+ return pulumi.get(self, "remove_kafka_trigger")
460
+
461
+ @remove_kafka_trigger.setter
462
+ def remove_kafka_trigger(self, value: Optional[pulumi.Input[int]]):
463
+ pulumi.set(self, "remove_kafka_trigger", value)
464
+
421
465
  @property
422
466
  @pulumi.getter
423
467
  def state(self) -> Optional[pulumi.Input[str]]:
@@ -434,6 +478,7 @@ class BdsInstanceArgs:
434
478
  @pulumi.input_type
435
479
  class _BdsInstanceState:
436
480
  def __init__(__self__, *,
481
+ add_kafka_trigger: Optional[pulumi.Input[int]] = None,
437
482
  bootstrap_script_url: Optional[pulumi.Input[str]] = None,
438
483
  cloud_sql_details: Optional[pulumi.Input[Sequence[pulumi.Input['BdsInstanceCloudSqlDetailArgs']]]] = None,
439
484
  cluster_admin_password: Optional[pulumi.Input[str]] = None,
@@ -447,6 +492,7 @@ class _BdsInstanceState:
447
492
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
448
493
  display_name: Optional[pulumi.Input[str]] = None,
449
494
  edge_node: Optional[pulumi.Input['BdsInstanceEdgeNodeArgs']] = None,
495
+ execute_bootstrap_script_trigger: Optional[pulumi.Input[int]] = None,
450
496
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
451
497
  ignore_existing_nodes_shapes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
452
498
  is_cloud_sql_configured: Optional[pulumi.Input[bool]] = None,
@@ -463,6 +509,7 @@ class _BdsInstanceState:
463
509
  number_of_nodes: Optional[pulumi.Input[int]] = None,
464
510
  number_of_nodes_requiring_maintenance_reboot: Optional[pulumi.Input[int]] = None,
465
511
  os_patch_version: Optional[pulumi.Input[str]] = None,
512
+ remove_kafka_trigger: Optional[pulumi.Input[int]] = None,
466
513
  state: Optional[pulumi.Input[str]] = None,
467
514
  time_created: Optional[pulumi.Input[str]] = None,
468
515
  time_updated: Optional[pulumi.Input[str]] = None,
@@ -481,6 +528,7 @@ class _BdsInstanceState:
481
528
  :param pulumi.Input[str] created_by: The user who created the cluster.
482
529
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
483
530
  :param pulumi.Input[str] display_name: (Updatable) Name of the BDS instance
531
+ :param pulumi.Input[int] execute_bootstrap_script_trigger: (Updatable) An optional property when incremented triggers Execute Bootstrap Script. Could be set to any integer value.
484
532
  :param pulumi.Input[Mapping[str, Any]] 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"}`
485
533
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ignore_existing_nodes_shapes: Tag to ignore changing the shape of existing worker, master, utility, compute_only_worker, edge, kafka_broker nodes, in a list format, when new nodes are added with a different shape.
486
534
  :param pulumi.Input[bool] is_cloud_sql_configured: (Updatable) Boolean flag specifying whether we configure Cloud SQL or not
@@ -497,11 +545,14 @@ class _BdsInstanceState:
497
545
  :param pulumi.Input[int] number_of_nodes: Number of nodes that forming the cluster
498
546
  :param pulumi.Input[int] number_of_nodes_requiring_maintenance_reboot: Number of nodes that require a maintenance reboot
499
547
  :param pulumi.Input[str] os_patch_version: (Updatable) The version of the patch to be upated.
548
+ :param pulumi.Input[int] remove_kafka_trigger: (Updatable) An optional property when incremented triggers Remove Kafka. Could be set to any integer value.
500
549
  :param pulumi.Input[str] state: (Updatable) The target state for the Bds Instance. Could be set to `ACTIVE` or `INACTIVE` to start/stop the bds instance.
501
550
  :param pulumi.Input[str] time_created: The time the BDS instance was created. An RFC3339 formatted datetime string
502
551
  :param pulumi.Input[str] time_updated: The time the BDS instance was updated. An RFC3339 formatted datetime string
503
552
  :param pulumi.Input['BdsInstanceUtilNodeArgs'] util_node: The utility node in the BDS instance
504
553
  """
554
+ if add_kafka_trigger is not None:
555
+ pulumi.set(__self__, "add_kafka_trigger", add_kafka_trigger)
505
556
  if bootstrap_script_url is not None:
506
557
  pulumi.set(__self__, "bootstrap_script_url", bootstrap_script_url)
507
558
  if cloud_sql_details is not None:
@@ -528,6 +579,8 @@ class _BdsInstanceState:
528
579
  pulumi.set(__self__, "display_name", display_name)
529
580
  if edge_node is not None:
530
581
  pulumi.set(__self__, "edge_node", edge_node)
582
+ if execute_bootstrap_script_trigger is not None:
583
+ pulumi.set(__self__, "execute_bootstrap_script_trigger", execute_bootstrap_script_trigger)
531
584
  if freeform_tags is not None:
532
585
  pulumi.set(__self__, "freeform_tags", freeform_tags)
533
586
  if ignore_existing_nodes_shapes is not None:
@@ -560,6 +613,8 @@ class _BdsInstanceState:
560
613
  pulumi.set(__self__, "number_of_nodes_requiring_maintenance_reboot", number_of_nodes_requiring_maintenance_reboot)
561
614
  if os_patch_version is not None:
562
615
  pulumi.set(__self__, "os_patch_version", os_patch_version)
616
+ if remove_kafka_trigger is not None:
617
+ pulumi.set(__self__, "remove_kafka_trigger", remove_kafka_trigger)
563
618
  if state is not None:
564
619
  pulumi.set(__self__, "state", state)
565
620
  if time_created is not None:
@@ -571,6 +626,15 @@ class _BdsInstanceState:
571
626
  if worker_node is not None:
572
627
  pulumi.set(__self__, "worker_node", worker_node)
573
628
 
629
+ @property
630
+ @pulumi.getter(name="addKafkaTrigger")
631
+ def add_kafka_trigger(self) -> Optional[pulumi.Input[int]]:
632
+ return pulumi.get(self, "add_kafka_trigger")
633
+
634
+ @add_kafka_trigger.setter
635
+ def add_kafka_trigger(self, value: Optional[pulumi.Input[int]]):
636
+ pulumi.set(self, "add_kafka_trigger", value)
637
+
574
638
  @property
575
639
  @pulumi.getter(name="bootstrapScriptUrl")
576
640
  def bootstrap_script_url(self) -> Optional[pulumi.Input[str]]:
@@ -721,6 +785,18 @@ class _BdsInstanceState:
721
785
  def edge_node(self, value: Optional[pulumi.Input['BdsInstanceEdgeNodeArgs']]):
722
786
  pulumi.set(self, "edge_node", value)
723
787
 
788
+ @property
789
+ @pulumi.getter(name="executeBootstrapScriptTrigger")
790
+ def execute_bootstrap_script_trigger(self) -> Optional[pulumi.Input[int]]:
791
+ """
792
+ (Updatable) An optional property when incremented triggers Execute Bootstrap Script. Could be set to any integer value.
793
+ """
794
+ return pulumi.get(self, "execute_bootstrap_script_trigger")
795
+
796
+ @execute_bootstrap_script_trigger.setter
797
+ def execute_bootstrap_script_trigger(self, value: Optional[pulumi.Input[int]]):
798
+ pulumi.set(self, "execute_bootstrap_script_trigger", value)
799
+
724
800
  @property
725
801
  @pulumi.getter(name="freeformTags")
726
802
  def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
@@ -913,6 +989,18 @@ class _BdsInstanceState:
913
989
  def os_patch_version(self, value: Optional[pulumi.Input[str]]):
914
990
  pulumi.set(self, "os_patch_version", value)
915
991
 
992
+ @property
993
+ @pulumi.getter(name="removeKafkaTrigger")
994
+ def remove_kafka_trigger(self) -> Optional[pulumi.Input[int]]:
995
+ """
996
+ (Updatable) An optional property when incremented triggers Remove Kafka. Could be set to any integer value.
997
+ """
998
+ return pulumi.get(self, "remove_kafka_trigger")
999
+
1000
+ @remove_kafka_trigger.setter
1001
+ def remove_kafka_trigger(self, value: Optional[pulumi.Input[int]]):
1002
+ pulumi.set(self, "remove_kafka_trigger", value)
1003
+
916
1004
  @property
917
1005
  @pulumi.getter
918
1006
  def state(self) -> Optional[pulumi.Input[str]]:
@@ -976,6 +1064,7 @@ class BdsInstance(pulumi.CustomResource):
976
1064
  def __init__(__self__,
977
1065
  resource_name: str,
978
1066
  opts: Optional[pulumi.ResourceOptions] = None,
1067
+ add_kafka_trigger: Optional[pulumi.Input[int]] = None,
979
1068
  bootstrap_script_url: Optional[pulumi.Input[str]] = None,
980
1069
  cloud_sql_details: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['BdsInstanceCloudSqlDetailArgs']]]]] = None,
981
1070
  cluster_admin_password: Optional[pulumi.Input[str]] = None,
@@ -987,6 +1076,7 @@ class BdsInstance(pulumi.CustomResource):
987
1076
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
988
1077
  display_name: Optional[pulumi.Input[str]] = None,
989
1078
  edge_node: Optional[pulumi.Input[pulumi.InputType['BdsInstanceEdgeNodeArgs']]] = None,
1079
+ execute_bootstrap_script_trigger: Optional[pulumi.Input[int]] = None,
990
1080
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
991
1081
  ignore_existing_nodes_shapes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
992
1082
  is_cloud_sql_configured: Optional[pulumi.Input[bool]] = None,
@@ -1000,6 +1090,7 @@ class BdsInstance(pulumi.CustomResource):
1000
1090
  master_node: Optional[pulumi.Input[pulumi.InputType['BdsInstanceMasterNodeArgs']]] = None,
1001
1091
  network_config: Optional[pulumi.Input[pulumi.InputType['BdsInstanceNetworkConfigArgs']]] = None,
1002
1092
  os_patch_version: Optional[pulumi.Input[str]] = None,
1093
+ remove_kafka_trigger: Optional[pulumi.Input[int]] = None,
1003
1094
  state: Optional[pulumi.Input[str]] = None,
1004
1095
  util_node: Optional[pulumi.Input[pulumi.InputType['BdsInstanceUtilNodeArgs']]] = None,
1005
1096
  worker_node: Optional[pulumi.Input[pulumi.InputType['BdsInstanceWorkerNodeArgs']]] = None,
@@ -1028,6 +1119,7 @@ class BdsInstance(pulumi.CustomResource):
1028
1119
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment
1029
1120
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1030
1121
  :param pulumi.Input[str] display_name: (Updatable) Name of the BDS instance
1122
+ :param pulumi.Input[int] execute_bootstrap_script_trigger: (Updatable) An optional property when incremented triggers Execute Bootstrap Script. Could be set to any integer value.
1031
1123
  :param pulumi.Input[Mapping[str, Any]] 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"}`
1032
1124
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ignore_existing_nodes_shapes: Tag to ignore changing the shape of existing worker, master, utility, compute_only_worker, edge, kafka_broker nodes, in a list format, when new nodes are added with a different shape.
1033
1125
  :param pulumi.Input[bool] is_cloud_sql_configured: (Updatable) Boolean flag specifying whether we configure Cloud SQL or not
@@ -1041,6 +1133,7 @@ class BdsInstance(pulumi.CustomResource):
1041
1133
  :param pulumi.Input[pulumi.InputType['BdsInstanceMasterNodeArgs']] master_node: The master node in the BDS instance
1042
1134
  :param pulumi.Input[pulumi.InputType['BdsInstanceNetworkConfigArgs']] network_config: Additional configuration of the user's network.
1043
1135
  :param pulumi.Input[str] os_patch_version: (Updatable) The version of the patch to be upated.
1136
+ :param pulumi.Input[int] remove_kafka_trigger: (Updatable) An optional property when incremented triggers Remove Kafka. Could be set to any integer value.
1044
1137
  :param pulumi.Input[str] state: (Updatable) The target state for the Bds Instance. Could be set to `ACTIVE` or `INACTIVE` to start/stop the bds instance.
1045
1138
  :param pulumi.Input[pulumi.InputType['BdsInstanceUtilNodeArgs']] util_node: The utility node in the BDS instance
1046
1139
  """
@@ -1078,6 +1171,7 @@ class BdsInstance(pulumi.CustomResource):
1078
1171
  def _internal_init(__self__,
1079
1172
  resource_name: str,
1080
1173
  opts: Optional[pulumi.ResourceOptions] = None,
1174
+ add_kafka_trigger: Optional[pulumi.Input[int]] = None,
1081
1175
  bootstrap_script_url: Optional[pulumi.Input[str]] = None,
1082
1176
  cloud_sql_details: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['BdsInstanceCloudSqlDetailArgs']]]]] = None,
1083
1177
  cluster_admin_password: Optional[pulumi.Input[str]] = None,
@@ -1089,6 +1183,7 @@ class BdsInstance(pulumi.CustomResource):
1089
1183
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
1090
1184
  display_name: Optional[pulumi.Input[str]] = None,
1091
1185
  edge_node: Optional[pulumi.Input[pulumi.InputType['BdsInstanceEdgeNodeArgs']]] = None,
1186
+ execute_bootstrap_script_trigger: Optional[pulumi.Input[int]] = None,
1092
1187
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
1093
1188
  ignore_existing_nodes_shapes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1094
1189
  is_cloud_sql_configured: Optional[pulumi.Input[bool]] = None,
@@ -1102,6 +1197,7 @@ class BdsInstance(pulumi.CustomResource):
1102
1197
  master_node: Optional[pulumi.Input[pulumi.InputType['BdsInstanceMasterNodeArgs']]] = None,
1103
1198
  network_config: Optional[pulumi.Input[pulumi.InputType['BdsInstanceNetworkConfigArgs']]] = None,
1104
1199
  os_patch_version: Optional[pulumi.Input[str]] = None,
1200
+ remove_kafka_trigger: Optional[pulumi.Input[int]] = None,
1105
1201
  state: Optional[pulumi.Input[str]] = None,
1106
1202
  util_node: Optional[pulumi.Input[pulumi.InputType['BdsInstanceUtilNodeArgs']]] = None,
1107
1203
  worker_node: Optional[pulumi.Input[pulumi.InputType['BdsInstanceWorkerNodeArgs']]] = None,
@@ -1114,6 +1210,7 @@ class BdsInstance(pulumi.CustomResource):
1114
1210
  raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
1115
1211
  __props__ = BdsInstanceArgs.__new__(BdsInstanceArgs)
1116
1212
 
1213
+ __props__.__dict__["add_kafka_trigger"] = add_kafka_trigger
1117
1214
  __props__.__dict__["bootstrap_script_url"] = bootstrap_script_url
1118
1215
  __props__.__dict__["cloud_sql_details"] = cloud_sql_details
1119
1216
  if cluster_admin_password is None and not opts.urn:
@@ -1135,6 +1232,7 @@ class BdsInstance(pulumi.CustomResource):
1135
1232
  raise TypeError("Missing required property 'display_name'")
1136
1233
  __props__.__dict__["display_name"] = display_name
1137
1234
  __props__.__dict__["edge_node"] = edge_node
1235
+ __props__.__dict__["execute_bootstrap_script_trigger"] = execute_bootstrap_script_trigger
1138
1236
  __props__.__dict__["freeform_tags"] = freeform_tags
1139
1237
  __props__.__dict__["ignore_existing_nodes_shapes"] = ignore_existing_nodes_shapes
1140
1238
  __props__.__dict__["is_cloud_sql_configured"] = is_cloud_sql_configured
@@ -1154,6 +1252,7 @@ class BdsInstance(pulumi.CustomResource):
1154
1252
  __props__.__dict__["master_node"] = master_node
1155
1253
  __props__.__dict__["network_config"] = network_config
1156
1254
  __props__.__dict__["os_patch_version"] = os_patch_version
1255
+ __props__.__dict__["remove_kafka_trigger"] = remove_kafka_trigger
1157
1256
  __props__.__dict__["state"] = state
1158
1257
  if util_node is None and not opts.urn:
1159
1258
  raise TypeError("Missing required property 'util_node'")
@@ -1180,6 +1279,7 @@ class BdsInstance(pulumi.CustomResource):
1180
1279
  def get(resource_name: str,
1181
1280
  id: pulumi.Input[str],
1182
1281
  opts: Optional[pulumi.ResourceOptions] = None,
1282
+ add_kafka_trigger: Optional[pulumi.Input[int]] = None,
1183
1283
  bootstrap_script_url: Optional[pulumi.Input[str]] = None,
1184
1284
  cloud_sql_details: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['BdsInstanceCloudSqlDetailArgs']]]]] = None,
1185
1285
  cluster_admin_password: Optional[pulumi.Input[str]] = None,
@@ -1193,6 +1293,7 @@ class BdsInstance(pulumi.CustomResource):
1193
1293
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
1194
1294
  display_name: Optional[pulumi.Input[str]] = None,
1195
1295
  edge_node: Optional[pulumi.Input[pulumi.InputType['BdsInstanceEdgeNodeArgs']]] = None,
1296
+ execute_bootstrap_script_trigger: Optional[pulumi.Input[int]] = None,
1196
1297
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
1197
1298
  ignore_existing_nodes_shapes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1198
1299
  is_cloud_sql_configured: Optional[pulumi.Input[bool]] = None,
@@ -1209,6 +1310,7 @@ class BdsInstance(pulumi.CustomResource):
1209
1310
  number_of_nodes: Optional[pulumi.Input[int]] = None,
1210
1311
  number_of_nodes_requiring_maintenance_reboot: Optional[pulumi.Input[int]] = None,
1211
1312
  os_patch_version: Optional[pulumi.Input[str]] = None,
1313
+ remove_kafka_trigger: Optional[pulumi.Input[int]] = None,
1212
1314
  state: Optional[pulumi.Input[str]] = None,
1213
1315
  time_created: Optional[pulumi.Input[str]] = None,
1214
1316
  time_updated: Optional[pulumi.Input[str]] = None,
@@ -1232,6 +1334,7 @@ class BdsInstance(pulumi.CustomResource):
1232
1334
  :param pulumi.Input[str] created_by: The user who created the cluster.
1233
1335
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1234
1336
  :param pulumi.Input[str] display_name: (Updatable) Name of the BDS instance
1337
+ :param pulumi.Input[int] execute_bootstrap_script_trigger: (Updatable) An optional property when incremented triggers Execute Bootstrap Script. Could be set to any integer value.
1235
1338
  :param pulumi.Input[Mapping[str, Any]] 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"}`
1236
1339
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ignore_existing_nodes_shapes: Tag to ignore changing the shape of existing worker, master, utility, compute_only_worker, edge, kafka_broker nodes, in a list format, when new nodes are added with a different shape.
1237
1340
  :param pulumi.Input[bool] is_cloud_sql_configured: (Updatable) Boolean flag specifying whether we configure Cloud SQL or not
@@ -1248,6 +1351,7 @@ class BdsInstance(pulumi.CustomResource):
1248
1351
  :param pulumi.Input[int] number_of_nodes: Number of nodes that forming the cluster
1249
1352
  :param pulumi.Input[int] number_of_nodes_requiring_maintenance_reboot: Number of nodes that require a maintenance reboot
1250
1353
  :param pulumi.Input[str] os_patch_version: (Updatable) The version of the patch to be upated.
1354
+ :param pulumi.Input[int] remove_kafka_trigger: (Updatable) An optional property when incremented triggers Remove Kafka. Could be set to any integer value.
1251
1355
  :param pulumi.Input[str] state: (Updatable) The target state for the Bds Instance. Could be set to `ACTIVE` or `INACTIVE` to start/stop the bds instance.
1252
1356
  :param pulumi.Input[str] time_created: The time the BDS instance was created. An RFC3339 formatted datetime string
1253
1357
  :param pulumi.Input[str] time_updated: The time the BDS instance was updated. An RFC3339 formatted datetime string
@@ -1257,6 +1361,7 @@ class BdsInstance(pulumi.CustomResource):
1257
1361
 
1258
1362
  __props__ = _BdsInstanceState.__new__(_BdsInstanceState)
1259
1363
 
1364
+ __props__.__dict__["add_kafka_trigger"] = add_kafka_trigger
1260
1365
  __props__.__dict__["bootstrap_script_url"] = bootstrap_script_url
1261
1366
  __props__.__dict__["cloud_sql_details"] = cloud_sql_details
1262
1367
  __props__.__dict__["cluster_admin_password"] = cluster_admin_password
@@ -1270,6 +1375,7 @@ class BdsInstance(pulumi.CustomResource):
1270
1375
  __props__.__dict__["defined_tags"] = defined_tags
1271
1376
  __props__.__dict__["display_name"] = display_name
1272
1377
  __props__.__dict__["edge_node"] = edge_node
1378
+ __props__.__dict__["execute_bootstrap_script_trigger"] = execute_bootstrap_script_trigger
1273
1379
  __props__.__dict__["freeform_tags"] = freeform_tags
1274
1380
  __props__.__dict__["ignore_existing_nodes_shapes"] = ignore_existing_nodes_shapes
1275
1381
  __props__.__dict__["is_cloud_sql_configured"] = is_cloud_sql_configured
@@ -1286,6 +1392,7 @@ class BdsInstance(pulumi.CustomResource):
1286
1392
  __props__.__dict__["number_of_nodes"] = number_of_nodes
1287
1393
  __props__.__dict__["number_of_nodes_requiring_maintenance_reboot"] = number_of_nodes_requiring_maintenance_reboot
1288
1394
  __props__.__dict__["os_patch_version"] = os_patch_version
1395
+ __props__.__dict__["remove_kafka_trigger"] = remove_kafka_trigger
1289
1396
  __props__.__dict__["state"] = state
1290
1397
  __props__.__dict__["time_created"] = time_created
1291
1398
  __props__.__dict__["time_updated"] = time_updated
@@ -1293,6 +1400,11 @@ class BdsInstance(pulumi.CustomResource):
1293
1400
  __props__.__dict__["worker_node"] = worker_node
1294
1401
  return BdsInstance(resource_name, opts=opts, __props__=__props__)
1295
1402
 
1403
+ @property
1404
+ @pulumi.getter(name="addKafkaTrigger")
1405
+ def add_kafka_trigger(self) -> pulumi.Output[Optional[int]]:
1406
+ return pulumi.get(self, "add_kafka_trigger")
1407
+
1296
1408
  @property
1297
1409
  @pulumi.getter(name="bootstrapScriptUrl")
1298
1410
  def bootstrap_script_url(self) -> pulumi.Output[str]:
@@ -1391,6 +1503,14 @@ class BdsInstance(pulumi.CustomResource):
1391
1503
  def edge_node(self) -> pulumi.Output[Optional['outputs.BdsInstanceEdgeNode']]:
1392
1504
  return pulumi.get(self, "edge_node")
1393
1505
 
1506
+ @property
1507
+ @pulumi.getter(name="executeBootstrapScriptTrigger")
1508
+ def execute_bootstrap_script_trigger(self) -> pulumi.Output[Optional[int]]:
1509
+ """
1510
+ (Updatable) An optional property when incremented triggers Execute Bootstrap Script. Could be set to any integer value.
1511
+ """
1512
+ return pulumi.get(self, "execute_bootstrap_script_trigger")
1513
+
1394
1514
  @property
1395
1515
  @pulumi.getter(name="freeformTags")
1396
1516
  def freeform_tags(self) -> pulumi.Output[Mapping[str, Any]]:
@@ -1519,6 +1639,14 @@ class BdsInstance(pulumi.CustomResource):
1519
1639
  """
1520
1640
  return pulumi.get(self, "os_patch_version")
1521
1641
 
1642
+ @property
1643
+ @pulumi.getter(name="removeKafkaTrigger")
1644
+ def remove_kafka_trigger(self) -> pulumi.Output[Optional[int]]:
1645
+ """
1646
+ (Updatable) An optional property when incremented triggers Remove Kafka. Could be set to any integer value.
1647
+ """
1648
+ return pulumi.get(self, "remove_kafka_trigger")
1649
+
1522
1650
  @property
1523
1651
  @pulumi.getter
1524
1652
  def state(self) -> pulumi.Output[str]:
@@ -8,6 +8,8 @@ import pulumi
8
8
  import pulumi.runtime
9
9
  from typing import Any, Mapping, Optional, Sequence, Union, overload
10
10
  from .. import _utilities
11
+ from . import outputs
12
+ from ._inputs import *
11
13
 
12
14
  __all__ = ['BdsInstancePatchActionArgs', 'BdsInstancePatchAction']
13
15
 
@@ -16,7 +18,8 @@ class BdsInstancePatchActionArgs:
16
18
  def __init__(__self__, *,
17
19
  bds_instance_id: pulumi.Input[str],
18
20
  cluster_admin_password: pulumi.Input[str],
19
- version: pulumi.Input[str]):
21
+ version: pulumi.Input[str],
22
+ patching_config: Optional[pulumi.Input['BdsInstancePatchActionPatchingConfigArgs']] = None):
20
23
  """
21
24
  The set of arguments for constructing a BdsInstancePatchAction resource.
22
25
  :param pulumi.Input[str] bds_instance_id: The OCID of the cluster.
@@ -26,10 +29,13 @@ class BdsInstancePatchActionArgs:
26
29
 
27
30
  ** IMPORTANT **
28
31
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
32
+ :param pulumi.Input['BdsInstancePatchActionPatchingConfigArgs'] patching_config: Detailed configurations for defining the behavior when installing ODH patches. If not provided, nodes will be patched with down time.
29
33
  """
30
34
  pulumi.set(__self__, "bds_instance_id", bds_instance_id)
31
35
  pulumi.set(__self__, "cluster_admin_password", cluster_admin_password)
32
36
  pulumi.set(__self__, "version", version)
37
+ if patching_config is not None:
38
+ pulumi.set(__self__, "patching_config", patching_config)
33
39
 
34
40
  @property
35
41
  @pulumi.getter(name="bdsInstanceId")
@@ -71,17 +77,31 @@ class BdsInstancePatchActionArgs:
71
77
  def version(self, value: pulumi.Input[str]):
72
78
  pulumi.set(self, "version", value)
73
79
 
80
+ @property
81
+ @pulumi.getter(name="patchingConfig")
82
+ def patching_config(self) -> Optional[pulumi.Input['BdsInstancePatchActionPatchingConfigArgs']]:
83
+ """
84
+ Detailed configurations for defining the behavior when installing ODH patches. If not provided, nodes will be patched with down time.
85
+ """
86
+ return pulumi.get(self, "patching_config")
87
+
88
+ @patching_config.setter
89
+ def patching_config(self, value: Optional[pulumi.Input['BdsInstancePatchActionPatchingConfigArgs']]):
90
+ pulumi.set(self, "patching_config", value)
91
+
74
92
 
75
93
  @pulumi.input_type
76
94
  class _BdsInstancePatchActionState:
77
95
  def __init__(__self__, *,
78
96
  bds_instance_id: Optional[pulumi.Input[str]] = None,
79
97
  cluster_admin_password: Optional[pulumi.Input[str]] = None,
98
+ patching_config: Optional[pulumi.Input['BdsInstancePatchActionPatchingConfigArgs']] = None,
80
99
  version: Optional[pulumi.Input[str]] = None):
81
100
  """
82
101
  Input properties used for looking up and filtering BdsInstancePatchAction resources.
83
102
  :param pulumi.Input[str] bds_instance_id: The OCID of the cluster.
84
103
  :param pulumi.Input[str] cluster_admin_password: Base-64 encoded password for the cluster admin user.
104
+ :param pulumi.Input['BdsInstancePatchActionPatchingConfigArgs'] patching_config: Detailed configurations for defining the behavior when installing ODH patches. If not provided, nodes will be patched with down time.
85
105
  :param pulumi.Input[str] version: The version of the patch to be installed.
86
106
 
87
107
 
@@ -92,6 +112,8 @@ class _BdsInstancePatchActionState:
92
112
  pulumi.set(__self__, "bds_instance_id", bds_instance_id)
93
113
  if cluster_admin_password is not None:
94
114
  pulumi.set(__self__, "cluster_admin_password", cluster_admin_password)
115
+ if patching_config is not None:
116
+ pulumi.set(__self__, "patching_config", patching_config)
95
117
  if version is not None:
96
118
  pulumi.set(__self__, "version", version)
97
119
 
@@ -119,6 +141,18 @@ class _BdsInstancePatchActionState:
119
141
  def cluster_admin_password(self, value: Optional[pulumi.Input[str]]):
120
142
  pulumi.set(self, "cluster_admin_password", value)
121
143
 
144
+ @property
145
+ @pulumi.getter(name="patchingConfig")
146
+ def patching_config(self) -> Optional[pulumi.Input['BdsInstancePatchActionPatchingConfigArgs']]:
147
+ """
148
+ Detailed configurations for defining the behavior when installing ODH patches. If not provided, nodes will be patched with down time.
149
+ """
150
+ return pulumi.get(self, "patching_config")
151
+
152
+ @patching_config.setter
153
+ def patching_config(self, value: Optional[pulumi.Input['BdsInstancePatchActionPatchingConfigArgs']]):
154
+ pulumi.set(self, "patching_config", value)
155
+
122
156
  @property
123
157
  @pulumi.getter
124
158
  def version(self) -> Optional[pulumi.Input[str]]:
@@ -143,6 +177,7 @@ class BdsInstancePatchAction(pulumi.CustomResource):
143
177
  opts: Optional[pulumi.ResourceOptions] = None,
144
178
  bds_instance_id: Optional[pulumi.Input[str]] = None,
145
179
  cluster_admin_password: Optional[pulumi.Input[str]] = None,
180
+ patching_config: Optional[pulumi.Input[pulumi.InputType['BdsInstancePatchActionPatchingConfigArgs']]] = None,
146
181
  version: Optional[pulumi.Input[str]] = None,
147
182
  __props__=None):
148
183
  """
@@ -159,7 +194,13 @@ class BdsInstancePatchAction(pulumi.CustomResource):
159
194
  test_bds_instance_patch_action = oci.big_data_service.BdsInstancePatchAction("test_bds_instance_patch_action",
160
195
  bds_instance_id=test_bds_instance["id"],
161
196
  cluster_admin_password=bds_instance_patch_action_cluster_admin_password,
162
- version=bds_instance_patch_action_version)
197
+ version=bds_instance_patch_action_version,
198
+ patching_config=oci.big_data_service.BdsInstancePatchActionPatchingConfigArgs(
199
+ patching_config_strategy=bds_instance_patch_action_patching_config_patching_config_strategy,
200
+ batch_size=bds_instance_patch_action_patching_config_batch_size,
201
+ wait_time_between_batch_in_seconds=bds_instance_patch_action_patching_config_wait_time_between_batch_in_seconds,
202
+ wait_time_between_domain_in_seconds=bds_instance_patch_action_patching_config_wait_time_between_domain_in_seconds,
203
+ ))
163
204
  ```
164
205
 
165
206
  ## Import
@@ -170,6 +211,7 @@ class BdsInstancePatchAction(pulumi.CustomResource):
170
211
  :param pulumi.ResourceOptions opts: Options for the resource.
171
212
  :param pulumi.Input[str] bds_instance_id: The OCID of the cluster.
172
213
  :param pulumi.Input[str] cluster_admin_password: Base-64 encoded password for the cluster admin user.
214
+ :param pulumi.Input[pulumi.InputType['BdsInstancePatchActionPatchingConfigArgs']] patching_config: Detailed configurations for defining the behavior when installing ODH patches. If not provided, nodes will be patched with down time.
173
215
  :param pulumi.Input[str] version: The version of the patch to be installed.
174
216
 
175
217
 
@@ -196,7 +238,13 @@ class BdsInstancePatchAction(pulumi.CustomResource):
196
238
  test_bds_instance_patch_action = oci.big_data_service.BdsInstancePatchAction("test_bds_instance_patch_action",
197
239
  bds_instance_id=test_bds_instance["id"],
198
240
  cluster_admin_password=bds_instance_patch_action_cluster_admin_password,
199
- version=bds_instance_patch_action_version)
241
+ version=bds_instance_patch_action_version,
242
+ patching_config=oci.big_data_service.BdsInstancePatchActionPatchingConfigArgs(
243
+ patching_config_strategy=bds_instance_patch_action_patching_config_patching_config_strategy,
244
+ batch_size=bds_instance_patch_action_patching_config_batch_size,
245
+ wait_time_between_batch_in_seconds=bds_instance_patch_action_patching_config_wait_time_between_batch_in_seconds,
246
+ wait_time_between_domain_in_seconds=bds_instance_patch_action_patching_config_wait_time_between_domain_in_seconds,
247
+ ))
200
248
  ```
201
249
 
202
250
  ## Import
@@ -220,6 +268,7 @@ class BdsInstancePatchAction(pulumi.CustomResource):
220
268
  opts: Optional[pulumi.ResourceOptions] = None,
221
269
  bds_instance_id: Optional[pulumi.Input[str]] = None,
222
270
  cluster_admin_password: Optional[pulumi.Input[str]] = None,
271
+ patching_config: Optional[pulumi.Input[pulumi.InputType['BdsInstancePatchActionPatchingConfigArgs']]] = None,
223
272
  version: Optional[pulumi.Input[str]] = None,
224
273
  __props__=None):
225
274
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
@@ -236,6 +285,7 @@ class BdsInstancePatchAction(pulumi.CustomResource):
236
285
  if cluster_admin_password is None and not opts.urn:
237
286
  raise TypeError("Missing required property 'cluster_admin_password'")
238
287
  __props__.__dict__["cluster_admin_password"] = None if cluster_admin_password is None else pulumi.Output.secret(cluster_admin_password)
288
+ __props__.__dict__["patching_config"] = patching_config
239
289
  if version is None and not opts.urn:
240
290
  raise TypeError("Missing required property 'version'")
241
291
  __props__.__dict__["version"] = version
@@ -253,6 +303,7 @@ class BdsInstancePatchAction(pulumi.CustomResource):
253
303
  opts: Optional[pulumi.ResourceOptions] = None,
254
304
  bds_instance_id: Optional[pulumi.Input[str]] = None,
255
305
  cluster_admin_password: Optional[pulumi.Input[str]] = None,
306
+ patching_config: Optional[pulumi.Input[pulumi.InputType['BdsInstancePatchActionPatchingConfigArgs']]] = None,
256
307
  version: Optional[pulumi.Input[str]] = None) -> 'BdsInstancePatchAction':
257
308
  """
258
309
  Get an existing BdsInstancePatchAction resource's state with the given name, id, and optional extra
@@ -263,6 +314,7 @@ class BdsInstancePatchAction(pulumi.CustomResource):
263
314
  :param pulumi.ResourceOptions opts: Options for the resource.
264
315
  :param pulumi.Input[str] bds_instance_id: The OCID of the cluster.
265
316
  :param pulumi.Input[str] cluster_admin_password: Base-64 encoded password for the cluster admin user.
317
+ :param pulumi.Input[pulumi.InputType['BdsInstancePatchActionPatchingConfigArgs']] patching_config: Detailed configurations for defining the behavior when installing ODH patches. If not provided, nodes will be patched with down time.
266
318
  :param pulumi.Input[str] version: The version of the patch to be installed.
267
319
 
268
320
 
@@ -275,6 +327,7 @@ class BdsInstancePatchAction(pulumi.CustomResource):
275
327
 
276
328
  __props__.__dict__["bds_instance_id"] = bds_instance_id
277
329
  __props__.__dict__["cluster_admin_password"] = cluster_admin_password
330
+ __props__.__dict__["patching_config"] = patching_config
278
331
  __props__.__dict__["version"] = version
279
332
  return BdsInstancePatchAction(resource_name, opts=opts, __props__=__props__)
280
333
 
@@ -294,6 +347,14 @@ class BdsInstancePatchAction(pulumi.CustomResource):
294
347
  """
295
348
  return pulumi.get(self, "cluster_admin_password")
296
349
 
350
+ @property
351
+ @pulumi.getter(name="patchingConfig")
352
+ def patching_config(self) -> pulumi.Output['outputs.BdsInstancePatchActionPatchingConfig']:
353
+ """
354
+ Detailed configurations for defining the behavior when installing ODH patches. If not provided, nodes will be patched with down time.
355
+ """
356
+ return pulumi.get(self, "patching_config")
357
+
297
358
  @property
298
359
  @pulumi.getter
299
360
  def version(self) -> pulumi.Output[str]: