pulumi-oci 1.31.0__py3-none-any.whl → 1.31.0a1712402206__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 (26) hide show
  1. pulumi_oci/dataflow/get_invoke_run.py +1 -11
  2. pulumi_oci/dataflow/invoke_run.py +0 -49
  3. pulumi_oci/dataflow/outputs.py +0 -7
  4. pulumi_oci/devops/_inputs.py +10 -380
  5. pulumi_oci/devops/outputs.py +32 -953
  6. pulumi_oci/filestorage/replication.py +4 -4
  7. pulumi_oci/networkfirewall/outputs.py +16 -12
  8. pulumi_oci/networkloadbalancer/_inputs.py +10 -222
  9. pulumi_oci/networkloadbalancer/backend_set.py +7 -70
  10. pulumi_oci/networkloadbalancer/get_backend_set.py +2 -15
  11. pulumi_oci/networkloadbalancer/network_load_balancer.py +62 -7
  12. pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +7 -70
  13. pulumi_oci/networkloadbalancer/outputs.py +28 -397
  14. pulumi_oci/stackmonitoring/_inputs.py +1 -209
  15. pulumi_oci/stackmonitoring/get_monitored_resource.py +1 -27
  16. pulumi_oci/stackmonitoring/get_monitored_resource_type.py +1 -27
  17. pulumi_oci/stackmonitoring/get_monitored_resources.py +1 -18
  18. pulumi_oci/stackmonitoring/monitored_resource.py +0 -56
  19. pulumi_oci/stackmonitoring/monitored_resource_task.py +0 -18
  20. pulumi_oci/stackmonitoring/monitored_resource_type.py +19 -117
  21. pulumi_oci/stackmonitoring/monitored_resources_search.py +1 -197
  22. pulumi_oci/stackmonitoring/outputs.py +1 -436
  23. {pulumi_oci-1.31.0.dist-info → pulumi_oci-1.31.0a1712402206.dist-info}/METADATA +1 -1
  24. {pulumi_oci-1.31.0.dist-info → pulumi_oci-1.31.0a1712402206.dist-info}/RECORD +26 -26
  25. {pulumi_oci-1.31.0.dist-info → pulumi_oci-1.31.0a1712402206.dist-info}/WHEEL +0 -0
  26. {pulumi_oci-1.31.0.dist-info → pulumi_oci-1.31.0a1712402206.dist-info}/top_level.txt +0 -0
@@ -1608,26 +1608,8 @@ class MonitoredResourceTaskTaskDetails(dict):
1608
1608
  suggest = "availability_proxy_metric_collection_interval"
1609
1609
  elif key == "availabilityProxyMetrics":
1610
1610
  suggest = "availability_proxy_metrics"
1611
- elif key == "consolePathPrefix":
1612
- suggest = "console_path_prefix"
1613
- elif key == "externalIdMapping":
1614
- suggest = "external_id_mapping"
1615
- elif key == "lifecycleStatusMappingsForUpStatuses":
1616
- suggest = "lifecycle_status_mappings_for_up_statuses"
1617
1611
  elif key == "resourceGroup":
1618
1612
  suggest = "resource_group"
1619
- elif key == "resourceNameFilter":
1620
- suggest = "resource_name_filter"
1621
- elif key == "resourceNameMapping":
1622
- suggest = "resource_name_mapping"
1623
- elif key == "resourceTypeFilter":
1624
- suggest = "resource_type_filter"
1625
- elif key == "resourceTypeMapping":
1626
- suggest = "resource_type_mapping"
1627
- elif key == "serviceBaseUrl":
1628
- suggest = "service_base_url"
1629
- elif key == "shouldUseMetricsFlowForStatus":
1630
- suggest = "should_use_metrics_flow_for_status"
1631
1613
 
1632
1614
  if suggest:
1633
1615
  pulumi.log.warn(f"Key '{key}' not found in MonitoredResourceTaskTaskDetails. Access the value via the '{suggest}' property getter instead.")
@@ -1646,16 +1628,7 @@ class MonitoredResourceTaskTaskDetails(dict):
1646
1628
  type: str,
1647
1629
  availability_proxy_metric_collection_interval: Optional[int] = None,
1648
1630
  availability_proxy_metrics: Optional[Sequence[str]] = None,
1649
- console_path_prefix: Optional[str] = None,
1650
- external_id_mapping: Optional[str] = None,
1651
- lifecycle_status_mappings_for_up_statuses: Optional[Sequence[str]] = None,
1652
- resource_group: Optional[str] = None,
1653
- resource_name_filter: Optional[str] = None,
1654
- resource_name_mapping: Optional[str] = None,
1655
- resource_type_filter: Optional[str] = None,
1656
- resource_type_mapping: Optional[str] = None,
1657
- service_base_url: Optional[str] = None,
1658
- should_use_metrics_flow_for_status: Optional[bool] = None):
1631
+ resource_group: Optional[str] = None):
1659
1632
  """
1660
1633
  :param str namespace: Name space to be used for Oracle Cloud Infrastructure Native service resources discovery.
1661
1634
  :param str source: Source from where the metrics pushed to telemetry. Possible values:
@@ -1668,16 +1641,7 @@ class MonitoredResourceTaskTaskDetails(dict):
1668
1641
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1669
1642
  :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'.
1670
1643
  :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.
1671
- :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.
1672
- :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.
1673
- :param Sequence[str] lifecycle_status_mappings_for_up_statuses: Lifecycle states of the external resource which reflects the status of the resource being up.
1674
1644
  :param str resource_group: The resource group to use while fetching metrics from telemetry. If not specified, resource group will be skipped in the list metrics request.
1675
- :param str resource_name_filter: The resource name filter. Resources matching with the resource name filter will be imported. Regular expressions will be accepted.
1676
- :param str resource_name_mapping: The resource name property in the metric dimensions. Resources imported will be using this property value for resource name.
1677
- :param str resource_type_filter: The resource type filter. Resources matching with the resource type filter will be imported. Regular expressions will be accepted.
1678
- :param str resource_type_mapping: The resource type property in the metric dimensions. Resources imported will be using this property value for resource type. If not specified, namespace will be used for resource type.
1679
- :param str service_base_url: The base URL of the Oracle Cloud Infrastructure service to which the resource belongs to. Also this property is applicable only when source is OCI_TELEMETRY_NATIVE.
1680
- :param bool should_use_metrics_flow_for_status: Flag to indicate whether status is calculated using metrics or LifeCycleState attribute of the resource in Oracle Cloud Infrastructure service.
1681
1645
  """
