pulumi-oci 1.31.0__py3-none-any.whl → 1.31.0a1712469963__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/dataflow/get_invoke_run.py +1 -11
- pulumi_oci/dataflow/invoke_run.py +0 -49
- pulumi_oci/dataflow/outputs.py +0 -7
- pulumi_oci/devops/_inputs.py +10 -380
- pulumi_oci/devops/outputs.py +32 -953
- pulumi_oci/filestorage/replication.py +4 -4
- pulumi_oci/networkfirewall/outputs.py +16 -12
- pulumi_oci/networkloadbalancer/_inputs.py +10 -222
- pulumi_oci/networkloadbalancer/backend_set.py +7 -70
- pulumi_oci/networkloadbalancer/get_backend_set.py +2 -15
- pulumi_oci/networkloadbalancer/network_load_balancer.py +62 -7
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +7 -70
- pulumi_oci/networkloadbalancer/outputs.py +28 -397
- pulumi_oci/stackmonitoring/_inputs.py +1 -209
- pulumi_oci/stackmonitoring/get_monitored_resource.py +1 -27
- pulumi_oci/stackmonitoring/get_monitored_resource_type.py +1 -27
- pulumi_oci/stackmonitoring/get_monitored_resources.py +1 -18
- pulumi_oci/stackmonitoring/monitored_resource.py +0 -56
- pulumi_oci/stackmonitoring/monitored_resource_task.py +0 -18
- pulumi_oci/stackmonitoring/monitored_resource_type.py +19 -117
- pulumi_oci/stackmonitoring/monitored_resources_search.py +1 -197
- pulumi_oci/stackmonitoring/outputs.py +1 -436
- {pulumi_oci-1.31.0.dist-info → pulumi_oci-1.31.0a1712469963.dist-info}/METADATA +1 -1
- {pulumi_oci-1.31.0.dist-info → pulumi_oci-1.31.0a1712469963.dist-info}/RECORD +26 -26
- {pulumi_oci-1.31.0.dist-info → pulumi_oci-1.31.0a1712469963.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.31.0.dist-info → pulumi_oci-1.31.0a1712469963.dist-info}/top_level.txt +0 -0
@@ -22,7 +22,7 @@ class GetInvokeRunResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getInvokeRun.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, application_id=None, application_log_configs=None, archive_uri=None, arguments=None, asynchronous=None, class_name=None, compartment_id=None, configuration=None, data_read_in_bytes=None, data_written_in_bytes=None, defined_tags=None, display_name=None, driver_shape=None, driver_shape_configs=None, execute=None, executor_shape=None, executor_shape_configs=None, file_uri=None, freeform_tags=None, id=None, idle_timeout_in_minutes=None, language=None, lifecycle_details=None, logs_bucket_uri=None, max_duration_in_minutes=None, metastore_id=None, num_executors=None,
|
25
|
+
def __init__(__self__, application_id=None, application_log_configs=None, archive_uri=None, arguments=None, asynchronous=None, class_name=None, compartment_id=None, configuration=None, data_read_in_bytes=None, data_written_in_bytes=None, defined_tags=None, display_name=None, driver_shape=None, driver_shape_configs=None, execute=None, executor_shape=None, executor_shape_configs=None, file_uri=None, freeform_tags=None, id=None, idle_timeout_in_minutes=None, language=None, lifecycle_details=None, logs_bucket_uri=None, max_duration_in_minutes=None, metastore_id=None, num_executors=None, opc_request_id=None, owner_principal_id=None, owner_user_name=None, parameters=None, pool_id=None, private_endpoint_dns_zones=None, private_endpoint_id=None, private_endpoint_max_host_count=None, private_endpoint_nsg_ids=None, private_endpoint_subnet_id=None, run_duration_in_milliseconds=None, run_id=None, spark_version=None, state=None, time_created=None, time_updated=None, total_ocpu=None, type=None, warehouse_bucket_uri=None):
|
26
26
|
if application_id and not isinstance(application_id, str):
|
27
27
|
raise TypeError("Expected argument 'application_id' to be a str")
|
28
28
|
pulumi.set(__self__, "application_id", application_id)
|
@@ -104,9 +104,6 @@ class GetInvokeRunResult:
|
|
104
104
|
if num_executors and not isinstance(num_executors, int):
|
105
105
|
raise TypeError("Expected argument 'num_executors' to be a int")
|
106
106
|
pulumi.set(__self__, "num_executors", num_executors)
|
107
|
-
if opc_parent_rpt_url and not isinstance(opc_parent_rpt_url, str):
|
108
|
-
raise TypeError("Expected argument 'opc_parent_rpt_url' to be a str")
|
109
|
-
pulumi.set(__self__, "opc_parent_rpt_url", opc_parent_rpt_url)
|
110
107
|
if opc_request_id and not isinstance(opc_request_id, str):
|
111
108
|
raise TypeError("Expected argument 'opc_request_id' to be a str")
|
112
109
|
pulumi.set(__self__, "opc_request_id", opc_request_id)
|
@@ -378,11 +375,6 @@ class GetInvokeRunResult:
|
|
378
375
|
"""
|
379
376
|
return pulumi.get(self, "num_executors")
|
380
377
|
|
381
|
-
@property
|
382
|
-
@pulumi.getter(name="opcParentRptUrl")
|
383
|
-
def opc_parent_rpt_url(self) -> str:
|
384
|
-
return pulumi.get(self, "opc_parent_rpt_url")
|
385
|
-
|
386
378
|
@property
|
387
379
|
@pulumi.getter(name="opcRequestId")
|
388
380
|
def opc_request_id(self) -> str:
|
@@ -566,7 +558,6 @@ class AwaitableGetInvokeRunResult(GetInvokeRunResult):
|
|
566
558
|
max_duration_in_minutes=self.max_duration_in_minutes,
|
567
559
|
metastore_id=self.metastore_id,
|
568
560
|
num_executors=self.num_executors,
|
569
|
-
opc_parent_rpt_url=self.opc_parent_rpt_url,
|
570
561
|
opc_request_id=self.opc_request_id,
|
571
562
|
owner_principal_id=self.owner_principal_id,
|
572
563
|
owner_user_name=self.owner_user_name,
|
@@ -642,7 +633,6 @@ def get_invoke_run(run_id: Optional[str] = None,
|
|
642
633
|
max_duration_in_minutes=pulumi.get(__ret__, 'max_duration_in_minutes'),
|
643
634
|
metastore_id=pulumi.get(__ret__, 'metastore_id'),
|
644
635
|
num_executors=pulumi.get(__ret__, 'num_executors'),
|
645
|
-
opc_parent_rpt_url=pulumi.get(__ret__, 'opc_parent_rpt_url'),
|
646
636
|
opc_request_id=pulumi.get(__ret__, 'opc_request_id'),
|
647
637
|
owner_principal_id=pulumi.get(__ret__, 'owner_principal_id'),
|
648
638
|
owner_user_name=pulumi.get(__ret__, 'owner_user_name'),
|
@@ -36,7 +36,6 @@ class InvokeRunArgs:
|
|
36
36
|
max_duration_in_minutes: Optional[pulumi.Input[str]] = None,
|
37
37
|
metastore_id: Optional[pulumi.Input[str]] = None,
|
38
38
|
num_executors: Optional[pulumi.Input[int]] = None,
|
39
|
-
opc_parent_rpt_url: Optional[pulumi.Input[str]] = None,
|
40
39
|
parameters: Optional[pulumi.Input[Sequence[pulumi.Input['InvokeRunParameterArgs']]]] = None,
|
41
40
|
pool_id: Optional[pulumi.Input[str]] = None,
|
42
41
|
spark_version: Optional[pulumi.Input[str]] = None,
|
@@ -63,7 +62,6 @@ class InvokeRunArgs:
|
|
63
62
|
:param pulumi.Input[str] max_duration_in_minutes: (Updatable) The maximum duration in minutes for which an Application should run. Data Flow Run would be terminated once it reaches this duration from the time it transitions to `IN_PROGRESS` state.
|
64
63
|
:param pulumi.Input[str] metastore_id: The OCID of Oracle Cloud Infrastructure Hive Metastore.
|
65
64
|
:param pulumi.Input[int] num_executors: The number of executor VMs requested.
|
66
|
-
:param pulumi.Input[str] opc_parent_rpt_url: (Optional header param, required for Resource Principal version 3.0+) Parent resource control plane endpoint used to exchange for upper level resource principal token.
|
67
65
|
:param pulumi.Input[Sequence[pulumi.Input['InvokeRunParameterArgs']]] parameters: An array of name/value pairs used to fill placeholders found in properties like `Application.arguments`. The name must be a string of one or more word characters (a-z, A-Z, 0-9, _). The value can be a string of 0 or more characters of any kind. Example: [ { name: "iterations", value: "10"}, { name: "input_file", value: "mydata.xml" }, { name: "variable_x", value: "${x}"} ]
|
68
66
|
:param pulumi.Input[str] pool_id: The OCID of a pool. Unique Id to indentify a dataflow pool resource.
|
69
67
|
:param pulumi.Input[str] spark_version: The Spark version utilized to run the application. This value may be set if applicationId is not since the Spark version will be taken from the associated application.
|
@@ -113,8 +111,6 @@ class InvokeRunArgs:
|
|
113
111
|
pulumi.set(__self__, "metastore_id", metastore_id)
|
114
112
|
if num_executors is not None:
|
115
113
|
pulumi.set(__self__, "num_executors", num_executors)
|
116
|
-
if opc_parent_rpt_url is not None:
|
117
|
-
pulumi.set(__self__, "opc_parent_rpt_url", opc_parent_rpt_url)
|
118
114
|
if parameters is not None:
|
119
115
|
pulumi.set(__self__, "parameters", parameters)
|
120
116
|
if pool_id is not None:
|
@@ -363,18 +359,6 @@ class InvokeRunArgs:
|
|
363
359
|
def num_executors(self, value: Optional[pulumi.Input[int]]):
|
364
360
|
pulumi.set(self, "num_executors", value)
|
365
361
|
|
366
|
-
@property
|
367
|
-
@pulumi.getter(name="opcParentRptUrl")
|
368
|
-
def opc_parent_rpt_url(self) -> Optional[pulumi.Input[str]]:
|
369
|
-
"""
|
370
|
-
(Optional header param, required for Resource Principal version 3.0+) Parent resource control plane endpoint used to exchange for upper level resource principal token.
|
371
|
-
"""
|
372
|
-
return pulumi.get(self, "opc_parent_rpt_url")
|
373
|
-
|
374
|
-
@opc_parent_rpt_url.setter
|
375
|
-
def opc_parent_rpt_url(self, value: Optional[pulumi.Input[str]]):
|
376
|
-
pulumi.set(self, "opc_parent_rpt_url", value)
|
377
|
-
|
378
362
|
@property
|
379
363
|
@pulumi.getter
|
380
364
|
def parameters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InvokeRunParameterArgs']]]]:
|
@@ -469,7 +453,6 @@ class _InvokeRunState:
|
|
469
453
|
max_duration_in_minutes: Optional[pulumi.Input[str]] = None,
|
470
454
|
metastore_id: Optional[pulumi.Input[str]] = None,
|
471
455
|
num_executors: Optional[pulumi.Input[int]] = None,
|
472
|
-
opc_parent_rpt_url: Optional[pulumi.Input[str]] = None,
|
473
456
|
opc_request_id: Optional[pulumi.Input[str]] = None,
|
474
457
|
owner_principal_id: Optional[pulumi.Input[str]] = None,
|
475
458
|
owner_user_name: Optional[pulumi.Input[str]] = None,
|
@@ -515,7 +498,6 @@ class _InvokeRunState:
|
|
515
498
|
:param pulumi.Input[str] max_duration_in_minutes: (Updatable) The maximum duration in minutes for which an Application should run. Data Flow Run would be terminated once it reaches this duration from the time it transitions to `IN_PROGRESS` state.
|
516
499
|
:param pulumi.Input[str] metastore_id: The OCID of Oracle Cloud Infrastructure Hive Metastore.
|
517
500
|
:param pulumi.Input[int] num_executors: The number of executor VMs requested.
|
518
|
-
:param pulumi.Input[str] opc_parent_rpt_url: (Optional header param, required for Resource Principal version 3.0+) Parent resource control plane endpoint used to exchange for upper level resource principal token.
|
519
501
|
:param pulumi.Input[str] opc_request_id: Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
|
520
502
|
:param pulumi.Input[str] owner_principal_id: The OCID of the user who created the resource.
|
521
503
|
:param pulumi.Input[str] owner_user_name: The username of the user who created the resource. If the username of the owner does not exist, `null` will be returned and the caller should refer to the ownerPrincipalId value instead.
|
@@ -591,8 +573,6 @@ class _InvokeRunState:
|
|
591
573
|
pulumi.set(__self__, "metastore_id", metastore_id)
|
592
574
|
if num_executors is not None:
|
593
575
|
pulumi.set(__self__, "num_executors", num_executors)
|
594
|
-
if opc_parent_rpt_url is not None:
|
595
|
-
pulumi.set(__self__, "opc_parent_rpt_url", opc_parent_rpt_url)
|
596
576
|
if opc_request_id is not None:
|
597
577
|
pulumi.set(__self__, "opc_request_id", opc_request_id)
|
598
578
|
if owner_principal_id is not None:
|
@@ -939,18 +919,6 @@ class _InvokeRunState:
|
|
939
919
|
def num_executors(self, value: Optional[pulumi.Input[int]]):
|
940
920
|
pulumi.set(self, "num_executors", value)
|
941
921
|
|
942
|
-
@property
|
943
|
-
@pulumi.getter(name="opcParentRptUrl")
|
944
|
-
def opc_parent_rpt_url(self) -> Optional[pulumi.Input[str]]:
|
945
|
-
"""
|
946
|
-
(Optional header param, required for Resource Principal version 3.0+) Parent resource control plane endpoint used to exchange for upper level resource principal token.
|
947
|
-
"""
|
948
|
-
return pulumi.get(self, "opc_parent_rpt_url")
|
949
|
-
|
950
|
-
@opc_parent_rpt_url.setter
|
951
|
-
def opc_parent_rpt_url(self, value: Optional[pulumi.Input[str]]):
|
952
|
-
pulumi.set(self, "opc_parent_rpt_url", value)
|
953
|
-
|
954
922
|
@property
|
955
923
|
@pulumi.getter(name="opcRequestId")
|
956
924
|
def opc_request_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -1197,7 +1165,6 @@ class InvokeRun(pulumi.CustomResource):
|
|
1197
1165
|
max_duration_in_minutes: Optional[pulumi.Input[str]] = None,
|
1198
1166
|
metastore_id: Optional[pulumi.Input[str]] = None,
|
1199
1167
|
num_executors: Optional[pulumi.Input[int]] = None,
|
1200
|
-
opc_parent_rpt_url: Optional[pulumi.Input[str]] = None,
|
1201
1168
|
parameters: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InvokeRunParameterArgs']]]]] = None,
|
1202
1169
|
pool_id: Optional[pulumi.Input[str]] = None,
|
1203
1170
|
spark_version: Optional[pulumi.Input[str]] = None,
|
@@ -1249,7 +1216,6 @@ class InvokeRun(pulumi.CustomResource):
|
|
1249
1216
|
max_duration_in_minutes=var["invoke_run_max_duration_in_minutes"],
|
1250
1217
|
metastore_id=var["metastore_id"],
|
1251
1218
|
num_executors=var["invoke_run_num_executors"],
|
1252
|
-
opc_parent_rpt_url=var["invoke_run_opc_parent_rpt_url"],
|
1253
1219
|
parameters=[oci.data_flow.InvokeRunParameterArgs(
|
1254
1220
|
name=var["invoke_run_parameters_name"],
|
1255
1221
|
value=var["invoke_run_parameters_value"],
|
@@ -1294,7 +1260,6 @@ class InvokeRun(pulumi.CustomResource):
|
|
1294
1260
|
:param pulumi.Input[str] max_duration_in_minutes: (Updatable) The maximum duration in minutes for which an Application should run. Data Flow Run would be terminated once it reaches this duration from the time it transitions to `IN_PROGRESS` state.
|
1295
1261
|
:param pulumi.Input[str] metastore_id: The OCID of Oracle Cloud Infrastructure Hive Metastore.
|
1296
1262
|
:param pulumi.Input[int] num_executors: The number of executor VMs requested.
|
1297
|
-
:param pulumi.Input[str] opc_parent_rpt_url: (Optional header param, required for Resource Principal version 3.0+) Parent resource control plane endpoint used to exchange for upper level resource principal token.
|
1298
1263
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InvokeRunParameterArgs']]]] parameters: An array of name/value pairs used to fill placeholders found in properties like `Application.arguments`. The name must be a string of one or more word characters (a-z, A-Z, 0-9, _). The value can be a string of 0 or more characters of any kind. Example: [ { name: "iterations", value: "10"}, { name: "input_file", value: "mydata.xml" }, { name: "variable_x", value: "${x}"} ]
|
1299
1264
|
:param pulumi.Input[str] pool_id: The OCID of a pool. Unique Id to indentify a dataflow pool resource.
|
1300
1265
|
:param pulumi.Input[str] spark_version: The Spark version utilized to run the application. This value may be set if applicationId is not since the Spark version will be taken from the associated application.
|
@@ -1356,7 +1321,6 @@ class InvokeRun(pulumi.CustomResource):
|
|
1356
1321
|
max_duration_in_minutes=var["invoke_run_max_duration_in_minutes"],
|
1357
1322
|
metastore_id=var["metastore_id"],
|
1358
1323
|
num_executors=var["invoke_run_num_executors"],
|
1359
|
-
opc_parent_rpt_url=var["invoke_run_opc_parent_rpt_url"],
|
1360
1324
|
parameters=[oci.data_flow.InvokeRunParameterArgs(
|
1361
1325
|
name=var["invoke_run_parameters_name"],
|
1362
1326
|
value=var["invoke_run_parameters_value"],
|
@@ -1415,7 +1379,6 @@ class InvokeRun(pulumi.CustomResource):
|
|
1415
1379
|
max_duration_in_minutes: Optional[pulumi.Input[str]] = None,
|
1416
1380
|
metastore_id: Optional[pulumi.Input[str]] = None,
|
1417
1381
|
num_executors: Optional[pulumi.Input[int]] = None,
|
1418
|
-
opc_parent_rpt_url: Optional[pulumi.Input[str]] = None,
|
1419
1382
|
parameters: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InvokeRunParameterArgs']]]]] = None,
|
1420
1383
|
pool_id: Optional[pulumi.Input[str]] = None,
|
1421
1384
|
spark_version: Optional[pulumi.Input[str]] = None,
|
@@ -1452,7 +1415,6 @@ class InvokeRun(pulumi.CustomResource):
|
|
1452
1415
|
__props__.__dict__["max_duration_in_minutes"] = max_duration_in_minutes
|
1453
1416
|
__props__.__dict__["metastore_id"] = metastore_id
|
1454
1417
|
__props__.__dict__["num_executors"] = num_executors
|
1455
|
-
__props__.__dict__["opc_parent_rpt_url"] = opc_parent_rpt_url
|
1456
1418
|
__props__.__dict__["parameters"] = parameters
|
1457
1419
|
__props__.__dict__["pool_id"] = pool_id
|
1458
1420
|
__props__.__dict__["spark_version"] = spark_version
|
@@ -1513,7 +1475,6 @@ class InvokeRun(pulumi.CustomResource):
|
|
1513
1475
|
max_duration_in_minutes: Optional[pulumi.Input[str]] = None,
|
1514
1476
|
metastore_id: Optional[pulumi.Input[str]] = None,
|
1515
1477
|
num_executors: Optional[pulumi.Input[int]] = None,
|
1516
|
-
opc_parent_rpt_url: Optional[pulumi.Input[str]] = None,
|
1517
1478
|
opc_request_id: Optional[pulumi.Input[str]] = None,
|
1518
1479
|
owner_principal_id: Optional[pulumi.Input[str]] = None,
|
1519
1480
|
owner_user_name: Optional[pulumi.Input[str]] = None,
|
@@ -1564,7 +1525,6 @@ class InvokeRun(pulumi.CustomResource):
|
|
1564
1525
|
:param pulumi.Input[str] max_duration_in_minutes: (Updatable) The maximum duration in minutes for which an Application should run. Data Flow Run would be terminated once it reaches this duration from the time it transitions to `IN_PROGRESS` state.
|
1565
1526
|
:param pulumi.Input[str] metastore_id: The OCID of Oracle Cloud Infrastructure Hive Metastore.
|
1566
1527
|
:param pulumi.Input[int] num_executors: The number of executor VMs requested.
|
1567
|
-
:param pulumi.Input[str] opc_parent_rpt_url: (Optional header param, required for Resource Principal version 3.0+) Parent resource control plane endpoint used to exchange for upper level resource principal token.
|
1568
1528
|
:param pulumi.Input[str] opc_request_id: Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
|
1569
1529
|
:param pulumi.Input[str] owner_principal_id: The OCID of the user who created the resource.
|
1570
1530
|
:param pulumi.Input[str] owner_user_name: The username of the user who created the resource. If the username of the owner does not exist, `null` will be returned and the caller should refer to the ownerPrincipalId value instead.
|
@@ -1618,7 +1578,6 @@ class InvokeRun(pulumi.CustomResource):
|
|
1618
1578
|
__props__.__dict__["max_duration_in_minutes"] = max_duration_in_minutes
|
1619
1579
|
__props__.__dict__["metastore_id"] = metastore_id
|
1620
1580
|
__props__.__dict__["num_executors"] = num_executors
|
1621
|
-
__props__.__dict__["opc_parent_rpt_url"] = opc_parent_rpt_url
|
1622
1581
|
__props__.__dict__["opc_request_id"] = opc_request_id
|
1623
1582
|
__props__.__dict__["owner_principal_id"] = owner_principal_id
|
1624
1583
|
__props__.__dict__["owner_user_name"] = owner_user_name
|
@@ -1844,14 +1803,6 @@ class InvokeRun(pulumi.CustomResource):
|
|
1844
1803
|
"""
|
1845
1804
|
return pulumi.get(self, "num_executors")
|
1846
1805
|
|
1847
|
-
@property
|
1848
|
-
@pulumi.getter(name="opcParentRptUrl")
|
1849
|
-
def opc_parent_rpt_url(self) -> pulumi.Output[str]:
|
1850
|
-
"""
|
1851
|
-
(Optional header param, required for Resource Principal version 3.0+) Parent resource control plane endpoint used to exchange for upper level resource principal token.
|
1852
|
-
"""
|
1853
|
-
return pulumi.get(self, "opc_parent_rpt_url")
|
1854
|
-
|
1855
1806
|
@property
|
1856
1807
|
@pulumi.getter(name="opcRequestId")
|
1857
1808
|
def opc_request_id(self) -> pulumi.Output[str]:
|
pulumi_oci/dataflow/outputs.py
CHANGED
@@ -2027,7 +2027,6 @@ class GetInvokeRunsRunResult(dict):
|
|
2027
2027
|
max_duration_in_minutes: str,
|
2028
2028
|
metastore_id: str,
|
2029
2029
|
num_executors: int,
|
2030
|
-
opc_parent_rpt_url: str,
|
2031
2030
|
opc_request_id: str,
|
2032
2031
|
owner_principal_id: str,
|
2033
2032
|
owner_user_name: str,
|
@@ -2119,7 +2118,6 @@ class GetInvokeRunsRunResult(dict):
|
|
2119
2118
|
pulumi.set(__self__, "max_duration_in_minutes", max_duration_in_minutes)
|
2120
2119
|
pulumi.set(__self__, "metastore_id", metastore_id)
|
2121
2120
|
pulumi.set(__self__, "num_executors", num_executors)
|
2122
|
-
pulumi.set(__self__, "opc_parent_rpt_url", opc_parent_rpt_url)
|
2123
2121
|
pulumi.set(__self__, "opc_request_id", opc_request_id)
|
2124
2122
|
pulumi.set(__self__, "owner_principal_id", owner_principal_id)
|
2125
2123
|
pulumi.set(__self__, "owner_user_name", owner_user_name)
|
@@ -2352,11 +2350,6 @@ class GetInvokeRunsRunResult(dict):
|
|
2352
2350
|
"""
|
2353
2351
|
return pulumi.get(self, "num_executors")
|
2354
2352
|
|
2355
|
-
@property
|
2356
|
-
@pulumi.getter(name="opcParentRptUrl")
|
2357
|
-
def opc_parent_rpt_url(self) -> str:
|
2358
|
-
return pulumi.get(self, "opc_parent_rpt_url")
|
2359
|
-
|
2360
2353
|
@property
|
2361
2354
|
@pulumi.getter(name="opcRequestId")
|
2362
2355
|
def opc_request_id(self) -> str:
|