pulumi-oci 1.36.0__py3-none-any.whl → 1.36.0a1715707046__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.
Files changed (119) hide show
  1. pulumi_oci/__init__.py +0 -208
  2. pulumi_oci/core/__init__.py +0 -3
  3. pulumi_oci/core/_inputs.py +0 -40
  4. pulumi_oci/core/outputs.py +0 -261
  5. pulumi_oci/database/_inputs.py +0 -192
  6. pulumi_oci/database/exadata_infrastructure.py +0 -28
  7. pulumi_oci/database/get_exadata_infrastructure.py +1 -14
  8. pulumi_oci/database/get_vm_cluster.py +1 -14
  9. pulumi_oci/database/outputs.py +0 -418
  10. pulumi_oci/database/vm_cluster.py +0 -55
  11. pulumi_oci/database/vm_cluster_add_virtual_network.py +0 -28
  12. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +0 -28
  13. pulumi_oci/datasafe/__init__.py +0 -1
  14. pulumi_oci/email/__init__.py +0 -3
  15. pulumi_oci/email/_inputs.py +0 -46
  16. pulumi_oci/email/dkim.py +4 -4
  17. pulumi_oci/email/email_domain.py +0 -77
  18. pulumi_oci/email/get_email_domain.py +1 -27
  19. pulumi_oci/email/outputs.py +0 -231
  20. pulumi_oci/loadbalancer/_inputs.py +0 -16
  21. pulumi_oci/loadbalancer/listener.py +0 -2
  22. pulumi_oci/loadbalancer/outputs.py +0 -14
  23. pulumi_oci/loganalytics/namespace.py +4 -4
  24. pulumi_oci/networkloadbalancer/get_listener.py +1 -14
  25. pulumi_oci/networkloadbalancer/listener.py +2 -51
  26. pulumi_oci/networkloadbalancer/outputs.py +0 -11
  27. pulumi_oci/osmanagementhub/__init__.py +0 -48
  28. pulumi_oci/osmanagementhub/_inputs.py +507 -3649
  29. pulumi_oci/osmanagementhub/get_lifecycle_environment.py +13 -26
  30. pulumi_oci/osmanagementhub/get_lifecycle_environments.py +11 -48
  31. pulumi_oci/osmanagementhub/get_lifecycle_stage.py +15 -28
  32. pulumi_oci/osmanagementhub/get_lifecycle_stages.py +19 -86
  33. pulumi_oci/osmanagementhub/get_managed_instance_group.py +10 -62
  34. pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +9 -7
  35. pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +7 -7
  36. pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +10 -8
  37. pulumi_oci/osmanagementhub/get_managed_instance_groups.py +16 -71
  38. pulumi_oci/osmanagementhub/get_management_station.py +19 -42
  39. pulumi_oci/osmanagementhub/get_management_station_mirrors.py +4 -4
  40. pulumi_oci/osmanagementhub/get_management_stations.py +15 -15
  41. pulumi_oci/osmanagementhub/get_profile.py +12 -51
  42. pulumi_oci/osmanagementhub/get_profiles.py +16 -76
  43. pulumi_oci/osmanagementhub/get_software_source.py +18 -109
  44. pulumi_oci/osmanagementhub/get_software_source_module_stream.py +5 -5
  45. pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +6 -6
  46. pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +8 -8
  47. pulumi_oci/osmanagementhub/get_software_source_module_streams.py +9 -9
  48. pulumi_oci/osmanagementhub/get_software_source_package_group.py +8 -8
  49. pulumi_oci/osmanagementhub/get_software_source_package_groups.py +7 -7
  50. pulumi_oci/osmanagementhub/get_software_source_software_package.py +10 -23
  51. pulumi_oci/osmanagementhub/get_software_source_software_packages.py +6 -6
  52. pulumi_oci/osmanagementhub/get_software_source_vendors.py +2 -2
  53. pulumi_oci/osmanagementhub/get_software_sources.py +21 -78
  54. pulumi_oci/osmanagementhub/lifecycle_environment.py +86 -159
  55. pulumi_oci/osmanagementhub/managed_instance_group.py +86 -264
  56. pulumi_oci/osmanagementhub/management_station.py +81 -184
  57. pulumi_oci/osmanagementhub/outputs.py +2364 -10866
  58. pulumi_oci/osmanagementhub/profile.py +78 -200
  59. pulumi_oci/osmanagementhub/software_source.py +181 -365
  60. pulumi_oci/pulumi-plugin.json +1 -1
  61. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715707046.dist-info}/METADATA +1 -1
  62. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715707046.dist-info}/RECORD +64 -119
  63. pulumi_oci/core/get_ip_inventory_subnet.py +0 -171
  64. pulumi_oci/core/get_ip_inventory_subnet_cidr.py +0 -171
  65. pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +0 -206
  66. pulumi_oci/datasafe/masking_report_management.py +0 -693
  67. pulumi_oci/email/email_return_path.py +0 -642
  68. pulumi_oci/email/get_email_return_path.py +0 -274
  69. pulumi_oci/email/get_email_return_paths.py +0 -203
  70. pulumi_oci/osmanagementhub/event.py +0 -701
  71. pulumi_oci/osmanagementhub/get_entitlements.py +0 -178
  72. pulumi_oci/osmanagementhub/get_errata.py +0 -283
  73. pulumi_oci/osmanagementhub/get_erratum.py +0 -308
  74. pulumi_oci/osmanagementhub/get_event.py +0 -314
  75. pulumi_oci/osmanagementhub/get_events.py +0 -314
  76. pulumi_oci/osmanagementhub/get_managed_instance.py +0 -587
  77. pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +0 -187
  78. pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +0 -190
  79. pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +0 -238
  80. pulumi_oci/osmanagementhub/get_managed_instance_errata.py +0 -204
  81. pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +0 -220
  82. pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +0 -244
  83. pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +0 -221
  84. pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +0 -204
  85. pulumi_oci/osmanagementhub/get_managed_instance_modules.py +0 -187
  86. pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +0 -221
  87. pulumi_oci/osmanagementhub/get_managed_instances.py +0 -537
  88. pulumi_oci/osmanagementhub/get_scheduled_job.py +0 -426
  89. pulumi_oci/osmanagementhub/get_scheduled_jobs.py +0 -433
  90. pulumi_oci/osmanagementhub/get_software_package.py +0 -301
  91. pulumi_oci/osmanagementhub/get_software_package_software_source.py +0 -329
  92. pulumi_oci/osmanagementhub/get_software_packages.py +0 -232
  93. pulumi_oci/osmanagementhub/get_windows_update.py +0 -222
  94. pulumi_oci/osmanagementhub/get_windows_updates.py +0 -187
  95. pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +0 -249
  96. pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +0 -249
  97. pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +0 -296
  98. pulumi_oci/osmanagementhub/managed_instance.py +0 -1327
  99. pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py +0 -266
  100. pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py +0 -214
  101. pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +0 -293
  102. pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +0 -293
  103. pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py +0 -264
  104. pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +0 -293
  105. pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +0 -293
  106. pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +0 -293
  107. pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +0 -526
  108. pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +0 -293
  109. pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +0 -292
  110. pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +0 -341
  111. pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +0 -341
  112. pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py +0 -264
  113. pulumi_oci/osmanagementhub/management_station_refresh_management.py +0 -212
  114. pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +0 -264
  115. pulumi_oci/osmanagementhub/scheduled_job.py +0 -1331
  116. pulumi_oci/osmanagementhub/software_source_add_packages_management.py +0 -266
  117. pulumi_oci/osmanagementhub/software_source_change_availability_management.py +0 -194
  118. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715707046.dist-info}/WHEEL +0 -0
  119. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715707046.dist-info}/top_level.txt +0 -0
