pulumi-oci 2.4.0a1721933648__py3-none-any.whl → 2.5.0__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 (77) hide show
  1. pulumi_oci/__init__.py +59 -32
  2. pulumi_oci/_utilities.py +2 -0
  3. pulumi_oci/bigdataservice/bds_instance.py +47 -0
  4. pulumi_oci/bigdataservice/get_bds_instance.py +11 -1
  5. pulumi_oci/bigdataservice/outputs.py +7 -0
  6. pulumi_oci/core/__init__.py +3 -0
  7. pulumi_oci/core/_inputs.py +40 -0
  8. pulumi_oci/core/get_instance_maintenance_event.py +414 -0
  9. pulumi_oci/core/get_instance_maintenance_events.py +250 -0
  10. pulumi_oci/core/instance_maintenance_event.py +1022 -0
  11. pulumi_oci/core/outputs.py +314 -0
  12. pulumi_oci/database/autonomous_database.py +28 -0
  13. pulumi_oci/database/get_autonomous_database.py +14 -1
  14. pulumi_oci/database/outputs.py +22 -0
  15. pulumi_oci/databasemigration/_inputs.py +184 -0
  16. pulumi_oci/databasemigration/job.py +99 -24
  17. pulumi_oci/databasemigration/outputs.py +171 -0
  18. pulumi_oci/datasafe/__init__.py +2 -4
  19. pulumi_oci/datasafe/_inputs.py +55 -0
  20. pulumi_oci/datasafe/alert.py +56 -0
  21. pulumi_oci/datasafe/alert_policy.py +745 -0
  22. pulumi_oci/datasafe/alert_policy_rule.py +446 -0
  23. pulumi_oci/datasafe/get_alert.py +27 -1
  24. pulumi_oci/datasafe/get_alert_policy.py +26 -2
  25. pulumi_oci/datasafe/get_alert_policy_rule.py +94 -18
  26. pulumi_oci/datasafe/get_report.py +14 -1
  27. pulumi_oci/datasafe/get_report_definition.py +14 -1
  28. pulumi_oci/datasafe/get_target_alert_policy_association.py +15 -2
  29. pulumi_oci/datasafe/outputs.py +231 -27
  30. pulumi_oci/datasafe/report.py +28 -0
  31. pulumi_oci/datasafe/report_definition.py +28 -0
  32. pulumi_oci/datasafe/target_alert_policy_association.py +28 -0
  33. pulumi_oci/fleetsoftwareupdate/__init__.py +15 -0
  34. pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
  35. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
  36. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
  37. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
  38. pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
  39. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
  40. pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
  41. pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
  42. pulumi_oci/generativeai/get_dedicated_ai_cluster.py +3 -0
  43. pulumi_oci/generativeai/get_dedicated_ai_clusters.py +3 -0
  44. pulumi_oci/generativeai/get_endpoint.py +6 -9
  45. pulumi_oci/generativeai/get_endpoints.py +3 -3
  46. pulumi_oci/generativeai/get_model.py +36 -6
  47. pulumi_oci/generativeai/get_models.py +6 -0
  48. pulumi_oci/generativeai/outputs.py +228 -16
  49. pulumi_oci/identity/__init__.py +3 -0
  50. pulumi_oci/identity/_inputs.py +1029 -0
  51. pulumi_oci/identity/domains_social_identity_provider.py +4628 -0
  52. pulumi_oci/identity/get_domains_social_identity_provider.py +664 -0
  53. pulumi_oci/identity/get_domains_social_identity_providers.py +276 -0
  54. pulumi_oci/identity/outputs.py +19544 -17378
  55. pulumi_oci/networkfirewall/__init__.py +3 -0
  56. pulumi_oci/networkfirewall/_inputs.py +150 -0
  57. pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py +227 -0
  58. pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +167 -0
  59. pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +605 -0
  60. pulumi_oci/networkfirewall/outputs.py +457 -0
  61. pulumi_oci/pulumi-plugin.json +1 -1
  62. pulumi_oci/redis/get_redis_cluster.py +1 -1
  63. pulumi_oci/redis/outputs.py +2 -2
  64. pulumi_oci/redis/redis_cluster.py +7 -7
  65. pulumi_oci/stackmonitoring/_inputs.py +2 -2
  66. pulumi_oci/stackmonitoring/baselineable_metric.py +76 -28
  67. pulumi_oci/stackmonitoring/get_baselineable_metric.py +14 -1
  68. pulumi_oci/stackmonitoring/get_baselineable_metrics.py +45 -5
  69. pulumi_oci/stackmonitoring/outputs.py +19 -8
  70. {pulumi_oci-2.4.0a1721933648.dist-info → pulumi_oci-2.5.0.dist-info}/METADATA +1 -1
  71. {pulumi_oci-2.4.0a1721933648.dist-info → pulumi_oci-2.5.0.dist-info}/RECORD +73 -57
  72. {pulumi_oci-2.4.0a1721933648.dist-info → pulumi_oci-2.5.0.dist-info}/WHEEL +1 -1
  73. pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
  74. pulumi_oci/datasafe/masking_report_management.py +0 -693
  75. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
  76. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
  77. {pulumi_oci-2.4.0a1721933648.dist-info → pulumi_oci-2.5.0.dist-info}/top_level.txt +0 -0
