pulumi-oci 2.5.0__py3-none-any.whl → 2.5.0a1721976101__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/__init__.py +32 -59
- pulumi_oci/bigdataservice/bds_instance.py +0 -47
- pulumi_oci/bigdataservice/get_bds_instance.py +1 -11
- pulumi_oci/bigdataservice/outputs.py +0 -7
- pulumi_oci/core/__init__.py +0 -3
- pulumi_oci/core/_inputs.py +0 -40
- pulumi_oci/core/outputs.py +0 -314
- pulumi_oci/database/autonomous_database.py +0 -28
- pulumi_oci/database/get_autonomous_database.py +1 -14
- pulumi_oci/database/outputs.py +0 -22
- pulumi_oci/databasemigration/_inputs.py +0 -184
- pulumi_oci/databasemigration/job.py +24 -99
- pulumi_oci/databasemigration/outputs.py +0 -171
- pulumi_oci/datasafe/__init__.py +4 -2
- pulumi_oci/datasafe/_inputs.py +0 -55
- pulumi_oci/datasafe/alert.py +0 -56
- pulumi_oci/datasafe/get_alert.py +1 -27
- pulumi_oci/datasafe/get_alert_policy.py +2 -26
- pulumi_oci/datasafe/get_alert_policy_rule.py +18 -94
- pulumi_oci/datasafe/get_report.py +1 -14
- pulumi_oci/datasafe/get_report_definition.py +1 -14
- pulumi_oci/datasafe/get_target_alert_policy_association.py +2 -15
- pulumi_oci/datasafe/masking_policy_health_report_management.py +453 -0
- pulumi_oci/datasafe/masking_report_management.py +693 -0
- pulumi_oci/datasafe/outputs.py +27 -231
- pulumi_oci/datasafe/report.py +0 -28
- pulumi_oci/datasafe/report_definition.py +0 -28
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/target_alert_policy_association.py +0 -28
- pulumi_oci/generativeai/get_dedicated_ai_cluster.py +0 -3
- pulumi_oci/generativeai/get_dedicated_ai_clusters.py +0 -3
- pulumi_oci/generativeai/get_endpoint.py +9 -6
- pulumi_oci/generativeai/get_endpoints.py +3 -3
- pulumi_oci/generativeai/get_model.py +6 -36
- pulumi_oci/generativeai/get_models.py +0 -6
- pulumi_oci/generativeai/outputs.py +16 -228
- pulumi_oci/identity/__init__.py +0 -3
- pulumi_oci/identity/_inputs.py +0 -1029
- pulumi_oci/identity/outputs.py +27254 -29420
- pulumi_oci/networkfirewall/__init__.py +0 -3
- pulumi_oci/networkfirewall/_inputs.py +0 -150
- pulumi_oci/networkfirewall/outputs.py +0 -457
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/get_redis_cluster.py +1 -1
- pulumi_oci/redis/outputs.py +2 -2
- pulumi_oci/redis/redis_cluster.py +7 -7
- pulumi_oci/stackmonitoring/_inputs.py +2 -2
- pulumi_oci/stackmonitoring/baselineable_metric.py +28 -76
- pulumi_oci/stackmonitoring/get_baselineable_metric.py +1 -14
- pulumi_oci/stackmonitoring/get_baselineable_metrics.py +5 -45
- pulumi_oci/stackmonitoring/outputs.py +8 -19
- {pulumi_oci-2.5.0.dist-info → pulumi_oci-2.5.0a1721976101.dist-info}/METADATA +1 -1
- {pulumi_oci-2.5.0.dist-info → pulumi_oci-2.5.0a1721976101.dist-info}/RECORD +56 -72
- {pulumi_oci-2.5.0.dist-info → pulumi_oci-2.5.0a1721976101.dist-info}/WHEEL +1 -1
- pulumi_oci/core/get_instance_maintenance_event.py +0 -414
- pulumi_oci/core/get_instance_maintenance_events.py +0 -250
- pulumi_oci/core/instance_maintenance_event.py +0 -1022
- pulumi_oci/datasafe/alert_policy.py +0 -745
- pulumi_oci/datasafe/alert_policy_rule.py +0 -446
- pulumi_oci/fleetsoftwareupdate/__init__.py +0 -15
- pulumi_oci/fleetsoftwareupdate/_inputs.py +0 -553
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +0 -514
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +0 -812
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +0 -225
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +0 -141
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +0 -325
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +0 -167
- pulumi_oci/fleetsoftwareupdate/outputs.py +0 -1481
- pulumi_oci/identity/domains_social_identity_provider.py +0 -4628
- pulumi_oci/identity/get_domains_social_identity_provider.py +0 -664
- pulumi_oci/identity/get_domains_social_identity_providers.py +0 -276
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py +0 -227
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +0 -167
- pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +0 -605
- {pulumi_oci-2.5.0.dist-info → pulumi_oci-2.5.0a1721976101.dist-info}/top_level.txt +0 -0
@@ -163,7 +163,7 @@ class GetRedisClusterResult:
|
|
163
163
|
@pulumi.getter(name="nsgIds")
|
164
164
|
def nsg_ids(self) -> Sequence[str]:
|
165
165
|
"""
|
166
|
-
|
166
|
+
OCIDs of the NSGs to control access in the customer network
|
167
167
|
"""
|
168
168
|
return pulumi.get(self, "nsg_ids")
|
169
169
|
|
pulumi_oci/redis/outputs.py
CHANGED
@@ -241,7 +241,7 @@ class GetRedisClustersRedisClusterCollectionItemResult(dict):
|
|
241
241
|
:param Sequence['GetRedisClustersRedisClusterCollectionItemNodeCollectionArgs'] node_collections: The collection of Redis cluster nodes.
|
242
242
|
:param int node_count: The number of nodes in the Redis cluster.
|
243
243
|
:param float node_memory_in_gbs: The amount of memory allocated to the Redis cluster's nodes, in gigabytes.
|
244
|
-
:param Sequence[str] nsg_ids:
|
244
|
+
:param Sequence[str] nsg_ids: OCIDs of the NSGs to control access in the customer network
|
245
245
|
:param str primary_endpoint_ip_address: The private IP address of the API endpoint for the Redis cluster's primary node.
|
246
246
|
:param str primary_fqdn: The fully qualified domain name (FQDN) of the API endpoint for the Redis cluster's primary node.
|
247
247
|
:param str replicas_endpoint_ip_address: The private IP address of the API endpoint for the Redis cluster's replica nodes.
|
@@ -350,7 +350,7 @@ class GetRedisClustersRedisClusterCollectionItemResult(dict):
|
|
350
350
|
@pulumi.getter(name="nsgIds")
|
351
351
|
def nsg_ids(self) -> Sequence[str]:
|
352
352
|
"""
|
353
|
-
|
353
|
+
OCIDs of the NSGs to control access in the customer network
|
354
354
|
"""
|
355
355
|
return pulumi.get(self, "nsg_ids")
|
356
356
|
|
@@ -39,7 +39,7 @@ class RedisClusterArgs:
|
|
39
39
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
40
40
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
41
41
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
42
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable)
|
42
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) OCIDs of the NSGs to control access in the customer network
|
43
43
|
"""
|
44
44
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
45
45
|
pulumi.set(__self__, "display_name", display_name)
|
@@ -158,7 +158,7 @@ class RedisClusterArgs:
|
|
158
158
|
@pulumi.getter(name="nsgIds")
|
159
159
|
def nsg_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
160
160
|
"""
|
161
|
-
(Updatable)
|
161
|
+
(Updatable) OCIDs of the NSGs to control access in the customer network
|
162
162
|
"""
|
163
163
|
return pulumi.get(self, "nsg_ids")
|
164
164
|
|
@@ -199,7 +199,7 @@ class _RedisClusterState:
|
|
199
199
|
:param pulumi.Input[Sequence[pulumi.Input['RedisClusterNodeCollectionArgs']]] node_collections: The collection of Redis cluster nodes.
|
200
200
|
:param pulumi.Input[int] node_count: (Updatable) The number of nodes in the Redis cluster.
|
201
201
|
:param pulumi.Input[float] node_memory_in_gbs: (Updatable) The amount of memory allocated to the Redis cluster's nodes, in gigabytes.
|
202
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable)
|
202
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) OCIDs of the NSGs to control access in the customer network
|
203
203
|
:param pulumi.Input[str] primary_endpoint_ip_address: The private IP address of the API endpoint for the Redis cluster's primary node.
|
204
204
|
:param pulumi.Input[str] primary_fqdn: The fully qualified domain name (FQDN) of the API endpoint for the Redis cluster's primary node.
|
205
205
|
:param pulumi.Input[str] replicas_endpoint_ip_address: The private IP address of the API endpoint for the Redis cluster's replica nodes.
|
@@ -354,7 +354,7 @@ class _RedisClusterState:
|
|
354
354
|
@pulumi.getter(name="nsgIds")
|
355
355
|
def nsg_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
356
356
|
"""
|
357
|
-
(Updatable)
|
357
|
+
(Updatable) OCIDs of the NSGs to control access in the customer network
|
358
358
|
"""
|
359
359
|
return pulumi.get(self, "nsg_ids")
|
360
360
|
|
@@ -545,7 +545,7 @@ class RedisCluster(pulumi.CustomResource):
|
|
545
545
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
546
546
|
:param pulumi.Input[int] node_count: (Updatable) The number of nodes in the Redis cluster.
|
547
547
|
:param pulumi.Input[float] node_memory_in_gbs: (Updatable) The amount of memory allocated to the Redis cluster's nodes, in gigabytes.
|
548
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable)
|
548
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) OCIDs of the NSGs to control access in the customer network
|
549
549
|
:param pulumi.Input[str] software_version: The Redis version that the cluster is running.
|
550
550
|
:param pulumi.Input[str] subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the Redis cluster's subnet.
|
551
551
|
|
@@ -702,7 +702,7 @@ class RedisCluster(pulumi.CustomResource):
|
|
702
702
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RedisClusterNodeCollectionArgs']]]] node_collections: The collection of Redis cluster nodes.
|
703
703
|
:param pulumi.Input[int] node_count: (Updatable) The number of nodes in the Redis cluster.
|
704
704
|
:param pulumi.Input[float] node_memory_in_gbs: (Updatable) The amount of memory allocated to the Redis cluster's nodes, in gigabytes.
|
705
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable)
|
705
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) OCIDs of the NSGs to control access in the customer network
|
706
706
|
:param pulumi.Input[str] primary_endpoint_ip_address: The private IP address of the API endpoint for the Redis cluster's primary node.
|
707
707
|
:param pulumi.Input[str] primary_fqdn: The fully qualified domain name (FQDN) of the API endpoint for the Redis cluster's primary node.
|
708
708
|
:param pulumi.Input[str] replicas_endpoint_ip_address: The private IP address of the API endpoint for the Redis cluster's replica nodes.
|
@@ -811,7 +811,7 @@ class RedisCluster(pulumi.CustomResource):
|
|
811
811
|
@pulumi.getter(name="nsgIds")
|
812
812
|
def nsg_ids(self) -> pulumi.Output[Sequence[str]]:
|
813
813
|
"""
|
814
|
-
(Updatable)
|
814
|
+
(Updatable) OCIDs of the NSGs to control access in the customer network
|
815
815
|
"""
|
816
816
|
return pulumi.get(self, "nsg_ids")
|
817
817
|
|
@@ -1590,7 +1590,7 @@ class MonitoredResourceTaskTaskDetailsArgs:
|
|
1590
1590
|
** IMPORTANT **
|
1591
1591
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1592
1592
|
: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'.
|
1593
|
-
: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
|
1593
|
+
: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.
|
1594
1594
|
: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.
|
1595
1595
|
: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.
|
1596
1596
|
: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.
|
@@ -1688,7 +1688,7 @@ class MonitoredResourceTaskTaskDetailsArgs:
|
|
1688
1688
|
@pulumi.getter(name="availabilityProxyMetrics")
|
1689
1689
|
def availability_proxy_metrics(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
1690
1690
|
"""
|
1691
|
-
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
|
1691
|
+
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.
|
1692
1692
|
"""
|
1693
1693
|
return pulumi.get(self, "availability_proxy_metrics")
|
1694
1694
|
|
@@ -17,31 +17,26 @@ class BaselineableMetricArgs:
|
|
17
17
|
column: pulumi.Input[str],
|
18
18
|
compartment_id: pulumi.Input[str],
|
19
19
|
namespace: pulumi.Input[str],
|
20
|
-
|
21
|
-
|
22
|
-
resource_type: Optional[pulumi.Input[str]] = None):
|
20
|
+
resource_group: pulumi.Input[str],
|
21
|
+
name: Optional[pulumi.Input[str]] = None):
|
23
22
|
"""
|
24
23
|
The set of arguments for constructing a BaselineableMetric resource.
|
25
24
|
:param pulumi.Input[str] column: (Updatable) metric column name
|
26
25
|
:param pulumi.Input[str] compartment_id: (Updatable) OCID of the compartment
|
27
26
|
:param pulumi.Input[str] namespace: (Updatable) namespace of the metric
|
28
|
-
:param pulumi.Input[str] name: (Updatable) name of the metric
|
29
27
|
:param pulumi.Input[str] resource_group: (Updatable) Resource group of the metric
|
30
|
-
:param pulumi.Input[str] resource_type: (Updatable) Resource type of the metric
|
31
28
|
|
32
29
|
|
33
30
|
** IMPORTANT **
|
34
31
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
32
|
+
:param pulumi.Input[str] name: (Updatable) name of the metric
|
35
33
|
"""
|
36
34
|
pulumi.set(__self__, "column", column)
|
37
35
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
38
36
|
pulumi.set(__self__, "namespace", namespace)
|
37
|
+
pulumi.set(__self__, "resource_group", resource_group)
|
39
38
|
if name is not None:
|
40
39
|
pulumi.set(__self__, "name", name)
|
41
|
-
if resource_group is not None:
|
42
|
-
pulumi.set(__self__, "resource_group", resource_group)
|
43
|
-
if resource_type is not None:
|
44
|
-
pulumi.set(__self__, "resource_type", resource_type)
|
45
40
|
|
46
41
|
@property
|
47
42
|
@pulumi.getter
|
@@ -79,45 +74,33 @@ class BaselineableMetricArgs:
|
|
79
74
|
def namespace(self, value: pulumi.Input[str]):
|
80
75
|
pulumi.set(self, "namespace", value)
|
81
76
|
|
82
|
-
@property
|
83
|
-
@pulumi.getter
|
84
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
85
|
-
"""
|
86
|
-
(Updatable) name of the metric
|
87
|
-
"""
|
88
|
-
return pulumi.get(self, "name")
|
89
|
-
|
90
|
-
@name.setter
|
91
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
92
|
-
pulumi.set(self, "name", value)
|
93
|
-
|
94
77
|
@property
|
95
78
|
@pulumi.getter(name="resourceGroup")
|
96
|
-
def resource_group(self) ->
|
79
|
+
def resource_group(self) -> pulumi.Input[str]:
|
97
80
|
"""
|
98
81
|
(Updatable) Resource group of the metric
|
82
|
+
|
83
|
+
|
84
|
+
** IMPORTANT **
|
85
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
99
86
|
"""
|
100
87
|
return pulumi.get(self, "resource_group")
|
101
88
|
|
102
89
|
@resource_group.setter
|
103
|
-
def resource_group(self, value:
|
90
|
+
def resource_group(self, value: pulumi.Input[str]):
|
104
91
|
pulumi.set(self, "resource_group", value)
|
105
92
|
|
106
93
|
@property
|
107
|
-
@pulumi.getter
|
108
|
-
def
|
94
|
+
@pulumi.getter
|
95
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
109
96
|
"""
|
110
|
-
(Updatable)
|
111
|
-
|
112
|
-
|
113
|
-
** IMPORTANT **
|
114
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
97
|
+
(Updatable) name of the metric
|
115
98
|
"""
|
116
|
-
return pulumi.get(self, "
|
99
|
+
return pulumi.get(self, "name")
|
117
100
|
|
118
|
-
@
|
119
|
-
def
|
120
|
-
pulumi.set(self, "
|
101
|
+
@name.setter
|
102
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
103
|
+
pulumi.set(self, "name", value)
|
121
104
|
|
122
105
|
|
123
106
|
@pulumi.input_type
|
@@ -133,7 +116,6 @@ class _BaselineableMetricState:
|
|
133
116
|
name: Optional[pulumi.Input[str]] = None,
|
134
117
|
namespace: Optional[pulumi.Input[str]] = None,
|
135
118
|
resource_group: Optional[pulumi.Input[str]] = None,
|
136
|
-
resource_type: Optional[pulumi.Input[str]] = None,
|
137
119
|
state: Optional[pulumi.Input[str]] = None,
|
138
120
|
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
139
121
|
tenancy_id: Optional[pulumi.Input[str]] = None,
|
@@ -151,7 +133,6 @@ class _BaselineableMetricState:
|
|
151
133
|
:param pulumi.Input[str] name: (Updatable) name of the metric
|
152
134
|
:param pulumi.Input[str] namespace: (Updatable) namespace of the metric
|
153
135
|
:param pulumi.Input[str] resource_group: (Updatable) Resource group of the metric
|
154
|
-
:param pulumi.Input[str] resource_type: (Updatable) Resource type of the metric
|
155
136
|
|
156
137
|
|
157
138
|
** IMPORTANT **
|
@@ -182,8 +163,6 @@ class _BaselineableMetricState:
|
|
182
163
|
pulumi.set(__self__, "namespace", namespace)
|
183
164
|
if resource_group is not None:
|
184
165
|
pulumi.set(__self__, "resource_group", resource_group)
|
185
|
-
if resource_type is not None:
|
186
|
-
pulumi.set(__self__, "resource_type", resource_type)
|
187
166
|
if state is not None:
|
188
167
|
pulumi.set(__self__, "state", state)
|
189
168
|
if system_tags is not None:
|
@@ -308,28 +287,16 @@ class _BaselineableMetricState:
|
|
308
287
|
def resource_group(self) -> Optional[pulumi.Input[str]]:
|
309
288
|
"""
|
310
289
|
(Updatable) Resource group of the metric
|
311
|
-
"""
|
312
|
-
return pulumi.get(self, "resource_group")
|
313
|
-
|
314
|
-
@resource_group.setter
|
315
|
-
def resource_group(self, value: Optional[pulumi.Input[str]]):
|
316
|
-
pulumi.set(self, "resource_group", value)
|
317
|
-
|
318
|
-
@property
|
319
|
-
@pulumi.getter(name="resourceType")
|
320
|
-
def resource_type(self) -> Optional[pulumi.Input[str]]:
|
321
|
-
"""
|
322
|
-
(Updatable) Resource type of the metric
|
323
290
|
|
324
291
|
|
325
292
|
** IMPORTANT **
|
326
293
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
327
294
|
"""
|
328
|
-
return pulumi.get(self, "
|
295
|
+
return pulumi.get(self, "resource_group")
|
329
296
|
|
330
|
-
@
|
331
|
-
def
|
332
|
-
pulumi.set(self, "
|
297
|
+
@resource_group.setter
|
298
|
+
def resource_group(self, value: Optional[pulumi.Input[str]]):
|
299
|
+
pulumi.set(self, "resource_group", value)
|
333
300
|
|
334
301
|
@property
|
335
302
|
@pulumi.getter
|
@@ -402,7 +369,6 @@ class BaselineableMetric(pulumi.CustomResource):
|
|
402
369
|
name: Optional[pulumi.Input[str]] = None,
|
403
370
|
namespace: Optional[pulumi.Input[str]] = None,
|
404
371
|
resource_group: Optional[pulumi.Input[str]] = None,
|
405
|
-
resource_type: Optional[pulumi.Input[str]] = None,
|
406
372
|
__props__=None):
|
407
373
|
"""
|
408
374
|
This resource provides the Baselineable Metric resource in Oracle Cloud Infrastructure Stack Monitoring service.
|
@@ -418,10 +384,9 @@ class BaselineableMetric(pulumi.CustomResource):
|
|
418
384
|
test_baselineable_metric = oci.stack_monitoring.BaselineableMetric("test_baselineable_metric",
|
419
385
|
column=baselineable_metric_column,
|
420
386
|
compartment_id=compartment_id,
|
421
|
-
namespace=baselineable_metric_namespace,
|
422
387
|
name=baselineable_metric_name,
|
423
|
-
|
424
|
-
|
388
|
+
namespace=baselineable_metric_namespace,
|
389
|
+
resource_group=baselineable_metric_resource_group)
|
425
390
|
```
|
426
391
|
|
427
392
|
## Import
|
@@ -439,7 +404,6 @@ class BaselineableMetric(pulumi.CustomResource):
|
|
439
404
|
:param pulumi.Input[str] name: (Updatable) name of the metric
|
440
405
|
:param pulumi.Input[str] namespace: (Updatable) namespace of the metric
|
441
406
|
:param pulumi.Input[str] resource_group: (Updatable) Resource group of the metric
|
442
|
-
:param pulumi.Input[str] resource_type: (Updatable) Resource type of the metric
|
443
407
|
|
444
408
|
|
445
409
|
** IMPORTANT **
|
@@ -465,10 +429,9 @@ class BaselineableMetric(pulumi.CustomResource):
|
|
465
429
|
test_baselineable_metric = oci.stack_monitoring.BaselineableMetric("test_baselineable_metric",
|
466
430
|
column=baselineable_metric_column,
|
467
431
|
compartment_id=compartment_id,
|
468
|
-
namespace=baselineable_metric_namespace,
|
469
432
|
name=baselineable_metric_name,
|
470
|
-
|
471
|
-
|
433
|
+
namespace=baselineable_metric_namespace,
|
434
|
+
resource_group=baselineable_metric_resource_group)
|
472
435
|
```
|
473
436
|
|
474
437
|
## Import
|
@@ -499,7 +462,6 @@ class BaselineableMetric(pulumi.CustomResource):
|
|
499
462
|
name: Optional[pulumi.Input[str]] = None,
|
500
463
|
namespace: Optional[pulumi.Input[str]] = None,
|
501
464
|
resource_group: Optional[pulumi.Input[str]] = None,
|
502
|
-
resource_type: Optional[pulumi.Input[str]] = None,
|
503
465
|
__props__=None):
|
504
466
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
505
467
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -519,8 +481,9 @@ class BaselineableMetric(pulumi.CustomResource):
|
|
519
481
|
if namespace is None and not opts.urn:
|
520
482
|
raise TypeError("Missing required property 'namespace'")
|
521
483
|
__props__.__dict__["namespace"] = namespace
|
484
|
+
if resource_group is None and not opts.urn:
|
485
|
+
raise TypeError("Missing required property 'resource_group'")
|
522
486
|
__props__.__dict__["resource_group"] = resource_group
|
523
|
-
__props__.__dict__["resource_type"] = resource_type
|
524
487
|
__props__.__dict__["created_by"] = None
|
525
488
|
__props__.__dict__["defined_tags"] = None
|
526
489
|
__props__.__dict__["freeform_tags"] = None
|
@@ -551,7 +514,6 @@ class BaselineableMetric(pulumi.CustomResource):
|
|
551
514
|
name: Optional[pulumi.Input[str]] = None,
|
552
515
|
namespace: Optional[pulumi.Input[str]] = None,
|
553
516
|
resource_group: Optional[pulumi.Input[str]] = None,
|
554
|
-
resource_type: Optional[pulumi.Input[str]] = None,
|
555
517
|
state: Optional[pulumi.Input[str]] = None,
|
556
518
|
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
557
519
|
tenancy_id: Optional[pulumi.Input[str]] = None,
|
@@ -574,7 +536,6 @@ class BaselineableMetric(pulumi.CustomResource):
|
|
574
536
|
:param pulumi.Input[str] name: (Updatable) name of the metric
|
575
537
|
:param pulumi.Input[str] namespace: (Updatable) namespace of the metric
|
576
538
|
:param pulumi.Input[str] resource_group: (Updatable) Resource group of the metric
|
577
|
-
:param pulumi.Input[str] resource_type: (Updatable) Resource type of the metric
|
578
539
|
|
579
540
|
|
580
541
|
** IMPORTANT **
|
@@ -599,7 +560,6 @@ class BaselineableMetric(pulumi.CustomResource):
|
|
599
560
|
__props__.__dict__["name"] = name
|
600
561
|
__props__.__dict__["namespace"] = namespace
|
601
562
|
__props__.__dict__["resource_group"] = resource_group
|
602
|
-
__props__.__dict__["resource_type"] = resource_type
|
603
563
|
__props__.__dict__["state"] = state
|
604
564
|
__props__.__dict__["system_tags"] = system_tags
|
605
565
|
__props__.__dict__["tenancy_id"] = tenancy_id
|
@@ -684,20 +644,12 @@ class BaselineableMetric(pulumi.CustomResource):
|
|
684
644
|
def resource_group(self) -> pulumi.Output[str]:
|
685
645
|
"""
|
686
646
|
(Updatable) Resource group of the metric
|
687
|
-
"""
|
688
|
-
return pulumi.get(self, "resource_group")
|
689
|
-
|
690
|
-
@property
|
691
|
-
@pulumi.getter(name="resourceType")
|
692
|
-
def resource_type(self) -> pulumi.Output[str]:
|
693
|
-
"""
|
694
|
-
(Updatable) Resource type of the metric
|
695
647
|
|
696
648
|
|
697
649
|
** IMPORTANT **
|
698
650
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
699
651
|
"""
|
700
|
-
return pulumi.get(self, "
|
652
|
+
return pulumi.get(self, "resource_group")
|
701
653
|
|
702
654
|
@property
|
703
655
|
@pulumi.getter
|
@@ -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,
|
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):
|
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,9 +58,6 @@ 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)
|
64
61
|
if state and not isinstance(state, str):
|
65
62
|
raise TypeError("Expected argument 'state' to be a str")
|
66
63
|
pulumi.set(__self__, "state", state)
|
@@ -170,14 +167,6 @@ class GetBaselineableMetricResult:
|
|
170
167
|
"""
|
171
168
|
return pulumi.get(self, "resource_group")
|
172
169
|
|
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
|
-
|
181
170
|
@property
|
182
171
|
@pulumi.getter
|
183
172
|
def state(self) -> str:
|
@@ -237,7 +226,6 @@ class AwaitableGetBaselineableMetricResult(GetBaselineableMetricResult):
|
|
237
226
|
name=self.name,
|
238
227
|
namespace=self.namespace,
|
239
228
|
resource_group=self.resource_group,
|
240
|
-
resource_type=self.resource_type,
|
241
229
|
state=self.state,
|
242
230
|
system_tags=self.system_tags,
|
243
231
|
tenancy_id=self.tenancy_id,
|
@@ -282,7 +270,6 @@ def get_baselineable_metric(baselineable_metric_id: Optional[str] = None,
|
|
282
270
|
name=pulumi.get(__ret__, 'name'),
|
283
271
|
namespace=pulumi.get(__ret__, 'namespace'),
|
284
272
|
resource_group=pulumi.get(__ret__, 'resource_group'),
|
285
|
-
resource_type=pulumi.get(__ret__, 'resource_type'),
|
286
273
|
state=pulumi.get(__ret__, 'state'),
|
287
274
|
system_tags=pulumi.get(__ret__, 'system_tags'),
|
288
275
|
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,
|
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):
|
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,9 +39,6 @@ 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)
|
45
42
|
if metric_namespace and not isinstance(metric_namespace, str):
|
46
43
|
raise TypeError("Expected argument 'metric_namespace' to be a str")
|
47
44
|
pulumi.set(__self__, "metric_namespace", metric_namespace)
|
@@ -51,9 +48,6 @@ class GetBaselineableMetricsResult:
|
|
51
48
|
if resource_group and not isinstance(resource_group, str):
|
52
49
|
raise TypeError("Expected argument 'resource_group' to be a str")
|
53
50
|
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)
|
57
51
|
|
58
52
|
@property
|
59
53
|
@pulumi.getter(name="baselineableMetricId")
|
@@ -89,14 +83,6 @@ class GetBaselineableMetricsResult:
|
|
89
83
|
"""
|
90
84
|
return pulumi.get(self, "id")
|
91
85
|
|
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
|
-
|
100
86
|
@property
|
101
87
|
@pulumi.getter(name="metricNamespace")
|
102
88
|
def metric_namespace(self) -> Optional[str]:
|
@@ -118,14 +104,6 @@ class GetBaselineableMetricsResult:
|
|
118
104
|
"""
|
119
105
|
return pulumi.get(self, "resource_group")
|
120
106
|
|
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
|
-
|
129
107
|
|
130
108
|
class AwaitableGetBaselineableMetricsResult(GetBaselineableMetricsResult):
|
131
109
|
# pylint: disable=using-constant-test
|
@@ -138,21 +116,17 @@ class AwaitableGetBaselineableMetricsResult(GetBaselineableMetricsResult):
|
|
138
116
|
compartment_id=self.compartment_id,
|
139
117
|
filters=self.filters,
|
140
118
|
id=self.id,
|
141
|
-
is_out_of_box=self.is_out_of_box,
|
142
119
|
metric_namespace=self.metric_namespace,
|
143
120
|
name=self.name,
|
144
|
-
resource_group=self.resource_group
|
145
|
-
resource_type=self.resource_type)
|
121
|
+
resource_group=self.resource_group)
|
146
122
|
|
147
123
|
|
148
124
|
def get_baselineable_metrics(baselineable_metric_id: Optional[str] = None,
|
149
125
|
compartment_id: Optional[str] = None,
|
150
126
|
filters: Optional[Sequence[pulumi.InputType['GetBaselineableMetricsFilterArgs']]] = None,
|
151
|
-
is_out_of_box: Optional[bool] = None,
|
152
127
|
metric_namespace: Optional[str] = None,
|
153
128
|
name: Optional[str] = None,
|
154
129
|
resource_group: Optional[str] = None,
|
155
|
-
resource_type: Optional[str] = None,
|
156
130
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetBaselineableMetricsResult:
|
157
131
|
"""
|
158
132
|
This data source provides the list of Baselineable Metrics in Oracle Cloud Infrastructure Stack Monitoring service.
|
@@ -167,31 +141,25 @@ def get_baselineable_metrics(baselineable_metric_id: Optional[str] = None,
|
|
167
141
|
|
168
142
|
test_baselineable_metrics = oci.StackMonitoring.get_baselineable_metrics(baselineable_metric_id=test_baselineable_metric["id"],
|
169
143
|
compartment_id=compartment_id,
|
170
|
-
is_out_of_box=baselineable_metric_is_out_of_box,
|
171
144
|
metric_namespace=baselineable_metric_metric_namespace,
|
172
145
|
name=baselineable_metric_name,
|
173
|
-
resource_group=baselineable_metric_resource_group
|
174
|
-
resource_type=baselineable_metric_resource_type)
|
146
|
+
resource_group=baselineable_metric_resource_group)
|
175
147
|
```
|
176
148
|
|
177
149
|
|
178
150
|
:param str baselineable_metric_id: Identifier for the metric
|
179
151
|
: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
|
181
152
|
:param str metric_namespace: A filter to return monitored resource types that has the matching namespace.
|
182
153
|
:param str name: Metric Name
|
183
154
|
:param str resource_group: Resource Group
|
184
|
-
:param str resource_type: Resource Type
|
185
155
|
"""
|
186
156
|
__args__ = dict()
|
187
157
|
__args__['baselineableMetricId'] = baselineable_metric_id
|
188
158
|
__args__['compartmentId'] = compartment_id
|
189
159
|
__args__['filters'] = filters
|
190
|
-
__args__['isOutOfBox'] = is_out_of_box
|
191
160
|
__args__['metricNamespace'] = metric_namespace
|
192
161
|
__args__['name'] = name
|
193
162
|
__args__['resourceGroup'] = resource_group
|
194
|
-
__args__['resourceType'] = resource_type
|
195
163
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
196
164
|
__ret__ = pulumi.runtime.invoke('oci:StackMonitoring/getBaselineableMetrics:getBaselineableMetrics', __args__, opts=opts, typ=GetBaselineableMetricsResult).value
|
197
165
|
|
@@ -201,22 +169,18 @@ def get_baselineable_metrics(baselineable_metric_id: Optional[str] = None,
|
|
201
169
|
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
202
170
|
filters=pulumi.get(__ret__, 'filters'),
|
203
171
|
id=pulumi.get(__ret__, 'id'),
|
204
|
-
is_out_of_box=pulumi.get(__ret__, 'is_out_of_box'),
|
205
172
|
metric_namespace=pulumi.get(__ret__, 'metric_namespace'),
|
206
173
|
name=pulumi.get(__ret__, 'name'),
|
207
|
-
resource_group=pulumi.get(__ret__, 'resource_group')
|
208
|
-
resource_type=pulumi.get(__ret__, 'resource_type'))
|
174
|
+
resource_group=pulumi.get(__ret__, 'resource_group'))
|
209
175
|
|
210
176
|
|
211
177
|
@_utilities.lift_output_func(get_baselineable_metrics)
|
212
178
|
def get_baselineable_metrics_output(baselineable_metric_id: Optional[pulumi.Input[Optional[str]]] = None,
|
213
179
|
compartment_id: Optional[pulumi.Input[Optional[str]]] = None,
|
214
180
|
filters: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetBaselineableMetricsFilterArgs']]]]] = None,
|
215
|
-
is_out_of_box: Optional[pulumi.Input[Optional[bool]]] = None,
|
216
181
|
metric_namespace: Optional[pulumi.Input[Optional[str]]] = None,
|
217
182
|
name: Optional[pulumi.Input[Optional[str]]] = None,
|
218
183
|
resource_group: Optional[pulumi.Input[Optional[str]]] = None,
|
219
|
-
resource_type: Optional[pulumi.Input[Optional[str]]] = None,
|
220
184
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetBaselineableMetricsResult]:
|
221
185
|
"""
|
222
186
|
This data source provides the list of Baselineable Metrics in Oracle Cloud Infrastructure Stack Monitoring service.
|
@@ -231,20 +195,16 @@ def get_baselineable_metrics_output(baselineable_metric_id: Optional[pulumi.Inpu
|
|
231
195
|
|
232
196
|
test_baselineable_metrics = oci.StackMonitoring.get_baselineable_metrics(baselineable_metric_id=test_baselineable_metric["id"],
|
233
197
|
compartment_id=compartment_id,
|
234
|
-
is_out_of_box=baselineable_metric_is_out_of_box,
|
235
198
|
metric_namespace=baselineable_metric_metric_namespace,
|
236
199
|
name=baselineable_metric_name,
|
237
|
-
resource_group=baselineable_metric_resource_group
|
238
|
-
resource_type=baselineable_metric_resource_type)
|
200
|
+
resource_group=baselineable_metric_resource_group)
|
239
201
|
```
|
240
202
|
|
241
203
|
|
242
204
|
:param str baselineable_metric_id: Identifier for the metric
|
243
205
|
: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
|
245
206
|
:param str metric_namespace: A filter to return monitored resource types that has the matching namespace.
|
246
207
|
:param str name: Metric Name
|
247
208
|
:param str resource_group: Resource Group
|
248
|
-
:param str resource_type: Resource Type
|
249
209
|
"""
|
250
210
|
...
|