pulumi-oci 2.4.0a1721890421__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 (141) hide show
  1. pulumi_oci/__init__.py +78 -32
  2. pulumi_oci/_utilities.py +2 -0
  3. pulumi_oci/apmsynthetics/_inputs.py +457 -1
  4. pulumi_oci/apmsynthetics/config.py +172 -7
  5. pulumi_oci/apmsynthetics/get_monitor.py +42 -3
  6. pulumi_oci/apmsynthetics/get_monitors.py +2 -2
  7. pulumi_oci/apmsynthetics/outputs.py +1129 -9
  8. pulumi_oci/bigdataservice/bds_instance.py +47 -0
  9. pulumi_oci/bigdataservice/get_bds_instance.py +11 -1
  10. pulumi_oci/bigdataservice/outputs.py +7 -0
  11. pulumi_oci/core/__init__.py +3 -0
  12. pulumi_oci/core/_inputs.py +48 -8
  13. pulumi_oci/core/get_instance_maintenance_event.py +414 -0
  14. pulumi_oci/core/get_instance_maintenance_events.py +250 -0
  15. pulumi_oci/core/instance_maintenance_event.py +1022 -0
  16. pulumi_oci/core/outputs.py +338 -8
  17. pulumi_oci/database/_inputs.py +16 -0
  18. pulumi_oci/database/autonomous_database.py +111 -9
  19. pulumi_oci/database/cloud_autonomous_vm_cluster.py +7 -25
  20. pulumi_oci/database/cloud_exadata_infrastructure.py +66 -17
  21. pulumi_oci/database/cloud_vm_cluster.py +49 -0
  22. pulumi_oci/database/database.py +0 -96
  23. pulumi_oci/database/get_autonomous_database.py +38 -1
  24. pulumi_oci/database/get_cloud_exadata_infrastructure.py +14 -1
  25. pulumi_oci/database/get_cloud_vm_cluster.py +14 -1
  26. pulumi_oci/database/get_key_store.py +11 -1
  27. pulumi_oci/database/key_store.py +34 -0
  28. pulumi_oci/database/outputs.py +115 -0
  29. pulumi_oci/databasemigration/_inputs.py +184 -0
  30. pulumi_oci/databasemigration/job.py +99 -24
  31. pulumi_oci/databasemigration/outputs.py +171 -0
  32. pulumi_oci/datasafe/__init__.py +3 -4
  33. pulumi_oci/datasafe/_inputs.py +185 -0
  34. pulumi_oci/datasafe/alert.py +56 -0
  35. pulumi_oci/datasafe/alert_policy.py +745 -0
  36. pulumi_oci/datasafe/alert_policy_rule.py +446 -0
  37. pulumi_oci/datasafe/discovery_mod.py +67 -38
  38. pulumi_oci/datasafe/get_alert.py +27 -1
  39. pulumi_oci/datasafe/get_alert_policy.py +26 -2
  40. pulumi_oci/datasafe/get_alert_policy_rule.py +94 -18
  41. pulumi_oci/datasafe/get_audit_events.py +2 -2
  42. pulumi_oci/datasafe/get_discovery_job.py +15 -1
  43. pulumi_oci/datasafe/get_report.py +15 -2
  44. pulumi_oci/datasafe/get_report_definition.py +15 -2
  45. pulumi_oci/datasafe/get_reports.py +43 -1
  46. pulumi_oci/datasafe/get_security_assessment.py +14 -1
  47. pulumi_oci/datasafe/get_security_assessment_finding.py +16 -3
  48. pulumi_oci/datasafe/get_security_assessment_findings.py +21 -3
  49. pulumi_oci/datasafe/get_sensitive_data_model.py +15 -1
  50. pulumi_oci/datasafe/get_sensitive_data_model_sensitive_types.py +153 -0
  51. pulumi_oci/datasafe/get_target_alert_policy_association.py +15 -2
  52. pulumi_oci/datasafe/get_user_assessment.py +14 -1
  53. pulumi_oci/datasafe/outputs.py +761 -33
  54. pulumi_oci/datasafe/report.py +32 -4
  55. pulumi_oci/datasafe/report_definition.py +32 -4
  56. pulumi_oci/datasafe/security_assessment.py +49 -0
  57. pulumi_oci/datasafe/sensitive_data_model.py +60 -3
  58. pulumi_oci/datasafe/target_alert_policy_association.py +28 -0
  59. pulumi_oci/datasafe/unset_security_assessment_baseline.py +69 -16
  60. pulumi_oci/datasafe/unset_user_assessment_baseline.py +58 -5
  61. pulumi_oci/datasafe/user_assessment.py +49 -0
  62. pulumi_oci/fleetsoftwareupdate/__init__.py +15 -0
  63. pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
  64. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
  65. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
  66. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
  67. pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
  68. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
  69. pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
  70. pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
  71. pulumi_oci/generativeai/get_dedicated_ai_cluster.py +3 -0
  72. pulumi_oci/generativeai/get_dedicated_ai_clusters.py +3 -0
  73. pulumi_oci/generativeai/get_endpoint.py +6 -9
  74. pulumi_oci/generativeai/get_endpoints.py +3 -3
  75. pulumi_oci/generativeai/get_model.py +36 -6
  76. pulumi_oci/generativeai/get_models.py +6 -0
  77. pulumi_oci/generativeai/outputs.py +228 -16
  78. pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
  79. pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
  80. pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +300 -0
  81. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
  82. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
  83. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
  84. pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
  85. pulumi_oci/globallydistributeddatabase/private_endpoint.py +742 -0
  86. pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
  87. pulumi_oci/identity/__init__.py +3 -0
  88. pulumi_oci/identity/_inputs.py +1029 -0
  89. pulumi_oci/identity/domains_social_identity_provider.py +4628 -0
  90. pulumi_oci/identity/get_domains_social_identity_provider.py +664 -0
  91. pulumi_oci/identity/get_domains_social_identity_providers.py +276 -0
  92. pulumi_oci/identity/outputs.py +19544 -17378
  93. pulumi_oci/integration/_inputs.py +0 -2
  94. pulumi_oci/integration/get_integration_instance.py +0 -1
  95. pulumi_oci/integration/integration_instance.py +0 -27
  96. pulumi_oci/integration/outputs.py +4 -12
  97. pulumi_oci/networkfirewall/__init__.py +3 -0
  98. pulumi_oci/networkfirewall/_inputs.py +150 -0
  99. pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py +227 -0
  100. pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +167 -0
  101. pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +605 -0
  102. pulumi_oci/networkfirewall/outputs.py +457 -0
  103. pulumi_oci/opsi/_inputs.py +8 -8
  104. pulumi_oci/opsi/database_insight.py +71 -15
  105. pulumi_oci/opsi/get_database_insight.py +29 -3
  106. pulumi_oci/opsi/get_database_insights.py +1 -1
  107. pulumi_oci/opsi/get_enterprise_manager_bridges.py +2 -2
  108. pulumi_oci/opsi/get_host_insight.py +1 -4
  109. pulumi_oci/opsi/get_host_insights.py +3 -3
  110. pulumi_oci/opsi/get_news_report.py +1 -1
  111. pulumi_oci/opsi/get_news_reports.py +3 -3
  112. pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
  113. pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
  114. pulumi_oci/opsi/get_operations_insights_warehouse.py +7 -7
  115. pulumi_oci/opsi/get_operations_insights_warehouse_user.py +2 -2
  116. pulumi_oci/opsi/get_operations_insights_warehouses.py +5 -5
  117. pulumi_oci/opsi/host_insight.py +6 -14
  118. pulumi_oci/opsi/news_report.py +2 -2
  119. pulumi_oci/opsi/operations_insights_private_endpoint.py +9 -9
  120. pulumi_oci/opsi/operations_insights_warehouse.py +17 -17
  121. pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +14 -14
  122. pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +7 -7
  123. pulumi_oci/opsi/operations_insights_warehouse_user.py +14 -14
  124. pulumi_oci/opsi/outputs.py +46 -24
  125. pulumi_oci/pulumi-plugin.json +1 -1
  126. pulumi_oci/redis/get_redis_cluster.py +1 -1
  127. pulumi_oci/redis/outputs.py +2 -2
  128. pulumi_oci/redis/redis_cluster.py +7 -7
  129. pulumi_oci/stackmonitoring/_inputs.py +2 -2
  130. pulumi_oci/stackmonitoring/baselineable_metric.py +76 -28
  131. pulumi_oci/stackmonitoring/get_baselineable_metric.py +14 -1
  132. pulumi_oci/stackmonitoring/get_baselineable_metrics.py +45 -5
  133. pulumi_oci/stackmonitoring/outputs.py +19 -8
  134. {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/METADATA +1 -1
  135. {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/RECORD +137 -111
  136. {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/WHEEL +1 -1
  137. pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
  138. pulumi_oci/datasafe/masking_report_management.py +0 -693
  139. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
  140. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
  141. {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/top_level.txt +0 -0
@@ -21,7 +21,7 @@ class GetBaselineableMetricResult:
21
21
  """
22
22
  A collection of values returned by getBaselineableMetric.
23
23
  """
24
- def __init__(__self__, baselineable_metric_id=None, column=None, compartment_id=None, created_by=None, defined_tags=None, freeform_tags=None, id=None, is_out_of_box=None, last_updated_by=None, name=None, namespace=None, resource_group=None, state=None, system_tags=None, tenancy_id=None, time_created=None, time_last_updated=None):
24
+ def __init__(__self__, baselineable_metric_id=None, column=None, compartment_id=None, created_by=None, defined_tags=None, freeform_tags=None, id=None, is_out_of_box=None, last_updated_by=None, name=None, namespace=None, resource_group=None, resource_type=None, state=None, system_tags=None, tenancy_id=None, time_created=None, time_last_updated=None):
25
25
  if baselineable_metric_id and not isinstance(baselineable_metric_id, str):
26
26
  raise TypeError("Expected argument 'baselineable_metric_id' to be a str")
27
27
  pulumi.set(__self__, "baselineable_metric_id", baselineable_metric_id)
@@ -58,6 +58,9 @@ class GetBaselineableMetricResult:
58
58
  if resource_group and not isinstance(resource_group, str):
59
59
  raise TypeError("Expected argument 'resource_group' to be a str")
60
60
  pulumi.set(__self__, "resource_group", resource_group)
61
+ if resource_type and not isinstance(resource_type, str):
62
+ raise TypeError("Expected argument 'resource_type' to be a str")
63
+ pulumi.set(__self__, "resource_type", resource_type)
61
64
  if state and not isinstance(state, str):
62
65
  raise TypeError("Expected argument 'state' to be a str")
63
66
  pulumi.set(__self__, "state", state)
@@ -167,6 +170,14 @@ class GetBaselineableMetricResult:
167
170
  """
168
171
  return pulumi.get(self, "resource_group")
169
172
 
173
+ @property
174
+ @pulumi.getter(name="resourceType")
175
+ def resource_type(self) -> str:
176
+ """
177
+ Resource type of the metric
178
+ """
179
+ return pulumi.get(self, "resource_type")
180
+
170
181
  @property
171
182
  @pulumi.getter
172
183
  def state(self) -> str:
@@ -226,6 +237,7 @@ class AwaitableGetBaselineableMetricResult(GetBaselineableMetricResult):
226
237
  name=self.name,
227
238
  namespace=self.namespace,
228
239
  resource_group=self.resource_group,
240
+ resource_type=self.resource_type,
229
241
  state=self.state,
230
242
  system_tags=self.system_tags,
231
243
  tenancy_id=self.tenancy_id,
@@ -270,6 +282,7 @@ def get_baselineable_metric(baselineable_metric_id: Optional[str] = None,
270
282
  name=pulumi.get(__ret__, 'name'),
271
283
  namespace=pulumi.get(__ret__, 'namespace'),
272
284
  resource_group=pulumi.get(__ret__, 'resource_group'),
285
+ resource_type=pulumi.get(__ret__, 'resource_type'),
273
286
  state=pulumi.get(__ret__, 'state'),
274
287
  system_tags=pulumi.get(__ret__, 'system_tags'),
275
288
  tenancy_id=pulumi.get(__ret__, 'tenancy_id'),
@@ -23,7 +23,7 @@ class GetBaselineableMetricsResult:
23
23
  """
24
24
  A collection of values returned by getBaselineableMetrics.
25
25
  """
26
- def __init__(__self__, baselineable_metric_id=None, baselineable_metric_summary_collections=None, compartment_id=None, filters=None, id=None, metric_namespace=None, name=None, resource_group=None):
26
+ def __init__(__self__, baselineable_metric_id=None, baselineable_metric_summary_collections=None, compartment_id=None, filters=None, id=None, is_out_of_box=None, metric_namespace=None, name=None, resource_group=None, resource_type=None):
27
27
  if baselineable_metric_id and not isinstance(baselineable_metric_id, str):
28
28
  raise TypeError("Expected argument 'baselineable_metric_id' to be a str")
29
29
  pulumi.set(__self__, "baselineable_metric_id", baselineable_metric_id)
@@ -39,6 +39,9 @@ class GetBaselineableMetricsResult:
39
39
  if id and not isinstance(id, str):
40
40
  raise TypeError("Expected argument 'id' to be a str")
41
41
  pulumi.set(__self__, "id", id)
42
+ if is_out_of_box and not isinstance(is_out_of_box, bool):
43
+ raise TypeError("Expected argument 'is_out_of_box' to be a bool")
44
+ pulumi.set(__self__, "is_out_of_box", is_out_of_box)
42
45
  if metric_namespace and not isinstance(metric_namespace, str):
43
46
  raise TypeError("Expected argument 'metric_namespace' to be a str")
44
47
  pulumi.set(__self__, "metric_namespace", metric_namespace)
@@ -48,6 +51,9 @@ class GetBaselineableMetricsResult:
48
51
  if resource_group and not isinstance(resource_group, str):
49
52
  raise TypeError("Expected argument 'resource_group' to be a str")
50
53
  pulumi.set(__self__, "resource_group", resource_group)
54
+ if resource_type and not isinstance(resource_type, str):
55
+ raise TypeError("Expected argument 'resource_type' to be a str")
56
+ pulumi.set(__self__, "resource_type", resource_type)
51
57
 
52
58
  @property
53
59
  @pulumi.getter(name="baselineableMetricId")
@@ -83,6 +89,14 @@ class GetBaselineableMetricsResult:
83
89
  """
84
90
  return pulumi.get(self, "id")
85
91
 
92
+ @property
93
+ @pulumi.getter(name="isOutOfBox")
94
+ def is_out_of_box(self) -> Optional[bool]:
95
+ """
96
+ Is the metric created out of box, default false
97
+ """
98
+ return pulumi.get(self, "is_out_of_box")
99
+
86
100
  @property
87
101
  @pulumi.getter(name="metricNamespace")
88
102
  def metric_namespace(self) -> Optional[str]:
@@ -104,6 +118,14 @@ class GetBaselineableMetricsResult:
104
118
  """
105
119
  return pulumi.get(self, "resource_group")
106
120
 
121
+ @property
122
+ @pulumi.getter(name="resourceType")
123
+ def resource_type(self) -> Optional[str]:
124
+ """
125
+ Resource type of the metric
126
+ """
127
+ return pulumi.get(self, "resource_type")
128
+
107
129
 
108
130
  class AwaitableGetBaselineableMetricsResult(GetBaselineableMetricsResult):
109
131
  # pylint: disable=using-constant-test
@@ -116,17 +138,21 @@ class AwaitableGetBaselineableMetricsResult(GetBaselineableMetricsResult):
116
138
  compartment_id=self.compartment_id,
117
139
  filters=self.filters,
118
140
  id=self.id,
141
+ is_out_of_box=self.is_out_of_box,
119
142
  metric_namespace=self.metric_namespace,
120
143
  name=self.name,
121
- resource_group=self.resource_group)
144
+ resource_group=self.resource_group,
145
+ resource_type=self.resource_type)
122
146
 
123
147
 
124
148
  def get_baselineable_metrics(baselineable_metric_id: Optional[str] = None,
125
149
  compartment_id: Optional[str] = None,
126
150
  filters: Optional[Sequence[pulumi.InputType['GetBaselineableMetricsFilterArgs']]] = None,
151
+ is_out_of_box: Optional[bool] = None,
127
152
  metric_namespace: Optional[str] = None,
128
153
  name: Optional[str] = None,
129
154
  resource_group: Optional[str] = None,
155
+ resource_type: Optional[str] = None,
130
156
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetBaselineableMetricsResult:
131
157
  """
132
158
  This data source provides the list of Baselineable Metrics in Oracle Cloud Infrastructure Stack Monitoring service.
@@ -141,25 +167,31 @@ def get_baselineable_metrics(baselineable_metric_id: Optional[str] = None,
141
167
 
142
168
  test_baselineable_metrics = oci.StackMonitoring.get_baselineable_metrics(baselineable_metric_id=test_baselineable_metric["id"],
143
169
  compartment_id=compartment_id,
170
+ is_out_of_box=baselineable_metric_is_out_of_box,
144
171
  metric_namespace=baselineable_metric_metric_namespace,
145
172
  name=baselineable_metric_name,
146
- resource_group=baselineable_metric_resource_group)
173
+ resource_group=baselineable_metric_resource_group,
174
+ resource_type=baselineable_metric_resource_type)
147
175
  ```
148
176
 
149
177
 
150
178
  :param str baselineable_metric_id: Identifier for the metric
151
179
  :param str compartment_id: The ID of the compartment in which data is listed.
180
+ :param bool is_out_of_box: Is the baseline enabled metric defined out of box by Oracle or by end-user
152
181
  :param str metric_namespace: A filter to return monitored resource types that has the matching namespace.
153
182
  :param str name: Metric Name
154
183
  :param str resource_group: Resource Group
184
+ :param str resource_type: Resource Type
155
185
  """
156
186
  __args__ = dict()
157
187
  __args__['baselineableMetricId'] = baselineable_metric_id
158
188
  __args__['compartmentId'] = compartment_id
159
189
  __args__['filters'] = filters
190
+ __args__['isOutOfBox'] = is_out_of_box
160
191
  __args__['metricNamespace'] = metric_namespace
161
192
  __args__['name'] = name
162
193
  __args__['resourceGroup'] = resource_group
194
+ __args__['resourceType'] = resource_type
163
195
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
164
196
  __ret__ = pulumi.runtime.invoke('oci:StackMonitoring/getBaselineableMetrics:getBaselineableMetrics', __args__, opts=opts, typ=GetBaselineableMetricsResult).value
165
197
 
@@ -169,18 +201,22 @@ def get_baselineable_metrics(baselineable_metric_id: Optional[str] = None,
169
201
  compartment_id=pulumi.get(__ret__, 'compartment_id'),
170
202
  filters=pulumi.get(__ret__, 'filters'),
171
203
  id=pulumi.get(__ret__, 'id'),
204
+ is_out_of_box=pulumi.get(__ret__, 'is_out_of_box'),
172
205
  metric_namespace=pulumi.get(__ret__, 'metric_namespace'),
173
206
  name=pulumi.get(__ret__, 'name'),
174
- resource_group=pulumi.get(__ret__, 'resource_group'))
207
+ resource_group=pulumi.get(__ret__, 'resource_group'),
208
+ resource_type=pulumi.get(__ret__, 'resource_type'))
175
209
 
176
210
 
177
211
  @_utilities.lift_output_func(get_baselineable_metrics)
178
212
  def get_baselineable_metrics_output(baselineable_metric_id: Optional[pulumi.Input[Optional[str]]] = None,
179
213
  compartment_id: Optional[pulumi.Input[Optional[str]]] = None,
180
214
  filters: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetBaselineableMetricsFilterArgs']]]]] = None,
215
+ is_out_of_box: Optional[pulumi.Input[Optional[bool]]] = None,
181
216
  metric_namespace: Optional[pulumi.Input[Optional[str]]] = None,
182
217
  name: Optional[pulumi.Input[Optional[str]]] = None,
183
218
  resource_group: Optional[pulumi.Input[Optional[str]]] = None,
219
+ resource_type: Optional[pulumi.Input[Optional[str]]] = None,
184
220
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetBaselineableMetricsResult]:
185
221
  """
186
222
  This data source provides the list of Baselineable Metrics in Oracle Cloud Infrastructure Stack Monitoring service.
@@ -195,16 +231,20 @@ def get_baselineable_metrics_output(baselineable_metric_id: Optional[pulumi.Inpu
195
231
 
196
232
  test_baselineable_metrics = oci.StackMonitoring.get_baselineable_metrics(baselineable_metric_id=test_baselineable_metric["id"],
197
233
  compartment_id=compartment_id,
234
+ is_out_of_box=baselineable_metric_is_out_of_box,
198
235
  metric_namespace=baselineable_metric_metric_namespace,
199
236
  name=baselineable_metric_name,
200
- resource_group=baselineable_metric_resource_group)
237
+ resource_group=baselineable_metric_resource_group,
238
+ resource_type=baselineable_metric_resource_type)
201
239
  ```
202
240
 
203
241
 
204
242
  :param str baselineable_metric_id: Identifier for the metric
205
243
  :param str compartment_id: The ID of the compartment in which data is listed.
244
+ :param bool is_out_of_box: Is the baseline enabled metric defined out of box by Oracle or by end-user
206
245
  :param str metric_namespace: A filter to return monitored resource types that has the matching namespace.
207
246
  :param str name: Metric Name
208
247
  :param str resource_group: Resource Group
248
+ :param str resource_type: Resource Type
209
249
  """
210
250
  ...
@@ -1651,7 +1651,7 @@ class MonitoredResourceTaskTaskDetails(dict):
1651
1651
  ** IMPORTANT **
1652
1652
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1653
1653
  :param int availability_proxy_metric_collection_interval: Metrics collection interval in seconds used when calculating the availability of the resource based on metrics specified using the property 'availabilityProxyMetrics'.
1654
- :param Sequence[str] availability_proxy_metrics: List of metrics to be used to calculate the availability of the resource. Resource is considered to be up if at least one of the specified metrics is available for the resource during the specified interval using the property 'availabilityProxyMetricCollectionIntervalInSeconds'. If no metrics are specified, availability will not be calculated for the resource.
1654
+ :param Sequence[str] availability_proxy_metrics: List of metrics to be used to calculate the availability of the resource. Resource is considered to be up if at least one of the specified metrics is available for the resource during the specified interval using the property 'availabilityProxyMetricCollectionIntervalInSeconds'. If no metrics are specified, availability will not be calculated for the resource.
1655
1655
  :param str console_path_prefix: The console path prefix to use for providing service home url page navigation. For example if the prefix provided is 'security/bastion/bastions', the URL used for navigation will be https://<cloudhostname>/security/bastion/bastions/<resourceOcid>. If not provided, service home page link will not be shown in the stack monitoring home page.
1656
1656
  :param str external_id_mapping: The external resource identifier property in the metric dimensions. Resources imported will be using this property value for external id.
1657
1657
  :param Sequence[str] lifecycle_status_mappings_for_up_statuses: Lifecycle states of the external resource which reflects the status of the resource being up.
@@ -1733,7 +1733,7 @@ class MonitoredResourceTaskTaskDetails(dict):
1733
1733
  @pulumi.getter(name="availabilityProxyMetrics")
1734
1734
  def availability_proxy_metrics(self) -> Optional[Sequence[str]]:
1735
1735
  """
1736
- List of metrics to be used to calculate the availability of the resource. Resource is considered to be up if at least one of the specified metrics is available for the resource during the specified interval using the property 'availabilityProxyMetricCollectionIntervalInSeconds'. If no metrics are specified, availability will not be calculated for the resource.
1736
+ List of metrics to be used to calculate the availability of the resource. Resource is considered to be up if at least one of the specified metrics is available for the resource during the specified interval using the property 'availabilityProxyMetricCollectionIntervalInSeconds'. If no metrics are specified, availability will not be calculated for the resource.
1737
1737
  """
1738
1738
  return pulumi.get(self, "availability_proxy_metrics")
1739
1739
 
@@ -2958,6 +2958,7 @@ class GetBaselineableMetricsBaselineableMetricSummaryCollectionItemResult(dict):
2958
2958
  name: str,
2959
2959
  namespace: str,
2960
2960
  resource_group: str,
2961
+ resource_type: str,
2961
2962
  state: str,
2962
2963
  system_tags: Mapping[str, Any],
2963
2964
  tenancy_id: str,
@@ -2970,11 +2971,12 @@ class GetBaselineableMetricsBaselineableMetricSummaryCollectionItemResult(dict):
2970
2971
  :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
2971
2972
  :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
2972
2973
  :param str id: OCID of the metric
2973
- :param bool is_out_of_box: Is the metric created out of box, default false
2974
+ :param bool is_out_of_box: Is the baseline enabled metric defined out of box by Oracle or by end-user
2974
2975
  :param str last_updated_by: last Updated user id
2975
2976
  :param str name: Metric Name
2976
2977
  :param str namespace: namespace of the metric
2977
2978
  :param str resource_group: Resource Group
2979
+ :param str resource_type: Resource Type
2978
2980
  :param str state: The current lifecycle state of the metric extension
2979
2981
  :param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
2980
2982
  :param str tenancy_id: OCID of the tenancy
@@ -2992,6 +2994,7 @@ class GetBaselineableMetricsBaselineableMetricSummaryCollectionItemResult(dict):
2992
2994
  pulumi.set(__self__, "name", name)
2993
2995
  pulumi.set(__self__, "namespace", namespace)
2994
2996
  pulumi.set(__self__, "resource_group", resource_group)
2997
+ pulumi.set(__self__, "resource_type", resource_type)
2995
2998
  pulumi.set(__self__, "state", state)
2996
2999
  pulumi.set(__self__, "system_tags", system_tags)
2997
3000
  pulumi.set(__self__, "tenancy_id", tenancy_id)
@@ -3050,7 +3053,7 @@ class GetBaselineableMetricsBaselineableMetricSummaryCollectionItemResult(dict):
3050
3053
  @pulumi.getter(name="isOutOfBox")
3051
3054
  def is_out_of_box(self) -> bool:
3052
3055
  """
3053
- Is the metric created out of box, default false
3056
+ Is the baseline enabled metric defined out of box by Oracle or by end-user
3054
3057
  """
3055
3058
  return pulumi.get(self, "is_out_of_box")
3056
3059
 
@@ -3086,6 +3089,14 @@ class GetBaselineableMetricsBaselineableMetricSummaryCollectionItemResult(dict):
3086
3089
  """
3087
3090
  return pulumi.get(self, "resource_group")
3088
3091
 
3092
+ @property
3093
+ @pulumi.getter(name="resourceType")
3094
+ def resource_type(self) -> str:
3095
+ """
3096
+ Resource Type
3097
+ """
3098
+ return pulumi.get(self, "resource_type")
3099
+
3089
3100
  @property
3090
3101
  @pulumi.getter
3091
3102
  def state(self) -> str:
@@ -5709,7 +5720,7 @@ class GetMonitoredResourceTaskTaskDetailResult(dict):
5709
5720
  type: str):
5710
5721
  """
5711
5722
  :param int availability_proxy_metric_collection_interval: Metrics collection interval in seconds used when calculating the availability of the resource based on metrics specified using the property 'availabilityProxyMetrics'.
5712
- :param Sequence[str] availability_proxy_metrics: List of metrics to be used to calculate the availability of the resource. Resource is considered to be up if at least one of the specified metrics is available for the resource during the specified interval using the property 'availabilityProxyMetricCollectionIntervalInSeconds'. If no metrics are specified, availability will not be calculated for the resource.
5723
+ :param Sequence[str] availability_proxy_metrics: List of metrics to be used to calculate the availability of the resource. Resource is considered to be up if at least one of the specified metrics is available for the resource during the specified interval using the property 'availabilityProxyMetricCollectionIntervalInSeconds'. If no metrics are specified, availability will not be calculated for the resource.
5713
5724
  :param str console_path_prefix: The console path prefix to use for providing service home url page navigation. For example if the prefix provided is 'security/bastion/bastions', the URL used for navigation will be https://<cloudhostname>/security/bastion/bastions/<resourceOcid>. If not provided, service home page link will not be shown in the stack monitoring home page.
5714
5725
  :param str external_id_mapping: The external resource identifier property in the metric dimensions. Resources imported will be using this property value for external id.
5715
5726
  :param Sequence[str] lifecycle_status_mappings_for_up_statuses: Lifecycle states of the external resource which reflects the status of the resource being up.
@@ -5754,7 +5765,7 @@ class GetMonitoredResourceTaskTaskDetailResult(dict):
5754
5765
  @pulumi.getter(name="availabilityProxyMetrics")
5755
5766
  def availability_proxy_metrics(self) -> Sequence[str]:
5756
5767
  """
5757
- List of metrics to be used to calculate the availability of the resource. Resource is considered to be up if at least one of the specified metrics is available for the resource during the specified interval using the property 'availabilityProxyMetricCollectionIntervalInSeconds'. If no metrics are specified, availability will not be calculated for the resource.
5768
+ List of metrics to be used to calculate the availability of the resource. Resource is considered to be up if at least one of the specified metrics is available for the resource during the specified interval using the property 'availabilityProxyMetricCollectionIntervalInSeconds'. If no metrics are specified, availability will not be calculated for the resource.
5758
5769
  """
5759
5770
  return pulumi.get(self, "availability_proxy_metrics")
5760
5771
 
@@ -6069,7 +6080,7 @@ class GetMonitoredResourceTasksMonitoredResourceTasksCollectionItemTaskDetailRes
6069
6080
  type: str):
6070
6081
  """
6071
6082
  :param int availability_proxy_metric_collection_interval: Metrics collection interval in seconds used when calculating the availability of the resource based on metrics specified using the property 'availabilityProxyMetrics'.
6072
- :param Sequence[str] availability_proxy_metrics: List of metrics to be used to calculate the availability of the resource. Resource is considered to be up if at least one of the specified metrics is available for the resource during the specified interval using the property 'availabilityProxyMetricCollectionIntervalInSeconds'. If no metrics are specified, availability will not be calculated for the resource.
6083
+ :param Sequence[str] availability_proxy_metrics: List of metrics to be used to calculate the availability of the resource. Resource is considered to be up if at least one of the specified metrics is available for the resource during the specified interval using the property 'availabilityProxyMetricCollectionIntervalInSeconds'. If no metrics are specified, availability will not be calculated for the resource.
6073
6084
  :param str console_path_prefix: The console path prefix to use for providing service home url page navigation. For example if the prefix provided is 'security/bastion/bastions', the URL used for navigation will be https://<cloudhostname>/security/bastion/bastions/<resourceOcid>. If not provided, service home page link will not be shown in the stack monitoring home page.
6074
6085
  :param str external_id_mapping: The external resource identifier property in the metric dimensions. Resources imported will be using this property value for external id.
6075
6086
  :param Sequence[str] lifecycle_status_mappings_for_up_statuses: Lifecycle states of the external resource which reflects the status of the resource being up.
@@ -6114,7 +6125,7 @@ class GetMonitoredResourceTasksMonitoredResourceTasksCollectionItemTaskDetailRes
6114
6125
  @pulumi.getter(name="availabilityProxyMetrics")
6115
6126
  def availability_proxy_metrics(self) -> Sequence[str]:
6116
6127
  """
6117
- List of metrics to be used to calculate the availability of the resource. Resource is considered to be up if at least one of the specified metrics is available for the resource during the specified interval using the property 'availabilityProxyMetricCollectionIntervalInSeconds'. If no metrics are specified, availability will not be calculated for the resource.
6128
+ List of metrics to be used to calculate the availability of the resource. Resource is considered to be up if at least one of the specified metrics is available for the resource during the specified interval using the property 'availabilityProxyMetricCollectionIntervalInSeconds'. If no metrics are specified, availability will not be calculated for the resource.
6118
6129
  """
6119
6130
  return pulumi.get(self, "availability_proxy_metrics")
6120
6131
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_oci
3
- Version: 2.4.0a1721890421
3
+ Version: 2.5.0
4
4
  Summary: A Pulumi package for creating and managing Oracle Cloud Infrastructure resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://www.pulumi.com