pulumi-oci 1.35.0a1715356469__py3-none-any.whl → 1.36.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.
Files changed (119) hide show
  1. pulumi_oci/__init__.py +208 -0
  2. pulumi_oci/core/__init__.py +3 -0
  3. pulumi_oci/core/_inputs.py +40 -0
  4. pulumi_oci/core/get_ip_inventory_subnet.py +171 -0
  5. pulumi_oci/core/get_ip_inventory_subnet_cidr.py +171 -0
  6. pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +206 -0
  7. pulumi_oci/core/outputs.py +261 -0
  8. pulumi_oci/database/_inputs.py +192 -0
  9. pulumi_oci/database/exadata_infrastructure.py +28 -0
  10. pulumi_oci/database/get_exadata_infrastructure.py +14 -1
  11. pulumi_oci/database/get_vm_cluster.py +14 -1
  12. pulumi_oci/database/outputs.py +418 -0
  13. pulumi_oci/database/vm_cluster.py +55 -0
  14. pulumi_oci/database/vm_cluster_add_virtual_network.py +28 -0
  15. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +28 -0
  16. pulumi_oci/datasafe/__init__.py +1 -0
  17. pulumi_oci/datasafe/masking_report_management.py +693 -0
  18. pulumi_oci/email/__init__.py +3 -0
  19. pulumi_oci/email/_inputs.py +46 -0
  20. pulumi_oci/email/dkim.py +4 -4
  21. pulumi_oci/email/email_domain.py +77 -0
  22. pulumi_oci/email/email_return_path.py +642 -0
  23. pulumi_oci/email/get_email_domain.py +27 -1
  24. pulumi_oci/email/get_email_return_path.py +274 -0
  25. pulumi_oci/email/get_email_return_paths.py +203 -0
  26. pulumi_oci/email/outputs.py +231 -0
  27. pulumi_oci/loadbalancer/_inputs.py +16 -0
  28. pulumi_oci/loadbalancer/listener.py +2 -0
  29. pulumi_oci/loadbalancer/outputs.py +14 -0
  30. pulumi_oci/loganalytics/namespace.py +4 -4
  31. pulumi_oci/networkloadbalancer/get_listener.py +14 -1
  32. pulumi_oci/networkloadbalancer/listener.py +51 -2
  33. pulumi_oci/networkloadbalancer/outputs.py +11 -0
  34. pulumi_oci/osmanagementhub/__init__.py +48 -0
  35. pulumi_oci/osmanagementhub/_inputs.py +3635 -493
  36. pulumi_oci/osmanagementhub/event.py +701 -0
  37. pulumi_oci/osmanagementhub/get_entitlements.py +178 -0
  38. pulumi_oci/osmanagementhub/get_errata.py +283 -0
  39. pulumi_oci/osmanagementhub/get_erratum.py +308 -0
  40. pulumi_oci/osmanagementhub/get_event.py +314 -0
  41. pulumi_oci/osmanagementhub/get_events.py +314 -0
  42. pulumi_oci/osmanagementhub/get_lifecycle_environment.py +26 -13
  43. pulumi_oci/osmanagementhub/get_lifecycle_environments.py +48 -11
  44. pulumi_oci/osmanagementhub/get_lifecycle_stage.py +28 -15
  45. pulumi_oci/osmanagementhub/get_lifecycle_stages.py +86 -19
  46. pulumi_oci/osmanagementhub/get_managed_instance.py +587 -0
  47. pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +187 -0
  48. pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +190 -0
  49. pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +238 -0
  50. pulumi_oci/osmanagementhub/get_managed_instance_errata.py +204 -0
  51. pulumi_oci/osmanagementhub/get_managed_instance_group.py +62 -10
  52. pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +7 -9
  53. pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +7 -7
  54. pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +8 -10
  55. pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +220 -0
  56. pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +244 -0
  57. pulumi_oci/osmanagementhub/get_managed_instance_groups.py +71 -16
  58. pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +221 -0
  59. pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +204 -0
  60. pulumi_oci/osmanagementhub/get_managed_instance_modules.py +187 -0
  61. pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +221 -0
  62. pulumi_oci/osmanagementhub/get_managed_instances.py +537 -0
  63. pulumi_oci/osmanagementhub/get_management_station.py +42 -19
  64. pulumi_oci/osmanagementhub/get_management_station_mirrors.py +4 -4
  65. pulumi_oci/osmanagementhub/get_management_stations.py +15 -15
  66. pulumi_oci/osmanagementhub/get_profile.py +51 -12
  67. pulumi_oci/osmanagementhub/get_profiles.py +76 -16
  68. pulumi_oci/osmanagementhub/get_scheduled_job.py +426 -0
  69. pulumi_oci/osmanagementhub/get_scheduled_jobs.py +433 -0
  70. pulumi_oci/osmanagementhub/get_software_package.py +301 -0
  71. pulumi_oci/osmanagementhub/get_software_package_software_source.py +329 -0
  72. pulumi_oci/osmanagementhub/get_software_packages.py +232 -0
  73. pulumi_oci/osmanagementhub/get_software_source.py +109 -18
  74. pulumi_oci/osmanagementhub/get_software_source_module_stream.py +5 -5
  75. pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +6 -6
  76. pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +8 -8
  77. pulumi_oci/osmanagementhub/get_software_source_module_streams.py +9 -9
  78. pulumi_oci/osmanagementhub/get_software_source_package_group.py +8 -8
  79. pulumi_oci/osmanagementhub/get_software_source_package_groups.py +7 -7
  80. pulumi_oci/osmanagementhub/get_software_source_software_package.py +23 -10
  81. pulumi_oci/osmanagementhub/get_software_source_software_packages.py +6 -6
  82. pulumi_oci/osmanagementhub/get_software_source_vendors.py +2 -2
  83. pulumi_oci/osmanagementhub/get_software_sources.py +78 -21
  84. pulumi_oci/osmanagementhub/get_windows_update.py +222 -0
  85. pulumi_oci/osmanagementhub/get_windows_updates.py +187 -0
  86. pulumi_oci/osmanagementhub/lifecycle_environment.py +159 -86
  87. pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +249 -0
  88. pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +249 -0
  89. pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +296 -0
  90. pulumi_oci/osmanagementhub/managed_instance.py +1327 -0
  91. pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py +266 -0
  92. pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py +214 -0
  93. pulumi_oci/osmanagementhub/managed_instance_group.py +264 -86
  94. pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +293 -0
  95. pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +293 -0
  96. pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py +264 -0
  97. pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +293 -0
  98. pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +293 -0
  99. pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +293 -0
  100. pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +526 -0
  101. pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +293 -0
  102. pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +292 -0
  103. pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +341 -0
  104. pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +341 -0
  105. pulumi_oci/osmanagementhub/management_station.py +184 -81
  106. pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py +264 -0
  107. pulumi_oci/osmanagementhub/management_station_refresh_management.py +212 -0
  108. pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +264 -0
  109. pulumi_oci/osmanagementhub/outputs.py +10867 -2365
  110. pulumi_oci/osmanagementhub/profile.py +200 -78
  111. pulumi_oci/osmanagementhub/scheduled_job.py +1331 -0
  112. pulumi_oci/osmanagementhub/software_source.py +365 -181
  113. pulumi_oci/osmanagementhub/software_source_add_packages_management.py +266 -0
  114. pulumi_oci/osmanagementhub/software_source_change_availability_management.py +194 -0
  115. pulumi_oci/pulumi-plugin.json +2 -1
  116. {pulumi_oci-1.35.0a1715356469.dist-info → pulumi_oci-1.36.0.dist-info}/METADATA +1 -1
  117. {pulumi_oci-1.35.0a1715356469.dist-info → pulumi_oci-1.36.0.dist-info}/RECORD +119 -64
  118. {pulumi_oci-1.35.0a1715356469.dist-info → pulumi_oci-1.36.0.dist-info}/WHEEL +0 -0
  119. {pulumi_oci-1.35.0a1715356469.dist-info → pulumi_oci-1.36.0.dist-info}/top_level.txt +0 -0
