pulumi-oci 2.23.0a1738218261__py3-none-any.whl → 2.23.0a1738332002__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 +24 -0
- pulumi_oci/apmsynthetics/config.py +2 -2
- pulumi_oci/apmsynthetics/dedicated_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +2 -2
- pulumi_oci/apmsynthetics/get_monitor.py +2 -2
- pulumi_oci/apmsynthetics/get_monitors.py +2 -2
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point_worker.py +2 -2
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point_workers.py +2 -2
- pulumi_oci/apmsynthetics/get_on_premise_vantage_points.py +2 -2
- pulumi_oci/apmsynthetics/get_result.py +2 -2
- pulumi_oci/apmsynthetics/get_script.py +2 -2
- pulumi_oci/apmsynthetics/get_scripts.py +2 -2
- pulumi_oci/apmsynthetics/get_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/get_vantage_points.py +2 -2
- pulumi_oci/apmsynthetics/on_premise_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/on_premise_vantage_point_worker.py +2 -2
- pulumi_oci/apmsynthetics/script.py +2 -2
- pulumi_oci/database/_inputs.py +270 -0
- pulumi_oci/database/backup.py +30 -0
- pulumi_oci/database/outputs.py +491 -0
- pulumi_oci/databasemanagement/__init__.py +7 -0
- pulumi_oci/databasemanagement/_inputs.py +282 -0
- pulumi_oci/databasemanagement/external_my_sql_database.py +297 -0
- pulumi_oci/databasemanagement/external_my_sql_database_connector.py +890 -0
- pulumi_oci/databasemanagement/external_my_sql_database_external_mysql_databases_management.py +302 -0
- pulumi_oci/databasemanagement/get_external_my_sql_database.py +152 -0
- pulumi_oci/databasemanagement/get_external_my_sql_database_connector.py +413 -0
- pulumi_oci/databasemanagement/get_external_my_sql_database_connectors.py +169 -0
- pulumi_oci/databasemanagement/get_external_my_sql_databases.py +166 -0
- pulumi_oci/databasemanagement/get_managed_my_sql_database.py +60 -4
- pulumi_oci/databasemanagement/get_managed_my_sql_databases.py +22 -3
- pulumi_oci/databasemanagement/outputs.py +767 -1
- pulumi_oci/disasterrecovery/_inputs.py +720 -0
- pulumi_oci/disasterrecovery/dr_protection_group.py +0 -188
- pulumi_oci/disasterrecovery/get_dr_protection_group.py +1 -1
- pulumi_oci/disasterrecovery/outputs.py +1328 -48
- pulumi_oci/opsi/_inputs.py +20 -0
- pulumi_oci/opsi/database_insight.py +47 -0
- pulumi_oci/opsi/get_database_insight.py +15 -1
- pulumi_oci/opsi/get_news_report.py +29 -1
- pulumi_oci/opsi/news_report.py +117 -17
- pulumi_oci/opsi/outputs.py +70 -1
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.23.0a1738218261.dist-info → pulumi_oci-2.23.0a1738332002.dist-info}/METADATA +1 -1
- {pulumi_oci-2.23.0a1738218261.dist-info → pulumi_oci-2.23.0a1738332002.dist-info}/RECORD +49 -42
- {pulumi_oci-2.23.0a1738218261.dist-info → pulumi_oci-2.23.0a1738332002.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.23.0a1738218261.dist-info → pulumi_oci-2.23.0a1738332002.dist-info}/top_level.txt +0 -0
pulumi_oci/__init__.py
CHANGED
@@ -3156,6 +3156,30 @@ _utilities.register(
|
|
3156
3156
|
"oci:DatabaseManagement/externalListener:ExternalListener": "ExternalListener"
|
3157
3157
|
}
|
3158
3158
|
},
|
3159
|
+
{
|
3160
|
+
"pkg": "oci",
|
3161
|
+
"mod": "DatabaseManagement/externalMySqlDatabase",
|
3162
|
+
"fqn": "pulumi_oci.databasemanagement",
|
3163
|
+
"classes": {
|
3164
|
+
"oci:DatabaseManagement/externalMySqlDatabase:ExternalMySqlDatabase": "ExternalMySqlDatabase"
|
3165
|
+
}
|
3166
|
+
},
|
3167
|
+
{
|
3168
|
+
"pkg": "oci",
|
3169
|
+
"mod": "DatabaseManagement/externalMySqlDatabaseConnector",
|
3170
|
+
"fqn": "pulumi_oci.databasemanagement",
|
3171
|
+
"classes": {
|
3172
|
+
"oci:DatabaseManagement/externalMySqlDatabaseConnector:ExternalMySqlDatabaseConnector": "ExternalMySqlDatabaseConnector"
|
3173
|
+
}
|
3174
|
+
},
|
3175
|
+
{
|
3176
|
+
"pkg": "oci",
|
3177
|
+
"mod": "DatabaseManagement/externalMySqlDatabaseExternalMysqlDatabasesManagement",
|
3178
|
+
"fqn": "pulumi_oci.databasemanagement",
|
3179
|
+
"classes": {
|
3180
|
+
"oci:DatabaseManagement/externalMySqlDatabaseExternalMysqlDatabasesManagement:ExternalMySqlDatabaseExternalMysqlDatabasesManagement": "ExternalMySqlDatabaseExternalMysqlDatabasesManagement"
|
3181
|
+
}
|
3182
|
+
},
|
3159
3183
|
{
|
3160
3184
|
"pkg": "oci",
|
3161
3185
|
"mod": "DatabaseManagement/externalcontainerdatabaseExternalContainerDbmFeaturesManagement",
|
@@ -825,7 +825,7 @@ class Config(pulumi.CustomResource):
|
|
825
825
|
vantage_points: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ConfigVantagePointArgs', 'ConfigVantagePointArgsDict']]]]] = None,
|
826
826
|
__props__=None):
|
827
827
|
"""
|
828
|
-
This resource provides the Monitor resource in Oracle Cloud Infrastructure
|
828
|
+
This resource provides the Monitor resource in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
829
829
|
|
830
830
|
Creates a new monitor.
|
831
831
|
|
@@ -1007,7 +1007,7 @@ class Config(pulumi.CustomResource):
|
|
1007
1007
|
args: ConfigArgs,
|
1008
1008
|
opts: Optional[pulumi.ResourceOptions] = None):
|
1009
1009
|
"""
|
1010
|
-
This resource provides the Monitor resource in Oracle Cloud Infrastructure
|
1010
|
+
This resource provides the Monitor resource in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
1011
1011
|
|
1012
1012
|
Creates a new monitor.
|
1013
1013
|
|
@@ -348,7 +348,7 @@ class DedicatedVantagePoint(pulumi.CustomResource):
|
|
348
348
|
status: Optional[pulumi.Input[str]] = None,
|
349
349
|
__props__=None):
|
350
350
|
"""
|
351
|
-
This resource provides the Dedicated Vantage Point resource in Oracle Cloud Infrastructure
|
351
|
+
This resource provides the Dedicated Vantage Point resource in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
352
352
|
|
353
353
|
Registers a new dedicated vantage point.
|
354
354
|
|
@@ -406,7 +406,7 @@ class DedicatedVantagePoint(pulumi.CustomResource):
|
|
406
406
|
args: DedicatedVantagePointArgs,
|
407
407
|
opts: Optional[pulumi.ResourceOptions] = None):
|
408
408
|
"""
|
409
|
-
This resource provides the Dedicated Vantage Point resource in Oracle Cloud Infrastructure
|
409
|
+
This resource provides the Dedicated Vantage Point resource in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
410
410
|
|
411
411
|
Registers a new dedicated vantage point.
|
412
412
|
|
@@ -192,7 +192,7 @@ def get_dedicated_vantage_point(apm_domain_id: Optional[str] = None,
|
|
192
192
|
dedicated_vantage_point_id: Optional[str] = None,
|
193
193
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDedicatedVantagePointResult:
|
194
194
|
"""
|
195
|
-
This data source provides details about a specific Dedicated Vantage Point resource in Oracle Cloud Infrastructure
|
195
|
+
This data source provides details about a specific Dedicated Vantage Point resource in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
196
196
|
|
197
197
|
Gets the details of the dedicated vantage point identified by the OCID.
|
198
198
|
|
@@ -234,7 +234,7 @@ def get_dedicated_vantage_point_output(apm_domain_id: Optional[pulumi.Input[str]
|
|
234
234
|
dedicated_vantage_point_id: Optional[pulumi.Input[str]] = None,
|
235
235
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDedicatedVantagePointResult]:
|
236
236
|
"""
|
237
|
-
This data source provides details about a specific Dedicated Vantage Point resource in Oracle Cloud Infrastructure
|
237
|
+
This data source provides details about a specific Dedicated Vantage Point resource in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
238
238
|
|
239
239
|
Gets the details of the dedicated vantage point identified by the OCID.
|
240
240
|
|
@@ -124,7 +124,7 @@ def get_dedicated_vantage_points(apm_domain_id: Optional[str] = None,
|
|
124
124
|
status: Optional[str] = None,
|
125
125
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDedicatedVantagePointsResult:
|
126
126
|
"""
|
127
|
-
This data source provides the list of Dedicated Vantage Points in Oracle Cloud Infrastructure
|
127
|
+
This data source provides the list of Dedicated Vantage Points in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
128
128
|
|
129
129
|
Returns a list of dedicated vantage points.
|
130
130
|
|
@@ -170,7 +170,7 @@ def get_dedicated_vantage_points_output(apm_domain_id: Optional[pulumi.Input[str
|
|
170
170
|
status: Optional[pulumi.Input[Optional[str]]] = None,
|
171
171
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDedicatedVantagePointsResult]:
|
172
172
|
"""
|
173
|
-
This data source provides the list of Dedicated Vantage Points in Oracle Cloud Infrastructure
|
173
|
+
This data source provides the list of Dedicated Vantage Points in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
174
174
|
|
175
175
|
Returns a list of dedicated vantage points.
|
176
176
|
|
@@ -372,7 +372,7 @@ def get_monitor(apm_domain_id: Optional[str] = None,
|
|
372
372
|
monitor_id: Optional[str] = None,
|
373
373
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMonitorResult:
|
374
374
|
"""
|
375
|
-
This data source provides details about a specific Monitor resource in Oracle Cloud Infrastructure
|
375
|
+
This data source provides details about a specific Monitor resource in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
376
376
|
|
377
377
|
Gets the configuration of the monitor identified by the OCID.
|
378
378
|
|
@@ -429,7 +429,7 @@ def get_monitor_output(apm_domain_id: Optional[pulumi.Input[str]] = None,
|
|
429
429
|
monitor_id: Optional[pulumi.Input[str]] = None,
|
430
430
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetMonitorResult]:
|
431
431
|
"""
|
432
|
-
This data source provides details about a specific Monitor resource in Oracle Cloud Infrastructure
|
432
|
+
This data source provides details about a specific Monitor resource in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
433
433
|
|
434
434
|
Gets the configuration of the monitor identified by the OCID.
|
435
435
|
|
@@ -167,7 +167,7 @@ def get_monitors(apm_domain_id: Optional[str] = None,
|
|
167
167
|
vantage_point: Optional[str] = None,
|
168
168
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMonitorsResult:
|
169
169
|
"""
|
170
|
-
This data source provides the list of Monitors in Oracle Cloud Infrastructure
|
170
|
+
This data source provides the list of Monitors in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
171
171
|
|
172
172
|
Returns a list of monitors.
|
173
173
|
|
@@ -233,7 +233,7 @@ def get_monitors_output(apm_domain_id: Optional[pulumi.Input[str]] = None,
|
|
233
233
|
vantage_point: Optional[pulumi.Input[Optional[str]]] = None,
|
234
234
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetMonitorsResult]:
|
235
235
|
"""
|
236
|
-
This data source provides the list of Monitors in Oracle Cloud Infrastructure
|
236
|
+
This data source provides the list of Monitors in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
237
237
|
|
238
238
|
Returns a list of monitors.
|
239
239
|
|
@@ -180,7 +180,7 @@ def get_on_premise_vantage_point(apm_domain_id: Optional[str] = None,
|
|
180
180
|
on_premise_vantage_point_id: Optional[str] = None,
|
181
181
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOnPremiseVantagePointResult:
|
182
182
|
"""
|
183
|
-
This data source provides details about a specific On Premise Vantage Point resource in Oracle Cloud Infrastructure
|
183
|
+
This data source provides details about a specific On Premise Vantage Point resource in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
184
184
|
|
185
185
|
Gets the details of the On-premise vantage point identified by the OCID.
|
186
186
|
|
@@ -221,7 +221,7 @@ def get_on_premise_vantage_point_output(apm_domain_id: Optional[pulumi.Input[str
|
|
221
221
|
on_premise_vantage_point_id: Optional[pulumi.Input[str]] = None,
|
222
222
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOnPremiseVantagePointResult]:
|
223
223
|
"""
|
224
|
-
This data source provides details about a specific On Premise Vantage Point resource in Oracle Cloud Infrastructure
|
224
|
+
This data source provides details about a specific On Premise Vantage Point resource in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
225
225
|
|
226
226
|
Gets the details of the On-premise vantage point identified by the OCID.
|
227
227
|
|
@@ -319,7 +319,7 @@ def get_on_premise_vantage_point_worker(apm_domain_id: Optional[str] = None,
|
|
319
319
|
worker_id: Optional[str] = None,
|
320
320
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOnPremiseVantagePointWorkerResult:
|
321
321
|
"""
|
322
|
-
This data source provides details about a specific On Premise Vantage Point Worker resource in Oracle Cloud Infrastructure
|
322
|
+
This data source provides details about a specific On Premise Vantage Point Worker resource in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
323
323
|
|
324
324
|
Gets the details of the worker identified by the OCID.
|
325
325
|
|
@@ -376,7 +376,7 @@ def get_on_premise_vantage_point_worker_output(apm_domain_id: Optional[pulumi.In
|
|
376
376
|
worker_id: Optional[pulumi.Input[str]] = None,
|
377
377
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOnPremiseVantagePointWorkerResult]:
|
378
378
|
"""
|
379
|
-
This data source provides details about a specific On Premise Vantage Point Worker resource in Oracle Cloud Infrastructure
|
379
|
+
This data source provides details about a specific On Premise Vantage Point Worker resource in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
380
380
|
|
381
381
|
Gets the details of the worker identified by the OCID.
|
382
382
|
|
@@ -144,7 +144,7 @@ def get_on_premise_vantage_point_workers(apm_domain_id: Optional[str] = None,
|
|
144
144
|
status: Optional[str] = None,
|
145
145
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOnPremiseVantagePointWorkersResult:
|
146
146
|
"""
|
147
|
-
This data source provides the list of On Premise Vantage Point Workers in Oracle Cloud Infrastructure
|
147
|
+
This data source provides the list of On Premise Vantage Point Workers in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
148
148
|
|
149
149
|
Returns a list of workers.
|
150
150
|
|
@@ -200,7 +200,7 @@ def get_on_premise_vantage_point_workers_output(apm_domain_id: Optional[pulumi.I
|
|
200
200
|
status: Optional[pulumi.Input[Optional[str]]] = None,
|
201
201
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOnPremiseVantagePointWorkersResult]:
|
202
202
|
"""
|
203
|
-
This data source provides the list of On Premise Vantage Point Workers in Oracle Cloud Infrastructure
|
203
|
+
This data source provides the list of On Premise Vantage Point Workers in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
204
204
|
|
205
205
|
Returns a list of workers.
|
206
206
|
|
@@ -111,7 +111,7 @@ def get_on_premise_vantage_points(apm_domain_id: Optional[str] = None,
|
|
111
111
|
name: Optional[str] = None,
|
112
112
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOnPremiseVantagePointsResult:
|
113
113
|
"""
|
114
|
-
This data source provides the list of On Premise Vantage Points in Oracle Cloud Infrastructure
|
114
|
+
This data source provides the list of On Premise Vantage Points in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
115
115
|
|
116
116
|
Returns a list of On-premise vantage points.
|
117
117
|
|
@@ -152,7 +152,7 @@ def get_on_premise_vantage_points_output(apm_domain_id: Optional[pulumi.Input[st
|
|
152
152
|
name: Optional[pulumi.Input[Optional[str]]] = None,
|
153
153
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOnPremiseVantagePointsResult]:
|
154
154
|
"""
|
155
|
-
This data source provides the list of On Premise Vantage Points in Oracle Cloud Infrastructure
|
155
|
+
This data source provides the list of On Premise Vantage Points in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
156
156
|
|
157
157
|
Returns a list of On-premise vantage points.
|
158
158
|
|
@@ -139,7 +139,7 @@ def get_result(apm_domain_id: Optional[str] = None,
|
|
139
139
|
vantage_point: Optional[str] = None,
|
140
140
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetResultResult:
|
141
141
|
"""
|
142
|
-
This data source provides details about a specific Result resource in Oracle Cloud Infrastructure
|
142
|
+
This data source provides details about a specific Result resource in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
143
143
|
|
144
144
|
Gets the results for a specific execution of a monitor identified by OCID. The results are in a HAR file, Screenshot, Console Log or Network details.
|
145
145
|
|
@@ -192,7 +192,7 @@ def get_result_output(apm_domain_id: Optional[pulumi.Input[str]] = None,
|
|
192
192
|
vantage_point: Optional[pulumi.Input[str]] = None,
|
193
193
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetResultResult]:
|
194
194
|
"""
|
195
|
-
This data source provides details about a specific Result resource in Oracle Cloud Infrastructure
|
195
|
+
This data source provides details about a specific Result resource in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
196
196
|
|
197
197
|
Gets the results for a specific execution of a monitor identified by OCID. The results are in a HAR file, Screenshot, Console Log or Network details.
|
198
198
|
|
@@ -216,7 +216,7 @@ def get_script(apm_domain_id: Optional[str] = None,
|
|
216
216
|
script_id: Optional[str] = None,
|
217
217
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetScriptResult:
|
218
218
|
"""
|
219
|
-
This data source provides details about a specific Script resource in Oracle Cloud Infrastructure
|
219
|
+
This data source provides details about a specific Script resource in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
220
220
|
|
221
221
|
Gets the configuration of the script identified by the OCID.
|
222
222
|
|
@@ -260,7 +260,7 @@ def get_script_output(apm_domain_id: Optional[pulumi.Input[str]] = None,
|
|
260
260
|
script_id: Optional[pulumi.Input[str]] = None,
|
261
261
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetScriptResult]:
|
262
262
|
"""
|
263
|
-
This data source provides details about a specific Script resource in Oracle Cloud Infrastructure
|
263
|
+
This data source provides details about a specific Script resource in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
264
264
|
|
265
265
|
Gets the configuration of the script identified by the OCID.
|
266
266
|
|
@@ -111,7 +111,7 @@ def get_scripts(apm_domain_id: Optional[str] = None,
|
|
111
111
|
filters: Optional[Sequence[Union['GetScriptsFilterArgs', 'GetScriptsFilterArgsDict']]] = None,
|
112
112
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetScriptsResult:
|
113
113
|
"""
|
114
|
-
This data source provides the list of Scripts in Oracle Cloud Infrastructure
|
114
|
+
This data source provides the list of Scripts in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
115
115
|
|
116
116
|
Returns a list of scripts.
|
117
117
|
|
@@ -152,7 +152,7 @@ def get_scripts_output(apm_domain_id: Optional[pulumi.Input[str]] = None,
|
|
152
152
|
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetScriptsFilterArgs', 'GetScriptsFilterArgsDict']]]]] = None,
|
153
153
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetScriptsResult]:
|
154
154
|
"""
|
155
|
-
This data source provides the list of Scripts in Oracle Cloud Infrastructure
|
155
|
+
This data source provides the list of Scripts in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
156
156
|
|
157
157
|
Returns a list of scripts.
|
158
158
|
|
@@ -100,7 +100,7 @@ def get_vantage_point(apm_domain_id: Optional[str] = None,
|
|
100
100
|
name: Optional[str] = None,
|
101
101
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetVantagePointResult:
|
102
102
|
"""
|
103
|
-
This data source provides details about a specific Public Vantage Point resource in Oracle Cloud Infrastructure
|
103
|
+
This data source provides details about a specific Public Vantage Point resource in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
104
104
|
|
105
105
|
Returns a list of public vantage points.
|
106
106
|
|
@@ -138,7 +138,7 @@ def get_vantage_point_output(apm_domain_id: Optional[pulumi.Input[str]] = None,
|
|
138
138
|
name: Optional[pulumi.Input[Optional[str]]] = None,
|
139
139
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetVantagePointResult]:
|
140
140
|
"""
|
141
|
-
This data source provides details about a specific Public Vantage Point resource in Oracle Cloud Infrastructure
|
141
|
+
This data source provides details about a specific Public Vantage Point resource in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
142
142
|
|
143
143
|
Returns a list of public vantage points.
|
144
144
|
|
@@ -111,7 +111,7 @@ def get_vantage_points(apm_domain_id: Optional[str] = None,
|
|
111
111
|
name: Optional[str] = None,
|
112
112
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetVantagePointsResult:
|
113
113
|
"""
|
114
|
-
This data source provides the list of Public Vantage Points in Oracle Cloud Infrastructure
|
114
|
+
This data source provides the list of Public Vantage Points in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
115
115
|
|
116
116
|
Returns a list of public vantage points.
|
117
117
|
|
@@ -152,7 +152,7 @@ def get_vantage_points_output(apm_domain_id: Optional[pulumi.Input[str]] = None,
|
|
152
152
|
name: Optional[pulumi.Input[Optional[str]]] = None,
|
153
153
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetVantagePointsResult]:
|
154
154
|
"""
|
155
|
-
This data source provides the list of Public Vantage Points in Oracle Cloud Infrastructure
|
155
|
+
This data source provides the list of Public Vantage Points in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
156
156
|
|
157
157
|
Returns a list of public vantage points.
|
158
158
|
|
@@ -318,7 +318,7 @@ class OnPremiseVantagePoint(pulumi.CustomResource):
|
|
318
318
|
type: Optional[pulumi.Input[str]] = None,
|
319
319
|
__props__=None):
|
320
320
|
"""
|
321
|
-
This resource provides the On Premise Vantage Point resource in Oracle Cloud Infrastructure
|
321
|
+
This resource provides the On Premise Vantage Point resource in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
322
322
|
|
323
323
|
Registers a new On-premise vantage point.
|
324
324
|
|
@@ -369,7 +369,7 @@ class OnPremiseVantagePoint(pulumi.CustomResource):
|
|
369
369
|
args: OnPremiseVantagePointArgs,
|
370
370
|
opts: Optional[pulumi.ResourceOptions] = None):
|
371
371
|
"""
|
372
|
-
This resource provides the On Premise Vantage Point resource in Oracle Cloud Infrastructure
|
372
|
+
This resource provides the On Premise Vantage Point resource in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
373
373
|
|
374
374
|
Registers a new On-premise vantage point.
|
375
375
|
|
@@ -592,7 +592,7 @@ class OnPremiseVantagePointWorker(pulumi.CustomResource):
|
|
592
592
|
worker_type: Optional[pulumi.Input[str]] = None,
|
593
593
|
__props__=None):
|
594
594
|
"""
|
595
|
-
This resource provides the On Premise Vantage Point Worker resource in Oracle Cloud Infrastructure
|
595
|
+
This resource provides the On Premise Vantage Point Worker resource in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
596
596
|
|
597
597
|
Registers a new worker.
|
598
598
|
|
@@ -653,7 +653,7 @@ class OnPremiseVantagePointWorker(pulumi.CustomResource):
|
|
653
653
|
args: OnPremiseVantagePointWorkerArgs,
|
654
654
|
opts: Optional[pulumi.ResourceOptions] = None):
|
655
655
|
"""
|
656
|
-
This resource provides the On Premise Vantage Point Worker resource in Oracle Cloud Infrastructure
|
656
|
+
This resource provides the On Premise Vantage Point Worker resource in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
657
657
|
|
658
658
|
Registers a new worker.
|
659
659
|
|
@@ -381,7 +381,7 @@ class Script(pulumi.CustomResource):
|
|
381
381
|
parameters: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ScriptParameterArgs', 'ScriptParameterArgsDict']]]]] = None,
|
382
382
|
__props__=None):
|
383
383
|
"""
|
384
|
-
This resource provides the Script resource in Oracle Cloud Infrastructure
|
384
|
+
This resource provides the Script resource in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
385
385
|
|
386
386
|
Creates a new script.
|
387
387
|
|
@@ -436,7 +436,7 @@ class Script(pulumi.CustomResource):
|
|
436
436
|
args: ScriptArgs,
|
437
437
|
opts: Optional[pulumi.ResourceOptions] = None):
|
438
438
|
"""
|
439
|
-
This resource provides the Script resource in Oracle Cloud Infrastructure
|
439
|
+
This resource provides the Script resource in Oracle Cloud Infrastructure APM Availability Monitoring service (aka APM Synthetics Service).
|
440
440
|
|
441
441
|
Creates a new script.
|
442
442
|
|