1682
1646
  pulumi.set(__self__, "namespace", namespace)
1683
1647
  pulumi.set(__self__, "source", source)
@@ -1686,26 +1650,8 @@ class MonitoredResourceTaskTaskDetails(dict):
1686
1650
  pulumi.set(__self__, "availability_proxy_metric_collection_interval", availability_proxy_metric_collection_interval)
1687
1651
  if availability_proxy_metrics is not None:
1688
1652
  pulumi.set(__self__, "availability_proxy_metrics", availability_proxy_metrics)
1689
- if console_path_prefix is not None:
1690
- pulumi.set(__self__, "console_path_prefix", console_path_prefix)
1691
- if external_id_mapping is not None:
1692
- pulumi.set(__self__, "external_id_mapping", external_id_mapping)
1693
- if lifecycle_status_mappings_for_up_statuses is not None:
1694
- pulumi.set(__self__, "lifecycle_status_mappings_for_up_statuses", lifecycle_status_mappings_for_up_statuses)
1695
1653
  if resource_group is not None:
1696
1654
  pulumi.set(__self__, "resource_group", resource_group)
1697
- if resource_name_filter is not None:
1698
- pulumi.set(__self__, "resource_name_filter", resource_name_filter)
1699
- if resource_name_mapping is not None:
1700
- pulumi.set(__self__, "resource_name_mapping", resource_name_mapping)
1701
- if resource_type_filter is not None:
1702
- pulumi.set(__self__, "resource_type_filter", resource_type_filter)
1703
- if resource_type_mapping is not None:
1704
- pulumi.set(__self__, "resource_type_mapping", resource_type_mapping)
1705
- if service_base_url is not None:
1706
- pulumi.set(__self__, "service_base_url", service_base_url)
1707
- if should_use_metrics_flow_for_status is not None:
1708
- pulumi.set(__self__, "should_use_metrics_flow_for_status", should_use_metrics_flow_for_status)
1709
1655
 
1710
1656
  @property
1711
1657
  @pulumi.getter
@@ -1753,30 +1699,6 @@ class MonitoredResourceTaskTaskDetails(dict):
1753
1699
  """
1754
1700
  return pulumi.get(self, "availability_proxy_metrics")
1755
1701
 
1756
- @property
1757
- @pulumi.getter(name="consolePathPrefix")
1758
- def console_path_prefix(self) -> Optional[str]:
1759
- """
1760
- 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.
1761
- """
1762
- return pulumi.get(self, "console_path_prefix")
1763
-
1764
- @property
1765
- @pulumi.getter(name="externalIdMapping")
1766
- def external_id_mapping(self) -> Optional[str]:
1767
- """
1768
- The external resource identifier property in the metric dimensions. Resources imported will be using this property value for external id.
1769
- """
1770
- return pulumi.get(self, "external_id_mapping")
1771
-
1772
- @property
1773
- @pulumi.getter(name="lifecycleStatusMappingsForUpStatuses")
1774
- def lifecycle_status_mappings_for_up_statuses(self) -> Optional[Sequence[str]]:
1775
- """
1776
- Lifecycle states of the external resource which reflects the status of the resource being up.
1777
- """
1778
- return pulumi.get(self, "lifecycle_status_mappings_for_up_statuses")
1779
-
1780
1702
  @property
1781
1703
  @pulumi.getter(name="resourceGroup")
1782
1704
  def resource_group(self) -> Optional[str]:
@@ -1785,54 +1707,6 @@ class MonitoredResourceTaskTaskDetails(dict):
1785
1707
  """
1786
1708
  return pulumi.get(self, "resource_group")
1787
1709
 
