pulumi-oci 3.8.0a1758168665__py3-none-any.whl → 3.9.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 +24 -0
- pulumi_oci/database/__init__.py +1 -0
- pulumi_oci/database/_inputs.py +550 -0
- pulumi_oci/database/cloud_exadata_infrastructure.py +28 -0
- pulumi_oci/database/cloud_exadata_infrastructure_configure_exascale_management.py +1308 -0
- pulumi_oci/database/cloud_vm_cluster.py +77 -0
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +15 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +29 -1
- pulumi_oci/database/outputs.py +515 -0
- pulumi_oci/datasafe/_inputs.py +180 -0
- pulumi_oci/datasafe/audit_policy_management.py +7 -7
- pulumi_oci/datasafe/audit_trail_management.py +2 -0
- pulumi_oci/datasafe/discovery_jobs_result.py +40 -0
- pulumi_oci/datasafe/get_data_safe_configuration.py +2 -2
- pulumi_oci/datasafe/get_discovery_jobs_result.py +29 -1
- pulumi_oci/datasafe/get_discovery_jobs_results.py +23 -1
- pulumi_oci/datasafe/get_masking_reports.py +20 -1
- pulumi_oci/datasafe/get_security_assessment_finding.py +16 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +26 -3
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py +30 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py +44 -3
- pulumi_oci/datasafe/outputs.py +400 -2
- pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py +58 -0
- pulumi_oci/jms/__init__.py +16 -0
- pulumi_oci/jms/_inputs.py +2068 -29
- pulumi_oci/jms/fleet.py +56 -0
- pulumi_oci/jms/get_fleet.py +29 -1
- pulumi_oci/jms/get_fleet_containers.py +289 -0
- pulumi_oci/jms/get_fleet_export_setting.py +16 -1
- pulumi_oci/jms/get_fleet_library_applications.py +280 -0
- pulumi_oci/jms/get_fleet_library_managed_instances.py +280 -0
- pulumi_oci/jms/get_fleet_summarize_library_inventory.py +211 -0
- pulumi_oci/jms/get_fleet_uncorrelated_package_applications.py +239 -0
- pulumi_oci/jms/get_fleet_uncorrelated_package_managed_instances.py +242 -0
- pulumi_oci/jms/get_fleet_uncorrelated_packages.py +242 -0
- pulumi_oci/jms/get_java_family.py +15 -1
- pulumi_oci/jms/get_jms_plugin.py +2 -2
- pulumi_oci/jms/get_jms_plugins.py +4 -4
- pulumi_oci/jms/get_task_schedule.py +262 -0
- pulumi_oci/jms/get_task_schedules.py +218 -0
- pulumi_oci/jms/get_utils_analyze_applications_configuration.py +153 -0
- pulumi_oci/jms/get_utils_java_migration_analysi.py +316 -0
- pulumi_oci/jms/get_utils_java_migration_analysis.py +177 -0
- pulumi_oci/jms/get_utils_performance_tuning_analysi.py +274 -0
- pulumi_oci/jms/get_utils_performance_tuning_analysis.py +196 -0
- pulumi_oci/jms/get_utils_subscription_acknowledgment_configuration.py +161 -0
- pulumi_oci/jms/jms_plugin.py +36 -15
- pulumi_oci/jms/outputs.py +8500 -3920
- pulumi_oci/jms/task_schedule.py +658 -0
- pulumi_oci/marketplace/__init__.py +2 -0
- pulumi_oci/marketplace/_inputs.py +49 -0
- pulumi_oci/marketplace/get_marketplace_metadata_public_keys.py +144 -0
- pulumi_oci/marketplace/marketplace_external_attested_metadata.py +298 -0
- pulumi_oci/marketplace/outputs.py +124 -0
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/get_redis_cluster.py +29 -1
- pulumi_oci/redis/outputs.py +22 -0
- pulumi_oci/redis/redis_cluster.py +56 -0
- {pulumi_oci-3.8.0a1758168665.dist-info → pulumi_oci-3.9.0.dist-info}/METADATA +1 -1
- {pulumi_oci-3.8.0a1758168665.dist-info → pulumi_oci-3.9.0.dist-info}/RECORD +62 -43
- {pulumi_oci-3.8.0a1758168665.dist-info → pulumi_oci-3.9.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.8.0a1758168665.dist-info → pulumi_oci-3.9.0.dist-info}/top_level.txt +0 -0
pulumi_oci/jms/jms_plugin.py
CHANGED
@@ -21,13 +21,15 @@ class JmsPluginArgs:
|
|
21
21
|
def __init__(__self__, *,
|
22
22
|
agent_id: pulumi.Input[_builtins.str],
|
23
23
|
compartment_id: pulumi.Input[_builtins.str],
|
24
|
+
agent_type: Optional[pulumi.Input[_builtins.str]] = None,
|
24
25
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
25
26
|
fleet_id: Optional[pulumi.Input[_builtins.str]] = None,
|
26
27
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
|
27
28
|
"""
|
28
29
|
The set of arguments for constructing a JmsPlugin resource.
|
29
|
-
:param pulumi.Input[_builtins.str] agent_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent (OMA)
|
30
|
-
:param pulumi.Input[_builtins.str] compartment_id: The OMA/OCA agent's compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
30
|
+
:param pulumi.Input[_builtins.str] agent_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent (OMA), the Oracle Cloud Agent (OCA), or the Oracle Container Management Agent (OCMA) instance where the JMS plugin is deployed.
|
31
|
+
:param pulumi.Input[_builtins.str] compartment_id: The OMA/OCA/OCMA agent's compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
32
|
+
:param pulumi.Input[_builtins.str] agent_type: The agent type.
|
31
33
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`. (See [Understanding Free-form Tags](https://docs.cloud.oracle.com/iaas/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm)).
|
32
34
|
:param pulumi.Input[_builtins.str] fleet_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the fleet.
|
33
35
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`. (See [Managing Tags and Tag Namespaces](https://docs.cloud.oracle.com/iaas/Content/Tagging/Concepts/understandingfreeformtags.htm).)
|
@@ -38,6 +40,8 @@ class JmsPluginArgs:
|
|
38
40
|
"""
|
39
41
|
pulumi.set(__self__, "agent_id", agent_id)
|
40
42
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
43
|
+
if agent_type is not None:
|
44
|
+
pulumi.set(__self__, "agent_type", agent_type)
|
41
45
|
if defined_tags is not None:
|
42
46
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
43
47
|
if fleet_id is not None:
|
@@ -49,7 +53,7 @@ class JmsPluginArgs:
|
|
49
53
|
@pulumi.getter(name="agentId")
|
50
54
|
def agent_id(self) -> pulumi.Input[_builtins.str]:
|
51
55
|
"""
|
52
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent (OMA)
|
56
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent (OMA), the Oracle Cloud Agent (OCA), or the Oracle Container Management Agent (OCMA) instance where the JMS plugin is deployed.
|
53
57
|
"""
|
54
58
|
return pulumi.get(self, "agent_id")
|
55
59
|
|
@@ -61,7 +65,7 @@ class JmsPluginArgs:
|
|
61
65
|
@pulumi.getter(name="compartmentId")
|
62
66
|
def compartment_id(self) -> pulumi.Input[_builtins.str]:
|
63
67
|
"""
|
64
|
-
The OMA/OCA agent's compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
68
|
+
The OMA/OCA/OCMA agent's compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
65
69
|
"""
|
66
70
|
return pulumi.get(self, "compartment_id")
|
67
71
|
|
@@ -69,6 +73,18 @@ class JmsPluginArgs:
|
|
69
73
|
def compartment_id(self, value: pulumi.Input[_builtins.str]):
|
70
74
|
pulumi.set(self, "compartment_id", value)
|
71
75
|
|
76
|
+
@_builtins.property
|
77
|
+
@pulumi.getter(name="agentType")
|
78
|
+
def agent_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
79
|
+
"""
|
80
|
+
The agent type.
|
81
|
+
"""
|
82
|
+
return pulumi.get(self, "agent_type")
|
83
|
+
|
84
|
+
@agent_type.setter
|
85
|
+
def agent_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
86
|
+
pulumi.set(self, "agent_type", value)
|
87
|
+
|
72
88
|
@_builtins.property
|
73
89
|
@pulumi.getter(name="definedTags")
|
74
90
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
@@ -131,10 +147,10 @@ class _JmsPluginState:
|
|
131
147
|
time_registered: Optional[pulumi.Input[_builtins.str]] = None):
|
132
148
|
"""
|
133
149
|
Input properties used for looking up and filtering JmsPlugin resources.
|
134
|
-
:param pulumi.Input[_builtins.str] agent_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent (OMA)
|
150
|
+
:param pulumi.Input[_builtins.str] agent_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent (OMA), the Oracle Cloud Agent (OCA), or the Oracle Container Management Agent (OCMA) instance where the JMS plugin is deployed.
|
135
151
|
:param pulumi.Input[_builtins.str] agent_type: The agent type.
|
136
152
|
:param pulumi.Input[_builtins.str] availability_status: The availability status.
|
137
|
-
:param pulumi.Input[_builtins.str] compartment_id: The OMA/OCA agent's compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
153
|
+
:param pulumi.Input[_builtins.str] compartment_id: The OMA/OCA/OCMA agent's compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
138
154
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`. (See [Understanding Free-form Tags](https://docs.cloud.oracle.com/iaas/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm)).
|
139
155
|
:param pulumi.Input[_builtins.str] fleet_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the fleet.
|
140
156
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`. (See [Managing Tags and Tag Namespaces](https://docs.cloud.oracle.com/iaas/Content/Tagging/Concepts/understandingfreeformtags.htm).)
|
@@ -189,7 +205,7 @@ class _JmsPluginState:
|
|
189
205
|
@pulumi.getter(name="agentId")
|
190
206
|
def agent_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
191
207
|
"""
|
192
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent (OMA)
|
208
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent (OMA), the Oracle Cloud Agent (OCA), or the Oracle Container Management Agent (OCMA) instance where the JMS plugin is deployed.
|
193
209
|
"""
|
194
210
|
return pulumi.get(self, "agent_id")
|
195
211
|
|
@@ -225,7 +241,7 @@ class _JmsPluginState:
|
|
225
241
|
@pulumi.getter(name="compartmentId")
|
226
242
|
def compartment_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
227
243
|
"""
|
228
|
-
The OMA/OCA agent's compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
244
|
+
The OMA/OCA/OCMA agent's compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
229
245
|
"""
|
230
246
|
return pulumi.get(self, "compartment_id")
|
231
247
|
|
@@ -389,6 +405,7 @@ class JmsPlugin(pulumi.CustomResource):
|
|
389
405
|
resource_name: str,
|
390
406
|
opts: Optional[pulumi.ResourceOptions] = None,
|
391
407
|
agent_id: Optional[pulumi.Input[_builtins.str]] = None,
|
408
|
+
agent_type: Optional[pulumi.Input[_builtins.str]] = None,
|
392
409
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
393
410
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
394
411
|
fleet_id: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -410,6 +427,7 @@ class JmsPlugin(pulumi.CustomResource):
|
|
410
427
|
test_jms_plugin = oci.jms.JmsPlugin("test_jms_plugin",
|
411
428
|
agent_id=jms_plugin_agent_id,
|
412
429
|
compartment_id=compartment_id,
|
430
|
+
agent_type=jms_plugin_agent_type,
|
413
431
|
defined_tags={
|
414
432
|
"foo-namespace.bar-key": "value",
|
415
433
|
},
|
@@ -429,8 +447,9 @@ class JmsPlugin(pulumi.CustomResource):
|
|
429
447
|
|
430
448
|
:param str resource_name: The name of the resource.
|
431
449
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
432
|
-
:param pulumi.Input[_builtins.str] agent_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent (OMA)
|
433
|
-
:param pulumi.Input[_builtins.str]
|
450
|
+
:param pulumi.Input[_builtins.str] agent_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent (OMA), the Oracle Cloud Agent (OCA), or the Oracle Container Management Agent (OCMA) instance where the JMS plugin is deployed.
|
451
|
+
:param pulumi.Input[_builtins.str] agent_type: The agent type.
|
452
|
+
:param pulumi.Input[_builtins.str] compartment_id: The OMA/OCA/OCMA agent's compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
434
453
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`. (See [Understanding Free-form Tags](https://docs.cloud.oracle.com/iaas/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm)).
|
435
454
|
:param pulumi.Input[_builtins.str] fleet_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the fleet.
|
436
455
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`. (See [Managing Tags and Tag Namespaces](https://docs.cloud.oracle.com/iaas/Content/Tagging/Concepts/understandingfreeformtags.htm).)
|
@@ -461,6 +480,7 @@ class JmsPlugin(pulumi.CustomResource):
|
|
461
480
|
test_jms_plugin = oci.jms.JmsPlugin("test_jms_plugin",
|
462
481
|
agent_id=jms_plugin_agent_id,
|
463
482
|
compartment_id=compartment_id,
|
483
|
+
agent_type=jms_plugin_agent_type,
|
464
484
|
defined_tags={
|
465
485
|
"foo-namespace.bar-key": "value",
|
466
486
|
},
|
@@ -494,6 +514,7 @@ class JmsPlugin(pulumi.CustomResource):
|
|
494
514
|
resource_name: str,
|
495
515
|
opts: Optional[pulumi.ResourceOptions] = None,
|
496
516
|
agent_id: Optional[pulumi.Input[_builtins.str]] = None,
|
517
|
+
agent_type: Optional[pulumi.Input[_builtins.str]] = None,
|
497
518
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
498
519
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
499
520
|
fleet_id: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -510,13 +531,13 @@ class JmsPlugin(pulumi.CustomResource):
|
|
510
531
|
if agent_id is None and not opts.urn:
|
511
532
|
raise TypeError("Missing required property 'agent_id'")
|
512
533
|
__props__.__dict__["agent_id"] = agent_id
|
534
|
+
__props__.__dict__["agent_type"] = agent_type
|
513
535
|
if compartment_id is None and not opts.urn:
|
514
536
|
raise TypeError("Missing required property 'compartment_id'")
|
515
537
|
__props__.__dict__["compartment_id"] = compartment_id
|
516
538
|
__props__.__dict__["defined_tags"] = defined_tags
|
517
539
|
__props__.__dict__["fleet_id"] = fleet_id
|
518
540
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
519
|
-
__props__.__dict__["agent_type"] = None
|
520
541
|
__props__.__dict__["availability_status"] = None
|
521
542
|
__props__.__dict__["hostname"] = None
|
522
543
|
__props__.__dict__["os_architecture"] = None
|
@@ -560,10 +581,10 @@ class JmsPlugin(pulumi.CustomResource):
|
|
560
581
|
:param str resource_name: The unique name of the resulting resource.
|
561
582
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
562
583
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
563
|
-
:param pulumi.Input[_builtins.str] agent_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent (OMA)
|
584
|
+
:param pulumi.Input[_builtins.str] agent_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent (OMA), the Oracle Cloud Agent (OCA), or the Oracle Container Management Agent (OCMA) instance where the JMS plugin is deployed.
|
564
585
|
:param pulumi.Input[_builtins.str] agent_type: The agent type.
|
565
586
|
:param pulumi.Input[_builtins.str] availability_status: The availability status.
|
566
|
-
:param pulumi.Input[_builtins.str] compartment_id: The OMA/OCA agent's compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
587
|
+
:param pulumi.Input[_builtins.str] compartment_id: The OMA/OCA/OCMA agent's compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
567
588
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`. (See [Understanding Free-form Tags](https://docs.cloud.oracle.com/iaas/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm)).
|
568
589
|
:param pulumi.Input[_builtins.str] fleet_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the fleet.
|
569
590
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`. (See [Managing Tags and Tag Namespaces](https://docs.cloud.oracle.com/iaas/Content/Tagging/Concepts/understandingfreeformtags.htm).)
|
@@ -607,7 +628,7 @@ class JmsPlugin(pulumi.CustomResource):
|
|
607
628
|
@pulumi.getter(name="agentId")
|
608
629
|
def agent_id(self) -> pulumi.Output[_builtins.str]:
|
609
630
|
"""
|
610
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent (OMA)
|
631
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent (OMA), the Oracle Cloud Agent (OCA), or the Oracle Container Management Agent (OCMA) instance where the JMS plugin is deployed.
|
611
632
|
"""
|
612
633
|
return pulumi.get(self, "agent_id")
|
613
634
|
|
@@ -631,7 +652,7 @@ class JmsPlugin(pulumi.CustomResource):
|
|
631
652
|
@pulumi.getter(name="compartmentId")
|
632
653
|
def compartment_id(self) -> pulumi.Output[_builtins.str]:
|
633
654
|
"""
|
634
|
-
The OMA/OCA agent's compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
655
|
+
The OMA/OCA/OCMA agent's compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
635
656
|
"""
|
636
657
|
return pulumi.get(self, "compartment_id")
|
637
658
|
|