pulumi-oci 2.25.0a1740032973__py3-none-any.whl → 2.26.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 +102 -0
- pulumi_oci/config/__init__.pyi +2 -0
- pulumi_oci/config/vars.py +4 -0
- pulumi_oci/containerengine/_inputs.py +74 -35
- pulumi_oci/containerengine/cluster.py +4 -0
- pulumi_oci/containerengine/container_instance.py +2 -4
- pulumi_oci/containerengine/outputs.py +180 -21
- pulumi_oci/containerinstances/outputs.py +0 -14
- pulumi_oci/core/_inputs.py +21 -33
- pulumi_oci/core/outputs.py +13 -21
- pulumi_oci/database/__init__.py +1 -0
- pulumi_oci/database/_inputs.py +1246 -57
- pulumi_oci/database/application_vip.py +59 -10
- pulumi_oci/database/autonomous_container_database.py +92 -0
- pulumi_oci/database/autonomous_database.py +90 -22
- pulumi_oci/database/backup.py +153 -5
- pulumi_oci/database/backup_destination.py +84 -0
- pulumi_oci/database/cloud_exadata_infrastructure.py +126 -0
- pulumi_oci/database/cloud_vm_cluster.py +163 -30
- pulumi_oci/database/data_guard_association.py +49 -0
- pulumi_oci/database/db_node.py +64 -8
- pulumi_oci/database/db_system.py +111 -8
- pulumi_oci/database/exadata_infrastructure.py +157 -3
- pulumi_oci/database/exadata_infrastructure_configure_exascale_management.py +1615 -0
- pulumi_oci/database/exadb_vm_cluster.py +84 -7
- pulumi_oci/database/exascale_db_storage_vault.py +147 -0
- pulumi_oci/database/external_container_database.py +4 -4
- pulumi_oci/database/external_non_container_database.py +4 -4
- pulumi_oci/database/external_pluggable_database.py +4 -4
- pulumi_oci/database/get_application_vip.py +16 -2
- pulumi_oci/database/get_autonomous_container_database.py +43 -1
- pulumi_oci/database/get_autonomous_database.py +29 -1
- pulumi_oci/database/get_autonomous_databases.py +0 -26
- pulumi_oci/database/get_backup_destination.py +43 -1
- pulumi_oci/database/get_backups.py +136 -10
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +43 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +59 -3
- pulumi_oci/database/get_cloud_vm_clusters.py +28 -6
- pulumi_oci/database/get_data_guard_association.py +12 -1
- pulumi_oci/database/get_database_software_images.py +20 -1
- pulumi_oci/database/get_db_node.py +31 -4
- pulumi_oci/database/get_db_server.py +15 -1
- pulumi_oci/database/get_exadata_infrastructure.py +57 -1
- pulumi_oci/database/get_exadb_vm_cluster.py +29 -1
- pulumi_oci/database/get_exadb_vm_clusters.py +25 -3
- pulumi_oci/database/get_exascale_db_storage_vault.py +43 -1
- pulumi_oci/database/get_exascale_db_storage_vaults.py +47 -3
- pulumi_oci/database/get_external_container_database.py +1 -1
- pulumi_oci/database/get_external_non_container_database.py +1 -1
- pulumi_oci/database/get_external_pluggable_database.py +1 -1
- pulumi_oci/database/get_flex_components.py +28 -6
- pulumi_oci/database/get_maintenance_runs.py +20 -1
- pulumi_oci/database/get_vm_cluster.py +60 -4
- pulumi_oci/database/get_vm_clusters.py +25 -3
- pulumi_oci/database/outputs.py +2260 -87
- pulumi_oci/database/pluggable_database.py +13 -13
- pulumi_oci/database/vm_cluster.py +172 -18
- pulumi_oci/database/vm_cluster_add_virtual_network.py +114 -2
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +114 -2
- pulumi_oci/datasafe/__init__.py +7 -0
- pulumi_oci/datasafe/_inputs.py +301 -0
- pulumi_oci/datasafe/discovery_mod.py +49 -0
- pulumi_oci/datasafe/get_discovery_job.py +15 -1
- pulumi_oci/datasafe/get_masking_report.py +46 -4
- pulumi_oci/datasafe/get_masking_report_masking_errors.py +166 -0
- pulumi_oci/datasafe/get_security_assessment_finding.py +31 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +43 -3
- pulumi_oci/datasafe/get_sensitive_column_analytics.py +370 -0
- pulumi_oci/datasafe/get_sensitive_data_model.py +15 -1
- pulumi_oci/datasafe/get_sensitive_type_group.py +253 -0
- pulumi_oci/datasafe/get_sensitive_type_group_grouped_sensitive_types.py +166 -0
- pulumi_oci/datasafe/get_sensitive_type_groups.py +294 -0
- pulumi_oci/datasafe/outputs.py +676 -3
- pulumi_oci/datasafe/sensitive_data_model.py +49 -0
- pulumi_oci/datasafe/sensitive_type_group.py +563 -0
- pulumi_oci/datasafe/sensitive_type_group_grouped_sensitive_type.py +287 -0
- pulumi_oci/datascience/__init__.py +4 -0
- pulumi_oci/datascience/_inputs.py +1160 -41
- pulumi_oci/datascience/get_model.py +29 -1
- pulumi_oci/datascience/get_model_custom_metadata_artifact_content.py +151 -0
- pulumi_oci/datascience/get_model_defined_metadata_artifact_content.py +151 -0
- pulumi_oci/datascience/get_model_version_set.py +15 -1
- pulumi_oci/datascience/get_model_version_sets.py +25 -3
- pulumi_oci/datascience/get_models.py +25 -3
- pulumi_oci/datascience/get_pipeline.py +15 -1
- pulumi_oci/datascience/model.py +64 -0
- pulumi_oci/datascience/model_custom_metadata_artifact.py +418 -0
- pulumi_oci/datascience/model_defined_metadata_artifact.py +418 -0
- pulumi_oci/datascience/model_version_set.py +28 -0
- pulumi_oci/datascience/outputs.py +4343 -2164
- pulumi_oci/datascience/pipeline.py +48 -141
- pulumi_oci/datascience/pipeline_run.py +32 -0
- pulumi_oci/dblm/__init__.py +17 -0
- pulumi_oci/dblm/_inputs.py +275 -0
- pulumi_oci/dblm/get_vulnerability.py +242 -0
- pulumi_oci/dblm/get_vulnerability_aggregated_vulnerability_data.py +220 -0
- pulumi_oci/dblm/get_vulnerability_notifications.py +144 -0
- pulumi_oci/dblm/get_vulnerability_resources.py +258 -0
- pulumi_oci/dblm/get_vulnerability_scan.py +267 -0
- pulumi_oci/dblm/get_vulnerability_scans.py +270 -0
- pulumi_oci/dblm/get_vulnerability_vulnerabilities.py +258 -0
- pulumi_oci/dblm/outputs.py +1294 -0
- pulumi_oci/dblm/vulnerability_scan.py +521 -0
- pulumi_oci/email/dkim.py +120 -20
- pulumi_oci/email/get_dkim.py +40 -1
- pulumi_oci/email/outputs.py +29 -0
- pulumi_oci/filestorage/__init__.py +3 -0
- pulumi_oci/filestorage/_inputs.py +49 -0
- pulumi_oci/filestorage/file_system.py +133 -0
- pulumi_oci/filestorage/file_system_quota_rule.py +593 -0
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +28 -0
- pulumi_oci/filestorage/get_file_system_quota_rule.py +248 -0
- pulumi_oci/filestorage/get_file_system_quota_rules.py +210 -0
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +15 -1
- pulumi_oci/filestorage/get_outbound_connector.py +15 -1
- pulumi_oci/filestorage/get_replication.py +15 -1
- pulumi_oci/filestorage/get_replication_target.py +15 -1
- pulumi_oci/filestorage/get_snapshot.py +15 -1
- pulumi_oci/filestorage/mount_target.py +28 -0
- pulumi_oci/filestorage/outbound_connector.py +28 -0
- pulumi_oci/filestorage/outputs.py +263 -0
- pulumi_oci/filestorage/replication.py +28 -0
- pulumi_oci/filestorage/snapshot.py +28 -0
- pulumi_oci/goldengate/connection.py +561 -162
- pulumi_oci/goldengate/database_registration.py +14 -14
- pulumi_oci/goldengate/get_connection.py +117 -6
- pulumi_oci/goldengate/outputs.py +96 -10
- pulumi_oci/jms/__init__.py +4 -0
- pulumi_oci/jms/_inputs.py +196 -0
- pulumi_oci/jms/get_fleet_error_analytics.py +163 -0
- pulumi_oci/jms/get_fleet_errors.py +264 -0
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +23 -1
- pulumi_oci/jms/get_jms_plugins.py +23 -1
- pulumi_oci/jms/get_plugin_error_analytics.py +163 -0
- pulumi_oci/jms/get_plugin_errors.py +264 -0
- pulumi_oci/jms/outputs.py +566 -6
- pulumi_oci/mysql/_inputs.py +1239 -10
- pulumi_oci/mysql/channel.py +28 -0
- pulumi_oci/mysql/get_channel.py +15 -1
- pulumi_oci/mysql/get_mysql_backup.py +15 -1
- pulumi_oci/mysql/get_mysql_configuration.py +15 -1
- pulumi_oci/mysql/get_mysql_db_system.py +15 -1
- pulumi_oci/mysql/mysql_backup.py +28 -0
- pulumi_oci/mysql/mysql_configuration.py +106 -0
- pulumi_oci/mysql/mysql_db_system.py +36 -0
- pulumi_oci/mysql/outputs.py +2008 -35
- pulumi_oci/opensearch/__init__.py +3 -0
- pulumi_oci/opensearch/_inputs.py +101 -0
- pulumi_oci/opensearch/cluster.py +76 -29
- pulumi_oci/opensearch/get_opensearch_cluster.py +12 -1
- pulumi_oci/opensearch/get_opensearch_cluster_pipeline.py +433 -0
- pulumi_oci/opensearch/get_opensearch_cluster_pipelines.py +218 -0
- pulumi_oci/opensearch/opensearch_cluster_pipeline.py +1172 -0
- pulumi_oci/opensearch/outputs.py +425 -0
- pulumi_oci/provider.py +20 -0
- pulumi_oci/psql/_inputs.py +258 -0
- pulumi_oci/psql/backup.py +129 -28
- pulumi_oci/psql/db_system.py +10 -0
- pulumi_oci/psql/get_backup.py +47 -2
- pulumi_oci/psql/get_backups.py +3 -0
- pulumi_oci/psql/get_configurations.py +23 -1
- pulumi_oci/psql/get_db_system.py +1 -1
- pulumi_oci/psql/get_db_systems.py +1 -1
- pulumi_oci/psql/outputs.py +541 -5
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/redis_cluster.py +7 -7
- pulumi_oci/stackmonitoring/__init__.py +8 -0
- pulumi_oci/stackmonitoring/_inputs.py +372 -1
- pulumi_oci/stackmonitoring/get_defined_monitoring_templates.py +185 -0
- pulumi_oci/stackmonitoring/get_metric_extension.py +1 -1
- pulumi_oci/stackmonitoring/get_monitored_resource_type.py +15 -1
- pulumi_oci/stackmonitoring/get_monitoring_template.py +380 -0
- pulumi_oci/stackmonitoring/get_monitoring_template_alarm_condition.py +318 -0
- pulumi_oci/stackmonitoring/get_monitoring_template_alarm_conditions.py +262 -0
- pulumi_oci/stackmonitoring/get_monitoring_templates.py +289 -0
- pulumi_oci/stackmonitoring/metric_extension.py +4 -4
- pulumi_oci/stackmonitoring/monitored_resource_type.py +30 -0
- pulumi_oci/stackmonitoring/monitoring_template.py +954 -0
- pulumi_oci/stackmonitoring/monitoring_template_alarm_condition.py +780 -0
- pulumi_oci/stackmonitoring/monitoring_template_monitoring_template_on_given_resources_management.py +253 -0
- pulumi_oci/stackmonitoring/outputs.py +1305 -118
- pulumi_oci/tenantmanagercontrolplane/__init__.py +33 -0
- pulumi_oci/tenantmanagercontrolplane/_inputs.py +685 -0
- pulumi_oci/tenantmanagercontrolplane/get_assigned_subscription.py +478 -0
- pulumi_oci/tenantmanagercontrolplane/get_assigned_subscription_line_items.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_assigned_subscriptions.py +188 -0
- pulumi_oci/tenantmanagercontrolplane/get_domain.py +253 -0
- pulumi_oci/tenantmanagercontrolplane/get_domain_governance.py +281 -0
- pulumi_oci/tenantmanagercontrolplane/get_domain_governances.py +226 -0
- pulumi_oci/tenantmanagercontrolplane/get_domains.py +226 -0
- pulumi_oci/tenantmanagercontrolplane/get_link.py +197 -0
- pulumi_oci/tenantmanagercontrolplane/get_links.py +191 -0
- pulumi_oci/tenantmanagercontrolplane/get_organization.py +211 -0
- pulumi_oci/tenantmanagercontrolplane/get_organization_tenancies.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_organization_tenancy.py +233 -0
- pulumi_oci/tenantmanagercontrolplane/get_organizations.py +147 -0
- pulumi_oci/tenantmanagercontrolplane/get_recipient_invitation.py +295 -0
- pulumi_oci/tenantmanagercontrolplane/get_recipient_invitations.py +213 -0
- pulumi_oci/tenantmanagercontrolplane/get_sender_invitation.py +295 -0
- pulumi_oci/tenantmanagercontrolplane/get_sender_invitations.py +235 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription.py +464 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_available_regions.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_line_items.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_mapping.py +211 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_mappings.py +210 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscriptions.py +188 -0
- pulumi_oci/tenantmanagercontrolplane/outputs.py +3257 -0
- pulumi_oci/tenantmanagercontrolplane/subscription_mapping.py +409 -0
- pulumi_oci/vault/__init__.py +1 -1
- pulumi_oci/vault/_inputs.py +92 -0
- pulumi_oci/vault/get_secret.py +40 -1
- pulumi_oci/vault/{get_secret_version.py → get_secret_version_sdk_v2.py} +32 -77
- pulumi_oci/vault/outputs.py +210 -0
- pulumi_oci/vault/secret.py +122 -0
- {pulumi_oci-2.25.0a1740032973.dist-info → pulumi_oci-2.26.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.25.0a1740032973.dist-info → pulumi_oci-2.26.0.dist-info}/RECORD +218 -150
- {pulumi_oci-2.25.0a1740032973.dist-info → pulumi_oci-2.26.0.dist-info}/WHEEL +1 -1
- {pulumi_oci-2.25.0a1740032973.dist-info → pulumi_oci-2.26.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,226 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
from ._inputs import *
|
18
|
+
|
19
|
+
__all__ = [
|
20
|
+
'GetDomainsResult',
|
21
|
+
'AwaitableGetDomainsResult',
|
22
|
+
'get_domains',
|
23
|
+
'get_domains_output',
|
24
|
+
]
|
25
|
+
|
26
|
+
@pulumi.output_type
|
27
|
+
class GetDomainsResult:
|
28
|
+
"""
|
29
|
+
A collection of values returned by getDomains.
|
30
|
+
"""
|
31
|
+
def __init__(__self__, compartment_id=None, domain_collections=None, domain_id=None, filters=None, id=None, name=None, state=None, status=None):
|
32
|
+
if compartment_id and not isinstance(compartment_id, str):
|
33
|
+
raise TypeError("Expected argument 'compartment_id' to be a str")
|
34
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
35
|
+
if domain_collections and not isinstance(domain_collections, list):
|
36
|
+
raise TypeError("Expected argument 'domain_collections' to be a list")
|
37
|
+
pulumi.set(__self__, "domain_collections", domain_collections)
|
38
|
+
if domain_id and not isinstance(domain_id, str):
|
39
|
+
raise TypeError("Expected argument 'domain_id' to be a str")
|
40
|
+
pulumi.set(__self__, "domain_id", domain_id)
|
41
|
+
if filters and not isinstance(filters, list):
|
42
|
+
raise TypeError("Expected argument 'filters' to be a list")
|
43
|
+
pulumi.set(__self__, "filters", filters)
|
44
|
+
if id and not isinstance(id, str):
|
45
|
+
raise TypeError("Expected argument 'id' to be a str")
|
46
|
+
pulumi.set(__self__, "id", id)
|
47
|
+
if name and not isinstance(name, str):
|
48
|
+
raise TypeError("Expected argument 'name' to be a str")
|
49
|
+
pulumi.set(__self__, "name", name)
|
50
|
+
if state and not isinstance(state, str):
|
51
|
+
raise TypeError("Expected argument 'state' to be a str")
|
52
|
+
pulumi.set(__self__, "state", state)
|
53
|
+
if status and not isinstance(status, str):
|
54
|
+
raise TypeError("Expected argument 'status' to be a str")
|
55
|
+
pulumi.set(__self__, "status", status)
|
56
|
+
|
57
|
+
@property
|
58
|
+
@pulumi.getter(name="compartmentId")
|
59
|
+
def compartment_id(self) -> str:
|
60
|
+
return pulumi.get(self, "compartment_id")
|
61
|
+
|
62
|
+
@property
|
63
|
+
@pulumi.getter(name="domainCollections")
|
64
|
+
def domain_collections(self) -> Sequence['outputs.GetDomainsDomainCollectionResult']:
|
65
|
+
"""
|
66
|
+
The list of domain_collection.
|
67
|
+
"""
|
68
|
+
return pulumi.get(self, "domain_collections")
|
69
|
+
|
70
|
+
@property
|
71
|
+
@pulumi.getter(name="domainId")
|
72
|
+
def domain_id(self) -> Optional[str]:
|
73
|
+
return pulumi.get(self, "domain_id")
|
74
|
+
|
75
|
+
@property
|
76
|
+
@pulumi.getter
|
77
|
+
def filters(self) -> Optional[Sequence['outputs.GetDomainsFilterResult']]:
|
78
|
+
return pulumi.get(self, "filters")
|
79
|
+
|
80
|
+
@property
|
81
|
+
@pulumi.getter
|
82
|
+
def id(self) -> str:
|
83
|
+
"""
|
84
|
+
The provider-assigned unique ID for this managed resource.
|
85
|
+
"""
|
86
|
+
return pulumi.get(self, "id")
|
87
|
+
|
88
|
+
@property
|
89
|
+
@pulumi.getter
|
90
|
+
def name(self) -> Optional[str]:
|
91
|
+
return pulumi.get(self, "name")
|
92
|
+
|
93
|
+
@property
|
94
|
+
@pulumi.getter
|
95
|
+
def state(self) -> Optional[str]:
|
96
|
+
"""
|
97
|
+
Lifecycle state of the domain.
|
98
|
+
"""
|
99
|
+
return pulumi.get(self, "state")
|
100
|
+
|
101
|
+
@property
|
102
|
+
@pulumi.getter
|
103
|
+
def status(self) -> Optional[str]:
|
104
|
+
"""
|
105
|
+
Status of the domain.
|
106
|
+
"""
|
107
|
+
return pulumi.get(self, "status")
|
108
|
+
|
109
|
+
|
110
|
+
class AwaitableGetDomainsResult(GetDomainsResult):
|
111
|
+
# pylint: disable=using-constant-test
|
112
|
+
def __await__(self):
|
113
|
+
if False:
|
114
|
+
yield self
|
115
|
+
return GetDomainsResult(
|
116
|
+
compartment_id=self.compartment_id,
|
117
|
+
domain_collections=self.domain_collections,
|
118
|
+
domain_id=self.domain_id,
|
119
|
+
filters=self.filters,
|
120
|
+
id=self.id,
|
121
|
+
name=self.name,
|
122
|
+
state=self.state,
|
123
|
+
status=self.status)
|
124
|
+
|
125
|
+
|
126
|
+
def get_domains(compartment_id: Optional[str] = None,
|
127
|
+
domain_id: Optional[str] = None,
|
128
|
+
filters: Optional[Sequence[Union['GetDomainsFilterArgs', 'GetDomainsFilterArgsDict']]] = None,
|
129
|
+
name: Optional[str] = None,
|
130
|
+
state: Optional[str] = None,
|
131
|
+
status: Optional[str] = None,
|
132
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDomainsResult:
|
133
|
+
"""
|
134
|
+
This data source provides the list of Domains in Oracle Cloud Infrastructure Tenantmanagercontrolplane service.
|
135
|
+
|
136
|
+
Return a (paginated) list of domains.
|
137
|
+
|
138
|
+
## Example Usage
|
139
|
+
|
140
|
+
```python
|
141
|
+
import pulumi
|
142
|
+
import pulumi_oci as oci
|
143
|
+
|
144
|
+
test_domains = oci.Tenantmanagercontrolplane.get_domains(compartment_id=compartment_id,
|
145
|
+
domain_id=test_domain["id"],
|
146
|
+
name=domain_name,
|
147
|
+
state=domain_state,
|
148
|
+
status=domain_status)
|
149
|
+
```
|
150
|
+
|
151
|
+
|
152
|
+
:param str compartment_id: The ID of the compartment in which to list resources.
|
153
|
+
:param str domain_id: The domain OCID.
|
154
|
+
:param str name: A filter to return only resources that exactly match the name given.
|
155
|
+
:param str state: The lifecycle state of the resource.
|
156
|
+
:param str status: The status of the domain.
|
157
|
+
"""
|
158
|
+
__args__ = dict()
|
159
|
+
__args__['compartmentId'] = compartment_id
|
160
|
+
__args__['domainId'] = domain_id
|
161
|
+
__args__['filters'] = filters
|
162
|
+
__args__['name'] = name
|
163
|
+
__args__['state'] = state
|
164
|
+
__args__['status'] = status
|
165
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
166
|
+
__ret__ = pulumi.runtime.invoke('oci:Tenantmanagercontrolplane/getDomains:getDomains', __args__, opts=opts, typ=GetDomainsResult).value
|
167
|
+
|
168
|
+
return AwaitableGetDomainsResult(
|
169
|
+
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
170
|
+
domain_collections=pulumi.get(__ret__, 'domain_collections'),
|
171
|
+
domain_id=pulumi.get(__ret__, 'domain_id'),
|
172
|
+
filters=pulumi.get(__ret__, 'filters'),
|
173
|
+
id=pulumi.get(__ret__, 'id'),
|
174
|
+
name=pulumi.get(__ret__, 'name'),
|
175
|
+
state=pulumi.get(__ret__, 'state'),
|
176
|
+
status=pulumi.get(__ret__, 'status'))
|
177
|
+
def get_domains_output(compartment_id: Optional[pulumi.Input[str]] = None,
|
178
|
+
domain_id: Optional[pulumi.Input[Optional[str]]] = None,
|
179
|
+
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetDomainsFilterArgs', 'GetDomainsFilterArgsDict']]]]] = None,
|
180
|
+
name: Optional[pulumi.Input[Optional[str]]] = None,
|
181
|
+
state: Optional[pulumi.Input[Optional[str]]] = None,
|
182
|
+
status: Optional[pulumi.Input[Optional[str]]] = None,
|
183
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDomainsResult]:
|
184
|
+
"""
|
185
|
+
This data source provides the list of Domains in Oracle Cloud Infrastructure Tenantmanagercontrolplane service.
|
186
|
+
|
187
|
+
Return a (paginated) list of domains.
|
188
|
+
|
189
|
+
## Example Usage
|
190
|
+
|
191
|
+
```python
|
192
|
+
import pulumi
|
193
|
+
import pulumi_oci as oci
|
194
|
+
|
195
|
+
test_domains = oci.Tenantmanagercontrolplane.get_domains(compartment_id=compartment_id,
|
196
|
+
domain_id=test_domain["id"],
|
197
|
+
name=domain_name,
|
198
|
+
state=domain_state,
|
199
|
+
status=domain_status)
|
200
|
+
```
|
201
|
+
|
202
|
+
|
203
|
+
:param str compartment_id: The ID of the compartment in which to list resources.
|
204
|
+
:param str domain_id: The domain OCID.
|
205
|
+
:param str name: A filter to return only resources that exactly match the name given.
|
206
|
+
:param str state: The lifecycle state of the resource.
|
207
|
+
:param str status: The status of the domain.
|
208
|
+
"""
|
209
|
+
__args__ = dict()
|
210
|
+
__args__['compartmentId'] = compartment_id
|
211
|
+
__args__['domainId'] = domain_id
|
212
|
+
__args__['filters'] = filters
|
213
|
+
__args__['name'] = name
|
214
|
+
__args__['state'] = state
|
215
|
+
__args__['status'] = status
|
216
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
217
|
+
__ret__ = pulumi.runtime.invoke_output('oci:Tenantmanagercontrolplane/getDomains:getDomains', __args__, opts=opts, typ=GetDomainsResult)
|
218
|
+
return __ret__.apply(lambda __response__: GetDomainsResult(
|
219
|
+
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
220
|
+
domain_collections=pulumi.get(__response__, 'domain_collections'),
|
221
|
+
domain_id=pulumi.get(__response__, 'domain_id'),
|
222
|
+
filters=pulumi.get(__response__, 'filters'),
|
223
|
+
id=pulumi.get(__response__, 'id'),
|
224
|
+
name=pulumi.get(__response__, 'name'),
|
225
|
+
state=pulumi.get(__response__, 'state'),
|
226
|
+
status=pulumi.get(__response__, 'status')))
|
@@ -0,0 +1,197 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
|
17
|
+
__all__ = [
|
18
|
+
'GetLinkResult',
|
19
|
+
'AwaitableGetLinkResult',
|
20
|
+
'get_link',
|
21
|
+
'get_link_output',
|
22
|
+
]
|
23
|
+
|
24
|
+
@pulumi.output_type
|
25
|
+
class GetLinkResult:
|
26
|
+
"""
|
27
|
+
A collection of values returned by getLink.
|
28
|
+
"""
|
29
|
+
def __init__(__self__, child_tenancy_id=None, id=None, link_id=None, parent_tenancy_id=None, state=None, time_created=None, time_terminated=None, time_updated=None):
|
30
|
+
if child_tenancy_id and not isinstance(child_tenancy_id, str):
|
31
|
+
raise TypeError("Expected argument 'child_tenancy_id' to be a str")
|
32
|
+
pulumi.set(__self__, "child_tenancy_id", child_tenancy_id)
|
33
|
+
if id and not isinstance(id, str):
|
34
|
+
raise TypeError("Expected argument 'id' to be a str")
|
35
|
+
pulumi.set(__self__, "id", id)
|
36
|
+
if link_id and not isinstance(link_id, str):
|
37
|
+
raise TypeError("Expected argument 'link_id' to be a str")
|
38
|
+
pulumi.set(__self__, "link_id", link_id)
|
39
|
+
if parent_tenancy_id and not isinstance(parent_tenancy_id, str):
|
40
|
+
raise TypeError("Expected argument 'parent_tenancy_id' to be a str")
|
41
|
+
pulumi.set(__self__, "parent_tenancy_id", parent_tenancy_id)
|
42
|
+
if state and not isinstance(state, str):
|
43
|
+
raise TypeError("Expected argument 'state' to be a str")
|
44
|
+
pulumi.set(__self__, "state", state)
|
45
|
+
if time_created and not isinstance(time_created, str):
|
46
|
+
raise TypeError("Expected argument 'time_created' to be a str")
|
47
|
+
pulumi.set(__self__, "time_created", time_created)
|
48
|
+
if time_terminated and not isinstance(time_terminated, str):
|
49
|
+
raise TypeError("Expected argument 'time_terminated' to be a str")
|
50
|
+
pulumi.set(__self__, "time_terminated", time_terminated)
|
51
|
+
if time_updated and not isinstance(time_updated, str):
|
52
|
+
raise TypeError("Expected argument 'time_updated' to be a str")
|
53
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
54
|
+
|
55
|
+
@property
|
56
|
+
@pulumi.getter(name="childTenancyId")
|
57
|
+
def child_tenancy_id(self) -> str:
|
58
|
+
"""
|
59
|
+
OCID of the child tenancy.
|
60
|
+
"""
|
61
|
+
return pulumi.get(self, "child_tenancy_id")
|
62
|
+
|
63
|
+
@property
|
64
|
+
@pulumi.getter
|
65
|
+
def id(self) -> str:
|
66
|
+
"""
|
67
|
+
The provider-assigned unique ID for this managed resource.
|
68
|
+
"""
|
69
|
+
return pulumi.get(self, "id")
|
70
|
+
|
71
|
+
@property
|
72
|
+
@pulumi.getter(name="linkId")
|
73
|
+
def link_id(self) -> str:
|
74
|
+
return pulumi.get(self, "link_id")
|
75
|
+
|
76
|
+
@property
|
77
|
+
@pulumi.getter(name="parentTenancyId")
|
78
|
+
def parent_tenancy_id(self) -> str:
|
79
|
+
"""
|
80
|
+
OCID of the parent tenancy.
|
81
|
+
"""
|
82
|
+
return pulumi.get(self, "parent_tenancy_id")
|
83
|
+
|
84
|
+
@property
|
85
|
+
@pulumi.getter
|
86
|
+
def state(self) -> str:
|
87
|
+
"""
|
88
|
+
Lifecycle state of the link.
|
89
|
+
"""
|
90
|
+
return pulumi.get(self, "state")
|
91
|
+
|
92
|
+
@property
|
93
|
+
@pulumi.getter(name="timeCreated")
|
94
|
+
def time_created(self) -> str:
|
95
|
+
"""
|
96
|
+
Date-time when this link was created.
|
97
|
+
"""
|
98
|
+
return pulumi.get(self, "time_created")
|
99
|
+
|
100
|
+
@property
|
101
|
+
@pulumi.getter(name="timeTerminated")
|
102
|
+
def time_terminated(self) -> str:
|
103
|
+
"""
|
104
|
+
Date-time when this link was terminated.
|
105
|
+
"""
|
106
|
+
return pulumi.get(self, "time_terminated")
|
107
|
+
|
108
|
+
@property
|
109
|
+
@pulumi.getter(name="timeUpdated")
|
110
|
+
def time_updated(self) -> str:
|
111
|
+
"""
|
112
|
+
Date-time when this link was last updated.
|
113
|
+
"""
|
114
|
+
return pulumi.get(self, "time_updated")
|
115
|
+
|
116
|
+
|
117
|
+
class AwaitableGetLinkResult(GetLinkResult):
|
118
|
+
# pylint: disable=using-constant-test
|
119
|
+
def __await__(self):
|
120
|
+
if False:
|
121
|
+
yield self
|
122
|
+
return GetLinkResult(
|
123
|
+
child_tenancy_id=self.child_tenancy_id,
|
124
|
+
id=self.id,
|
125
|
+
link_id=self.link_id,
|
126
|
+
parent_tenancy_id=self.parent_tenancy_id,
|
127
|
+
state=self.state,
|
128
|
+
time_created=self.time_created,
|
129
|
+
time_terminated=self.time_terminated,
|
130
|
+
time_updated=self.time_updated)
|
131
|
+
|
132
|
+
|
133
|
+
def get_link(link_id: Optional[str] = None,
|
134
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetLinkResult:
|
135
|
+
"""
|
136
|
+
This data source provides details about a specific Link resource in Oracle Cloud Infrastructure Tenantmanagercontrolplane service.
|
137
|
+
|
138
|
+
Gets information about the link.
|
139
|
+
|
140
|
+
## Example Usage
|
141
|
+
|
142
|
+
```python
|
143
|
+
import pulumi
|
144
|
+
import pulumi_oci as oci
|
145
|
+
|
146
|
+
test_link = oci.Tenantmanagercontrolplane.get_link(link_id=test_link_oci_tenantmanagercontrolplane_link["id"])
|
147
|
+
```
|
148
|
+
|
149
|
+
|
150
|
+
:param str link_id: OCID of the link to retrieve.
|
151
|
+
"""
|
152
|
+
__args__ = dict()
|
153
|
+
__args__['linkId'] = link_id
|
154
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
155
|
+
__ret__ = pulumi.runtime.invoke('oci:Tenantmanagercontrolplane/getLink:getLink', __args__, opts=opts, typ=GetLinkResult).value
|
156
|
+
|
157
|
+
return AwaitableGetLinkResult(
|
158
|
+
child_tenancy_id=pulumi.get(__ret__, 'child_tenancy_id'),
|
159
|
+
id=pulumi.get(__ret__, 'id'),
|
160
|
+
link_id=pulumi.get(__ret__, 'link_id'),
|
161
|
+
parent_tenancy_id=pulumi.get(__ret__, 'parent_tenancy_id'),
|
162
|
+
state=pulumi.get(__ret__, 'state'),
|
163
|
+
time_created=pulumi.get(__ret__, 'time_created'),
|
164
|
+
time_terminated=pulumi.get(__ret__, 'time_terminated'),
|
165
|
+
time_updated=pulumi.get(__ret__, 'time_updated'))
|
166
|
+
def get_link_output(link_id: Optional[pulumi.Input[str]] = None,
|
167
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetLinkResult]:
|
168
|
+
"""
|
169
|
+
This data source provides details about a specific Link resource in Oracle Cloud Infrastructure Tenantmanagercontrolplane service.
|
170
|
+
|
171
|
+
Gets information about the link.
|
172
|
+
|
173
|
+
## Example Usage
|
174
|
+
|
175
|
+
```python
|
176
|
+
import pulumi
|
177
|
+
import pulumi_oci as oci
|
178
|
+
|
179
|
+
test_link = oci.Tenantmanagercontrolplane.get_link(link_id=test_link_oci_tenantmanagercontrolplane_link["id"])
|
180
|
+
```
|
181
|
+
|
182
|
+
|
183
|
+
:param str link_id: OCID of the link to retrieve.
|
184
|
+
"""
|
185
|
+
__args__ = dict()
|
186
|
+
__args__['linkId'] = link_id
|
187
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
188
|
+
__ret__ = pulumi.runtime.invoke_output('oci:Tenantmanagercontrolplane/getLink:getLink', __args__, opts=opts, typ=GetLinkResult)
|
189
|
+
return __ret__.apply(lambda __response__: GetLinkResult(
|
190
|
+
child_tenancy_id=pulumi.get(__response__, 'child_tenancy_id'),
|
191
|
+
id=pulumi.get(__response__, 'id'),
|
192
|
+
link_id=pulumi.get(__response__, 'link_id'),
|
193
|
+
parent_tenancy_id=pulumi.get(__response__, 'parent_tenancy_id'),
|
194
|
+
state=pulumi.get(__response__, 'state'),
|
195
|
+
time_created=pulumi.get(__response__, 'time_created'),
|
196
|
+
time_terminated=pulumi.get(__response__, 'time_terminated'),
|
197
|
+
time_updated=pulumi.get(__response__, 'time_updated')))
|
@@ -0,0 +1,191 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
from ._inputs import *
|
18
|
+
|
19
|
+
__all__ = [
|
20
|
+
'GetLinksResult',
|
21
|
+
'AwaitableGetLinksResult',
|
22
|
+
'get_links',
|
23
|
+
'get_links_output',
|
24
|
+
]
|
25
|
+
|
26
|
+
@pulumi.output_type
|
27
|
+
class GetLinksResult:
|
28
|
+
"""
|
29
|
+
A collection of values returned by getLinks.
|
30
|
+
"""
|
31
|
+
def __init__(__self__, child_tenancy_id=None, filters=None, id=None, link_collections=None, parent_tenancy_id=None, state=None):
|
32
|
+
if child_tenancy_id and not isinstance(child_tenancy_id, str):
|
33
|
+
raise TypeError("Expected argument 'child_tenancy_id' to be a str")
|
34
|
+
pulumi.set(__self__, "child_tenancy_id", child_tenancy_id)
|
35
|
+
if filters and not isinstance(filters, list):
|
36
|
+
raise TypeError("Expected argument 'filters' to be a list")
|
37
|
+
pulumi.set(__self__, "filters", filters)
|
38
|
+
if id and not isinstance(id, str):
|
39
|
+
raise TypeError("Expected argument 'id' to be a str")
|
40
|
+
pulumi.set(__self__, "id", id)
|
41
|
+
if link_collections and not isinstance(link_collections, list):
|
42
|
+
raise TypeError("Expected argument 'link_collections' to be a list")
|
43
|
+
pulumi.set(__self__, "link_collections", link_collections)
|
44
|
+
if parent_tenancy_id and not isinstance(parent_tenancy_id, str):
|
45
|
+
raise TypeError("Expected argument 'parent_tenancy_id' to be a str")
|
46
|
+
pulumi.set(__self__, "parent_tenancy_id", parent_tenancy_id)
|
47
|
+
if state and not isinstance(state, str):
|
48
|
+
raise TypeError("Expected argument 'state' to be a str")
|
49
|
+
pulumi.set(__self__, "state", state)
|
50
|
+
|
51
|
+
@property
|
52
|
+
@pulumi.getter(name="childTenancyId")
|
53
|
+
def child_tenancy_id(self) -> Optional[str]:
|
54
|
+
"""
|
55
|
+
OCID of the child tenancy.
|
56
|
+
"""
|
57
|
+
return pulumi.get(self, "child_tenancy_id")
|
58
|
+
|
59
|
+
@property
|
60
|
+
@pulumi.getter
|
61
|
+
def filters(self) -> Optional[Sequence['outputs.GetLinksFilterResult']]:
|
62
|
+
return pulumi.get(self, "filters")
|
63
|
+
|
64
|
+
@property
|
65
|
+
@pulumi.getter
|
66
|
+
def id(self) -> str:
|
67
|
+
"""
|
68
|
+
The provider-assigned unique ID for this managed resource.
|
69
|
+
"""
|
70
|
+
return pulumi.get(self, "id")
|
71
|
+
|
72
|
+
@property
|
73
|
+
@pulumi.getter(name="linkCollections")
|
74
|
+
def link_collections(self) -> Sequence['outputs.GetLinksLinkCollectionResult']:
|
75
|
+
"""
|
76
|
+
The list of link_collection.
|
77
|
+
"""
|
78
|
+
return pulumi.get(self, "link_collections")
|
79
|
+
|
80
|
+
@property
|
81
|
+
@pulumi.getter(name="parentTenancyId")
|
82
|
+
def parent_tenancy_id(self) -> Optional[str]:
|
83
|
+
"""
|
84
|
+
OCID of the parent tenancy.
|
85
|
+
"""
|
86
|
+
return pulumi.get(self, "parent_tenancy_id")
|
87
|
+
|
88
|
+
@property
|
89
|
+
@pulumi.getter
|
90
|
+
def state(self) -> Optional[str]:
|
91
|
+
"""
|
92
|
+
Lifecycle state of the link.
|
93
|
+
"""
|
94
|
+
return pulumi.get(self, "state")
|
95
|
+
|
96
|
+
|
97
|
+
class AwaitableGetLinksResult(GetLinksResult):
|
98
|
+
# pylint: disable=using-constant-test
|
99
|
+
def __await__(self):
|
100
|
+
if False:
|
101
|
+
yield self
|
102
|
+
return GetLinksResult(
|
103
|
+
child_tenancy_id=self.child_tenancy_id,
|
104
|
+
filters=self.filters,
|
105
|
+
id=self.id,
|
106
|
+
link_collections=self.link_collections,
|
107
|
+
parent_tenancy_id=self.parent_tenancy_id,
|
108
|
+
state=self.state)
|
109
|
+
|
110
|
+
|
111
|
+
def get_links(child_tenancy_id: Optional[str] = None,
|
112
|
+
filters: Optional[Sequence[Union['GetLinksFilterArgs', 'GetLinksFilterArgsDict']]] = None,
|
113
|
+
parent_tenancy_id: Optional[str] = None,
|
114
|
+
state: Optional[str] = None,
|
115
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetLinksResult:
|
116
|
+
"""
|
117
|
+
This data source provides the list of Links in Oracle Cloud Infrastructure Tenantmanagercontrolplane service.
|
118
|
+
|
119
|
+
Return a (paginated) list of links.
|
120
|
+
|
121
|
+
## Example Usage
|
122
|
+
|
123
|
+
```python
|
124
|
+
import pulumi
|
125
|
+
import pulumi_oci as oci
|
126
|
+
|
127
|
+
test_links = oci.Tenantmanagercontrolplane.get_links(child_tenancy_id=test_tenancy["id"],
|
128
|
+
parent_tenancy_id=test_tenancy["id"],
|
129
|
+
state=link_state)
|
130
|
+
```
|
131
|
+
|
132
|
+
|
133
|
+
:param str child_tenancy_id: The ID of the child tenancy this link is associated with.
|
134
|
+
:param str parent_tenancy_id: The ID of the parent tenancy this link is associated with.
|
135
|
+
:param str state: The lifecycle state of the resource.
|
136
|
+
"""
|
137
|
+
__args__ = dict()
|
138
|
+
__args__['childTenancyId'] = child_tenancy_id
|
139
|
+
__args__['filters'] = filters
|
140
|
+
__args__['parentTenancyId'] = parent_tenancy_id
|
141
|
+
__args__['state'] = state
|
142
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
143
|
+
__ret__ = pulumi.runtime.invoke('oci:Tenantmanagercontrolplane/getLinks:getLinks', __args__, opts=opts, typ=GetLinksResult).value
|
144
|
+
|
145
|
+
return AwaitableGetLinksResult(
|
146
|
+
child_tenancy_id=pulumi.get(__ret__, 'child_tenancy_id'),
|
147
|
+
filters=pulumi.get(__ret__, 'filters'),
|
148
|
+
id=pulumi.get(__ret__, 'id'),
|
149
|
+
link_collections=pulumi.get(__ret__, 'link_collections'),
|
150
|
+
parent_tenancy_id=pulumi.get(__ret__, 'parent_tenancy_id'),
|
151
|
+
state=pulumi.get(__ret__, 'state'))
|
152
|
+
def get_links_output(child_tenancy_id: Optional[pulumi.Input[Optional[str]]] = None,
|
153
|
+
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetLinksFilterArgs', 'GetLinksFilterArgsDict']]]]] = None,
|
154
|
+
parent_tenancy_id: Optional[pulumi.Input[Optional[str]]] = None,
|
155
|
+
state: Optional[pulumi.Input[Optional[str]]] = None,
|
156
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetLinksResult]:
|
157
|
+
"""
|
158
|
+
This data source provides the list of Links in Oracle Cloud Infrastructure Tenantmanagercontrolplane service.
|
159
|
+
|
160
|
+
Return a (paginated) list of links.
|
161
|
+
|
162
|
+
## Example Usage
|
163
|
+
|
164
|
+
```python
|
165
|
+
import pulumi
|
166
|
+
import pulumi_oci as oci
|
167
|
+
|
168
|
+
test_links = oci.Tenantmanagercontrolplane.get_links(child_tenancy_id=test_tenancy["id"],
|
169
|
+
parent_tenancy_id=test_tenancy["id"],
|
170
|
+
state=link_state)
|
171
|
+
```
|
172
|
+
|
173
|
+
|
174
|
+
:param str child_tenancy_id: The ID of the child tenancy this link is associated with.
|
175
|
+
:param str parent_tenancy_id: The ID of the parent tenancy this link is associated with.
|
176
|
+
:param str state: The lifecycle state of the resource.
|
177
|
+
"""
|
178
|
+
__args__ = dict()
|
179
|
+
__args__['childTenancyId'] = child_tenancy_id
|
180
|
+
__args__['filters'] = filters
|
181
|
+
__args__['parentTenancyId'] = parent_tenancy_id
|
182
|
+
__args__['state'] = state
|
183
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
184
|
+
__ret__ = pulumi.runtime.invoke_output('oci:Tenantmanagercontrolplane/getLinks:getLinks', __args__, opts=opts, typ=GetLinksResult)
|
185
|
+
return __ret__.apply(lambda __response__: GetLinksResult(
|
186
|
+
child_tenancy_id=pulumi.get(__response__, 'child_tenancy_id'),
|
187
|
+
filters=pulumi.get(__response__, 'filters'),
|
188
|
+
id=pulumi.get(__response__, 'id'),
|
189
|
+
link_collections=pulumi.get(__response__, 'link_collections'),
|
190
|
+
parent_tenancy_id=pulumi.get(__response__, 'parent_tenancy_id'),
|
191
|
+
state=pulumi.get(__response__, 'state')))
|