@@ -190,6 +190,7 @@ class _ReportDefinitionState:
190
190
  display_order: Optional[pulumi.Input[int]] = None,
191
191
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
192
192
  is_seeded: Optional[pulumi.Input[bool]] = None,
193
+ lifecycle_details: Optional[pulumi.Input[str]] = None,
193
194
  parent_id: Optional[pulumi.Input[str]] = None,
194
195
  record_time_span: Optional[pulumi.Input[str]] = None,
195
196
  schedule: Optional[pulumi.Input[str]] = None,
@@ -218,6 +219,7 @@ class _ReportDefinitionState:
218
219
  :param pulumi.Input[int] display_order: Specifies the order in which the summary must be displayed.
219
220
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
220
221
  :param pulumi.Input[bool] is_seeded: Signifies whether the definition is seeded or user defined. Values can either be 'true' or 'false'.
222
+ :param pulumi.Input[str] lifecycle_details: Details about the current state of the report definition in Data Safe.
221
223
  :param pulumi.Input[str] parent_id: The OCID of the parent report definition.
222
224
  :param pulumi.Input[str] record_time_span: The time span for the records in the report to be scheduled. <period-value><period> Allowed period strings - "H","D","M","Y" Each of the above fields potentially introduce constraints. A workRequest is created only when period-value satisfies all the constraints. Constraints introduced: 1. period = H (The allowed range for period-value is [1, 23]) 2. period = D (The allowed range for period-value is [1, 30]) 3. period = M (The allowed range for period-value is [1, 11]) 4. period = Y (The minimum period-value is 1)
223
225
  :param pulumi.Input[str] schedule: The schedule to generate the report periodically in the specified format: <version-string>;<version-specific-schedule>
@@ -258,6 +260,8 @@ class _ReportDefinitionState:
258
260
  pulumi.set(__self__, "freeform_tags", freeform_tags)
259
261
  if is_seeded is not None:
260
262
  pulumi.set(__self__, "is_seeded", is_seeded)
263
+ if lifecycle_details is not None:
264
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
261
265
  if parent_id is not None:
262
266
  pulumi.set(__self__, "parent_id", parent_id)
263
267
  if record_time_span is not None:
@@ -441,6 +445,18 @@ class _ReportDefinitionState:
441
445
  def is_seeded(self, value: Optional[pulumi.Input[bool]]):
442
446
  pulumi.set(self, "is_seeded", value)
443
447
 
448
+ @property
449
+ @pulumi.getter(name="lifecycleDetails")
450
+ def lifecycle_details(self) -> Optional[pulumi.Input[str]]:
451
+ """
452
+ Details about the current state of the report definition in Data Safe.
453
+ """
454
+ return pulumi.get(self, "lifecycle_details")
455
+
456
+ @lifecycle_details.setter
457
+ def lifecycle_details(self, value: Optional[pulumi.Input[str]]):
458
+ pulumi.set(self, "lifecycle_details", value)
459
+
444
460
  @property
445
461
  @pulumi.getter(name="parentId")
446
462
  def parent_id(self) -> Optional[pulumi.Input[str]]:
@@ -814,6 +830,7 @@ class ReportDefinition(pulumi.CustomResource):
814
830
  __props__.__dict__["data_source"] = None
815
831
  __props__.__dict__["display_order"] = None
816
832
  __props__.__dict__["is_seeded"] = None
833
+ __props__.__dict__["lifecycle_details"] = None
817
834
  __props__.__dict__["record_time_span"] = None
818
835
  __props__.__dict__["schedule"] = None
819
836
  __props__.__dict__["scheduled_report_compartment_id"] = None