1788
- @property
1789
- @pulumi.getter(name="resourceNameFilter")
1790
- def resource_name_filter(self) -> Optional[str]:
1791
- """
1792
- The resource name filter. Resources matching with the resource name filter will be imported. Regular expressions will be accepted.
1793
- """
1794
- return pulumi.get(self, "resource_name_filter")
1795
-
1796
- @property
1797
- @pulumi.getter(name="resourceNameMapping")
1798
- def resource_name_mapping(self) -> Optional[str]:
1799
- """
1800
- The resource name property in the metric dimensions. Resources imported will be using this property value for resource name.
1801
- """
1802
- return pulumi.get(self, "resource_name_mapping")
1803
-
1804
- @property
1805
- @pulumi.getter(name="resourceTypeFilter")
1806
- def resource_type_filter(self) -> Optional[str]:
1807
- """
1808
- The resource type filter. Resources matching with the resource type filter will be imported. Regular expressions will be accepted.
1809
- """
1810
- return pulumi.get(self, "resource_type_filter")
1811
-
1812
- @property
1813
- @pulumi.getter(name="resourceTypeMapping")
1814
- def resource_type_mapping(self) -> Optional[str]:
1815
- """
1816
- The resource type property in the metric dimensions. Resources imported will be using this property value for resource type. If not specified, namespace will be used for resource type.
1817
- """
1818
- return pulumi.get(self, "resource_type_mapping")
1819
-
1820
- @property
1821
- @pulumi.getter(name="serviceBaseUrl")
1822
- def service_base_url(self) -> Optional[str]:
1823
- """
1824
- The base URL of the Oracle Cloud Infrastructure service to which the resource belongs to. Also this property is applicable only when source is OCI_TELEMETRY_NATIVE.
1825
- """
1826
- return pulumi.get(self, "service_base_url")
1827
-
1828
- @property
1829
- @pulumi.getter(name="shouldUseMetricsFlowForStatus")
1830
- def should_use_metrics_flow_for_status(self) -> Optional[bool]:
1831
- """
1832
- Flag to indicate whether status is calculated using metrics or LifeCycleState attribute of the resource in Oracle Cloud Infrastructure service.
1833
- """
1834
- return pulumi.get(self, "should_use_metrics_flow_for_status")
1835
-
1836
1710
 
1837
1711
  @pulumi.output_type
1838
1712
  class MonitoredResourceTypeMetadata(dict):
@@ -2108,8 +1982,6 @@ class MonitoredResourcesListMemberItem(dict):
2108
1982
  suggest = "host_name"
2109
1983
  elif key == "parentId":
2110
1984
  suggest = "parent_id"
2111
- elif key == "resourceCategory":
2112
- suggest = "resource_category"
2113
1985
  elif key == "resourceDisplayName":
2114
1986
  suggest = "resource_display_name"
2115
1987
  elif key == "resourceId":
@@ -2118,8 +1990,6 @@ class MonitoredResourcesListMemberItem(dict):
2118
1990
  suggest = "resource_name"
2119
1991
  elif key == "resourceType":
2120
1992
  suggest = "resource_type"
2121
- elif key == "sourceType":
2122
- suggest = "source_type"
2123
1993
  elif key == "systemTags":
2124
1994
  suggest = "system_tags"
2125
1995
 
@@ -2142,12 +2012,10 @@ class MonitoredResourcesListMemberItem(dict):
2142
2012
  host_name: Optional[str] = None,
2143
2013
  license: Optional[str] = None,
2144
2014
  parent_id: Optional[str] = None,
2145
- resource_category: Optional[str] = None,
2146
2015
  resource_display_name: Optional[str] = None,
2147
2016
  resource_id: Optional[str] = None,
2148
2017
  resource_name: Optional[str] = None,
2149
2018
  resource_type: Optional[str] = None,
2150
- source_type: Optional[str] = None,
2151
2019
  state: Optional[str] = None,
2152
2020
  system_tags: Optional[Mapping[str, Any]] = None):
2153
2021
  """
@@ -2158,12 +2026,10 @@ class MonitoredResourcesListMemberItem(dict):
2158
2026
  :param str host_name: Monitored Resource Host Name.
2159
2027
  :param str license: License edition of the monitored resource.
2160
2028
  :param str parent_id: Parent monitored resource identifier [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
2161
- :param str resource_category: Resource Category to indicate the kind of resource type.
2162
2029
  :param str resource_display_name: Monitored resource display name.
2163
2030
  :param str resource_id: Monitored resource identifier [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
2164
2031
  :param str resource_name: Monitored Resource Name.
2165
2032
  :param str resource_type: Monitored Resource Type.
2166
- :param str source_type: Source type to indicate if the resource is stack monitoring discovered, Oracle Cloud Infrastructure native resource, etc.
2167
2033
  :param str state: The current state of the Resource.
2168
2034
  :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"}`
2169
2035
  """
@@ -2181,8 +2047,6 @@ class MonitoredResourcesListMemberItem(dict):
2181
2047
  pulumi.set(__self__, "license", license)
2182
2048
  if parent_id is not None:
2183
2049
  pulumi.set(__self__, "parent_id", parent_id)
2184
- if resource_category is not None:
2185
- pulumi.set(__self__, "resource_category", resource_category)
2186
2050
  if resource_display_name is not None:
2187
2051
  pulumi.set(__self__, "resource_display_name", resource_display_name)
2188
2052
  if resource_id is not None:
@@ -2191,8 +2055,6 @@ class MonitoredResourcesListMemberItem(dict):
2191
2055
  pulumi.set(__self__, "resource_name", resource_name)
2192
2056
  if resource_type is not None:
2193
2057
  pulumi.set(__self__, "resource_type", resource_type)
2194
- if source_type is not None:
2195
- pulumi.set(__self__, "source_type", source_type)
2196
2058
  if state is not None:
2197
2059
  pulumi.set(__self__, "state", state)
2198
2060
  if system_tags is not None:
@@ -2254,14 +2116,6 @@ class MonitoredResourcesListMemberItem(dict):
2254
2116
  """
2255
2117
  return pulumi.get(self, "parent_id")
2256
2118
 
2257
- @property
2258
- @pulumi.getter(name="resourceCategory")
2259
- def resource_category(self) -> Optional[str]:
2260
- """
2261
- Resource Category to indicate the kind of resource type.
2262
- """
2263
- return pulumi.get(self, "resource_category")
2264
-
2265
2119
  @property
2266
2120
  @pulumi.getter(name="resourceDisplayName")
2267
2121
  def resource_display_name(self) -> Optional[str]:
@@ -2294,14 +2148,6 @@ class MonitoredResourcesListMemberItem(dict):
2294
2148
  """
