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.
- pulumi_oci/dataflow/get_invoke_run.py +1 -11
- pulumi_oci/dataflow/invoke_run.py +0 -49
- pulumi_oci/dataflow/outputs.py +0 -7
- pulumi_oci/devops/_inputs.py +10 -380
- pulumi_oci/devops/outputs.py +32 -953
- pulumi_oci/filestorage/replication.py +4 -4
- pulumi_oci/networkfirewall/outputs.py +16 -12
- pulumi_oci/networkloadbalancer/_inputs.py +10 -222
- pulumi_oci/networkloadbalancer/backend_set.py +7 -70
- pulumi_oci/networkloadbalancer/get_backend_set.py +2 -15
- pulumi_oci/networkloadbalancer/network_load_balancer.py +62 -7
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +7 -70
- pulumi_oci/networkloadbalancer/outputs.py +28 -397
- pulumi_oci/stackmonitoring/_inputs.py +1 -209
- pulumi_oci/stackmonitoring/get_monitored_resource.py +1 -27
- pulumi_oci/stackmonitoring/get_monitored_resource_type.py +1 -27
- pulumi_oci/stackmonitoring/get_monitored_resources.py +1 -18
- pulumi_oci/stackmonitoring/monitored_resource.py +0 -56
- pulumi_oci/stackmonitoring/monitored_resource_task.py +0 -18
- pulumi_oci/stackmonitoring/monitored_resource_type.py +19 -117
- pulumi_oci/stackmonitoring/monitored_resources_search.py +1 -197
- pulumi_oci/stackmonitoring/outputs.py +1 -436
- {pulumi_oci-1.31.0.dist-info → pulumi_oci-1.31.0a1712402206.dist-info}/METADATA +1 -1
- {pulumi_oci-1.31.0.dist-info → pulumi_oci-1.31.0a1712402206.dist-info}/RECORD +26 -26
- {pulumi_oci-1.31.0.dist-info → pulumi_oci-1.31.0a1712402206.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.31.0.dist-info → pulumi_oci-1.31.0a1712402206.dist-info}/top_level.txt +0 -0
@@ -1585,16 +1585,7 @@ class MonitoredResourceTaskTaskDetailsArgs:
|
|
1585
1585
|
type: pulumi.Input[str],
|
1586
1586
|
availability_proxy_metric_collection_interval: Optional[pulumi.Input[int]] = None,
|
1587
1587
|
availability_proxy_metrics: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1588
|
-
|
1589
|
-
external_id_mapping: Optional[pulumi.Input[str]] = None,
|
1590
|
-
lifecycle_status_mappings_for_up_statuses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1591
|
-
resource_group: Optional[pulumi.Input[str]] = None,
|
1592
|
-
resource_name_filter: Optional[pulumi.Input[str]] = None,
|
1593
|
-
resource_name_mapping: Optional[pulumi.Input[str]] = None,
|
1594
|
-
resource_type_filter: Optional[pulumi.Input[str]] = None,
|
1595
|
-
resource_type_mapping: Optional[pulumi.Input[str]] = None,
|
1596
|
-
service_base_url: Optional[pulumi.Input[str]] = None,
|
1597
|
-
should_use_metrics_flow_for_status: Optional[pulumi.Input[bool]] = None):
|
1588
|
+
resource_group: Optional[pulumi.Input[str]] = None):
|
1598
1589
|
"""
|
1599
1590
|
:param pulumi.Input[str] namespace: Name space to be used for Oracle Cloud Infrastructure Native service resources discovery.
|
1600
1591
|
:param pulumi.Input[str] source: Source from where the metrics pushed to telemetry. Possible values:
|
@@ -1607,16 +1598,7 @@ class MonitoredResourceTaskTaskDetailsArgs:
|
|
1607
1598
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1608
1599
|
:param pulumi.Input[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'.
|
1609
1600
|
:param pulumi.Input[Sequence[pulumi.Input[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.
|
1610
|
-
:param pulumi.Input[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.
|
1611
|
-
:param pulumi.Input[str] external_id_mapping: The external resource identifier property in the metric dimensions. Resources imported will be using this property value for external id.
|
1612
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] lifecycle_status_mappings_for_up_statuses: Lifecycle states of the external resource which reflects the status of the resource being up.
|
1613
1601
|
:param pulumi.Input[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.
|
1614
|
-
:param pulumi.Input[str] resource_name_filter: The resource name filter. Resources matching with the resource name filter will be imported. Regular expressions will be accepted.
|
1615
|
-
:param pulumi.Input[str] resource_name_mapping: The resource name property in the metric dimensions. Resources imported will be using this property value for resource name.
|
1616
|
-
:param pulumi.Input[str] resource_type_filter: The resource type filter. Resources matching with the resource type filter will be imported. Regular expressions will be accepted.
|
1617
|
-
:param pulumi.Input[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.
|
1618
|
-
:param pulumi.Input[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.
|
1619
|
-
:param pulumi.Input[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.
|
1620
1602
|
"""
|
1621
1603
|
pulumi.set(__self__, "namespace", namespace)
|
1622
1604
|
pulumi.set(__self__, "source", source)
|
@@ -1625,26 +1607,8 @@ class MonitoredResourceTaskTaskDetailsArgs:
|
|
1625
1607
|
pulumi.set(__self__, "availability_proxy_metric_collection_interval", availability_proxy_metric_collection_interval)
|
1626
1608
|
if availability_proxy_metrics is not None:
|
1627
1609
|
pulumi.set(__self__, "availability_proxy_metrics", availability_proxy_metrics)
|
1628
|
-
if console_path_prefix is not None:
|
1629
|
-
pulumi.set(__self__, "console_path_prefix", console_path_prefix)
|
1630
|
-
if external_id_mapping is not None:
|
1631
|
-
pulumi.set(__self__, "external_id_mapping", external_id_mapping)
|
1632
|
-
if lifecycle_status_mappings_for_up_statuses is not None:
|
1633
|
-
pulumi.set(__self__, "lifecycle_status_mappings_for_up_statuses", lifecycle_status_mappings_for_up_statuses)
|
1634
1610
|
if resource_group is not None:
|
1635
1611
|
pulumi.set(__self__, "resource_group", resource_group)
|
1636
|
-
if resource_name_filter is not None:
|
1637
|
-
pulumi.set(__self__, "resource_name_filter", resource_name_filter)
|
1638
|
-
if resource_name_mapping is not None:
|
1639
|
-
pulumi.set(__self__, "resource_name_mapping", resource_name_mapping)
|
1640
|
-
if resource_type_filter is not None:
|
1641
|
-
pulumi.set(__self__, "resource_type_filter", resource_type_filter)
|
1642
|
-
if resource_type_mapping is not None:
|
1643
|
-
pulumi.set(__self__, "resource_type_mapping", resource_type_mapping)
|
1644
|
-
if service_base_url is not None:
|
1645
|
-
pulumi.set(__self__, "service_base_url", service_base_url)
|
1646
|
-
if should_use_metrics_flow_for_status is not None:
|
1647
|
-
pulumi.set(__self__, "should_use_metrics_flow_for_status", should_use_metrics_flow_for_status)
|
1648
1612
|
|
1649
1613
|
@property
|
1650
1614
|
@pulumi.getter
|
@@ -1712,42 +1676,6 @@ class MonitoredResourceTaskTaskDetailsArgs:
|
|
1712
1676
|
def availability_proxy_metrics(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
1713
1677
|
pulumi.set(self, "availability_proxy_metrics", value)
|
1714
1678
|
|
1715
|
-
@property
|
1716
|
-
@pulumi.getter(name="consolePathPrefix")
|
1717
|
-
def console_path_prefix(self) -> Optional[pulumi.Input[str]]:
|
1718
|
-
"""
|
1719
|
-
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.
|
1720
|
-
"""
|
1721
|
-
return pulumi.get(self, "console_path_prefix")
|
1722
|
-
|
1723
|
-
@console_path_prefix.setter
|
1724
|
-
def console_path_prefix(self, value: Optional[pulumi.Input[str]]):
|
1725
|
-
pulumi.set(self, "console_path_prefix", value)
|
1726
|
-
|
1727
|
-
@property
|
1728
|
-
@pulumi.getter(name="externalIdMapping")
|
1729
|
-
def external_id_mapping(self) -> Optional[pulumi.Input[str]]:
|
1730
|
-
"""
|
1731
|
-
The external resource identifier property in the metric dimensions. Resources imported will be using this property value for external id.
|
1732
|
-
"""
|
1733
|
-
return pulumi.get(self, "external_id_mapping")
|
1734
|
-
|
1735
|
-
@external_id_mapping.setter
|
1736
|
-
def external_id_mapping(self, value: Optional[pulumi.Input[str]]):
|
1737
|
-
pulumi.set(self, "external_id_mapping", value)
|
1738
|
-
|
1739
|
-
@property
|
1740
|
-
@pulumi.getter(name="lifecycleStatusMappingsForUpStatuses")
|
1741
|
-
def lifecycle_status_mappings_for_up_statuses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
1742
|
-
"""
|
1743
|
-
Lifecycle states of the external resource which reflects the status of the resource being up.
|
1744
|
-
"""
|
1745
|
-
return pulumi.get(self, "lifecycle_status_mappings_for_up_statuses")
|
1746
|
-
|
1747
|
-
@lifecycle_status_mappings_for_up_statuses.setter
|
1748
|
-
def lifecycle_status_mappings_for_up_statuses(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
1749
|
-
pulumi.set(self, "lifecycle_status_mappings_for_up_statuses", value)
|
1750
|
-
|
1751
1679
|
@property
|
1752
1680
|
@pulumi.getter(name="resourceGroup")
|
1753
1681
|
def resource_group(self) -> Optional[pulumi.Input[str]]:
|
@@ -1760,78 +1688,6 @@ class MonitoredResourceTaskTaskDetailsArgs:
|
|
1760
1688
|
def resource_group(self, value: Optional[pulumi.Input[str]]):
|
1761
1689
|
pulumi.set(self, "resource_group", value)
|
1762
1690
|
|
1763
|
-
@property
|
1764
|
-
@pulumi.getter(name="resourceNameFilter")
|
1765
|
-
def resource_name_filter(self) -> Optional[pulumi.Input[str]]:
|
1766
|
-
"""
|
1767
|
-
The resource name filter. Resources matching with the resource name filter will be imported. Regular expressions will be accepted.
|
1768
|
-
"""
|
1769
|
-
return pulumi.get(self, "resource_name_filter")
|
1770
|
-
|
1771
|
-
@resource_name_filter.setter
|
1772
|
-
def resource_name_filter(self, value: Optional[pulumi.Input[str]]):
|
1773
|
-
pulumi.set(self, "resource_name_filter", value)
|
1774
|
-
|
1775
|
-
@property
|
1776
|
-
@pulumi.getter(name="resourceNameMapping")
|
1777
|
-
def resource_name_mapping(self) -> Optional[pulumi.Input[str]]:
|
1778
|
-
"""
|
1779
|
-
The resource name property in the metric dimensions. Resources imported will be using this property value for resource name.
|
1780
|
-
"""
|
1781
|
-
return pulumi.get(self, "resource_name_mapping")
|
1782
|
-
|
1783
|
-
@resource_name_mapping.setter
|
1784
|
-
def resource_name_mapping(self, value: Optional[pulumi.Input[str]]):
|
1785
|
-
pulumi.set(self, "resource_name_mapping", value)
|
1786
|
-
|
1787
|
-
@property
|
1788
|
-
@pulumi.getter(name="resourceTypeFilter")
|
1789
|
-
def resource_type_filter(self) -> Optional[pulumi.Input[str]]:
|
1790
|
-
"""
|
1791
|
-
The resource type filter. Resources matching with the resource type filter will be imported. Regular expressions will be accepted.
|
1792
|
-
"""
|
1793
|
-
return pulumi.get(self, "resource_type_filter")
|
1794
|
-
|
1795
|
-
@resource_type_filter.setter
|
1796
|
-
def resource_type_filter(self, value: Optional[pulumi.Input[str]]):
|
1797
|
-
pulumi.set(self, "resource_type_filter", value)
|
1798
|
-
|
1799
|
-
@property
|
1800
|
-
@pulumi.getter(name="resourceTypeMapping")
|
1801
|
-
def resource_type_mapping(self) -> Optional[pulumi.Input[str]]:
|
1802
|
-
"""
|
1803
|
-
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.
|
1804
|
-
"""
|
1805
|
-
return pulumi.get(self, "resource_type_mapping")
|
1806
|
-
|
1807
|
-
@resource_type_mapping.setter
|
1808
|
-
def resource_type_mapping(self, value: Optional[pulumi.Input[str]]):
|
1809
|
-
pulumi.set(self, "resource_type_mapping", value)
|
1810
|
-
|
1811
|
-
@property
|
1812
|
-
@pulumi.getter(name="serviceBaseUrl")
|
1813
|
-
def service_base_url(self) -> Optional[pulumi.Input[str]]:
|
1814
|
-
"""
|
1815
|
-
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.
|
1816
|
-
"""
|
1817
|
-
return pulumi.get(self, "service_base_url")
|
1818
|
-
|
1819
|
-
@service_base_url.setter
|
1820
|
-
def service_base_url(self, value: Optional[pulumi.Input[str]]):
|
1821
|
-
pulumi.set(self, "service_base_url", value)
|
1822
|
-
|
1823
|
-
@property
|
1824
|
-
@pulumi.getter(name="shouldUseMetricsFlowForStatus")
|
1825
|
-
def should_use_metrics_flow_for_status(self) -> Optional[pulumi.Input[bool]]:
|
1826
|
-
"""
|
1827
|
-
Flag to indicate whether status is calculated using metrics or LifeCycleState attribute of the resource in Oracle Cloud Infrastructure service.
|
1828
|
-
"""
|
1829
|
-
return pulumi.get(self, "should_use_metrics_flow_for_status")
|
1830
|
-
|
1831
|
-
@should_use_metrics_flow_for_status.setter
|
1832
|
-
def should_use_metrics_flow_for_status(self, value: Optional[pulumi.Input[bool]]):
|
1833
|
-
pulumi.set(self, "should_use_metrics_flow_for_status", value)
|
1834
|
-
|
1835
1691
|
|
1836
1692
|
@pulumi.input_type
|
1837
1693
|
class MonitoredResourceTypeMetadataArgs:
|
@@ -2095,12 +1951,10 @@ class MonitoredResourcesListMemberItemArgs:
|
|
2095
1951
|
host_name: Optional[pulumi.Input[str]] = None,
|
2096
1952
|
license: Optional[pulumi.Input[str]] = None,
|
2097
1953
|
parent_id: Optional[pulumi.Input[str]] = None,
|
2098
|
-
resource_category: Optional[pulumi.Input[str]] = None,
|
2099
1954
|
resource_display_name: Optional[pulumi.Input[str]] = None,
|
2100
1955
|
resource_id: Optional[pulumi.Input[str]] = None,
|
2101
1956
|
resource_name: Optional[pulumi.Input[str]] = None,
|
2102
1957
|
resource_type: Optional[pulumi.Input[str]] = None,
|
2103
|
-
source_type: Optional[pulumi.Input[str]] = None,
|
2104
1958
|
state: Optional[pulumi.Input[str]] = None,
|
2105
1959
|
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None):
|
2106
1960
|
"""
|
@@ -2111,12 +1965,10 @@ class MonitoredResourcesListMemberItemArgs:
|
|
2111
1965
|
:param pulumi.Input[str] host_name: Monitored Resource Host Name.
|
2112
1966
|
:param pulumi.Input[str] license: License edition of the monitored resource.
|
2113
1967
|
:param pulumi.Input[str] parent_id: Parent monitored resource identifier [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
2114
|
-
:param pulumi.Input[str] resource_category: Resource Category to indicate the kind of resource type.
|
2115
1968
|
:param pulumi.Input[str] resource_display_name: Monitored resource display name.
|
2116
1969
|
:param pulumi.Input[str] resource_id: Monitored resource identifier [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
2117
1970
|
:param pulumi.Input[str] resource_name: Monitored Resource Name.
|
2118
1971
|
:param pulumi.Input[str] resource_type: Monitored Resource Type.
|
2119
|
-
:param pulumi.Input[str] source_type: Source type to indicate if the resource is stack monitoring discovered, Oracle Cloud Infrastructure native resource, etc.
|
2120
1972
|
:param pulumi.Input[str] state: The current state of the Resource.
|
2121
1973
|
:param pulumi.Input[Mapping[str, Any]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
2122
1974
|
"""
|
@@ -2134,8 +1986,6 @@ class MonitoredResourcesListMemberItemArgs:
|
|
2134
1986
|
pulumi.set(__self__, "license", license)
|
2135
1987
|
if parent_id is not None:
|
2136
1988
|
pulumi.set(__self__, "parent_id", parent_id)
|
2137
|
-
if resource_category is not None:
|
2138
|
-
pulumi.set(__self__, "resource_category", resource_category)
|
2139
1989
|
if resource_display_name is not None:
|
2140
1990
|
pulumi.set(__self__, "resource_display_name", resource_display_name)
|
2141
1991
|
if resource_id is not None:
|
@@ -2144,8 +1994,6 @@ class MonitoredResourcesListMemberItemArgs:
|
|
2144
1994
|
pulumi.set(__self__, "resource_name", resource_name)
|
2145
1995
|
if resource_type is not None:
|
2146
1996
|
pulumi.set(__self__, "resource_type", resource_type)
|
2147
|
-
if source_type is not None:
|
2148
|
-
pulumi.set(__self__, "source_type", source_type)
|
2149
1997
|
if state is not None:
|
2150
1998
|
pulumi.set(__self__, "state", state)
|
2151
1999
|
if system_tags is not None:
|
@@ -2235,18 +2083,6 @@ class MonitoredResourcesListMemberItemArgs:
|
|
2235
2083
|
def parent_id(self, value: Optional[pulumi.Input[str]]):
|
2236
2084
|
pulumi.set(self, "parent_id", value)
|
2237
2085
|
|
2238
|
-
@property
|
2239
|
-
@pulumi.getter(name="resourceCategory")
|
2240
|
-
def resource_category(self) -> Optional[pulumi.Input[str]]:
|
2241
|
-
"""
|
2242
|
-
Resource Category to indicate the kind of resource type.
|
2243
|
-
"""
|
2244
|
-
return pulumi.get(self, "resource_category")
|
2245
|
-
|
2246
|
-
@resource_category.setter
|
2247
|
-
def resource_category(self, value: Optional[pulumi.Input[str]]):
|
2248
|
-
pulumi.set(self, "resource_category", value)
|
2249
|
-
|
2250
2086
|
@property
|
2251
2087
|
@pulumi.getter(name="resourceDisplayName")
|
2252
2088
|
def resource_display_name(self) -> Optional[pulumi.Input[str]]:
|
@@ -2295,18 +2131,6 @@ class MonitoredResourcesListMemberItemArgs:
|
|
2295
2131
|
def resource_type(self, value: Optional[pulumi.Input[str]]):
|
2296
2132
|
pulumi.set(self, "resource_type", value)
|
2297
2133
|
|
2298
|
-
@property
|
2299
|
-
@pulumi.getter(name="sourceType")
|
2300
|
-
def source_type(self) -> Optional[pulumi.Input[str]]:
|
2301
|
-
"""
|
2302
|
-
Source type to indicate if the resource is stack monitoring discovered, Oracle Cloud Infrastructure native resource, etc.
|
2303
|
-
"""
|
2304
|
-
return pulumi.get(self, "source_type")
|
2305
|
-
|
2306
|
-
@source_type.setter
|
2307
|
-
def source_type(self, value: Optional[pulumi.Input[str]]):
|
2308
|
-
pulumi.set(self, "source_type", value)
|
2309
|
-
|
2310
2134
|
@property
|
2311
2135
|
@pulumi.getter
|
2312
2136
|
def state(self) -> Optional[pulumi.Input[str]]:
|
@@ -2559,8 +2383,6 @@ class MonitoredResourcesSearchItemArgs:
|
|
2559
2383
|
management_agent_id: Optional[pulumi.Input[str]] = None,
|
2560
2384
|
name: Optional[pulumi.Input[str]] = None,
|
2561
2385
|
properties: Optional[pulumi.Input[Sequence[pulumi.Input['MonitoredResourcesSearchItemPropertyArgs']]]] = None,
|
2562
|
-
resource_category: Optional[pulumi.Input[str]] = None,
|
2563
|
-
source_type: Optional[pulumi.Input[str]] = None,
|
2564
2386
|
state: Optional[pulumi.Input[str]] = None,
|
2565
2387
|
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
2566
2388
|
time_created: Optional[pulumi.Input[str]] = None,
|
@@ -2578,8 +2400,6 @@ class MonitoredResourcesSearchItemArgs:
|
|
2578
2400
|
:param pulumi.Input[str] management_agent_id: A filter to return resources with matching management agent id.
|
2579
2401
|
:param pulumi.Input[str] name: A filter to return resources that match exact resource name.
|
2580
2402
|
:param pulumi.Input[Sequence[pulumi.Input['MonitoredResourcesSearchItemPropertyArgs']]] properties: List of monitored resource properties.
|
2581
|
-
:param pulumi.Input[str] resource_category: Resource category filter.
|
2582
|
-
:param pulumi.Input[str] source_type: Source type filter.
|
2583
2403
|
:param pulumi.Input[str] state: A filter to return resources with matching lifecycle state.
|
2584
2404
|
:param pulumi.Input[Mapping[str, Any]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
2585
2405
|
:param pulumi.Input[str] time_created: Monitored resource creation time. An RFC3339 formatted datetime string.
|
@@ -2612,10 +2432,6 @@ class MonitoredResourcesSearchItemArgs:
|
|
2612
2432
|
pulumi.set(__self__, "name", name)
|
2613
2433
|
if properties is not None:
|
2614
2434
|
pulumi.set(__self__, "properties", properties)
|
2615
|
-
if resource_category is not None:
|
2616
|
-
pulumi.set(__self__, "resource_category", resource_category)
|
2617
|
-
if source_type is not None:
|
2618
|
-
pulumi.set(__self__, "source_type", source_type)
|
2619
2435
|
if state is not None:
|
2620
2436
|
pulumi.set(__self__, "state", state)
|
2621
2437
|
if system_tags is not None:
|
@@ -2759,30 +2575,6 @@ class MonitoredResourcesSearchItemArgs:
|
|
2759
2575
|
def properties(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['MonitoredResourcesSearchItemPropertyArgs']]]]):
|
2760
2576
|
pulumi.set(self, "properties", value)
|
2761
2577
|
|
2762
|
-
@property
|
2763
|
-
@pulumi.getter(name="resourceCategory")
|
2764
|
-
def resource_category(self) -> Optional[pulumi.Input[str]]:
|
2765
|
-
"""
|
2766
|
-
Resource category filter.
|
2767
|
-
"""
|
2768
|
-
return pulumi.get(self, "resource_category")
|
2769
|
-
|
2770
|
-
@resource_category.setter
|
2771
|
-
def resource_category(self, value: Optional[pulumi.Input[str]]):
|
2772
|
-
pulumi.set(self, "resource_category", value)
|
2773
|
-
|
2774
|
-
@property
|
2775
|
-
@pulumi.getter(name="sourceType")
|
2776
|
-
def source_type(self) -> Optional[pulumi.Input[str]]:
|
2777
|
-
"""
|
2778
|
-
Source type filter.
|
2779
|
-
"""
|
2780
|
-
return pulumi.get(self, "source_type")
|
2781
|
-
|
2782
|
-
@source_type.setter
|
2783
|
-
def source_type(self, value: Optional[pulumi.Input[str]]):
|
2784
|
-
pulumi.set(self, "source_type", value)
|
2785
|
-
|
2786
2578
|
@property
|
2787
2579
|
@pulumi.getter
|
2788
2580
|
def state(self) -> Optional[pulumi.Input[str]]:
|
@@ -22,7 +22,7 @@ class GetMonitoredResourceResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getMonitoredResource.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, additional_aliases=None, additional_credentials=None, aliases=None, compartment_id=None, credentials=None, database_connection_details=None, defined_tags=None, display_name=None, external_id=None, external_resource_id=None, freeform_tags=None, host_name=None, id=None, license=None, management_agent_id=None, monitored_resource_id=None, name=None, properties=None,
|
25
|
+
def __init__(__self__, additional_aliases=None, additional_credentials=None, aliases=None, compartment_id=None, credentials=None, database_connection_details=None, defined_tags=None, display_name=None, external_id=None, external_resource_id=None, freeform_tags=None, host_name=None, id=None, license=None, management_agent_id=None, monitored_resource_id=None, name=None, properties=None, resource_time_zone=None, state=None, system_tags=None, tenant_id=None, time_created=None, time_updated=None, type=None):
|
26
26
|
if additional_aliases and not isinstance(additional_aliases, list):
|
27
27
|
raise TypeError("Expected argument 'additional_aliases' to be a list")
|
28
28
|
pulumi.set(__self__, "additional_aliases", additional_aliases)
|
@@ -77,15 +77,9 @@ class GetMonitoredResourceResult:
|
|
77
77
|
if properties and not isinstance(properties, list):
|
78
78
|
raise TypeError("Expected argument 'properties' to be a list")
|
79
79
|
pulumi.set(__self__, "properties", properties)
|
80
|
-
if resource_category and not isinstance(resource_category, str):
|
81
|
-
raise TypeError("Expected argument 'resource_category' to be a str")
|
82
|
-
pulumi.set(__self__, "resource_category", resource_category)
|
83
80
|
if resource_time_zone and not isinstance(resource_time_zone, str):
|
84
81
|
raise TypeError("Expected argument 'resource_time_zone' to be a str")
|
85
82
|
pulumi.set(__self__, "resource_time_zone", resource_time_zone)
|
86
|
-
if source_type and not isinstance(source_type, str):
|
87
|
-
raise TypeError("Expected argument 'source_type' to be a str")
|
88
|
-
pulumi.set(__self__, "source_type", source_type)
|
89
83
|
if state and not isinstance(state, str):
|
90
84
|
raise TypeError("Expected argument 'state' to be a str")
|
91
85
|
pulumi.set(__self__, "state", state)
|
@@ -237,14 +231,6 @@ class GetMonitoredResourceResult:
|
|
237
231
|
"""
|
238
232
|
return pulumi.get(self, "properties")
|
239
233
|
|
240
|
-
@property
|
241
|
-
@pulumi.getter(name="resourceCategory")
|
242
|
-
def resource_category(self) -> str:
|
243
|
-
"""
|
244
|
-
Resource Category to indicate the kind of resource type.
|
245
|
-
"""
|
246
|
-
return pulumi.get(self, "resource_category")
|
247
|
-
|
248
234
|
@property
|
249
235
|
@pulumi.getter(name="resourceTimeZone")
|
250
236
|
def resource_time_zone(self) -> str:
|
@@ -253,14 +239,6 @@ class GetMonitoredResourceResult:
|
|
253
239
|
"""
|
254
240
|
return pulumi.get(self, "resource_time_zone")
|
255
241
|
|
256
|
-
@property
|
257
|
-
@pulumi.getter(name="sourceType")
|
258
|
-
def source_type(self) -> str:
|
259
|
-
"""
|
260
|
-
Source type to indicate if the resource is stack monitoring discovered, Oracle Cloud Infrastructure native resource, etc.
|
261
|
-
"""
|
262
|
-
return pulumi.get(self, "source_type")
|
263
|
-
|
264
242
|
@property
|
265
243
|
@pulumi.getter
|
266
244
|
def state(self) -> str:
|
@@ -334,9 +312,7 @@ class AwaitableGetMonitoredResourceResult(GetMonitoredResourceResult):
|
|
334
312
|
monitored_resource_id=self.monitored_resource_id,
|
335
313
|
name=self.name,
|
336
314
|
properties=self.properties,
|
337
|
-
resource_category=self.resource_category,
|
338
315
|
resource_time_zone=self.resource_time_zone,
|
339
|
-
source_type=self.source_type,
|
340
316
|
state=self.state,
|
341
317
|
system_tags=self.system_tags,
|
342
318
|
tenant_id=self.tenant_id,
|
@@ -390,9 +366,7 @@ def get_monitored_resource(monitored_resource_id: Optional[str] = None,
|
|
390
366
|
monitored_resource_id=pulumi.get(__ret__, 'monitored_resource_id'),
|
391
367
|
name=pulumi.get(__ret__, 'name'),
|
392
368
|
properties=pulumi.get(__ret__, 'properties'),
|
393
|
-
resource_category=pulumi.get(__ret__, 'resource_category'),
|
394
369
|
resource_time_zone=pulumi.get(__ret__, 'resource_time_zone'),
|
395
|
-
source_type=pulumi.get(__ret__, 'source_type'),
|
396
370
|
state=pulumi.get(__ret__, 'state'),
|
397
371
|
system_tags=pulumi.get(__ret__, 'system_tags'),
|
398
372
|
tenant_id=pulumi.get(__ret__, 'tenant_id'),
|
@@ -22,7 +22,7 @@ class GetMonitoredResourceTypeResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getMonitoredResourceType.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, compartment_id=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, id=None, metadatas=None, metric_namespace=None, monitored_resource_type_id=None, name=None,
|
25
|
+
def __init__(__self__, compartment_id=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, id=None, metadatas=None, metric_namespace=None, monitored_resource_type_id=None, name=None, state=None, system_tags=None, time_created=None, time_updated=None):
|
26
26
|
if compartment_id and not isinstance(compartment_id, str):
|
27
27
|
raise TypeError("Expected argument 'compartment_id' to be a str")
|
28
28
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -53,12 +53,6 @@ class GetMonitoredResourceTypeResult:
|
|
53
53
|
if name and not isinstance(name, str):
|
54
54
|
raise TypeError("Expected argument 'name' to be a str")
|
55
55
|
pulumi.set(__self__, "name", name)
|
56
|
-
if resource_category and not isinstance(resource_category, str):
|
57
|
-
raise TypeError("Expected argument 'resource_category' to be a str")
|
58
|
-
pulumi.set(__self__, "resource_category", resource_category)
|
59
|
-
if source_type and not isinstance(source_type, str):
|
60
|
-
raise TypeError("Expected argument 'source_type' to be a str")
|
61
|
-
pulumi.set(__self__, "source_type", source_type)
|
62
56
|
if state and not isinstance(state, str):
|
63
57
|
raise TypeError("Expected argument 'state' to be a str")
|
64
58
|
pulumi.set(__self__, "state", state)
|
@@ -149,22 +143,6 @@ class GetMonitoredResourceTypeResult:
|
|
149
143
|
"""
|
150
144
|
return pulumi.get(self, "name")
|
151
145
|
|
152
|
-
@property
|
153
|
-
@pulumi.getter(name="resourceCategory")
|
154
|
-
def resource_category(self) -> str:
|
155
|
-
"""
|
156
|
-
Resource Category to indicate the kind of resource type.
|
157
|
-
"""
|
158
|
-
return pulumi.get(self, "resource_category")
|
159
|
-
|
160
|
-
@property
|
161
|
-
@pulumi.getter(name="sourceType")
|
162
|
-
def source_type(self) -> str:
|
163
|
-
"""
|
164
|
-
Source type to indicate if the resource is stack monitoring discovered, Oracle Cloud Infrastructure native resource, etc.
|
165
|
-
"""
|
166
|
-
return pulumi.get(self, "source_type")
|
167
|
-
|
168
146
|
@property
|
169
147
|
@pulumi.getter
|
170
148
|
def state(self) -> str:
|
@@ -214,8 +192,6 @@ class AwaitableGetMonitoredResourceTypeResult(GetMonitoredResourceTypeResult):
|
|
214
192
|
metric_namespace=self.metric_namespace,
|
215
193
|
monitored_resource_type_id=self.monitored_resource_type_id,
|
216
194
|
name=self.name,
|
217
|
-
resource_category=self.resource_category,
|
218
|
-
source_type=self.source_type,
|
219
195
|
state=self.state,
|
220
196
|
system_tags=self.system_tags,
|
221
197
|
time_created=self.time_created,
|
@@ -259,8 +235,6 @@ def get_monitored_resource_type(monitored_resource_type_id: Optional[str] = None
|
|
259
235
|
metric_namespace=pulumi.get(__ret__, 'metric_namespace'),
|
260
236
|
monitored_resource_type_id=pulumi.get(__ret__, 'monitored_resource_type_id'),
|
261
237
|
name=pulumi.get(__ret__, 'name'),
|
262
|
-
resource_category=pulumi.get(__ret__, 'resource_category'),
|
263
|
-
source_type=pulumi.get(__ret__, 'source_type'),
|
264
238
|
state=pulumi.get(__ret__, 'state'),
|
265
239
|
system_tags=pulumi.get(__ret__, 'system_tags'),
|
266
240
|
time_created=pulumi.get(__ret__, 'time_created'),
|
@@ -23,7 +23,7 @@ class GetMonitoredResourcesResult:
|
|
23
23
|
"""
|
24
24
|
A collection of values returned by getMonitoredResources.
|
25
25
|
"""
|
26
|
-
def __init__(__self__, compartment_id=None, filters=None, id=None, monitored_resource_collections=None, name=None,
|
26
|
+
def __init__(__self__, compartment_id=None, filters=None, id=None, monitored_resource_collections=None, name=None, work_request_id=None):
|
27
27
|
if compartment_id and not isinstance(compartment_id, str):
|
28
28
|
raise TypeError("Expected argument 'compartment_id' to be a str")
|
29
29
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -39,9 +39,6 @@ class GetMonitoredResourcesResult:
|
|
39
39
|
if name and not isinstance(name, str):
|
40
40
|
raise TypeError("Expected argument 'name' to be a str")
|
41
41
|
pulumi.set(__self__, "name", name)
|
42
|
-
if status and not isinstance(status, str):
|
43
|
-
raise TypeError("Expected argument 'status' to be a str")
|
44
|
-
pulumi.set(__self__, "status", status)
|
45
42
|
if work_request_id and not isinstance(work_request_id, str):
|
46
43
|
raise TypeError("Expected argument 'work_request_id' to be a str")
|
47
44
|
pulumi.set(__self__, "work_request_id", work_request_id)
|
@@ -83,11 +80,6 @@ class GetMonitoredResourcesResult:
|
|
83
80
|
"""
|
84
81
|
return pulumi.get(self, "name")
|
85
82
|
|
86
|
-
@property
|
87
|
-
@pulumi.getter
|
88
|
-
def status(self) -> Optional[str]:
|
89
|
-
return pulumi.get(self, "status")
|
90
|
-
|
91
83
|
@property
|
92
84
|
@pulumi.getter(name="workRequestId")
|
93
85
|
def work_request_id(self) -> Optional[str]:
|
@@ -105,14 +97,12 @@ class AwaitableGetMonitoredResourcesResult(GetMonitoredResourcesResult):
|
|
105
97
|
id=self.id,
|
106
98
|
monitored_resource_collections=self.monitored_resource_collections,
|
107
99
|
name=self.name,
|
108
|
-
status=self.status,
|
109
100
|
work_request_id=self.work_request_id)
|
110
101
|
|
111
102
|
|
112
103
|
def get_monitored_resources(compartment_id: Optional[str] = None,
|
113
104
|
filters: Optional[Sequence[pulumi.InputType['GetMonitoredResourcesFilterArgs']]] = None,
|
114
105
|
name: Optional[str] = None,
|
115
|
-
status: Optional[str] = None,
|
116
106
|
work_request_id: Optional[str] = None,
|
117
107
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMonitoredResourcesResult:
|
118
108
|
"""
|
@@ -129,7 +119,6 @@ def get_monitored_resources(compartment_id: Optional[str] = None,
|
|
129
119
|
|
130
120
|
test_monitored_resources = oci.StackMonitoring.get_monitored_resources(compartment_id=var["compartment_id"],
|
131
121
|
name=var["monitored_resource_name"],
|
132
|
-
status=var["monitored_resource_status"],
|
133
122
|
work_request_id=oci_containerengine_work_request["test_work_request"]["id"])
|
134
123
|
```
|
135
124
|
<!--End PulumiCodeChooser -->
|
@@ -137,14 +126,12 @@ def get_monitored_resources(compartment_id: Optional[str] = None,
|
|
137
126
|
|
138
127
|
:param str compartment_id: The ID of the compartment in which data is listed.
|
139
128
|
:param str name: A filter to return resources that match exact resource name.
|
140
|
-
:param str status: A filter to return only resources with matching lifecycleState.
|
141
129
|
:param str work_request_id: A filter to return resources which were impacted as part of this work request identifier.
|
142
130
|
"""
|
143
131
|
__args__ = dict()
|
144
132
|
__args__['compartmentId'] = compartment_id
|
145
133
|
__args__['filters'] = filters
|
146
134
|
__args__['name'] = name
|
147
|
-
__args__['status'] = status
|
148
135
|
__args__['workRequestId'] = work_request_id
|
149
136
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
150
137
|
__ret__ = pulumi.runtime.invoke('oci:StackMonitoring/getMonitoredResources:getMonitoredResources', __args__, opts=opts, typ=GetMonitoredResourcesResult).value
|
@@ -155,7 +142,6 @@ def get_monitored_resources(compartment_id: Optional[str] = None,
|
|
155
142
|
id=pulumi.get(__ret__, 'id'),
|
156
143
|
monitored_resource_collections=pulumi.get(__ret__, 'monitored_resource_collections'),
|
157
144
|
name=pulumi.get(__ret__, 'name'),
|
158
|
-
status=pulumi.get(__ret__, 'status'),
|
159
145
|
work_request_id=pulumi.get(__ret__, 'work_request_id'))
|
160
146
|
|
161
147
|
|
@@ -163,7 +149,6 @@ def get_monitored_resources(compartment_id: Optional[str] = None,
|
|
163
149
|
def get_monitored_resources_output(compartment_id: Optional[pulumi.Input[str]] = None,
|
164
150
|
filters: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetMonitoredResourcesFilterArgs']]]]] = None,
|
165
151
|
name: Optional[pulumi.Input[Optional[str]]] = None,
|
166
|
-
status: Optional[pulumi.Input[Optional[str]]] = None,
|
167
152
|
work_request_id: Optional[pulumi.Input[Optional[str]]] = None,
|
168
153
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetMonitoredResourcesResult]:
|
169
154
|
"""
|
@@ -180,7 +165,6 @@ def get_monitored_resources_output(compartment_id: Optional[pulumi.Input[str]] =
|
|
180
165
|
|
181
166
|
test_monitored_resources = oci.StackMonitoring.get_monitored_resources(compartment_id=var["compartment_id"],
|
182
167
|
name=var["monitored_resource_name"],
|
183
|
-
status=var["monitored_resource_status"],
|
184
168
|
work_request_id=oci_containerengine_work_request["test_work_request"]["id"])
|
185
169
|
```
|
186
170
|
<!--End PulumiCodeChooser -->
|
@@ -188,7 +172,6 @@ def get_monitored_resources_output(compartment_id: Optional[pulumi.Input[str]] =
|
|
188
172
|
|
189
173
|
:param str compartment_id: The ID of the compartment in which data is listed.
|
190
174
|
:param str name: A filter to return resources that match exact resource name.
|
191
|
-
:param str status: A filter to return only resources with matching lifecycleState.
|
192
175
|
:param str work_request_id: A filter to return resources which were impacted as part of this work request identifier.
|
193
176
|
"""
|
194
177
|
...
|