@@ -848,6 +865,7 @@ class ReportDefinition(pulumi.CustomResource):
848
865
  display_order: Optional[pulumi.Input[int]] = None,
849
866
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
850
867
  is_seeded: Optional[pulumi.Input[bool]] = None,
868
+ lifecycle_details: Optional[pulumi.Input[str]] = None,
851
869
  parent_id: Optional[pulumi.Input[str]] = None,
852
870
  record_time_span: Optional[pulumi.Input[str]] = None,
853
871
  schedule: Optional[pulumi.Input[str]] = None,
@@ -881,6 +899,7 @@ class ReportDefinition(pulumi.CustomResource):
881
899
  :param pulumi.Input[int] display_order: Specifies the order in which the summary must be displayed.
882
900
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
883
901
  :param pulumi.Input[bool] is_seeded: Signifies whether the definition is seeded or user defined. Values can either be 'true' or 'false'.
902
+ :param pulumi.Input[str] lifecycle_details: Details about the current state of the report definition in Data Safe.
884
903
  :param pulumi.Input[str] parent_id: The OCID of the parent report definition.
885
904
  :param pulumi.Input[str] record_time_span: The time span for the records in the report to be scheduled. <period-value><period> Allowed period strings - "H","D","M","Y" Each of the above fields potentially introduce constraints. A workRequest is created only when period-value satisfies all the constraints. Constraints introduced: 1. period = H (The allowed range for period-value is [1, 23]) 2. period = D (The allowed range for period-value is [1, 30]) 3. period = M (The allowed range for period-value is [1, 11]) 4. period = Y (The minimum period-value is 1)
886
905
  :param pulumi.Input[str] schedule: The schedule to generate the report periodically in the specified format: <version-string>;<version-specific-schedule>
@@ -912,6 +931,7 @@ class ReportDefinition(pulumi.CustomResource):
912
931
  __props__.__dict__["display_order"] = display_order
913
932
  __props__.__dict__["freeform_tags"] = freeform_tags
914
933
  __props__.__dict__["is_seeded"] = is_seeded
934
+ __props__.__dict__["lifecycle_details"] = lifecycle_details
915
935
  __props__.__dict__["parent_id"] = parent_id
916
936
  __props__.__dict__["record_time_span"] = record_time_span
917
937
  __props__.__dict__["schedule"] = schedule
