pulumi-oci 2.20.0__py3-none-any.whl → 2.20.0a1734157400__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.0a1734157400.dist-info}/METADATA +3 -3
- {pulumi_oci-2.20.0.dist-info → pulumi_oci-2.20.0a1734157400.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.0a1734157400.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.20.0.dist-info → pulumi_oci-2.20.0a1734157400.dist-info}/top_level.txt +0 -0
@@ -846,10 +846,6 @@ class MetricExtensionQueryProperties(dict):
|
|
846
846
|
suggest = "managed_bean_query"
|
847
847
|
elif key == "outParamDetails":
|
848
848
|
suggest = "out_param_details"
|
849
|
-
elif key == "protocolType":
|
850
|
-
suggest = "protocol_type"
|
851
|
-
elif key == "responseContentType":
|
852
|
-
suggest = "response_content_type"
|
853
849
|
elif key == "scriptDetails":
|
854
850
|
suggest = "script_details"
|
855
851
|
elif key == "sqlDetails":
|
@@ -882,13 +878,10 @@ class MetricExtensionQueryProperties(dict):
|
|
882
878
|
jmx_attributes: Optional[str] = None,
|
883
879
|
managed_bean_query: Optional[str] = None,
|
884
880
|
out_param_details: Optional['outputs.MetricExtensionQueryPropertiesOutParamDetails'] = None,
|
885
|
-
protocol_type: Optional[str] = None,
|
886
|
-
response_content_type: Optional[str] = None,
|
887
881
|
script_details: Optional['outputs.MetricExtensionQueryPropertiesScriptDetails'] = None,
|
888
882
|
sql_details: Optional['outputs.MetricExtensionQueryPropertiesSqlDetails'] = None,
|
889
883
|
sql_type: Optional[str] = None,
|
890
|
-
starts_with: Optional[str] = None
|
891
|
-
url: Optional[str] = None):
|
884
|
+
starts_with: Optional[str] = None):
|
892
885
|
"""
|
893
886
|
:param str collection_method: (Updatable) Type of possible collection methods.
|
894
887
|
:param str arguments: (Updatable) Arguments required by either command or script
|
@@ -901,13 +894,10 @@ class MetricExtensionQueryProperties(dict):
|
|
901
894
|
:param str jmx_attributes: (Updatable) List of JMX attributes or Metric Service Table columns separated by semi-colon
|
902
895
|
:param str managed_bean_query: (Updatable) JMX Managed Bean Query or Metric Service Table name
|
903
896
|
:param 'MetricExtensionQueryPropertiesOutParamDetailsArgs' out_param_details: (Updatable) Position and SQL Type of PL/SQL OUT parameter
|
904
|
-
:param
|
905
|
-
:param str response_content_type: (Updatable) Type of content response given by the http(s) URL
|
906
|
-
:param '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.
|
897
|
+
:param 'MetricExtensionQueryPropertiesScriptDetailsArgs' script_details: (Updatable) Script details applicable to any OS Command based Metric Extension which needs to run a script to collect data
|
907
898
|
:param 'MetricExtensionQueryPropertiesSqlDetailsArgs' sql_details: (Updatable) Details of Sql content which needs to execute to collect Metric Extension data
|
908
899
|
:param str sql_type: (Updatable) Type of SQL data collection method i.e. either a Statement or SQL Script File
|
909
900
|
:param str starts_with: (Updatable) String prefix used to identify metric output of the OS Command
|
910
|
-
:param str url: (Updatable) Http(s) end point URL
|
911
901
|
"""
|
912
902
|
pulumi.set(__self__, "collection_method", collection_method)
|
913
903
|
if arguments is not None:
|
@@ -930,10 +920,6 @@ class MetricExtensionQueryProperties(dict):
|
|
930
920
|
pulumi.set(__self__, "managed_bean_query", managed_bean_query)
|
931
921
|
if out_param_details is not None:
|
932
922
|
pulumi.set(__self__, "out_param_details", out_param_details)
|
933
|
-
if protocol_type is not None:
|
934
|
-
pulumi.set(__self__, "protocol_type", protocol_type)
|
935
|
-
if response_content_type is not None:
|
936
|
-
pulumi.set(__self__, "response_content_type", response_content_type)
|
937
923
|
if script_details is not None:
|
938
924
|
pulumi.set(__self__, "script_details", script_details)
|
939
925
|
if sql_details is not None:
|
@@ -942,8 +928,6 @@ class MetricExtensionQueryProperties(dict):
|
|
942
928
|
pulumi.set(__self__, "sql_type", sql_type)
|
943
929
|
if starts_with is not None:
|
944
930
|
pulumi.set(__self__, "starts_with", starts_with)
|
945
|
-
if url is not None:
|
946
|
-
pulumi.set(__self__, "url", url)
|
947
931
|
|
948
932
|
@property
|
949
933
|
@pulumi.getter(name="collectionMethod")
|
@@ -1033,27 +1017,11 @@ class MetricExtensionQueryProperties(dict):
|
|
1033
1017
|
"""
|
1034
1018
|
return pulumi.get(self, "out_param_details")
|
1035
1019
|
|
1036
|
-
@property
|
1037
|
-
@pulumi.getter(name="protocolType")
|
1038
|
-
def protocol_type(self) -> Optional[str]:
|
1039
|
-
"""
|
1040
|
-
(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
|
1041
|
-
"""
|
1042
|
-
return pulumi.get(self, "protocol_type")
|
1043
|
-
|
1044
|
-
@property
|
1045
|
-
@pulumi.getter(name="responseContentType")
|
1046
|
-
def response_content_type(self) -> Optional[str]:
|
1047
|
-
"""
|
1048
|
-
(Updatable) Type of content response given by the http(s) URL
|
1049
|
-
"""
|
1050
|
-
return pulumi.get(self, "response_content_type")
|
1051
|
-
|
1052
1020
|
@property
|
1053
1021
|
@pulumi.getter(name="scriptDetails")
|
1054
1022
|
def script_details(self) -> Optional['outputs.MetricExtensionQueryPropertiesScriptDetails']:
|
1055
1023
|
"""
|
1056
|
-
(Updatable) Script details applicable to any OS Command
|
1024
|
+
(Updatable) Script details applicable to any OS Command based Metric Extension which needs to run a script to collect data
|
1057
1025
|
"""
|
1058
1026
|
return pulumi.get(self, "script_details")
|
1059
1027
|
|
@@ -1081,14 +1049,6 @@ class MetricExtensionQueryProperties(dict):
|
|
1081
1049
|
"""
|
1082
1050
|
return pulumi.get(self, "starts_with")
|
1083
1051
|
|
1084
|
-
@property
|
1085
|
-
@pulumi.getter
|
1086
|
-
def url(self) -> Optional[str]:
|
1087
|
-
"""
|
1088
|
-
(Updatable) Http(s) end point URL
|
1089
|
-
"""
|
1090
|
-
return pulumi.get(self, "url")
|
1091
|
-
|
1092
1052
|
|
1093
1053
|
@pulumi.output_type
|
1094
1054
|
class MetricExtensionQueryPropertiesInParamDetail(dict):
|
@@ -1147,8 +1107,6 @@ class MetricExtensionQueryPropertiesOutParamDetails(dict):
|
|
1147
1107
|
suggest = "out_param_position"
|
1148
1108
|
elif key == "outParamType":
|
1149
1109
|
suggest = "out_param_type"
|
1150
|
-
elif key == "outParamName":
|
1151
|
-
suggest = "out_param_name"
|
1152
1110
|
|
1153
1111
|
if suggest:
|
1154
1112
|
pulumi.log.warn(f"Key '{key}' not found in MetricExtensionQueryPropertiesOutParamDetails. Access the value via the '{suggest}' property getter instead.")
|
@@ -1163,23 +1121,19 @@ class MetricExtensionQueryPropertiesOutParamDetails(dict):
|
|
1163
1121
|
|
1164
1122
|
def __init__(__self__, *,
|
1165
1123
|
out_param_position: int,
|
1166
|
-
out_param_type: str
|
1167
|
-
out_param_name: Optional[str] = None):
|
1124
|
+
out_param_type: str):
|
1168
1125
|
"""
|
1169
|
-
:param int out_param_position: (Updatable) Position of PL/SQL procedure OUT parameter
|
1170
|
-
:param str out_param_type: (Updatable) SQL Type of PL/SQL procedure OUT parameter
|
1171
|
-
:param str out_param_name: (Updatable) Name of the Out Parameter
|
1126
|
+
:param int out_param_position: (Updatable) Position of PL/SQL procedure OUT parameter
|
1127
|
+
:param str out_param_type: (Updatable) SQL Type of PL/SQL procedure OUT parameter
|
1172
1128
|
"""
|
1173
1129
|
pulumi.set(__self__, "out_param_position", out_param_position)
|
1174
1130
|
pulumi.set(__self__, "out_param_type", out_param_type)
|
1175
|
-
if out_param_name is not None:
|
1176
|
-
pulumi.set(__self__, "out_param_name", out_param_name)
|
1177
1131
|
|
1178
1132
|
@property
|
1179
1133
|
@pulumi.getter(name="outParamPosition")
|
1180
1134
|
def out_param_position(self) -> int:
|
1181
1135
|
"""
|
1182
|
-
(Updatable) Position of PL/SQL procedure OUT parameter
|
1136
|
+
(Updatable) Position of PL/SQL procedure OUT parameter
|
1183
1137
|
"""
|
1184
1138
|
return pulumi.get(self, "out_param_position")
|
1185
1139
|
|
@@ -1187,18 +1141,10 @@ class MetricExtensionQueryPropertiesOutParamDetails(dict):
|
|
1187
1141
|
@pulumi.getter(name="outParamType")
|
1188
1142
|
def out_param_type(self) -> str:
|
1189
1143
|
"""
|
1190
|
-
(Updatable) SQL Type of PL/SQL procedure OUT parameter
|
1144
|
+
(Updatable) SQL Type of PL/SQL procedure OUT parameter
|
1191
1145
|
"""
|
1192
1146
|
return pulumi.get(self, "out_param_type")
|
1193
1147
|
|
1194
|
-
@property
|
1195
|
-
@pulumi.getter(name="outParamName")
|
1196
|
-
def out_param_name(self) -> Optional[str]:
|
1197
|
-
"""
|
1198
|
-
(Updatable) Name of the Out Parameter
|
1199
|
-
"""
|
1200
|
-
return pulumi.get(self, "out_param_name")
|
1201
|
-
|
1202
1148
|
|
1203
1149
|
@pulumi.output_type
|
1204
1150
|
class MetricExtensionQueryPropertiesScriptDetails(dict):
|
@@ -1206,7 +1152,7 @@ class MetricExtensionQueryPropertiesScriptDetails(dict):
|
|
1206
1152
|
content: str,
|
1207
1153
|
name: str):
|
1208
1154
|
"""
|
1209
|
-
:param str content: (Updatable) Content of the script
|
1155
|
+
:param str content: (Updatable) Content of the script file as base64 encoded string
|
1210
1156
|
:param str name: (Updatable) Name of the script file
|
1211
1157
|
"""
|
1212
1158
|
pulumi.set(__self__, "content", content)
|
@@ -1216,7 +1162,7 @@ class MetricExtensionQueryPropertiesScriptDetails(dict):
|
|
1216
1162
|
@pulumi.getter
|
1217
1163
|
def content(self) -> str:
|
1218
1164
|
"""
|
1219
|
-
(Updatable) Content of the script
|
1165
|
+
(Updatable) Content of the script file as base64 encoded string
|
1220
1166
|
"""
|
1221
1167
|
return pulumi.get(self, "content")
|
1222
1168
|
|
@@ -4897,13 +4843,10 @@ class GetMetricExtensionQueryPropertyResult(dict):
|
|
4897
4843
|
jmx_attributes: str,
|
4898
4844
|
managed_bean_query: str,
|
4899
4845
|
out_param_details: Sequence['outputs.GetMetricExtensionQueryPropertyOutParamDetailResult'],
|
4900
|
-
protocol_type: str,
|
4901
|
-
response_content_type: str,
|
4902
4846
|
script_details: Sequence['outputs.GetMetricExtensionQueryPropertyScriptDetailResult'],
|
4903
4847
|
sql_details: Sequence['outputs.GetMetricExtensionQueryPropertySqlDetailResult'],
|
4904
4848
|
sql_type: str,
|
4905
|
-
starts_with: str
|
4906
|
-
url: str):
|
4849
|
+
starts_with: str):
|
4907
4850
|
"""
|
4908
4851
|
:param str arguments: Arguments required by either command or script
|
4909
4852
|
:param str auto_row_prefix: Prefix for an auto generated metric, in case multiple rows with non unique key values are returned
|
@@ -4916,13 +4859,10 @@ class GetMetricExtensionQueryPropertyResult(dict):
|
|
4916
4859
|
:param str jmx_attributes: List of JMX attributes or Metric Service Table columns separated by semi-colon
|
4917
4860
|
:param str managed_bean_query: JMX Managed Bean Query or Metric Service Table name
|
4918
4861
|
:param Sequence['GetMetricExtensionQueryPropertyOutParamDetailArgs'] out_param_details: Position and SQL Type of PL/SQL OUT parameter
|
4919
|
-
:param
|
4920
|
-
:param str response_content_type: Type of content response given by the http(s) URL
|
4921
|
-
:param Sequence['GetMetricExtensionQueryPropertyScriptDetailArgs'] script_details: 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.
|
4862
|
+
:param Sequence['GetMetricExtensionQueryPropertyScriptDetailArgs'] script_details: Script details applicable to any OS Command based Metric Extension which needs to run a script to collect data
|
4922
4863
|
:param Sequence['GetMetricExtensionQueryPropertySqlDetailArgs'] sql_details: Details of Sql content which needs to execute to collect Metric Extension data
|
4923
4864
|
:param str sql_type: Type of SQL data collection method i.e. either a Statement or SQL Script File
|
4924
4865
|
:param str starts_with: String prefix used to identify metric output of the OS Command
|
4925
|
-
:param str url: Http(s) end point URL
|
4926
4866
|
"""
|
4927
4867
|
pulumi.set(__self__, "arguments", arguments)
|
4928
4868
|
pulumi.set(__self__, "auto_row_prefix", auto_row_prefix)
|
@@ -4935,13 +4875,10 @@ class GetMetricExtensionQueryPropertyResult(dict):
|
|
4935
4875
|
pulumi.set(__self__, "jmx_attributes", jmx_attributes)
|
4936
4876
|
pulumi.set(__self__, "managed_bean_query", managed_bean_query)
|
4937
4877
|
pulumi.set(__self__, "out_param_details", out_param_details)
|
4938
|
-
pulumi.set(__self__, "protocol_type", protocol_type)
|
4939
|
-
pulumi.set(__self__, "response_content_type", response_content_type)
|
4940
4878
|
pulumi.set(__self__, "script_details", script_details)
|
4941
4879
|
pulumi.set(__self__, "sql_details", sql_details)
|
4942
4880
|
pulumi.set(__self__, "sql_type", sql_type)
|
4943
4881
|
pulumi.set(__self__, "starts_with", starts_with)
|
4944
|
-
pulumi.set(__self__, "url", url)
|
4945
4882
|
|
4946
4883
|
@property
|
4947
4884
|
@pulumi.getter
|
@@ -5031,27 +4968,11 @@ class GetMetricExtensionQueryPropertyResult(dict):
|
|
5031
4968
|
"""
|
5032
4969
|
return pulumi.get(self, "out_param_details")
|
5033
4970
|
|
5034
|
-
@property
|
5035
|
-
@pulumi.getter(name="protocolType")
|
5036
|
-
def protocol_type(self) -> str:
|
5037
|
-
"""
|
5038
|
-
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
|
5039
|
-
"""
|
5040
|
-
return pulumi.get(self, "protocol_type")
|
5041
|
-
|
5042
|
-
@property
|
5043
|
-
@pulumi.getter(name="responseContentType")
|
5044
|
-
def response_content_type(self) -> str:
|
5045
|
-
"""
|
5046
|
-
Type of content response given by the http(s) URL
|
5047
|
-
"""
|
5048
|
-
return pulumi.get(self, "response_content_type")
|
5049
|
-
|
5050
4971
|
@property
|
5051
4972
|
@pulumi.getter(name="scriptDetails")
|
5052
4973
|
def script_details(self) -> Sequence['outputs.GetMetricExtensionQueryPropertyScriptDetailResult']:
|
5053
4974
|
"""
|
5054
|
-
Script details applicable to any OS Command
|
4975
|
+
Script details applicable to any OS Command based Metric Extension which needs to run a script to collect data
|
5055
4976
|
"""
|
5056
4977
|
return pulumi.get(self, "script_details")
|
5057
4978
|
|
@@ -5079,14 +5000,6 @@ class GetMetricExtensionQueryPropertyResult(dict):
|
|
5079
5000
|
"""
|
5080
5001
|
return pulumi.get(self, "starts_with")
|
5081
5002
|
|
5082
|
-
@property
|
5083
|
-
@pulumi.getter
|
5084
|
-
def url(self) -> str:
|
5085
|
-
"""
|
5086
|
-
Http(s) end point URL
|
5087
|
-
"""
|
5088
|
-
return pulumi.get(self, "url")
|
5089
|
-
|
5090
5003
|
|
5091
5004
|
@pulumi.output_type
|
5092
5005
|
class GetMetricExtensionQueryPropertyInParamDetailResult(dict):
|
@@ -5120,31 +5033,20 @@ class GetMetricExtensionQueryPropertyInParamDetailResult(dict):
|
|
5120
5033
|
@pulumi.output_type
|
5121
5034
|
class GetMetricExtensionQueryPropertyOutParamDetailResult(dict):
|
5122
5035
|
def __init__(__self__, *,
|
5123
|
-
out_param_name: str,
|
5124
5036
|
out_param_position: int,
|
5125
5037
|
out_param_type: str):
|
5126
5038
|
"""
|
5127
|
-
:param
|
5128
|
-
:param
|
5129
|
-
:param str out_param_type: SQL Type of PL/SQL procedure OUT parameter. During the update, to completely remove the out parameter, use the value NO_OUT_PARAM. In that case, the value of "outParamPosition" will be ignored.
|
5039
|
+
:param int out_param_position: Position of PL/SQL procedure OUT parameter
|
5040
|
+
:param str out_param_type: SQL Type of PL/SQL procedure OUT parameter
|
5130
5041
|
"""
|
5131
|
-
pulumi.set(__self__, "out_param_name", out_param_name)
|
5132
5042
|
pulumi.set(__self__, "out_param_position", out_param_position)
|
5133
5043
|
pulumi.set(__self__, "out_param_type", out_param_type)
|
5134
5044
|
|
5135
|
-
@property
|
5136
|
-
@pulumi.getter(name="outParamName")
|
5137
|
-
def out_param_name(self) -> str:
|
5138
|
-
"""
|
5139
|
-
Name of the Out Parameter
|
5140
|
-
"""
|
5141
|
-
return pulumi.get(self, "out_param_name")
|
5142
|
-
|
5143
5045
|
@property
|
5144
5046
|
@pulumi.getter(name="outParamPosition")
|
5145
5047
|
def out_param_position(self) -> int:
|
5146
5048
|
"""
|
5147
|
-
Position of PL/SQL procedure OUT parameter
|
5049
|
+
Position of PL/SQL procedure OUT parameter
|
5148
5050
|
"""
|
5149
5051
|
return pulumi.get(self, "out_param_position")
|
5150
5052
|
|
@@ -5152,7 +5054,7 @@ class GetMetricExtensionQueryPropertyOutParamDetailResult(dict):
|
|
5152
5054
|
@pulumi.getter(name="outParamType")
|
5153
5055
|
def out_param_type(self) -> str:
|
5154
5056
|
"""
|
5155
|
-
SQL Type of PL/SQL procedure OUT parameter
|
5057
|
+
SQL Type of PL/SQL procedure OUT parameter
|
5156
5058
|
"""
|
5157
5059
|
return pulumi.get(self, "out_param_type")
|
5158
5060
|
|
@@ -5621,13 +5523,10 @@ class GetMetricExtensionsMetricExtensionCollectionItemQueryPropertyResult(dict):
|
|
5621
5523
|
jmx_attributes: str,
|
5622
5524
|
managed_bean_query: str,
|
5623
5525
|
out_param_details: Sequence['outputs.GetMetricExtensionsMetricExtensionCollectionItemQueryPropertyOutParamDetailResult'],
|
5624
|
-
protocol_type: str,
|
5625
|
-
response_content_type: str,
|
5626
5526
|
script_details: Sequence['outputs.GetMetricExtensionsMetricExtensionCollectionItemQueryPropertyScriptDetailResult'],
|
5627
5527
|
sql_details: Sequence['outputs.GetMetricExtensionsMetricExtensionCollectionItemQueryPropertySqlDetailResult'],
|
5628
5528
|
sql_type: str,
|
5629
|
-
starts_with: str
|
5630
|
-
url: str):
|
5529
|
+
starts_with: str):
|
5631
5530
|
"""
|
5632
5531
|
:param str arguments: Arguments required by either command or script
|
5633
5532
|
:param str auto_row_prefix: Prefix for an auto generated metric, in case multiple rows with non unique key values are returned
|
@@ -5640,13 +5539,10 @@ class GetMetricExtensionsMetricExtensionCollectionItemQueryPropertyResult(dict):
|
|
5640
5539
|
:param str jmx_attributes: List of JMX attributes or Metric Service Table columns separated by semi-colon
|
5641
5540
|
:param str managed_bean_query: JMX Managed Bean Query or Metric Service Table name
|
5642
5541
|
:param Sequence['GetMetricExtensionsMetricExtensionCollectionItemQueryPropertyOutParamDetailArgs'] out_param_details: Position and SQL Type of PL/SQL OUT parameter
|
5643
|
-
:param
|
5644
|
-
:param str response_content_type: Type of content response given by the http(s) URL
|
5645
|
-
:param Sequence['GetMetricExtensionsMetricExtensionCollectionItemQueryPropertyScriptDetailArgs'] script_details: 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.
|
5542
|
+
:param Sequence['GetMetricExtensionsMetricExtensionCollectionItemQueryPropertyScriptDetailArgs'] script_details: Script details applicable to any OS Command based Metric Extension which needs to run a script to collect data
|
5646
5543
|
:param Sequence['GetMetricExtensionsMetricExtensionCollectionItemQueryPropertySqlDetailArgs'] sql_details: Details of Sql content which needs to execute to collect Metric Extension data
|
5647
5544
|
:param str sql_type: Type of SQL data collection method i.e. either a Statement or SQL Script File
|
5648
5545
|
:param str starts_with: String prefix used to identify metric output of the OS Command
|
5649
|
-
:param str url: Http(s) end point URL
|
5650
5546
|
"""
|
5651
5547
|
pulumi.set(__self__, "arguments", arguments)
|
5652
5548
|
pulumi.set(__self__, "auto_row_prefix", auto_row_prefix)
|
@@ -5659,13 +5555,10 @@ class GetMetricExtensionsMetricExtensionCollectionItemQueryPropertyResult(dict):
|
|
5659
5555
|
pulumi.set(__self__, "jmx_attributes", jmx_attributes)
|
5660
5556
|
pulumi.set(__self__, "managed_bean_query", managed_bean_query)
|
5661
5557
|
pulumi.set(__self__, "out_param_details", out_param_details)
|
5662
|
-
pulumi.set(__self__, "protocol_type", protocol_type)
|
5663
|
-
pulumi.set(__self__, "response_content_type", response_content_type)
|
5664
5558
|
pulumi.set(__self__, "script_details", script_details)
|
5665
5559
|
pulumi.set(__self__, "sql_details", sql_details)
|
5666
5560
|
pulumi.set(__self__, "sql_type", sql_type)
|
5667
5561
|
pulumi.set(__self__, "starts_with", starts_with)
|
5668
|
-
pulumi.set(__self__, "url", url)
|
5669
5562
|
|
5670
5563
|
@property
|
5671
5564
|
@pulumi.getter
|
@@ -5755,27 +5648,11 @@ class GetMetricExtensionsMetricExtensionCollectionItemQueryPropertyResult(dict):
|
|
5755
5648
|
"""
|
5756
5649
|
return pulumi.get(self, "out_param_details")
|
5757
5650
|
|
5758
|
-
@property
|
5759
|
-
@pulumi.getter(name="protocolType")
|
5760
|
-
def protocol_type(self) -> str:
|
5761
|
-
"""
|
5762
|
-
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
|
5763
|
-
"""
|
5764
|
-
return pulumi.get(self, "protocol_type")
|
5765
|
-
|
5766
|
-
@property
|
5767
|
-
@pulumi.getter(name="responseContentType")
|
5768
|
-
def response_content_type(self) -> str:
|
5769
|
-
"""
|
5770
|
-
Type of content response given by the http(s) URL
|
5771
|
-
"""
|
5772
|
-
return pulumi.get(self, "response_content_type")
|
5773
|
-
|
5774
5651
|
@property
|
5775
5652
|
@pulumi.getter(name="scriptDetails")
|
5776
5653
|
def script_details(self) -> Sequence['outputs.GetMetricExtensionsMetricExtensionCollectionItemQueryPropertyScriptDetailResult']:
|
5777
5654
|
"""
|
5778
|
-
Script details applicable to any OS Command
|
5655
|
+
Script details applicable to any OS Command based Metric Extension which needs to run a script to collect data
|
5779
5656
|
"""
|
5780
5657
|
return pulumi.get(self, "script_details")
|
5781
5658
|
|
@@ -5803,14 +5680,6 @@ class GetMetricExtensionsMetricExtensionCollectionItemQueryPropertyResult(dict):
|
|
5803
5680
|
"""
|
5804
5681
|
return pulumi.get(self, "starts_with")
|
5805
5682
|
|
5806
|
-
@property
|
5807
|
-
@pulumi.getter
|
5808
|
-
def url(self) -> str:
|
5809
|
-
"""
|
5810
|
-
Http(s) end point URL
|
5811
|
-
"""
|
5812
|
-
return pulumi.get(self, "url")
|
5813
|
-
|
5814
5683
|
|
5815
5684
|
@pulumi.output_type
|
5816
5685
|
class GetMetricExtensionsMetricExtensionCollectionItemQueryPropertyInParamDetailResult(dict):
|
@@ -5844,31 +5713,20 @@ class GetMetricExtensionsMetricExtensionCollectionItemQueryPropertyInParamDetail
|
|
5844
5713
|
@pulumi.output_type
|
5845
5714
|
class GetMetricExtensionsMetricExtensionCollectionItemQueryPropertyOutParamDetailResult(dict):
|
5846
5715
|
def __init__(__self__, *,
|
5847
|
-
out_param_name: str,
|
5848
5716
|
out_param_position: int,
|
5849
5717
|
out_param_type: str):
|
5850
5718
|
"""
|
5851
|
-
:param
|
5852
|
-
:param
|
5853
|
-
:param str out_param_type: SQL Type of PL/SQL procedure OUT parameter. During the update, to completely remove the out parameter, use the value NO_OUT_PARAM. In that case, the value of "outParamPosition" will be ignored.
|
5719
|
+
:param int out_param_position: Position of PL/SQL procedure OUT parameter
|
5720
|
+
:param str out_param_type: SQL Type of PL/SQL procedure OUT parameter
|
5854
5721
|
"""
|
5855
|
-
pulumi.set(__self__, "out_param_name", out_param_name)
|
5856
5722
|
pulumi.set(__self__, "out_param_position", out_param_position)
|
5857
5723
|
pulumi.set(__self__, "out_param_type", out_param_type)
|
5858
5724
|
|
5859
|
-
@property
|
5860
|
-
@pulumi.getter(name="outParamName")
|
5861
|
-
def out_param_name(self) -> str:
|
5862
|
-
"""
|
5863
|
-
Name of the Out Parameter
|
5864
|
-
"""
|
5865
|
-
return pulumi.get(self, "out_param_name")
|
5866
|
-
|
5867
5725
|
@property
|
5868
5726
|
@pulumi.getter(name="outParamPosition")
|
5869
5727
|
def out_param_position(self) -> int:
|
5870
5728
|
"""
|
5871
|
-
Position of PL/SQL procedure OUT parameter
|
5729
|
+
Position of PL/SQL procedure OUT parameter
|
5872
5730
|
"""
|
5873
5731
|
return pulumi.get(self, "out_param_position")
|
5874
5732
|
|
@@ -5876,7 +5734,7 @@ class GetMetricExtensionsMetricExtensionCollectionItemQueryPropertyOutParamDetai
|
|
5876
5734
|
@pulumi.getter(name="outParamType")
|
5877
5735
|
def out_param_type(self) -> str:
|
5878
5736
|
"""
|
5879
|
-
SQL Type of PL/SQL procedure OUT parameter
|
5737
|
+
SQL Type of PL/SQL procedure OUT parameter
|
5880
5738
|
"""
|
5881
5739
|
return pulumi.get(self, "out_param_type")
|
5882
5740
|
|
@@ -1,15 +1,15 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pulumi_oci
|
3
|
-
Version: 2.20.
|
3
|
+
Version: 2.20.0a1734157400
|
4
4
|
Summary: A Pulumi package for creating and managing Oracle Cloud Infrastructure resources.
|
5
5
|
License: Apache-2.0
|
6
6
|
Project-URL: Homepage, https://www.pulumi.com
|
7
7
|
Project-URL: Repository, https://github.com/pulumi/pulumi-oci
|
8
8
|
Keywords: pulumi,oci,oracle,category/cloud
|
9
|
-
Requires-Python: >=3.
|
9
|
+
Requires-Python: >=3.8
|
10
10
|
Description-Content-Type: text/markdown
|
11
11
|
Requires-Dist: parver>=0.2.1
|
12
|
-
Requires-Dist: pulumi<4.0.0,>=3.
|
12
|
+
Requires-Dist: pulumi<4.0.0,>=3.136.0
|
13
13
|
Requires-Dist: semver>=2.8.1
|
14
14
|
Requires-Dist: typing-extensions>=4.11; python_version < "3.11"
|
15
15
|
|