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