2295
2149
  return pulumi.get(self, "resource_type")
2296
2150
 
2297
- @property
2298
- @pulumi.getter(name="sourceType")
2299
- def source_type(self) -> Optional[str]:
2300
- """
2301
- Source type to indicate if the resource is stack monitoring discovered, Oracle Cloud Infrastructure native resource, etc.
2302
- """
2303
- return pulumi.get(self, "source_type")
2304
-
2305
2151
  @property
2306
2152
  @pulumi.getter
2307
2153
  def state(self) -> Optional[str]:
@@ -2564,10 +2410,6 @@ class MonitoredResourcesSearchItem(dict):
2564
2410
  suggest = "host_name"
2565
2411
  elif key == "managementAgentId":
2566
2412
  suggest = "management_agent_id"
2567
- elif key == "resourceCategory":
2568
- suggest = "resource_category"
2569
- elif key == "sourceType":
2570
- suggest = "source_type"
2571
2413
  elif key == "systemTags":
2572
2414
  suggest = "system_tags"
2573
2415
  elif key == "timeCreated":
@@ -2598,8 +2440,6 @@ class MonitoredResourcesSearchItem(dict):
2598
2440
  management_agent_id: Optional[str] = None,
2599
2441
  name: Optional[str] = None,
2600
2442
  properties: Optional[Sequence['outputs.MonitoredResourcesSearchItemProperty']] = None,
2601
- resource_category: Optional[str] = None,
2602
- source_type: Optional[str] = None,
2603
2443
  state: Optional[str] = None,
2604
2444
  system_tags: Optional[Mapping[str, Any]] = None,
2605
2445
  time_created: Optional[str] = None,
@@ -2617,8 +2457,6 @@ class MonitoredResourcesSearchItem(dict):
2617
2457
  :param str management_agent_id: A filter to return resources with matching management agent id.
2618
2458
  :param str name: A filter to return resources that match exact resource name.
2619
2459
  :param Sequence['MonitoredResourcesSearchItemPropertyArgs'] properties: List of monitored resource properties.
2620
- :param str resource_category: Resource category filter.
2621
- :param str source_type: Source type filter.
2622
2460
  :param str state: A filter to return resources with matching lifecycle state.
2623
2461
  :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"}`
2624
2462
  :param str time_created: Monitored resource creation time. An RFC3339 formatted datetime string.
@@ -2651,10 +2489,6 @@ class MonitoredResourcesSearchItem(dict):
2651
2489
  pulumi.set(__self__, "name", name)
2652
2490
  if properties is not None:
2653
2491
  pulumi.set(__self__, "properties", properties)
2654
- if resource_category is not None:
2655
- pulumi.set(__self__, "resource_category", resource_category)
2656
- if source_type is not None:
2657
- pulumi.set(__self__, "source_type", source_type)
2658
2492
  if state is not None:
2659
2493
  pulumi.set(__self__, "state", state)
2660
2494
  if system_tags is not None:
@@ -2754,22 +2588,6 @@ class MonitoredResourcesSearchItem(dict):
2754
2588
  """
2755
2589
  return pulumi.get(self, "properties")
2756
2590
 
2757
- @property
2758
- @pulumi.getter(name="resourceCategory")
2759
- def resource_category(self) -> Optional[str]:
2760
- """
2761
- Resource category filter.
2762
- """
2763
- return pulumi.get(self, "resource_category")
2764
-
2765
- @property
2766
- @pulumi.getter(name="sourceType")
2767
- def source_type(self) -> Optional[str]:
2768
- """
2769
- Source type filter.
2770
- """
2771
- return pulumi.get(self, "source_type")
2772
-
2773
2591
  @property
2774
2592
  @pulumi.getter
2775
2593
  def state(self) -> Optional[str]:
@@ -3818,19 +3636,16 @@ class GetDiscoveryJobLogsDiscoveryJobLogCollectionItemResult(dict):
3818
3636
  id: str,
3819
3637
  log_message: str,
3820
3638
  log_type: str,
3821
- system_tags: Mapping[str, Any],
3822
3639
  time_created: str):
3823
3640
  """
3824
3641
  :param str id: The OCID of Discovery job
3825
3642
  :param str log_message: Log message
3826
3643
  :param str log_type: The log type like INFO, WARNING, ERROR, SUCCESS
3827
- :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"}`
3828
3644
  :param str time_created: Time the Job log was created
3829
3645
  """
3830
3646
  pulumi.set(__self__, "id", id)
3831
3647
  pulumi.set(__self__, "log_message", log_message)
3832
3648
  pulumi.set(__self__, "log_type", log_type)
3833
- pulumi.set(__self__, "system_tags", system_tags)
3834
3649
  pulumi.set(__self__, "time_created", time_created)
3835
3650
 
3836
3651
  @property
@@ -3857,14 +3672,6 @@ class GetDiscoveryJobLogsDiscoveryJobLogCollectionItemResult(dict):
3857
3672
  """
3858
3673
  return pulumi.get(self, "log_type")
3859
3674
 
3860
- @property
3861
- @pulumi.getter(name="systemTags")
3862
- def system_tags(self) -> Mapping[str, Any]:
3863
- """
3864
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
3865
- """
3866
- return pulumi.get(self, "system_tags")
3867
-
3868
3675
  @property
3869
3676
  @pulumi.getter(name="timeCreated")
3870
3677
  def time_created(self) -> str:
