pulumi-oci 2.22.0a1737613119__py3-none-any.whl → 2.23.0__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 -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/bigdataservice/bds_instance_api_key.py +0 -14
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +0 -2
- pulumi_oci/bigdataservice/outputs.py +0 -4
- pulumi_oci/core/__init__.py +3 -0
- pulumi_oci/core/_inputs.py +143 -0
- pulumi_oci/core/byoasn.py +595 -0
- pulumi_oci/core/get_byoasn.py +268 -0
- pulumi_oci/core/get_byoasns.py +131 -0
- pulumi_oci/core/get_byoip_range.py +15 -1
- pulumi_oci/core/instance.py +7 -7
- pulumi_oci/core/outputs.py +457 -0
- pulumi_oci/database/_inputs.py +966 -89
- pulumi_oci/database/autonomous_database.py +98 -4
- pulumi_oci/database/autonomous_exadata_infrastructure.py +0 -2
- pulumi_oci/database/autonomous_vm_cluster.py +0 -2
- pulumi_oci/database/backup.py +30 -0
- pulumi_oci/database/cloud_exadata_infrastructure.py +0 -2
- pulumi_oci/database/data_guard_association.py +75 -28
- pulumi_oci/database/database.py +147 -32
- pulumi_oci/database/database_upgrade.py +28 -0
- pulumi_oci/database/exadata_infrastructure.py +0 -2
- pulumi_oci/database/get_autonomous_database.py +30 -2
- pulumi_oci/database/get_data_guard_association.py +12 -1
- pulumi_oci/database/get_database.py +40 -1
- pulumi_oci/database/outputs.py +1485 -114
- 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/networkloadbalancer/__init__.py +1 -0
- pulumi_oci/networkloadbalancer/_inputs.py +6 -6
- pulumi_oci/networkloadbalancer/backend.py +7 -7
- pulumi_oci/networkloadbalancer/backend_set.py +105 -7
- pulumi_oci/networkloadbalancer/get_backend_set.py +30 -2
- pulumi_oci/networkloadbalancer/get_network_load_balancer_backend_set_backend_operational_status.py +165 -0
- pulumi_oci/networkloadbalancer/network_load_balancer.py +7 -7
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +105 -7
- pulumi_oci/networkloadbalancer/outputs.py +34 -12
- 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.22.0a1737613119.dist-info → pulumi_oci-2.23.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.22.0a1737613119.dist-info → pulumi_oci-2.23.0.dist-info}/RECORD +80 -69
- {pulumi_oci-2.22.0a1737613119.dist-info → pulumi_oci-2.23.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.22.0a1737613119.dist-info → pulumi_oci-2.23.0.dist-info}/top_level.txt +0 -0
pulumi_oci/__init__.py
CHANGED
@@ -1236,6 +1236,14 @@ _utilities.register(
|
|
1236
1236
|
"oci:Core/bootVolumeBackup:BootVolumeBackup": "BootVolumeBackup"
|
1237
1237
|
}
|
1238
1238
|
},
|
1239
|
+
{
|
1240
|
+
"pkg": "oci",
|
1241
|
+
"mod": "Core/byoasn",
|
1242
|
+
"fqn": "pulumi_oci.core",
|
1243
|
+
"classes": {
|
1244
|
+
"oci:Core/byoasn:Byoasn": "Byoasn"
|
1245
|
+
}
|
1246
|
+
},
|
1239
1247
|
{
|
1240
1248
|
"pkg": "oci",
|
1241
1249
|
"mod": "Core/captureFilter",
|
@@ -3148,6 +3156,30 @@ _utilities.register(
|
|
3148
3156
|
"oci:DatabaseManagement/externalListener:ExternalListener": "ExternalListener"
|
3149
3157
|
}
|
3150
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
|
+
},
|
3151
3183
|
{
|
3152
3184
|
"pkg": "oci",
|
3153
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
|
|
@@ -28,9 +28,7 @@ class BdsInstanceApiKeyArgs:
|
|
28
28
|
"""
|
29
29
|
The set of arguments for constructing a BdsInstanceApiKey resource.
|
30
30
|
:param pulumi.Input[str] bds_instance_id: The OCID of the cluster.
|
31
|
-
<<<<<<< ours
|
32
31
|
:param pulumi.Input[str] key_alias: User friendly identifier used to uniquely differentiate between different API keys associated with this Big Data Service cluster. Only ASCII alphanumeric characters with no spaces allowed.
|
33
|
-
>>>>>>> theirs
|
34
32
|
:param pulumi.Input[str] passphrase: Base64 passphrase used to secure the private key which will be created on user behalf.
|
35
33
|
:param pulumi.Input[str] user_id: The OCID of the user for whom this new generated API key pair will be created.
|
36
34
|
|
@@ -54,7 +52,6 @@ class BdsInstanceApiKeyArgs:
|
|
54
52
|
def bds_instance_id(self) -> pulumi.Input[str]:
|
55
53
|
"""
|
56
54
|
The OCID of the cluster.
|
57
|
-
<<<<<<< ours
|
58
55
|
"""
|
59
56
|
return pulumi.get(self, "bds_instance_id")
|
60
57
|
|
@@ -67,7 +64,6 @@ class BdsInstanceApiKeyArgs:
|
|
67
64
|
def key_alias(self) -> pulumi.Input[str]:
|
68
65
|
"""
|
69
66
|
User friendly identifier used to uniquely differentiate between different API keys associated with this Big Data Service cluster. Only ASCII alphanumeric characters with no spaces allowed.
|
70
|
-
>>>>>>> theirs
|
71
67
|
"""
|
72
68
|
return pulumi.get(self, "key_alias")
|
73
69
|
|
@@ -145,12 +141,10 @@ class _BdsInstanceApiKeyState:
|
|
145
141
|
"""
|
146
142
|
Input properties used for looking up and filtering BdsInstanceApiKey resources.
|
147
143
|
:param pulumi.Input[str] bds_instance_id: The OCID of the cluster.
|
148
|
-
<<<<<<< ours
|
149
144
|
:param pulumi.Input[str] default_region: The name of the region to establish the Object Storage endpoint. See https://docs.oracle.com/en-us/iaas/api/#/en/identity/20160918/Region/ for additional information.
|
150
145
|
:param pulumi.Input[str] domain_ocid: Identity domain OCID , where user is present. For default domain , this field will be optional.
|
151
146
|
:param pulumi.Input[str] fingerprint: The fingerprint that corresponds to the public API key requested.
|
152
147
|
:param pulumi.Input[str] key_alias: User friendly identifier used to uniquely differentiate between different API keys associated with this Big Data Service cluster. Only ASCII alphanumeric characters with no spaces allowed.
|
153
|
-
>>>>>>> theirs
|
154
148
|
:param pulumi.Input[str] passphrase: Base64 passphrase used to secure the private key which will be created on user behalf.
|
155
149
|
:param pulumi.Input[str] pemfilepath: The full path and file name of the private key used for authentication. This location will be automatically selected on the BDS local file system.
|
156
150
|
:param pulumi.Input[str] state: The current status of the API key.
|
@@ -190,7 +184,6 @@ class _BdsInstanceApiKeyState:
|
|
190
184
|
def bds_instance_id(self) -> Optional[pulumi.Input[str]]:
|
191
185
|
"""
|
192
186
|
The OCID of the cluster.
|
193
|
-
<<<<<<< ours
|
194
187
|
"""
|
195
188
|
return pulumi.get(self, "bds_instance_id")
|
196
189
|
|
@@ -239,7 +232,6 @@ class _BdsInstanceApiKeyState:
|
|
239
232
|
def key_alias(self) -> Optional[pulumi.Input[str]]:
|
240
233
|
"""
|
241
234
|
User friendly identifier used to uniquely differentiate between different API keys associated with this Big Data Service cluster. Only ASCII alphanumeric characters with no spaces allowed.
|
242
|
-
>>>>>>> theirs
|
243
235
|
"""
|
244
236
|
return pulumi.get(self, "key_alias")
|
245
237
|
|
@@ -367,11 +359,9 @@ class BdsInstanceApiKey(pulumi.CustomResource):
|
|
367
359
|
:param str resource_name: The name of the resource.
|
368
360
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
369
361
|
:param pulumi.Input[str] bds_instance_id: The OCID of the cluster.
|
370
|
-
<<<<<<< ours
|
371
362
|
:param pulumi.Input[str] default_region: The name of the region to establish the Object Storage endpoint. See https://docs.oracle.com/en-us/iaas/api/#/en/identity/20160918/Region/ for additional information.
|
372
363
|
:param pulumi.Input[str] domain_ocid: Identity domain OCID , where user is present. For default domain , this field will be optional.
|
373
364
|
:param pulumi.Input[str] key_alias: User friendly identifier used to uniquely differentiate between different API keys associated with this Big Data Service cluster. Only ASCII alphanumeric characters with no spaces allowed.
|
374
|
-
>>>>>>> theirs
|
375
365
|
:param pulumi.Input[str] passphrase: Base64 passphrase used to secure the private key which will be created on user behalf.
|
376
366
|
:param pulumi.Input[str] user_id: The OCID of the user for whom this new generated API key pair will be created.
|
377
367
|
|
@@ -493,12 +483,10 @@ class BdsInstanceApiKey(pulumi.CustomResource):
|
|
493
483
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
494
484
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
495
485
|
:param pulumi.Input[str] bds_instance_id: The OCID of the cluster.
|
496
|
-
<<<<<<< ours
|
497
486
|
:param pulumi.Input[str] default_region: The name of the region to establish the Object Storage endpoint. See https://docs.oracle.com/en-us/iaas/api/#/en/identity/20160918/Region/ for additional information.
|
498
487
|
:param pulumi.Input[str] domain_ocid: Identity domain OCID , where user is present. For default domain , this field will be optional.
|
499
488
|
:param pulumi.Input[str] fingerprint: The fingerprint that corresponds to the public API key requested.
|
500
489
|
:param pulumi.Input[str] key_alias: User friendly identifier used to uniquely differentiate between different API keys associated with this Big Data Service cluster. Only ASCII alphanumeric characters with no spaces allowed.
|
501
|
-
>>>>>>> theirs
|
502
490
|
:param pulumi.Input[str] passphrase: Base64 passphrase used to secure the private key which will be created on user behalf.
|
503
491
|
:param pulumi.Input[str] pemfilepath: The full path and file name of the private key used for authentication. This location will be automatically selected on the BDS local file system.
|
504
492
|
:param pulumi.Input[str] state: The current status of the API key.
|
@@ -532,7 +520,6 @@ class BdsInstanceApiKey(pulumi.CustomResource):
|
|
532
520
|
def bds_instance_id(self) -> pulumi.Output[str]:
|
533
521
|
"""
|
534
522
|
The OCID of the cluster.
|
535
|
-
<<<<<<< ours
|
536
523
|
"""
|
537
524
|
return pulumi.get(self, "bds_instance_id")
|
538
525
|
|
@@ -565,7 +552,6 @@ class BdsInstanceApiKey(pulumi.CustomResource):
|
|
565
552
|
def key_alias(self) -> pulumi.Output[str]:
|
566
553
|
"""
|
567
554
|
User friendly identifier used to uniquely differentiate between different API keys associated with this Big Data Service cluster. Only ASCII alphanumeric characters with no spaces allowed.
|
568
|
-
>>>>>>> theirs
|
569
555
|
"""
|
570
556
|
return pulumi.get(self, "key_alias")
|
571
557
|
|
@@ -82,7 +82,6 @@ class GetBdsInstanceApiKeyResult:
|
|
82
82
|
def default_region(self) -> str:
|
83
83
|
"""
|
84
84
|
The name of the region to establish the Object Storage endpoint which was set as part of key creation operation. If no region was provided this will be set to be the same region where the cluster lives. Example us-phoenix-1 .
|
85
|
-
>>>>>>> theirs
|
86
85
|
"""
|
87
86
|
return pulumi.get(self, "default_region")
|
88
87
|
|
@@ -91,7 +90,6 @@ class GetBdsInstanceApiKeyResult:
|
|
91
90
|
def domain_ocid(self) -> str:
|
92
91
|
"""
|
93
92
|
Identity domain OCID ,where user is present. For default domain ,this field will be optional.
|
94
|
-
=======
|
95
93
|
"""
|
96
94
|
return pulumi.get(self, "domain_ocid")
|
97
95
|
|
@@ -5396,9 +5396,7 @@ class GetBdsInstanceApiKeysBdsApiKeyResult(dict):
|
|
5396
5396
|
"""
|
5397
5397
|
:param str bds_instance_id: The OCID of the cluster.
|
5398
5398
|
:param str default_region: The name of the region to establish the Object Storage endpoint which was set as part of key creation operation. If no region was provided this will be set to be the same region where the cluster lives. Example us-phoenix-1 .
|
5399
|
-
>>>>>>> theirs
|
5400
5399
|
:param str domain_ocid: Identity domain OCID ,where user is present. For default domain ,this field will be optional.
|
5401
|
-
=======
|
5402
5400
|
:param str fingerprint: The fingerprint that corresponds to the public API key requested.
|
5403
5401
|
:param str id: Identifier of the user's API key.
|
5404
5402
|
:param str key_alias: User friendly identifier used to uniquely differentiate between different API keys. Only ASCII alphanumeric characters with no spaces allowed.
|
@@ -5434,7 +5432,6 @@ class GetBdsInstanceApiKeysBdsApiKeyResult(dict):
|
|
5434
5432
|
def default_region(self) -> str:
|
5435
5433
|
"""
|
5436
5434
|
The name of the region to establish the Object Storage endpoint which was set as part of key creation operation. If no region was provided this will be set to be the same region where the cluster lives. Example us-phoenix-1 .
|
5437
|
-
>>>>>>> theirs
|
5438
5435
|
"""
|
5439
5436
|
return pulumi.get(self, "default_region")
|
5440
5437
|
|
@@ -5443,7 +5440,6 @@ class GetBdsInstanceApiKeysBdsApiKeyResult(dict):
|
|
5443
5440
|
def domain_ocid(self) -> str:
|
5444
5441
|
"""
|
5445
5442
|
Identity domain OCID ,where user is present. For default domain ,this field will be optional.
|
5446
|
-
=======
|
5447
5443
|
"""
|
5448
5444
|
return pulumi.get(self, "domain_ocid")
|
5449
5445
|
|
pulumi_oci/core/__init__.py
CHANGED
@@ -9,6 +9,7 @@ from .app_catalog_listing_resource_version_agreement import *
|
|
9
9
|
from .app_catalog_subscription import *
|
10
10
|
from .boot_volume import *
|
11
11
|
from .boot_volume_backup import *
|
12
|
+
from .byoasn import *
|
12
13
|
from .capture_filter import *
|
13
14
|
from .cluster_network import *
|
14
15
|
from .compute_capacity_report import *
|
@@ -47,6 +48,8 @@ from .get_boot_volume_backups import *
|
|
47
48
|
from .get_boot_volume_replica import *
|
48
49
|
from .get_boot_volume_replicas import *
|
49
50
|
from .get_boot_volumes import *
|
51
|
+
from .get_byoasn import *
|
52
|
+
from .get_byoasns import *
|
50
53
|
from .get_byoip_allocated_ranges import *
|
51
54
|
from .get_byoip_range import *
|
52
55
|
from .get_byoip_ranges import *
|