@@ -1,274 +0,0 @@
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 pulumi
8
- import pulumi.runtime
9
- from typing import Any, Mapping, Optional, Sequence, Union, overload
10
- from .. import _utilities
11
-
12
- __all__ = [
13
- 'GetEmailReturnPathResult',
14
- 'AwaitableGetEmailReturnPathResult',
15
- 'get_email_return_path',
16
- 'get_email_return_path_output',
17
- ]
18
-
19
- @pulumi.output_type
20
- class GetEmailReturnPathResult:
21
- """
22
- A collection of values returned by getEmailReturnPath.
23
- """
24
- def __init__(__self__, cname_record_value=None, compartment_id=None, defined_tags=None, description=None, dns_subdomain_name=None, email_return_path_id=None, freeform_tags=None, id=None, lifecycle_details=None, name=None, parent_resource_id=None, state=None, system_tags=None, time_created=None, time_updated=None):
25
- if cname_record_value and not isinstance(cname_record_value, str):
26
- raise TypeError("Expected argument 'cname_record_value' to be a str")
27
- pulumi.set(__self__, "cname_record_value", cname_record_value)
28
- if compartment_id and not isinstance(compartment_id, str):
29
- raise TypeError("Expected argument 'compartment_id' to be a str")
30
- pulumi.set(__self__, "compartment_id", compartment_id)
31
- if defined_tags and not isinstance(defined_tags, dict):
32
- raise TypeError("Expected argument 'defined_tags' to be a dict")
33
- pulumi.set(__self__, "defined_tags", defined_tags)
34
- if description and not isinstance(description, str):
35
- raise TypeError("Expected argument 'description' to be a str")
36
- pulumi.set(__self__, "description", description)
37
- if dns_subdomain_name and not isinstance(dns_subdomain_name, str):
38
- raise TypeError("Expected argument 'dns_subdomain_name' to be a str")
39
- pulumi.set(__self__, "dns_subdomain_name", dns_subdomain_name)
40
- if email_return_path_id and not isinstance(email_return_path_id, str):
41
- raise TypeError("Expected argument 'email_return_path_id' to be a str")
42
- pulumi.set(__self__, "email_return_path_id", email_return_path_id)
43
- if freeform_tags and not isinstance(freeform_tags, dict):
44
- raise TypeError("Expected argument 'freeform_tags' to be a dict")
45
- pulumi.set(__self__, "freeform_tags", freeform_tags)
46
- if id and not isinstance(id, str):
47
- raise TypeError("Expected argument 'id' to be a str")
48
- pulumi.set(__self__, "id", id)
49
- if lifecycle_details and not isinstance(lifecycle_details, str):
50
- raise TypeError("Expected argument 'lifecycle_details' to be a str")
51
- pulumi.set(__self__, "lifecycle_details", lifecycle_details)
52
- if name and not isinstance(name, str):
53
- raise TypeError("Expected argument 'name' to be a str")
54
- pulumi.set(__self__, "name", name)
55
- if parent_resource_id and not isinstance(parent_resource_id, str):
56
- raise TypeError("Expected argument 'parent_resource_id' to be a str")
57
- pulumi.set(__self__, "parent_resource_id", parent_resource_id)
58
- if state and not isinstance(state, str):
59
- raise TypeError("Expected argument 'state' to be a str")
60
- pulumi.set(__self__, "state", state)
61
- if system_tags and not isinstance(system_tags, dict):
62
- raise TypeError("Expected argument 'system_tags' to be a dict")
63
- pulumi.set(__self__, "system_tags", system_tags)
64
- if time_created and not isinstance(time_created, str):
65
- raise TypeError("Expected argument 'time_created' to be a str")
66
- pulumi.set(__self__, "time_created", time_created)
67
- if time_updated and not isinstance(time_updated, str):
68
- raise TypeError("Expected argument 'time_updated' to be a str")
69
- pulumi.set(__self__, "time_updated", time_updated)
70
-
71
- @property
72
- @pulumi.getter(name="cnameRecordValue")
73
- def cname_record_value(self) -> str:
74
- """
75
- The DNS CNAME record value to provision to the Return Patn DNS subdomain, when using the CNAME method for Email Return Path setup (preferred).
76
- """
77
- return pulumi.get(self, "cname_record_value")
78
-
79
- @property
80
- @pulumi.getter(name="compartmentId")
81
- def compartment_id(self) -> str:
82
- """
83
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains this email return path.
84
- """
85
- return pulumi.get(self, "compartment_id")
86
-
87
- @property
88
- @pulumi.getter(name="definedTags")
89
- def defined_tags(self) -> Mapping[str, Any]:
90
- """
91
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
92
- """
93
- return pulumi.get(self, "defined_tags")
94
-
95
- @property
96
- @pulumi.getter
97
- def description(self) -> str:
98
- """
99
- The description of the email return path. Avoid entering confidential information.
100
- """
101
- return pulumi.get(self, "description")
102
-
103
- @property
104
- @pulumi.getter(name="dnsSubdomainName")
105
- def dns_subdomain_name(self) -> str:
106
- """
107
- The name of the DNS subdomain that must be provisioned to enable email recipients to verify Email Return Path. It is usually created with a CNAME record set to the cnameRecordValue.
108
- """
109
- return pulumi.get(self, "dns_subdomain_name")
110
-
111
- @property
112
- @pulumi.getter(name="emailReturnPathId")
113
- def email_return_path_id(self) -> str:
114
- return pulumi.get(self, "email_return_path_id")
115
-
116
- @property
117
- @pulumi.getter(name="freeformTags")
118
- def freeform_tags(self) -> Mapping[str, Any]:
119
- """
120
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
121
- """
122
- return pulumi.get(self, "freeform_tags")
123
-
124
- @property
125
- @pulumi.getter
126
- def id(self) -> str:
127
- """
128
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the email return path.
129
- """
130
- return pulumi.get(self, "id")
131
-
132
- @property
133
- @pulumi.getter(name="lifecycleDetails")
134
- def lifecycle_details(self) -> str:
135
- """
136
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
137
- """
138
- return pulumi.get(self, "lifecycle_details")
139
-
140
- @property
141
- @pulumi.getter
142
- def name(self) -> str:
143
- """
144
- The email return path domain in the Internet Domain Name System (DNS). Example: `iad1.rp.example.com`
145
- """
146
- return pulumi.get(self, "name")
147
-
148
- @property
149
- @pulumi.getter(name="parentResourceId")
150
- def parent_resource_id(self) -> str:
151
- """
152
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the EmailDomain that this email return path belongs to.
153
- """
154
- return pulumi.get(self, "parent_resource_id")
155
-
156
- @property
157
- @pulumi.getter
158
- def state(self) -> str:
159
- """
160
- The current state of the email return path.
161
- """
162
- return pulumi.get(self, "state")
163
-
164
- @property
165
- @pulumi.getter(name="systemTags")
166
- def system_tags(self) -> Mapping[str, Any]:
167
- """
168
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
169
- """
170
- return pulumi.get(self, "system_tags")
171
-
172
- @property
173
- @pulumi.getter(name="timeCreated")
174
- def time_created(self) -> str:
175
- """
176
- The time the email return path was created. Times are expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, "YYYY-MM-ddThh:mmZ". Example: `2021-02-12T22:47:12.613Z`
177
- """
178
- return pulumi.get(self, "time_created")
179
-
180
- @property
181
- @pulumi.getter(name="timeUpdated")
182
- def time_updated(self) -> str:
183
- """
184
- The time of the last change to the Email Return Path configuration, due to a state change or an update operation. Times are expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, "YYYY-MM-ddThh:mmZ".
185
- """
186
- return pulumi.get(self, "time_updated")
187
-
188
-
189
- class AwaitableGetEmailReturnPathResult(GetEmailReturnPathResult):
190
- # pylint: disable=using-constant-test
191
- def __await__(self):
192
- if False:
193
- yield self
194
- return GetEmailReturnPathResult(
195
- cname_record_value=self.cname_record_value,
196
- compartment_id=self.compartment_id,
197
- defined_tags=self.defined_tags,
198
- description=self.description,
199
- dns_subdomain_name=self.dns_subdomain_name,
200
- email_return_path_id=self.email_return_path_id,
201
- freeform_tags=self.freeform_tags,
202
- id=self.id,
203
- lifecycle_details=self.lifecycle_details,
204
- name=self.name,
205
- parent_resource_id=self.parent_resource_id,
206
- state=self.state,
207
- system_tags=self.system_tags,
208
- time_created=self.time_created,
209
- time_updated=self.time_updated)
210
-
211
-
212
- def get_email_return_path(email_return_path_id: Optional[str] = None,
213
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetEmailReturnPathResult:
214
- """
215
- This data source provides details about a specific Email Return Path resource in Oracle Cloud Infrastructure Email service.
216
-
217
- Retrieves the specified email return path.
218
-
219
- ## Example Usage
220
-
221
- ```python
222
- import pulumi
223
- import pulumi_oci as oci
224
-
225
- test_email_return_path = oci.Email.get_email_return_path(email_return_path_id=test_email_return_path_oci_email_email_return_path["id"])
226
- ```
227
-
228
-
229
- :param str email_return_path_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this email return path.
230
- """
231
- __args__ = dict()
232
- __args__['emailReturnPathId'] = email_return_path_id
233
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
234
- __ret__ = pulumi.runtime.invoke('oci:Email/getEmailReturnPath:getEmailReturnPath', __args__, opts=opts, typ=GetEmailReturnPathResult).value
235
-
236
- return AwaitableGetEmailReturnPathResult(
237
- cname_record_value=pulumi.get(__ret__, 'cname_record_value'),
238
- compartment_id=pulumi.get(__ret__, 'compartment_id'),
239
- defined_tags=pulumi.get(__ret__, 'defined_tags'),
240
- description=pulumi.get(__ret__, 'description'),
241
- dns_subdomain_name=pulumi.get(__ret__, 'dns_subdomain_name'),
242
- email_return_path_id=pulumi.get(__ret__, 'email_return_path_id'),
243
- freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
244
- id=pulumi.get(__ret__, 'id'),
245
- lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
246
- name=pulumi.get(__ret__, 'name'),
247
- parent_resource_id=pulumi.get(__ret__, 'parent_resource_id'),
248
- state=pulumi.get(__ret__, 'state'),
249
- system_tags=pulumi.get(__ret__, 'system_tags'),
250
- time_created=pulumi.get(__ret__, 'time_created'),
251
- time_updated=pulumi.get(__ret__, 'time_updated'))
252
-
253
-
254
- @_utilities.lift_output_func(get_email_return_path)
255
- def get_email_return_path_output(email_return_path_id: Optional[pulumi.Input[str]] = None,
256
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetEmailReturnPathResult]:
257
- """
258
- This data source provides details about a specific Email Return Path resource in Oracle Cloud Infrastructure Email service.
259
-
260
- Retrieves the specified email return path.
261
-
262
- ## Example Usage
263
-
264
- ```python
265
- import pulumi
266
- import pulumi_oci as oci
267
-
268
- test_email_return_path = oci.Email.get_email_return_path(email_return_path_id=test_email_return_path_oci_email_email_return_path["id"])
269
- ```
270
-
271
-
272
- :param str email_return_path_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this email return path.
273
- """
274
- ...
@@ -1,203 +0,0 @@
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 pulumi
8
- import pulumi.runtime
9
- from typing import Any, Mapping, Optional, Sequence, Union, overload
10
- from .. import _utilities
11
- from . import outputs
12
- from ._inputs import *
13
-
14
- __all__ = [
15
- 'GetEmailReturnPathsResult',
16
- 'AwaitableGetEmailReturnPathsResult',
17
- 'get_email_return_paths',
18
- 'get_email_return_paths_output',
19
- ]
20
-
21
- @pulumi.output_type
22
- class GetEmailReturnPathsResult:
23
- """
24
- A collection of values returned by getEmailReturnPaths.
25
- """
26
- def __init__(__self__, compartment_id=None, email_return_path_collections=None, filters=None, id=None, name=None, parent_resource_id=None, state=None):
27
- if compartment_id and not isinstance(compartment_id, str):
28
- raise TypeError("Expected argument 'compartment_id' to be a str")
29
- pulumi.set(__self__, "compartment_id", compartment_id)
30
- if email_return_path_collections and not isinstance(email_return_path_collections, list):
31
- raise TypeError("Expected argument 'email_return_path_collections' to be a list")
32
- pulumi.set(__self__, "email_return_path_collections", email_return_path_collections)
33
- if filters and not isinstance(filters, list):
34
- raise TypeError("Expected argument 'filters' to be a list")
35
- pulumi.set(__self__, "filters", filters)
36
- if id and not isinstance(id, str):
37
- raise TypeError("Expected argument 'id' to be a str")
38
- pulumi.set(__self__, "id", id)
39
- if name and not isinstance(name, str):
40
- raise TypeError("Expected argument 'name' to be a str")
41
- pulumi.set(__self__, "name", name)
42
- if parent_resource_id and not isinstance(parent_resource_id, str):
43
- raise TypeError("Expected argument 'parent_resource_id' to be a str")
44
- pulumi.set(__self__, "parent_resource_id", parent_resource_id)
45
- if state and not isinstance(state, str):
46
- raise TypeError("Expected argument 'state' to be a str")
47
- pulumi.set(__self__, "state", state)
48
-
49
- @property
50
- @pulumi.getter(name="compartmentId")
51
- def compartment_id(self) -> Optional[str]:
52
- """
53
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains this email return path.
54
- """
55
- return pulumi.get(self, "compartment_id")
56
-
57
- @property
58
- @pulumi.getter(name="emailReturnPathCollections")
59
- def email_return_path_collections(self) -> Sequence['outputs.GetEmailReturnPathsEmailReturnPathCollectionResult']:
60
- """
61
- The list of email_return_path_collection.
62
- """
63
- return pulumi.get(self, "email_return_path_collections")
64
-
65
- @property
66
- @pulumi.getter
67
- def filters(self) -> Optional[Sequence['outputs.GetEmailReturnPathsFilterResult']]:
68
- return pulumi.get(self, "filters")
69
-
70
- @property
71
- @pulumi.getter
72
- def id(self) -> Optional[str]:
73
- """
74
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the email return path.
75
- """
76
- return pulumi.get(self, "id")
77
-
78
- @property
79
- @pulumi.getter
80
- def name(self) -> Optional[str]:
81
- """
82
- The email return path domain in the Internet Domain Name System (DNS). Example: `iad1.rp.example.com`
83
- """
84
- return pulumi.get(self, "name")
85
-
86
- @property
87
- @pulumi.getter(name="parentResourceId")
88
- def parent_resource_id(self) -> Optional[str]:
89
- """
90
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the EmailDomain that this email return path belongs to.
91
- """
92
- return pulumi.get(self, "parent_resource_id")
93
-
94
- @property
95
- @pulumi.getter
96
- def state(self) -> Optional[str]:
97
- """
98
- The current state of the email return path.
99
- """
100
- return pulumi.get(self, "state")
101
-
102
-
103
- class AwaitableGetEmailReturnPathsResult(GetEmailReturnPathsResult):
104
- # pylint: disable=using-constant-test
105
- def __await__(self):
106
- if False:
107
- yield self
108
- return GetEmailReturnPathsResult(
109
- compartment_id=self.compartment_id,
110
- email_return_path_collections=self.email_return_path_collections,
111
- filters=self.filters,
112
- id=self.id,
113
- name=self.name,
114
- parent_resource_id=self.parent_resource_id,
115
- state=self.state)
116
-
117
-
118
- def get_email_return_paths(compartment_id: Optional[str] = None,
119
- filters: Optional[Sequence[pulumi.InputType['GetEmailReturnPathsFilterArgs']]] = None,
120
- id: Optional[str] = None,
121
- name: Optional[str] = None,
122
- parent_resource_id: Optional[str] = None,
123
- state: Optional[str] = None,
124
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetEmailReturnPathsResult:
125
- """
126
- This data source provides the list of Email Return Paths in Oracle Cloud Infrastructure Email service.
127
-
128
- Lists email return paths in the specified compartment or emaildomain.
129
-
130
- ## Example Usage
131
-
132
- ```python
133
- import pulumi
134
- import pulumi_oci as oci
135
-
136
- test_email_return_paths = oci.Email.get_email_return_paths(compartment_id=compartment_id,
137
- id=email_return_path_id,
138
- name=email_return_path_name,
139
- parent_resource_id=test_resource["id"],
140
- state=email_return_path_state)
141
- ```
142
-
143
-
144
- :param str compartment_id: The OCID for the compartment.
145
- :param str id: A filter to only return resources that match the given id exactly.
146
- :param str name: A filter to only return resources that match the given name exactly.
147
- :param str parent_resource_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Email Domain to which this Email Return Path belongs.
148
- :param str state: Filter returned list by specified lifecycle state. This parameter is case-insensitive.
149
- """
150
- __args__ = dict()
151
- __args__['compartmentId'] = compartment_id
152
- __args__['filters'] = filters
153
- __args__['id'] = id
154
- __args__['name'] = name
155
- __args__['parentResourceId'] = parent_resource_id
156
- __args__['state'] = state
157
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
158
- __ret__ = pulumi.runtime.invoke('oci:Email/getEmailReturnPaths:getEmailReturnPaths', __args__, opts=opts, typ=GetEmailReturnPathsResult).value
159
-
160
- return AwaitableGetEmailReturnPathsResult(
161
- compartment_id=pulumi.get(__ret__, 'compartment_id'),
162
- email_return_path_collections=pulumi.get(__ret__, 'email_return_path_collections'),
163
- filters=pulumi.get(__ret__, 'filters'),
164
- id=pulumi.get(__ret__, 'id'),
165
- name=pulumi.get(__ret__, 'name'),
166
- parent_resource_id=pulumi.get(__ret__, 'parent_resource_id'),
167
- state=pulumi.get(__ret__, 'state'))
168
-
169
-
170
- @_utilities.lift_output_func(get_email_return_paths)
171
- def get_email_return_paths_output(compartment_id: Optional[pulumi.Input[Optional[str]]] = None,
172
- filters: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetEmailReturnPathsFilterArgs']]]]] = None,
173
- id: Optional[pulumi.Input[Optional[str]]] = None,
174
- name: Optional[pulumi.Input[Optional[str]]] = None,
175
- parent_resource_id: Optional[pulumi.Input[Optional[str]]] = None,
176
- state: Optional[pulumi.Input[Optional[str]]] = None,
177
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetEmailReturnPathsResult]:
178
- """
179
- This data source provides the list of Email Return Paths in Oracle Cloud Infrastructure Email service.
180
-
181
- Lists email return paths in the specified compartment or emaildomain.
182
-
183
- ## Example Usage
184
-
185
- ```python
186
- import pulumi
187
- import pulumi_oci as oci
188
-
189
- test_email_return_paths = oci.Email.get_email_return_paths(compartment_id=compartment_id,
190
- id=email_return_path_id,
191
- name=email_return_path_name,
192
- parent_resource_id=test_resource["id"],
193
- state=email_return_path_state)
194
- ```
195
-
196
-
197
- :param str compartment_id: The OCID for the compartment.
198
- :param str id: A filter to only return resources that match the given id exactly.
199
- :param str name: A filter to only return resources that match the given name exactly.
200
- :param str parent_resource_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Email Domain to which this Email Return Path belongs.
201
- :param str state: Filter returned list by specified lifecycle state. This parameter is case-insensitive.
202
- """
203
- ...