@@ -21,7 +21,7 @@ class GetEmailDomainResult:
21
21
  """
22
22
  A collection of values returned by getEmailDomain.
23
23
  """
24
- def __init__(__self__, active_dkim_id=None, compartment_id=None, defined_tags=None, description=None, email_domain_id=None, freeform_tags=None, id=None, is_spf=None, name=None, state=None, system_tags=None, time_created=None):
24
+ def __init__(__self__, active_dkim_id=None, compartment_id=None, defined_tags=None, description=None, domain_verification_id=None, domain_verification_status=None, email_domain_id=None, freeform_tags=None, id=None, is_spf=None, name=None, state=None, system_tags=None, time_created=None):
25
25
  if active_dkim_id and not isinstance(active_dkim_id, str):
26
26
  raise TypeError("Expected argument 'active_dkim_id' to be a str")
27
27
  pulumi.set(__self__, "active_dkim_id", active_dkim_id)
@@ -34,6 +34,12 @@ class GetEmailDomainResult:
34
34
  if description and not isinstance(description, str):
35
35
  raise TypeError("Expected argument 'description' to be a str")
36
36
  pulumi.set(__self__, "description", description)
37
+ if domain_verification_id and not isinstance(domain_verification_id, str):
38
+ raise TypeError("Expected argument 'domain_verification_id' to be a str")
39
+ pulumi.set(__self__, "domain_verification_id", domain_verification_id)
40
+ if domain_verification_status and not isinstance(domain_verification_status, str):
41
+ raise TypeError("Expected argument 'domain_verification_status' to be a str")
42
+ pulumi.set(__self__, "domain_verification_status", domain_verification_status)
37
43
  if email_domain_id and not isinstance(email_domain_id, str):