@@ -5710,33 +5517,15 @@ class GetMonitoredResourceTaskTaskDetailResult(dict):
5710
5517
  def __init__(__self__, *,
5711
5518
  availability_proxy_metric_collection_interval: int,
5712
5519
  availability_proxy_metrics: Sequence[str],
5713
- console_path_prefix: str,
5714
- external_id_mapping: str,
5715
- lifecycle_status_mappings_for_up_statuses: Sequence[str],
5716
5520
  namespace: str,
5717
5521
  resource_group: str,
5718
- resource_name_filter: str,
5719
- resource_name_mapping: str,
5720
- resource_type_filter: str,
5721
- resource_type_mapping: str,
5722
- service_base_url: str,
5723
- should_use_metrics_flow_for_status: bool,
5724
5522
  source: str,
5725
5523
  type: str):
5726
5524
  """
5727
5525
  :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'.
5728
5526
  :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.
5729
- :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.
5730
- :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.
5731
- :param Sequence[str] lifecycle_status_mappings_for_up_statuses: Lifecycle states of the external resource which reflects the status of the resource being up.
5732
5527
  :param str namespace: Name space to be used for Oracle Cloud Infrastructure Native service resources' import.
5733
5528
  :param str resource_group: The resource group to use while fetching metrics from telemetry. If not specified, resource group will be skipped in the list metrics request.
5734
- :param str resource_name_filter: The resource name filter. Resources matching with the resource name filter will be imported. Regular expressions will be accepted.
5735
- :param str resource_name_mapping: The resource name property in the metric dimensions. Resources imported will be using this property value for resource name.
5736
- :param str resource_type_filter: The resource type filter. Resources matching with the resource type filter will be imported. Regular expressions will be accepted.
5737
- :param str resource_type_mapping: The resource type property in the metric dimensions. Resources imported will be using this property value for resource type. If not specified, namespace will be used for resource type.
5738
- :param str service_base_url: The base URL of the Oracle Cloud Infrastructure service to which the resource belongs to. Also this property is applicable only when source is OCI_TELEMETRY_NATIVE.
5739
- :param bool should_use_metrics_flow_for_status: Flag to indicate whether status is calculated using metrics or LifeCycleState attribute of the resource in Oracle Cloud Infrastructure service.
5740
5529
  :param str source: Source from where the metrics pushed to telemetry. Possible values:
5741
5530
  * OCI_TELEMETRY_NATIVE - The metrics are pushed to telemetry from Oracle Cloud Infrastructure Native Services.
5742
5531
  * OCI_TELEMETRY_PROMETHEUS - The metrics are pushed to telemetry from Prometheus.
@@ -5744,17 +5533,8 @@ class GetMonitoredResourceTaskTaskDetailResult(dict):
5744
5533
  """
5745
5534
  pulumi.set(__self__, "availability_proxy_metric_collection_interval", availability_proxy_metric_collection_interval)
5746
5535
  pulumi.set(__self__, "availability_proxy_metrics", availability_proxy_metrics)
5747
- pulumi.set(__self__, "console_path_prefix", console_path_prefix)
5748
- pulumi.set(__self__, "external_id_mapping", external_id_mapping)
5749
- pulumi.set(__self__, "lifecycle_status_mappings_for_up_statuses", lifecycle_status_mappings_for_up_statuses)
5750
5536
  pulumi.set(__self__, "namespace", namespace)
5751
5537
  pulumi.set(__self__, "resource_group", resource_group)
5752
- pulumi.set(__self__, "resource_name_filter", resource_name_filter)
5753
- pulumi.set(__self__, "resource_name_mapping", resource_name_mapping)
5754
- pulumi.set(__self__, "resource_type_filter", resource_type_filter)
5755
- pulumi.set(__self__, "resource_type_mapping", resource_type_mapping)
5756
- pulumi.set(__self__, "service_base_url", service_base_url)
5757
- pulumi.set(__self__, "should_use_metrics_flow_for_status", should_use_metrics_flow_for_status)
5758
5538
  pulumi.set(__self__, "source", source)
5759
5539
  pulumi.set(__self__, "type", type)
5760
5540
 
@@ -5774,30 +5554,6 @@ class GetMonitoredResourceTaskTaskDetailResult(dict):
5774
5554
  """
5775
5555
  return pulumi.get(self, "availability_proxy_metrics")
5776
5556
 
5777
- @property
5778
- @pulumi.getter(name="consolePathPrefix")
5779
- def console_path_prefix(self) -> str:
5780
- """
5781
- 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.
5782
- """
5783
- return pulumi.get(self, "console_path_prefix")
5784
-
5785
- @property
5786
- @pulumi.getter(name="externalIdMapping")
5787
- def external_id_mapping(self) -> str:
5788
- """
5789
- The external resource identifier property in the metric dimensions. Resources imported will be using this property value for external id.
5790
- """
5791
- return pulumi.get(self, "external_id_mapping")
5792
-
5793
- @property
5794
- @pulumi.getter(name="lifecycleStatusMappingsForUpStatuses")
5795
- def lifecycle_status_mappings_for_up_statuses(self) -> Sequence[str]:
5796
- """
5797
- Lifecycle states of the external resource which reflects the status of the resource being up.
5798
- """
5799
- return pulumi.get(self, "lifecycle_status_mappings_for_up_statuses")
5800
-
5801
5557
  @property
5802
5558
  @pulumi.getter
5803
5559
  def namespace(self) -> str:
@@ -5814,54 +5570,6 @@ class GetMonitoredResourceTaskTaskDetailResult(dict):
5814
5570
  """
5815
5571
  return pulumi.get(self, "resource_group")
5816
5572
 