@@ -1031,6 +1051,14 @@ class ReportDefinition(pulumi.CustomResource):
1031
1051
  """
1032
1052
  return pulumi.get(self, "is_seeded")
1033
1053
 
1054
+ @property
1055
+ @pulumi.getter(name="lifecycleDetails")
1056
+ def lifecycle_details(self) -> pulumi.Output[str]:
1057
+ """
1058
+ Details about the current state of the report definition in Data Safe.
1059
+ """
1060
+ return pulumi.get(self, "lifecycle_details")
1061
+
1034
1062
  @property
1035
1063
  @pulumi.getter(name="parentId")
1036
1064
  def parent_id(self) -> pulumi.Output[str]:
@@ -160,6 +160,7 @@ class _TargetAlertPolicyAssociationState:
160
160
  display_name: Optional[pulumi.Input[str]] = None,
161
161
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
162
162
  is_enabled: Optional[pulumi.Input[bool]] = None,
163
+ lifecycle_details: Optional[pulumi.Input[str]] = None,
163
164
  policy_id: Optional[pulumi.Input[str]] = None,
164
165
  state: Optional[pulumi.Input[str]] = None,
165
166
  system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
@@ -174,6 +175,7 @@ class _TargetAlertPolicyAssociationState:
174
175
  :param pulumi.Input[str] display_name: (Updatable) The display name of the target-alert policy association.
175
176
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
176
177
  :param pulumi.Input[bool] is_enabled: (Updatable) Indicates if the target-alert policy association is enabled or disabled.
178
+ :param pulumi.Input[str] lifecycle_details: Details about the current state of the target-alert policy association.
177
179
  :param pulumi.Input[str] policy_id: The OCID of the alert policy.
178
180
  :param pulumi.Input[str] state: The current state of the target-alert policy association.
179
181
  :param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: `{"orcl-cloud.free-tier-retained": "true"}`
@@ -197,6 +199,8 @@ class _TargetAlertPolicyAssociationState:
197
199
  pulumi.set(__self__, "freeform_tags", freeform_tags)
198
200
  if is_enabled is not None:
199
201
  pulumi.set(__self__, "is_enabled", is_enabled)
202
+ if lifecycle_details is not None:
203
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
200
204
  if policy_id is not None:
201
205
  pulumi.set(__self__, "policy_id", policy_id)
202
206
  if state is not None:
@@ -282,6 +286,18 @@ class _TargetAlertPolicyAssociationState:
282
286
  def is_enabled(self, value: Optional[pulumi.Input[bool]]):
283
287
  pulumi.set(self, "is_enabled", value)
284
288
 
289
+ @property
290
+ @pulumi.getter(name="lifecycleDetails")
291
+ def lifecycle_details(self) -> Optional[pulumi.Input[str]]:
292
+ """
293
+ Details about the current state of the target-alert policy association.
294
+ """
295
+ return pulumi.get(self, "lifecycle_details")
296
+
297
+ @lifecycle_details.setter
298
+ def lifecycle_details(self, value: Optional[pulumi.Input[str]]):
299
+ pulumi.set(self, "lifecycle_details", value)
300
+
285
301
  @property
286
302
  @pulumi.getter(name="policyId")
287
303
  def policy_id(self) -> Optional[pulumi.Input[str]]:
@@ -510,6 +526,7 @@ class TargetAlertPolicyAssociation(pulumi.CustomResource):
510
526
  if target_id is None and not opts.urn:
511
527
  raise TypeError("Missing required property 'target_id'")
512
528
  __props__.__dict__["target_id"] = target_id
529
+ __props__.__dict__["lifecycle_details"] = None
513
530
  __props__.__dict__["state"] = None
514
531
  __props__.__dict__["system_tags"] = None
515
532
  __props__.__dict__["time_created"] = None
@@ -530,6 +547,7 @@ class TargetAlertPolicyAssociation(pulumi.CustomResource):
530
547
  display_name: Optional[pulumi.Input[str]] = None,
531
548
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
532
549
  is_enabled: Optional[pulumi.Input[bool]] = None,
550
+ lifecycle_details: Optional[pulumi.Input[str]] = None,
533
551
  policy_id: Optional[pulumi.Input[str]] = None,
534
552
  state: Optional[pulumi.Input[str]] = None,
535
553
  system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
@@ -549,6 +567,7 @@ class TargetAlertPolicyAssociation(pulumi.CustomResource):
549
567
  :param pulumi.Input[str] display_name: (Updatable) The display name of the target-alert policy association.
550
568
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
551
569
  :param pulumi.Input[bool] is_enabled: (Updatable) Indicates if the target-alert policy association is enabled or disabled.
570
+ :param pulumi.Input[str] lifecycle_details: Details about the current state of the target-alert policy association.
552
571
  :param pulumi.Input[str] policy_id: The OCID of the alert policy.
553
572
  :param pulumi.Input[str] state: The current state of the target-alert policy association.
554
573
  :param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: `{"orcl-cloud.free-tier-retained": "true"}`
@@ -570,6 +589,7 @@ class TargetAlertPolicyAssociation(pulumi.CustomResource):
570
589
  __props__.__dict__["display_name"] = display_name
571
590
  __props__.__dict__["freeform_tags"] = freeform_tags
572
591
  __props__.__dict__["is_enabled"] = is_enabled
592
+ __props__.__dict__["lifecycle_details"] = lifecycle_details
573
593
  __props__.__dict__["policy_id"] = policy_id
574
594
  __props__.__dict__["state"] = state
575
595
  __props__.__dict__["system_tags"] = system_tags
@@ -626,6 +646,14 @@ class TargetAlertPolicyAssociation(pulumi.CustomResource):
626
646
  """
627
647
  return pulumi.get(self, "is_enabled")
628
648
 
649
+ @property
650
+ @pulumi.getter(name="lifecycleDetails")
651
+ def lifecycle_details(self) -> pulumi.Output[str]:
652
+ """
653
+ Details about the current state of the target-alert policy association.
654
+ """
655
+ return pulumi.get(self, "lifecycle_details")
656
+
629
657
  @property
630
658
  @pulumi.getter(name="policyId")
631
659
  def policy_id(self) -> pulumi.Output[str]:
@@ -0,0 +1,15 @@
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
+ from .. import _utilities
6
+ import typing
7
+ # Export this package's modules as members:
8
+ from .fsu_collection import *
9
+ from .fsu_cycle import *
10
+ from .get_fsu_collection import *
11
+ from .get_fsu_collections import *
12
+ from .get_fsu_cycle import *
13
+ from .get_fsu_cycles import *
14
+ from ._inputs import *
15
+ from . import outputs