38
44
  raise TypeError("Expected argument 'email_domain_id' to be a str")
39
45
  pulumi.set(__self__, "email_domain_id", email_domain_id)
@@ -91,6 +97,22 @@ class GetEmailDomainResult:
91
97
  """
92
98
  return pulumi.get(self, "description")
93
99
 
100
+ @property
101
+ @pulumi.getter(name="domainVerificationId")
102
+ def domain_verification_id(self) -> str:
103
+ """
104
+ Id for Domain in Domain Management (under governance) if DOMAINID verification method used.
105
+ """
106
+ return pulumi.get(self, "domain_verification_id")
107
+
108
+ @property
109
+ @pulumi.getter(name="domainVerificationStatus")
110
+ def domain_verification_status(self) -> str:
111
+ """
112
+ The current domain verification status.
113
+ """
114
+ return pulumi.get(self, "domain_verification_status")
115
+
94
116
  @property
95
117
  @pulumi.getter(name="emailDomainId")
96
118
  def email_domain_id(self) -> str:
@@ -163,6 +185,8 @@ class AwaitableGetEmailDomainResult(GetEmailDomainResult):
163
185
  compartment_id=self.compartment_id,
164
186
  defined_tags=self.defined_tags,
165
187
  description=self.description,
188
+ domain_verification_id=self.domain_verification_id,
189
+ domain_verification_status=self.domain_verification_status,
166
190
  email_domain_id=self.email_domain_id,
167
191
  freeform_tags=self.freeform_tags,
168
192
  id=self.id,
@@ -202,6 +226,8 @@ def get_email_domain(email_domain_id: Optional[str] = None,
202
226
  compartment_id=pulumi.get(__ret__, 'compartment_id'),
203
227
  defined_tags=pulumi.get(__ret__, 'defined_tags'),
204
228
  description=pulumi.get(__ret__, 'description'),
229
+ domain_verification_id=pulumi.get(__ret__, 'domain_verification_id'),
230
+ domain_verification_status=pulumi.get(__ret__, 'domain_verification_status'),
205
231
  email_domain_id=pulumi.get(__ret__, 'email_domain_id'),
206
232
  freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
207
233
  id=pulumi.get(__ret__, 'id'),
@@ -0,0 +1,274 @@
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
+ ...
@@ -0,0 +1,203 @@
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
+ ...