5817
- @property
5818
- @pulumi.getter(name="resourceNameFilter")
5819
- def resource_name_filter(self) -> str:
5820
- """
5821
- The resource name filter. Resources matching with the resource name filter will be imported. Regular expressions will be accepted.
5822
- """
5823
- return pulumi.get(self, "resource_name_filter")
5824
-
5825
- @property
5826
- @pulumi.getter(name="resourceNameMapping")
5827
- def resource_name_mapping(self) -> str:
5828
- """
5829
- The resource name property in the metric dimensions. Resources imported will be using this property value for resource name.
5830
- """
5831
- return pulumi.get(self, "resource_name_mapping")
5832
-
5833
- @property
5834
- @pulumi.getter(name="resourceTypeFilter")
5835
- def resource_type_filter(self) -> str:
5836
- """
5837
- The resource type filter. Resources matching with the resource type filter will be imported. Regular expressions will be accepted.
5838
- """
5839
- return pulumi.get(self, "resource_type_filter")
5840
-
5841
- @property
5842
- @pulumi.getter(name="resourceTypeMapping")
5843
- def resource_type_mapping(self) -> str:
5844
- """
5845
- The resource type property in the metric dimensions. Resources imported will be using this property value for resource type. If not specified, namespace will be used for resource type.
5846
- """
5847
- return pulumi.get(self, "resource_type_mapping")
5848
-
5849
- @property
5850
- @pulumi.getter(name="serviceBaseUrl")
5851
- def service_base_url(self) -> str:
5852
- """
5853
- The base URL of the Oracle Cloud Infrastructure service to which the resource belongs to. Also this property is applicable only when source is OCI_TELEMETRY_NATIVE.
5854
- """
5855
- return pulumi.get(self, "service_base_url")
5856
-
5857
- @property
5858
- @pulumi.getter(name="shouldUseMetricsFlowForStatus")
5859
- def should_use_metrics_flow_for_status(self) -> bool:
5860
- """
5861
- Flag to indicate whether status is calculated using metrics or LifeCycleState attribute of the resource in Oracle Cloud Infrastructure service.
5862
- """
5863
- return pulumi.get(self, "should_use_metrics_flow_for_status")
5864
-
5865
5573
  @property
5866
5574
  @pulumi.getter
5867
5575
  def source(self) -> str:
@@ -6070,33 +5778,15 @@ class GetMonitoredResourceTasksMonitoredResourceTasksCollectionItemTaskDetailRes
6070
5778
  def __init__(__self__, *,
6071
5779
  availability_proxy_metric_collection_interval: int,
6072
5780
  availability_proxy_metrics: Sequence[str],
6073
- console_path_prefix: str,
6074
- external_id_mapping: str,
6075
- lifecycle_status_mappings_for_up_statuses: Sequence[str],
6076
5781
  namespace: str,
6077
5782
  resource_group: str,
6078
- resource_name_filter: str,
6079
- resource_name_mapping: str,
6080
- resource_type_filter: str,
6081
- resource_type_mapping: str,
6082
- service_base_url: str,
6083
- should_use_metrics_flow_for_status: bool,
6084
5783
  source: str,
6085
5784
  type: str):
6086
5785
  """
6087
5786
  :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'.
6088
5787
  :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.
6089
- :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.
6090
- :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.
6091
- :param Sequence[str] lifecycle_status_mappings_for_up_statuses: Lifecycle states of the external resource which reflects the status of the resource being up.
6092
5788
  :param str namespace: Name space to be used for Oracle Cloud Infrastructure Native service resources discovery.
6093
5789
  :param str resource_group: The resource group to use while fetching metrics from telemetry. If not specified, resource group will be skipped in the list metrics request.
6094
- :param str resource_name_filter: The resource name filter. Resources matching with the resource name filter will be imported. Regular expressions will be accepted.
6095
- :param str resource_name_mapping: The resource name property in the metric dimensions. Resources imported will be using this property value for resource name.
6096
- :param str resource_type_filter: The resource type filter. Resources matching with the resource type filter will be imported. Regular expressions will be accepted.
6097
- :param str resource_type_mapping: The resource type property in the metric dimensions. Resources imported will be using this property value for resource type. If not specified, namespace will be used for resource type.
6098
- :param str service_base_url: The base URL of the Oracle Cloud Infrastructure service to which the resource belongs to. Also this property is applicable only when source is OCI_TELEMETRY_NATIVE.
6099
- :param bool should_use_metrics_flow_for_status: Flag to indicate whether status is calculated using metrics or LifeCycleState attribute of the resource in Oracle Cloud Infrastructure service.
6100
5790
  :param str source: Source from where the metrics pushed to telemetry. Possible values:
6101
5791
  * OCI_TELEMETRY_NATIVE - The metrics are pushed to telemetry from Oracle Cloud Infrastructure Native Services.
6102
5792
  * OCI_TELEMETRY_PROMETHEUS - The metrics are pushed to telemetry from Prometheus.
@@ -6104,17 +5794,8 @@ class GetMonitoredResourceTasksMonitoredResourceTasksCollectionItemTaskDetailRes
6104
5794
  """
6105
5795
  pulumi.set(__self__, "availability_proxy_metric_collection_interval", availability_proxy_metric_collection_interval)
6106
5796
  pulumi.set(__self__, "availability_proxy_metrics", availability_proxy_metrics)
6107
- pulumi.set(__self__, "console_path_prefix", console_path_prefix)
6108
- pulumi.set(__self__, "external_id_mapping", external_id_mapping)
6109
- pulumi.set(__self__, "lifecycle_status_mappings_for_up_statuses", lifecycle_status_mappings_for_up_statuses)
6110
5797
  pulumi.set(__self__, "namespace", namespace)
6111
5798
  pulumi.set(__self__, "resource_group", resource_group)
