pulumi-oci 2.20.0__py3-none-any.whl → 2.20.0a1734071208__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 +0 -16
- pulumi_oci/bigdataservice/__init__.py +0 -4
- pulumi_oci/bigdataservice/_inputs.py +6 -672
- pulumi_oci/bigdataservice/bds_instance.py +7 -169
- pulumi_oci/bigdataservice/bds_instance_api_key.py +3 -66
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +0 -4
- pulumi_oci/bigdataservice/get_bds_instance.py +1 -48
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +1 -17
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +0 -3
- pulumi_oci/bigdataservice/outputs.py +98 -1466
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/outputs.py +2 -2
- pulumi_oci/core/outputs.py +0 -4
- pulumi_oci/database/autonomous_database.py +0 -47
- pulumi_oci/database/exadb_vm_cluster.py +0 -104
- pulumi_oci/database/get_autonomous_database.py +1 -15
- pulumi_oci/database/outputs.py +0 -22
- pulumi_oci/datascience/_inputs.py +12 -32
- pulumi_oci/datascience/get_job_run.py +3 -3
- pulumi_oci/datascience/get_job_runs.py +2 -2
- pulumi_oci/datascience/job_run.py +7 -7
- pulumi_oci/datascience/model_deployment.py +0 -2
- pulumi_oci/datascience/outputs.py +26 -62
- pulumi_oci/generativeai/dedicated_ai_cluster.py +0 -21
- pulumi_oci/goldengate/__init__.py +0 -7
- pulumi_oci/goldengate/_inputs.py +0 -665
- pulumi_oci/goldengate/connection.py +7 -7
- pulumi_oci/goldengate/get_trail_files.py +2 -4
- pulumi_oci/goldengate/get_trail_sequences.py +2 -4
- pulumi_oci/goldengate/outputs.py +0 -1500
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/stackmonitoring/_inputs.py +14 -94
- pulumi_oci/stackmonitoring/get_metric_extensions.py +3 -22
- pulumi_oci/stackmonitoring/metric_extension.py +0 -8
- pulumi_oci/stackmonitoring/outputs.py +24 -166
- {pulumi_oci-2.20.0.dist-info → pulumi_oci-2.20.0a1734071208.dist-info}/METADATA +3 -3
- {pulumi_oci-2.20.0.dist-info → pulumi_oci-2.20.0a1734071208.dist-info}/RECORD +39 -50
- pulumi_oci/bigdataservice/bds_instance_identity_configuration.py +0 -859
- pulumi_oci/bigdataservice/get_bds_cluster_versions.py +0 -123
- pulumi_oci/bigdataservice/get_bds_instance_identity_configuration.py +0 -322
- pulumi_oci/bigdataservice/get_bds_instance_identity_configurations.py +0 -207
- pulumi_oci/goldengate/get_pipeline.py +0 -408
- pulumi_oci/goldengate/get_pipeline_running_processes.py +0 -144
- pulumi_oci/goldengate/get_pipeline_schema_tables.py +0 -207
- pulumi_oci/goldengate/get_pipeline_schemas.py +0 -163
- pulumi_oci/goldengate/get_pipelines.py +0 -213
- pulumi_oci/goldengate/get_recipes.py +0 -188
- pulumi_oci/goldengate/pipeline.py +0 -928
- {pulumi_oci-2.20.0.dist-info → pulumi_oci-2.20.0a1734071208.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.20.0.dist-info → pulumi_oci-2.20.0a1734071208.dist-info}/top_level.txt +0 -0
pulumi_oci/pulumi-plugin.json
CHANGED
@@ -983,17 +983,9 @@ if not MYPY:
|
|
983
983
|
"""
|
984
984
|
(Updatable) Position and SQL Type of PL/SQL OUT parameter
|
985
985
|
"""
|
986
|
-
protocol_type: NotRequired[pulumi.Input[str]]
|
987
|
-
"""
|
988
|
-
(Updatable) Supported protocol of resources to be associated with this metric extension. This is optional and defaults to HTTPS, which uses secure connection to the URL
|
989
|
-
"""
|
990
|
-
response_content_type: NotRequired[pulumi.Input[str]]
|
991
|
-
"""
|
992
|
-
(Updatable) Type of content response given by the http(s) URL
|
993
|
-
"""
|
994
986
|
script_details: NotRequired[pulumi.Input['MetricExtensionQueryPropertiesScriptDetailsArgsDict']]
|
995
987
|
"""
|
996
|
-
(Updatable) Script details applicable to any OS Command
|
988
|
+
(Updatable) Script details applicable to any OS Command based Metric Extension which needs to run a script to collect data
|
997
989
|
"""
|
998
990
|
sql_details: NotRequired[pulumi.Input['MetricExtensionQueryPropertiesSqlDetailsArgsDict']]
|
999
991
|
"""
|
@@ -1007,10 +999,6 @@ if not MYPY:
|
|
1007
999
|
"""
|
1008
1000
|
(Updatable) String prefix used to identify metric output of the OS Command
|
1009
1001
|
"""
|
1010
|
-
url: NotRequired[pulumi.Input[str]]
|
1011
|
-
"""
|
1012
|
-
(Updatable) Http(s) end point URL
|
1013
|
-
"""
|
1014
1002
|
elif False:
|
1015
1003
|
MetricExtensionQueryPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
1016
1004
|
|
@@ -1028,13 +1016,10 @@ class MetricExtensionQueryPropertiesArgs:
|
|
1028
1016
|
jmx_attributes: Optional[pulumi.Input[str]] = None,
|
1029
1017
|
managed_bean_query: Optional[pulumi.Input[str]] = None,
|
1030
1018
|
out_param_details: Optional[pulumi.Input['MetricExtensionQueryPropertiesOutParamDetailsArgs']] = None,
|
1031
|
-
protocol_type: Optional[pulumi.Input[str]] = None,
|
1032
|
-
response_content_type: Optional[pulumi.Input[str]] = None,
|
1033
1019
|
script_details: Optional[pulumi.Input['MetricExtensionQueryPropertiesScriptDetailsArgs']] = None,
|
1034
1020
|
sql_details: Optional[pulumi.Input['MetricExtensionQueryPropertiesSqlDetailsArgs']] = None,
|
1035
1021
|
sql_type: Optional[pulumi.Input[str]] = None,
|
1036
|
-
starts_with: Optional[pulumi.Input[str]] = None
|
1037
|
-
url: Optional[pulumi.Input[str]] = None):
|
1022
|
+
starts_with: Optional[pulumi.Input[str]] = None):
|
1038
1023
|
"""
|
1039
1024
|
:param pulumi.Input[str] collection_method: (Updatable) Type of possible collection methods.
|
1040
1025
|
:param pulumi.Input[str] arguments: (Updatable) Arguments required by either command or script
|
@@ -1047,13 +1032,10 @@ class MetricExtensionQueryPropertiesArgs:
|
|
1047
1032
|
:param pulumi.Input[str] jmx_attributes: (Updatable) List of JMX attributes or Metric Service Table columns separated by semi-colon
|
1048
1033
|
:param pulumi.Input[str] managed_bean_query: (Updatable) JMX Managed Bean Query or Metric Service Table name
|
1049
1034
|
:param pulumi.Input['MetricExtensionQueryPropertiesOutParamDetailsArgs'] out_param_details: (Updatable) Position and SQL Type of PL/SQL OUT parameter
|
1050
|
-
:param pulumi.Input[
|
1051
|
-
:param pulumi.Input[str] response_content_type: (Updatable) Type of content response given by the http(s) URL
|
1052
|
-
:param pulumi.Input['MetricExtensionQueryPropertiesScriptDetailsArgs'] script_details: (Updatable) Script details applicable to any OS Command/HTTP based Metric Extension which needs to run a script to collect data. For removing it during OS Command based Metric Extension update, set its "content" property to an empty string. In that case, "name" property value is ignored.
|
1035
|
+
:param pulumi.Input['MetricExtensionQueryPropertiesScriptDetailsArgs'] script_details: (Updatable) Script details applicable to any OS Command based Metric Extension which needs to run a script to collect data
|
1053
1036
|
:param pulumi.Input['MetricExtensionQueryPropertiesSqlDetailsArgs'] sql_details: (Updatable) Details of Sql content which needs to execute to collect Metric Extension data
|
1054
1037
|
:param pulumi.Input[str] sql_type: (Updatable) Type of SQL data collection method i.e. either a Statement or SQL Script File
|
1055
1038
|
:param pulumi.Input[str] starts_with: (Updatable) String prefix used to identify metric output of the OS Command
|
1056
|
-
:param pulumi.Input[str] url: (Updatable) Http(s) end point URL
|
1057
1039
|
"""
|
1058
1040
|
pulumi.set(__self__, "collection_method", collection_method)
|
1059
1041
|
if arguments is not None:
|
@@ -1076,10 +1058,6 @@ class MetricExtensionQueryPropertiesArgs:
|
|
1076
1058
|
pulumi.set(__self__, "managed_bean_query", managed_bean_query)
|
1077
1059
|
if out_param_details is not None:
|
1078
1060
|
pulumi.set(__self__, "out_param_details", out_param_details)
|
1079
|
-
if protocol_type is not None:
|
1080
|
-
pulumi.set(__self__, "protocol_type", protocol_type)
|
1081
|
-
if response_content_type is not None:
|
1082
|
-
pulumi.set(__self__, "response_content_type", response_content_type)
|
1083
1061
|
if script_details is not None:
|
1084
1062
|
pulumi.set(__self__, "script_details", script_details)
|
1085
1063
|
if sql_details is not None:
|
@@ -1088,8 +1066,6 @@ class MetricExtensionQueryPropertiesArgs:
|
|
1088
1066
|
pulumi.set(__self__, "sql_type", sql_type)
|
1089
1067
|
if starts_with is not None:
|
1090
1068
|
pulumi.set(__self__, "starts_with", starts_with)
|
1091
|
-
if url is not None:
|
1092
|
-
pulumi.set(__self__, "url", url)
|
1093
1069
|
|
1094
1070
|
@property
|
1095
1071
|
@pulumi.getter(name="collectionMethod")
|
@@ -1223,35 +1199,11 @@ class MetricExtensionQueryPropertiesArgs:
|
|
1223
1199
|
def out_param_details(self, value: Optional[pulumi.Input['MetricExtensionQueryPropertiesOutParamDetailsArgs']]):
|
1224
1200
|
pulumi.set(self, "out_param_details", value)
|
1225
1201
|
|
1226
|
-
@property
|
1227
|
-
@pulumi.getter(name="protocolType")
|
1228
|
-
def protocol_type(self) -> Optional[pulumi.Input[str]]:
|
1229
|
-
"""
|
1230
|
-
(Updatable) Supported protocol of resources to be associated with this metric extension. This is optional and defaults to HTTPS, which uses secure connection to the URL
|
1231
|
-
"""
|
1232
|
-
return pulumi.get(self, "protocol_type")
|
1233
|
-
|
1234
|
-
@protocol_type.setter
|
1235
|
-
def protocol_type(self, value: Optional[pulumi.Input[str]]):
|
1236
|
-
pulumi.set(self, "protocol_type", value)
|
1237
|
-
|
1238
|
-
@property
|
1239
|
-
@pulumi.getter(name="responseContentType")
|
1240
|
-
def response_content_type(self) -> Optional[pulumi.Input[str]]:
|
1241
|
-
"""
|
1242
|
-
(Updatable) Type of content response given by the http(s) URL
|
1243
|
-
"""
|
1244
|
-
return pulumi.get(self, "response_content_type")
|
1245
|
-
|
1246
|
-
@response_content_type.setter
|
1247
|
-
def response_content_type(self, value: Optional[pulumi.Input[str]]):
|
1248
|
-
pulumi.set(self, "response_content_type", value)
|
1249
|
-
|
1250
1202
|
@property
|
1251
1203
|
@pulumi.getter(name="scriptDetails")
|
1252
1204
|
def script_details(self) -> Optional[pulumi.Input['MetricExtensionQueryPropertiesScriptDetailsArgs']]:
|
1253
1205
|
"""
|
1254
|
-
(Updatable) Script details applicable to any OS Command
|
1206
|
+
(Updatable) Script details applicable to any OS Command based Metric Extension which needs to run a script to collect data
|
1255
1207
|
"""
|
1256
1208
|
return pulumi.get(self, "script_details")
|
1257
1209
|
|
@@ -1295,18 +1247,6 @@ class MetricExtensionQueryPropertiesArgs:
|
|
1295
1247
|
def starts_with(self, value: Optional[pulumi.Input[str]]):
|
1296
1248
|
pulumi.set(self, "starts_with", value)
|
1297
1249
|
|
1298
|
-
@property
|
1299
|
-
@pulumi.getter
|
1300
|
-
def url(self) -> Optional[pulumi.Input[str]]:
|
1301
|
-
"""
|
1302
|
-
(Updatable) Http(s) end point URL
|
1303
|
-
"""
|
1304
|
-
return pulumi.get(self, "url")
|
1305
|
-
|
1306
|
-
@url.setter
|
1307
|
-
def url(self, value: Optional[pulumi.Input[str]]):
|
1308
|
-
pulumi.set(self, "url", value)
|
1309
|
-
|
1310
1250
|
|
1311
1251
|
if not MYPY:
|
1312
1252
|
class MetricExtensionQueryPropertiesInParamDetailArgsDict(TypedDict):
|
@@ -1362,15 +1302,11 @@ if not MYPY:
|
|
1362
1302
|
class MetricExtensionQueryPropertiesOutParamDetailsArgsDict(TypedDict):
|
1363
1303
|
out_param_position: pulumi.Input[int]
|
1364
1304
|
"""
|
1365
|
-
(Updatable) Position of PL/SQL procedure OUT parameter
|
1305
|
+
(Updatable) Position of PL/SQL procedure OUT parameter
|
1366
1306
|
"""
|
1367
1307
|
out_param_type: pulumi.Input[str]
|
1368
1308
|
"""
|
1369
|
-
(Updatable) SQL Type of PL/SQL procedure OUT parameter
|
1370
|
-
"""
|
1371
|
-
out_param_name: NotRequired[pulumi.Input[str]]
|
1372
|
-
"""
|
1373
|
-
(Updatable) Name of the Out Parameter
|
1309
|
+
(Updatable) SQL Type of PL/SQL procedure OUT parameter
|
1374
1310
|
"""
|
1375
1311
|
elif False:
|
1376
1312
|
MetricExtensionQueryPropertiesOutParamDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -1379,23 +1315,19 @@ elif False:
|
|
1379
1315
|
class MetricExtensionQueryPropertiesOutParamDetailsArgs:
|
1380
1316
|
def __init__(__self__, *,
|
1381
1317
|
out_param_position: pulumi.Input[int],
|
1382
|
-
out_param_type: pulumi.Input[str]
|
1383
|
-
out_param_name: Optional[pulumi.Input[str]] = None):
|
1318
|
+
out_param_type: pulumi.Input[str]):
|
1384
1319
|
"""
|
1385
|
-
:param pulumi.Input[int] out_param_position: (Updatable) Position of PL/SQL procedure OUT parameter
|
1386
|
-
:param pulumi.Input[str] out_param_type: (Updatable) SQL Type of PL/SQL procedure OUT parameter
|
1387
|
-
:param pulumi.Input[str] out_param_name: (Updatable) Name of the Out Parameter
|
1320
|
+
:param pulumi.Input[int] out_param_position: (Updatable) Position of PL/SQL procedure OUT parameter
|
1321
|
+
:param pulumi.Input[str] out_param_type: (Updatable) SQL Type of PL/SQL procedure OUT parameter
|
1388
1322
|
"""
|
1389
1323
|
pulumi.set(__self__, "out_param_position", out_param_position)
|
1390
1324
|
pulumi.set(__self__, "out_param_type", out_param_type)
|
1391
|
-
if out_param_name is not None:
|
1392
|
-
pulumi.set(__self__, "out_param_name", out_param_name)
|
1393
1325
|
|
1394
1326
|
@property
|
1395
1327
|
@pulumi.getter(name="outParamPosition")
|
1396
1328
|
def out_param_position(self) -> pulumi.Input[int]:
|
1397
1329
|
"""
|
1398
|
-
(Updatable) Position of PL/SQL procedure OUT parameter
|
1330
|
+
(Updatable) Position of PL/SQL procedure OUT parameter
|
1399
1331
|
"""
|
1400
1332
|
return pulumi.get(self, "out_param_position")
|
1401
1333
|
|
@@ -1407,7 +1339,7 @@ class MetricExtensionQueryPropertiesOutParamDetailsArgs:
|
|
1407
1339
|
@pulumi.getter(name="outParamType")
|
1408
1340
|
def out_param_type(self) -> pulumi.Input[str]:
|
1409
1341
|
"""
|
1410
|
-
(Updatable) SQL Type of PL/SQL procedure OUT parameter
|
1342
|
+
(Updatable) SQL Type of PL/SQL procedure OUT parameter
|
1411
1343
|
"""
|
1412
1344
|
return pulumi.get(self, "out_param_type")
|
1413
1345
|
|
@@ -1415,24 +1347,12 @@ class MetricExtensionQueryPropertiesOutParamDetailsArgs:
|
|
1415
1347
|
def out_param_type(self, value: pulumi.Input[str]):
|
1416
1348
|
pulumi.set(self, "out_param_type", value)
|
1417
1349
|
|
1418
|
-
@property
|
1419
|
-
@pulumi.getter(name="outParamName")
|
1420
|
-
def out_param_name(self) -> Optional[pulumi.Input[str]]:
|
1421
|
-
"""
|
1422
|
-
(Updatable) Name of the Out Parameter
|
1423
|
-
"""
|
1424
|
-
return pulumi.get(self, "out_param_name")
|
1425
|
-
|
1426
|
-
@out_param_name.setter
|
1427
|
-
def out_param_name(self, value: Optional[pulumi.Input[str]]):
|
1428
|
-
pulumi.set(self, "out_param_name", value)
|
1429
|
-
|
1430
1350
|
|
1431
1351
|
if not MYPY:
|
1432
1352
|
class MetricExtensionQueryPropertiesScriptDetailsArgsDict(TypedDict):
|
1433
1353
|
content: pulumi.Input[str]
|
1434
1354
|
"""
|
1435
|
-
(Updatable) Content of the script
|
1355
|
+
(Updatable) Content of the script file as base64 encoded string
|
1436
1356
|
"""
|
1437
1357
|
name: pulumi.Input[str]
|
1438
1358
|
"""
|
@@ -1447,7 +1367,7 @@ class MetricExtensionQueryPropertiesScriptDetailsArgs:
|
|
1447
1367
|
content: pulumi.Input[str],
|
1448
1368
|
name: pulumi.Input[str]):
|
1449
1369
|
"""
|
1450
|
-
:param pulumi.Input[str] content: (Updatable) Content of the script
|
1370
|
+
:param pulumi.Input[str] content: (Updatable) Content of the script file as base64 encoded string
|
1451
1371
|
:param pulumi.Input[str] name: (Updatable) Name of the script file
|
1452
1372
|
"""
|
1453
1373
|
pulumi.set(__self__, "content", content)
|
@@ -1457,7 +1377,7 @@ class MetricExtensionQueryPropertiesScriptDetailsArgs:
|
|
1457
1377
|
@pulumi.getter
|
1458
1378
|
def content(self) -> pulumi.Input[str]:
|
1459
1379
|
"""
|
1460
|
-
(Updatable) Content of the script
|
1380
|
+
(Updatable) Content of the script file as base64 encoded string
|
1461
1381
|
"""
|
1462
1382
|
return pulumi.get(self, "content")
|
1463
1383
|
|
@@ -28,7 +28,7 @@ class GetMetricExtensionsResult:
|
|
28
28
|
"""
|
29
29
|
A collection of values returned by getMetricExtensions.
|
30
30
|
"""
|
31
|
-
def __init__(__self__, compartment_id=None, enabled_on_resource_id=None, filters=None, id=None, metric_extension_collections=None,
|
31
|
+
def __init__(__self__, compartment_id=None, enabled_on_resource_id=None, filters=None, id=None, metric_extension_collections=None, name=None, resource_type=None, state=None, status=None):
|
32
32
|
if compartment_id and not isinstance(compartment_id, str):
|
33
33
|
raise TypeError("Expected argument 'compartment_id' to be a str")
|
34
34
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -44,9 +44,6 @@ class GetMetricExtensionsResult:
|
|
44
44
|
if metric_extension_collections and not isinstance(metric_extension_collections, list):
|
45
45
|
raise TypeError("Expected argument 'metric_extension_collections' to be a list")
|
46
46
|
pulumi.set(__self__, "metric_extension_collections", metric_extension_collections)
|
47
|
-
if metric_extension_id and not isinstance(metric_extension_id, str):
|
48
|
-
raise TypeError("Expected argument 'metric_extension_id' to be a str")
|
49
|
-
pulumi.set(__self__, "metric_extension_id", metric_extension_id)
|
50
47
|
if name and not isinstance(name, str):
|
51
48
|
raise TypeError("Expected argument 'name' to be a str")
|
52
49
|
pulumi.set(__self__, "name", name)
|
@@ -62,7 +59,7 @@ class GetMetricExtensionsResult:
|
|
62
59
|
|
63
60
|
@property
|
64
61
|
@pulumi.getter(name="compartmentId")
|
65
|
-
def compartment_id(self) ->
|
62
|
+
def compartment_id(self) -> str:
|
66
63
|
"""
|
67
64
|
Compartment Identifier [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
68
65
|
"""
|
@@ -94,11 +91,6 @@ class GetMetricExtensionsResult:
|
|
94
91
|
"""
|
95
92
|
return pulumi.get(self, "metric_extension_collections")
|
96
93
|
|
97
|
-
@property
|
98
|
-
@pulumi.getter(name="metricExtensionId")
|
99
|
-
def metric_extension_id(self) -> Optional[str]:
|
100
|
-
return pulumi.get(self, "metric_extension_id")
|
101
|
-
|
102
94
|
@property
|
103
95
|
@pulumi.getter
|
104
96
|
def name(self) -> Optional[str]:
|
@@ -143,7 +135,6 @@ class AwaitableGetMetricExtensionsResult(GetMetricExtensionsResult):
|
|
143
135
|
filters=self.filters,
|
144
136
|
id=self.id,
|
145
137
|
metric_extension_collections=self.metric_extension_collections,
|
146
|
-
metric_extension_id=self.metric_extension_id,
|
147
138
|
name=self.name,
|
148
139
|
resource_type=self.resource_type,
|
149
140
|
state=self.state,
|
@@ -153,7 +144,6 @@ class AwaitableGetMetricExtensionsResult(GetMetricExtensionsResult):
|
|
153
144
|
def get_metric_extensions(compartment_id: Optional[str] = None,
|
154
145
|
enabled_on_resource_id: Optional[str] = None,
|
155
146
|
filters: Optional[Sequence[Union['GetMetricExtensionsFilterArgs', 'GetMetricExtensionsFilterArgsDict']]] = None,
|
156
|
-
metric_extension_id: Optional[str] = None,
|
157
147
|
name: Optional[str] = None,
|
158
148
|
resource_type: Optional[str] = None,
|
159
149
|
state: Optional[str] = None,
|
@@ -172,7 +162,6 @@ def get_metric_extensions(compartment_id: Optional[str] = None,
|
|
172
162
|
|
173
163
|
test_metric_extensions = oci.StackMonitoring.get_metric_extensions(compartment_id=compartment_id,
|
174
164
|
enabled_on_resource_id=test_resource["id"],
|
175
|
-
metric_extension_id=test_metric_extension["id"],
|
176
165
|
name=metric_extension_name,
|
177
166
|
resource_type=metric_extension_resource_type,
|
178
167
|
state=metric_extension_state,
|
@@ -182,7 +171,6 @@ def get_metric_extensions(compartment_id: Optional[str] = None,
|
|
182
171
|
|
183
172
|
:param str compartment_id: The ID of the compartment in which data is listed.
|
184
173
|
:param str enabled_on_resource_id: A filter to return metric extensions based on input resource Id on which metric extension is enabled
|
185
|
-
:param str metric_extension_id: Identifier for the metric extension
|
186
174
|
:param str name: A filter to return resources based on name.
|
187
175
|
:param str resource_type: A filter to return resources based on resource type.
|
188
176
|
:param str state: A filter to return metric extensions based on Lifecycle State
|
@@ -192,7 +180,6 @@ def get_metric_extensions(compartment_id: Optional[str] = None,
|
|
192
180
|
__args__['compartmentId'] = compartment_id
|
193
181
|
__args__['enabledOnResourceId'] = enabled_on_resource_id
|
194
182
|
__args__['filters'] = filters
|
195
|
-
__args__['metricExtensionId'] = metric_extension_id
|
196
183
|
__args__['name'] = name
|
197
184
|
__args__['resourceType'] = resource_type
|
198
185
|
__args__['state'] = state
|
@@ -206,15 +193,13 @@ def get_metric_extensions(compartment_id: Optional[str] = None,
|
|
206
193
|
filters=pulumi.get(__ret__, 'filters'),
|
207
194
|
id=pulumi.get(__ret__, 'id'),
|
208
195
|
metric_extension_collections=pulumi.get(__ret__, 'metric_extension_collections'),
|
209
|
-
metric_extension_id=pulumi.get(__ret__, 'metric_extension_id'),
|
210
196
|
name=pulumi.get(__ret__, 'name'),
|
211
197
|
resource_type=pulumi.get(__ret__, 'resource_type'),
|
212
198
|
state=pulumi.get(__ret__, 'state'),
|
213
199
|
status=pulumi.get(__ret__, 'status'))
|
214
|
-
def get_metric_extensions_output(compartment_id: Optional[pulumi.Input[
|
200
|
+
def get_metric_extensions_output(compartment_id: Optional[pulumi.Input[str]] = None,
|
215
201
|
enabled_on_resource_id: Optional[pulumi.Input[Optional[str]]] = None,
|
216
202
|
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetMetricExtensionsFilterArgs', 'GetMetricExtensionsFilterArgsDict']]]]] = None,
|
217
|
-
metric_extension_id: Optional[pulumi.Input[Optional[str]]] = None,
|
218
203
|
name: Optional[pulumi.Input[Optional[str]]] = None,
|
219
204
|
resource_type: Optional[pulumi.Input[Optional[str]]] = None,
|
220
205
|
state: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -233,7 +218,6 @@ def get_metric_extensions_output(compartment_id: Optional[pulumi.Input[Optional[
|
|
233
218
|
|
234
219
|
test_metric_extensions = oci.StackMonitoring.get_metric_extensions(compartment_id=compartment_id,
|
235
220
|
enabled_on_resource_id=test_resource["id"],
|
236
|
-
metric_extension_id=test_metric_extension["id"],
|
237
221
|
name=metric_extension_name,
|
238
222
|
resource_type=metric_extension_resource_type,
|
239
223
|
state=metric_extension_state,
|
@@ -243,7 +227,6 @@ def get_metric_extensions_output(compartment_id: Optional[pulumi.Input[Optional[
|
|
243
227
|
|
244
228
|
:param str compartment_id: The ID of the compartment in which data is listed.
|
245
229
|
:param str enabled_on_resource_id: A filter to return metric extensions based on input resource Id on which metric extension is enabled
|
246
|
-
:param str metric_extension_id: Identifier for the metric extension
|
247
230
|
:param str name: A filter to return resources based on name.
|
248
231
|
:param str resource_type: A filter to return resources based on resource type.
|
249
232
|
:param str state: A filter to return metric extensions based on Lifecycle State
|
@@ -253,7 +236,6 @@ def get_metric_extensions_output(compartment_id: Optional[pulumi.Input[Optional[
|
|
253
236
|
__args__['compartmentId'] = compartment_id
|
254
237
|
__args__['enabledOnResourceId'] = enabled_on_resource_id
|
255
238
|
__args__['filters'] = filters
|
256
|
-
__args__['metricExtensionId'] = metric_extension_id
|
257
239
|
__args__['name'] = name
|
258
240
|
__args__['resourceType'] = resource_type
|
259
241
|
__args__['state'] = state
|
@@ -266,7 +248,6 @@ def get_metric_extensions_output(compartment_id: Optional[pulumi.Input[Optional[
|
|
266
248
|
filters=pulumi.get(__response__, 'filters'),
|
267
249
|
id=pulumi.get(__response__, 'id'),
|
268
250
|
metric_extension_collections=pulumi.get(__response__, 'metric_extension_collections'),
|
269
|
-
metric_extension_id=pulumi.get(__response__, 'metric_extension_id'),
|
270
251
|
name=pulumi.get(__response__, 'name'),
|
271
252
|
resource_type=pulumi.get(__response__, 'resource_type'),
|
272
253
|
state=pulumi.get(__response__, 'state'),
|
@@ -564,12 +564,9 @@ class MetricExtension(pulumi.CustomResource):
|
|
564
564
|
"jmx_attributes": metric_extension_query_properties_jmx_attributes,
|
565
565
|
"managed_bean_query": metric_extension_query_properties_managed_bean_query,
|
566
566
|
"out_param_details": {
|
567
|
-
"out_param_name": metric_extension_query_properties_out_param_details_out_param_name,
|
568
567
|
"out_param_position": metric_extension_query_properties_out_param_details_out_param_position,
|
569
568
|
"out_param_type": metric_extension_query_properties_out_param_details_out_param_type,
|
570
569
|
},
|
571
|
-
"protocol_type": metric_extension_query_properties_protocol_type,
|
572
|
-
"response_content_type": metric_extension_query_properties_response_content_type,
|
573
570
|
"script_details": {
|
574
571
|
"content": metric_extension_query_properties_script_details_content,
|
575
572
|
"name": metric_extension_query_properties_script_details_name,
|
@@ -580,7 +577,6 @@ class MetricExtension(pulumi.CustomResource):
|
|
580
577
|
},
|
581
578
|
"sql_type": metric_extension_query_properties_sql_type,
|
582
579
|
"starts_with": metric_extension_query_properties_starts_with,
|
583
|
-
"url": metric_extension_query_properties_url,
|
584
580
|
},
|
585
581
|
resource_type=metric_extension_resource_type,
|
586
582
|
description=metric_extension_description)
|
@@ -657,12 +653,9 @@ class MetricExtension(pulumi.CustomResource):
|
|
657
653
|
"jmx_attributes": metric_extension_query_properties_jmx_attributes,
|
658
654
|
"managed_bean_query": metric_extension_query_properties_managed_bean_query,
|
659
655
|
"out_param_details": {
|
660
|
-
"out_param_name": metric_extension_query_properties_out_param_details_out_param_name,
|
661
656
|
"out_param_position": metric_extension_query_properties_out_param_details_out_param_position,
|
662
657
|
"out_param_type": metric_extension_query_properties_out_param_details_out_param_type,
|
663
658
|
},
|
664
|
-
"protocol_type": metric_extension_query_properties_protocol_type,
|
665
|
-
"response_content_type": metric_extension_query_properties_response_content_type,
|
666
659
|
"script_details": {
|
667
660
|
"content": metric_extension_query_properties_script_details_content,
|
668
661
|
"name": metric_extension_query_properties_script_details_name,
|
@@ -673,7 +666,6 @@ class MetricExtension(pulumi.CustomResource):
|
|
673
666
|
},
|
674
667
|
"sql_type": metric_extension_query_properties_sql_type,
|
675
668
|
"starts_with": metric_extension_query_properties_starts_with,
|
676
|
-
"url": metric_extension_query_properties_url,
|
677
669
|
},
|
678
670
|
resource_type=metric_extension_resource_type,
|
679
671
|
description=metric_extension_description)
|