6112
- pulumi.set(__self__, "resource_name_filter", resource_name_filter)
6113
- pulumi.set(__self__, "resource_name_mapping", resource_name_mapping)
6114
- pulumi.set(__self__, "resource_type_filter", resource_type_filter)
6115
- pulumi.set(__self__, "resource_type_mapping", resource_type_mapping)
6116
- pulumi.set(__self__, "service_base_url", service_base_url)
6117
- pulumi.set(__self__, "should_use_metrics_flow_for_status", should_use_metrics_flow_for_status)
6118
5799
  pulumi.set(__self__, "source", source)
6119
5800
  pulumi.set(__self__, "type", type)
6120
5801
 
@@ -6134,30 +5815,6 @@ class GetMonitoredResourceTasksMonitoredResourceTasksCollectionItemTaskDetailRes
6134
5815
  """
6135
5816
  return pulumi.get(self, "availability_proxy_metrics")
6136
5817
 
6137
- @property
6138
- @pulumi.getter(name="consolePathPrefix")
6139
- def console_path_prefix(self) -> str:
6140
- """
6141
- 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.
6142
- """
6143
- return pulumi.get(self, "console_path_prefix")
6144
-
6145
- @property
6146
- @pulumi.getter(name="externalIdMapping")
6147
- def external_id_mapping(self) -> str:
6148
- """
6149
- The external resource identifier property in the metric dimensions. Resources imported will be using this property value for external id.
6150
- """
6151
- return pulumi.get(self, "external_id_mapping")
6152
-
6153
- @property
6154
- @pulumi.getter(name="lifecycleStatusMappingsForUpStatuses")
6155
- def lifecycle_status_mappings_for_up_statuses(self) -> Sequence[str]:
6156
- """
6157
- Lifecycle states of the external resource which reflects the status of the resource being up.
6158
- """
6159
- return pulumi.get(self, "lifecycle_status_mappings_for_up_statuses")
6160
-
6161
5818
  @property
6162
5819
  @pulumi.getter
6163
5820
  def namespace(self) -> str:
@@ -6174,54 +5831,6 @@ class GetMonitoredResourceTasksMonitoredResourceTasksCollectionItemTaskDetailRes
6174
5831
  """
6175
5832
  return pulumi.get(self, "resource_group")
6176
5833
 
6177
- @property
6178
- @pulumi.getter(name="resourceNameFilter")
6179
- def resource_name_filter(self) -> str:
6180
- """
6181
- The resource name filter. Resources matching with the resource name filter will be imported. Regular expressions will be accepted.
6182
- """
6183
- return pulumi.get(self, "resource_name_filter")
6184
-
6185
- @property
6186
- @pulumi.getter(name="resourceNameMapping")
6187
- def resource_name_mapping(self) -> str:
6188
- """
6189
- The resource name property in the metric dimensions. Resources imported will be using this property value for resource name.
6190
- """
6191
- return pulumi.get(self, "resource_name_mapping")
6192
-
6193
- @property
6194
- @pulumi.getter(name="resourceTypeFilter")
6195
- def resource_type_filter(self) -> str:
6196
- """
6197
- The resource type filter. Resources matching with the resource type filter will be imported. Regular expressions will be accepted.
6198
- """
6199
- return pulumi.get(self, "resource_type_filter")
6200
-
6201
- @property
6202
- @pulumi.getter(name="resourceTypeMapping")
6203
- def resource_type_mapping(self) -> str:
6204
- """
6205
- The resource type property in the metric dimensions. Resources imported will be using this property value for resource type. If not specified, namespace will be used for resource type.
6206
- """
6207
- return pulumi.get(self, "resource_type_mapping")
6208
-
6209
- @property
6210
- @pulumi.getter(name="serviceBaseUrl")
6211
- def service_base_url(self) -> str:
6212
- """
6213
- The base URL of the Oracle Cloud Infrastructure service to which the resource belongs to. Also this property is applicable only when source is OCI_TELEMETRY_NATIVE.
6214
- """
6215
- return pulumi.get(self, "service_base_url")
6216
-
6217
- @property
6218
- @pulumi.getter(name="shouldUseMetricsFlowForStatus")
6219
- def should_use_metrics_flow_for_status(self) -> bool:
6220
- """
6221
- Flag to indicate whether status is calculated using metrics or LifeCycleState attribute of the resource in Oracle Cloud Infrastructure service.
6222
- """
6223
- return pulumi.get(self, "should_use_metrics_flow_for_status")
6224
-
6225
5834
  @property
6226
5835
  @pulumi.getter
6227
5836
  def source(self) -> str:
@@ -6402,8 +6011,6 @@ class GetMonitoredResourceTypesMonitoredResourceTypesCollectionItemResult(dict):
6402
6011
  metadatas: Sequence['outputs.GetMonitoredResourceTypesMonitoredResourceTypesCollectionItemMetadataResult'],
6403
6012
  metric_namespace: str,
6404
6013
  name: str,
6405
- resource_category: str,
6406
- source_type: str,
6407
6014
  state: str,
6408
6015
  system_tags: Mapping[str, Any],
6409
6016
  time_created: str,
@@ -6418,8 +6025,6 @@ class GetMonitoredResourceTypesMonitoredResourceTypesCollectionItemResult(dict):
6418
6025
  :param Sequence['GetMonitoredResourceTypesMonitoredResourceTypesCollectionItemMetadataArgs'] metadatas: The metadata details for resource type.
6419
6026
  :param str metric_namespace: A filter to return monitored resource types that has the matching namespace.
6420
6027
  :param str name: A filter to return monitored resource types that match exactly with the resource type name given.
6421
- :param str resource_category: Resource Category to indicate the kind of resource type.
6422
- :param str source_type: Source type to indicate if the resource is stack monitoring discovered, Oracle Cloud Infrastructure native resource, etc.
6423
6028
  :param str state: Lifecycle state of the monitored resource type.
6424
6029
  :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"}`
6425
6030
  :param str time_created: The date and time when the monitored resource type was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
@@ -6434,8 +6039,6 @@ class GetMonitoredResourceTypesMonitoredResourceTypesCollectionItemResult(dict):
6434
6039
  pulumi.set(__self__, "metadatas", metadatas)
6435
6040
  pulumi.set(__self__, "metric_namespace", metric_namespace)
6436
6041
  pulumi.set(__self__, "name", name)
6437
- pulumi.set(__self__, "resource_category", resource_category)
6438
- pulumi.set(__self__, "source_type", source_type)
6439
6042
  pulumi.set(__self__, "state", state)
6440
6043
  pulumi.set(__self__, "system_tags", system_tags)
6441
6044
  pulumi.set(__self__, "time_created", time_created)
@@ -6513,22 +6116,6 @@ class GetMonitoredResourceTypesMonitoredResourceTypesCollectionItemResult(dict):
6513
6116
  """
6514
6117
  return pulumi.get(self, "name")
6515
6118
 
6516
- @property
6517
- @pulumi.getter(name="resourceCategory")
6518
- def resource_category(self) -> str:
6519
- """
6520
- Resource Category to indicate the kind of resource type.
6521
- """
6522
- return pulumi.get(self, "resource_category")
6523
-
6524
- @property
6525
- @pulumi.getter(name="sourceType")
6526
- def source_type(self) -> str:
6527
- """
6528
- Source type to indicate if the resource is stack monitoring discovered, Oracle Cloud Infrastructure native resource, etc.
6529
- """
6530
- return pulumi.get(self, "source_type")
6531
-
6532
6119
  @property
6533
6120
  @pulumi.getter
6534
6121
  def state(self) -> str:
@@ -6731,9 +6318,7 @@ class GetMonitoredResourcesMonitoredResourceCollectionItemResult(dict):
6731
6318
  management_agent_id: str,
6732
6319
  name: str,
6733
6320
  properties: Sequence['outputs.GetMonitoredResourcesMonitoredResourceCollectionItemPropertyResult'],
6734
- resource_category: str,
6735
6321
  resource_time_zone: str,
6736
- source_type: str,
6737
6322
  state: str,
6738
6323
  system_tags: Mapping[str, Any],
6739
6324
  tenant_id: str,
@@ -6754,9 +6339,7 @@ class GetMonitoredResourcesMonitoredResourceCollectionItemResult(dict):
6754
6339
  :param str management_agent_id: Management Agent Identifier [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
6755
6340
  :param str name: A filter to return resources that match exact resource name.
6756
6341
  :param Sequence['GetMonitoredResourcesMonitoredResourceCollectionItemPropertyArgs'] properties: List of monitored resource properties.
6757
- :param str resource_category: Resource Category to indicate the kind of resource type.
6758
6342
  :param str resource_time_zone: Time zone in the form of tz database canonical zone ID.
6759
- :param str source_type: Source type to indicate if the resource is stack monitoring discovered, Oracle Cloud Infrastructure native resource, etc.
6760
6343
  :param str state: Lifecycle state of the monitored resource.
6761
6344
  :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"}`
6762
6345
  :param str tenant_id: Tenancy Identifier [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
@@ -6781,9 +6364,7 @@ class GetMonitoredResourcesMonitoredResourceCollectionItemResult(dict):
6781
6364
  pulumi.set(__self__, "management_agent_id", management_agent_id)
6782
6365
  pulumi.set(__self__, "name", name)
6783
6366
  pulumi.set(__self__, "properties", properties)
6784
- pulumi.set(__self__, "resource_category", resource_category)
6785
6367
  pulumi.set(__self__, "resource_time_zone", resource_time_zone)
6786
- pulumi.set(__self__, "source_type", source_type)
6787
6368
  pulumi.set(__self__, "state", state)
6788
6369
  pulumi.set(__self__, "system_tags", system_tags)
6789
6370
  pulumi.set(__self__, "tenant_id", tenant_id)
@@ -6915,14 +6496,6 @@ class GetMonitoredResourcesMonitoredResourceCollectionItemResult(dict):
6915
6496
  """
6916
6497
  return pulumi.get(self, "properties")
6917
6498
 
6918
- @property
6919
- @pulumi.getter(name="resourceCategory")
6920
- def resource_category(self) -> str:
6921
- """
6922
- Resource Category to indicate the kind of resource type.
6923
- """
6924
- return pulumi.get(self, "resource_category")
6925
-
6926
6499
  @property
6927
6500
  @pulumi.getter(name="resourceTimeZone")
6928
6501
  def resource_time_zone(self) -> str:
@@ -6931,14 +6504,6 @@ class GetMonitoredResourcesMonitoredResourceCollectionItemResult(dict):
6931
6504
  """
6932
6505
  return pulumi.get(self, "resource_time_zone")
6933
6506
 
6934
- @property
6935
- @pulumi.getter(name="sourceType")
6936
- def source_type(self) -> str:
6937
- """
6938
- Source type to indicate if the resource is stack monitoring discovered, Oracle Cloud Infrastructure native resource, etc.
6939
- """
6940
- return pulumi.get(self, "source_type")
6941
-
6942
6507
  @property
6943
6508
  @pulumi.getter
6944
6509
  def state(self) -> str: