oci 2.126.2__py3-none-any.whl → 2.126.3__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 (323) hide show
  1. oci/__init__.py +2 -2
  2. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  3. oci/adm/application_dependency_management_client.py +36 -36
  4. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  5. oci/ai_document/ai_service_document_client.py +22 -22
  6. oci/ai_language/ai_service_language_client.py +44 -44
  7. oci/ai_speech/ai_service_speech_client.py +10 -10
  8. oci/ai_vision/ai_service_vision_client.py +25 -25
  9. oci/analytics/analytics_client.py +23 -23
  10. oci/announcements_service/announcement_client.py +4 -4
  11. oci/announcements_service/announcement_subscription_client.py +9 -9
  12. oci/announcements_service/announcements_preferences_client.py +4 -4
  13. oci/apigateway/api_gateway_client.py +21 -21
  14. oci/apigateway/deployment_client.py +6 -6
  15. oci/apigateway/gateway_client.py +6 -6
  16. oci/apigateway/subscribers_client.py +6 -6
  17. oci/apigateway/usage_plans_client.py +6 -6
  18. oci/apigateway/work_requests_client.py +5 -5
  19. oci/apm_config/config_client.py +8 -8
  20. oci/apm_control_plane/apm_domain_client.py +14 -14
  21. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  22. oci/apm_traces/attributes_client.py +8 -8
  23. oci/apm_traces/query_client.py +2 -2
  24. oci/apm_traces/trace_client.py +4 -4
  25. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  26. oci/artifacts/artifacts_client.py +32 -32
  27. oci/audit/audit_client.py +3 -3
  28. oci/autoscaling/auto_scaling_client.py +11 -11
  29. oci/bastion/bastion_client.py +15 -15
  30. oci/bds/bds_client.py +51 -51
  31. oci/blockchain/blockchain_platform_client.py +27 -27
  32. oci/budget/budget_client.py +10 -10
  33. oci/capacity_management/capacity_management_client.py +19 -19
  34. oci/certificates/certificates_client.py +5 -5
  35. oci/certificates_management/certificates_management_client.py +32 -32
  36. oci/cims/incident_client.py +8 -8
  37. oci/cims/user_client.py +1 -1
  38. oci/cloud_bridge/common_client.py +5 -5
  39. oci/cloud_bridge/discovery_client.py +14 -14
  40. oci/cloud_bridge/inventory_client.py +16 -16
  41. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  42. oci/cloud_guard/cloud_guard_client.py +155 -155
  43. oci/cloud_migrations/migration_client.py +43 -43
  44. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  45. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  46. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  47. oci/compute_instance_agent/plugin_client.py +2 -2
  48. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  49. oci/container_engine/container_engine_client.py +44 -44
  50. oci/container_instances/container_instance_client.py +18 -18
  51. oci/core/blockstorage_client.py +60 -60
  52. oci/core/compute_client.py +99 -99
  53. oci/core/compute_management_client.py +32 -32
  54. oci/core/virtual_network_client.py +247 -247
  55. oci/dashboard_service/dashboard_client.py +6 -6
  56. oci/dashboard_service/dashboard_group_client.py +6 -6
  57. oci/data_catalog/data_catalog_client.py +149 -149
  58. oci/data_flow/data_flow_client.py +42 -42
  59. oci/data_integration/data_integration_client.py +163 -163
  60. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  61. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  62. oci/data_safe/data_safe_client.py +278 -278
  63. oci/data_science/data_science_client.py +91 -91
  64. oci/database/database_client.py +333 -333
  65. oci/database/models/create_vm_cluster_details.py +33 -2
  66. oci/database/models/exadata_infrastructure.py +31 -0
  67. oci/database/models/exadata_infrastructure_summary.py +31 -0
  68. oci/database/models/update_vm_cluster_details.py +33 -2
  69. oci/database/models/vm_cluster.py +33 -2
  70. oci/database/models/vm_cluster_summary.py +33 -2
  71. oci/database_management/db_management_client.py +206 -206
  72. oci/database_management/diagnosability_client.py +4 -4
  73. oci/database_management/managed_my_sql_databases_client.py +7 -7
  74. oci/database_management/perfhub_client.py +1 -1
  75. oci/database_management/sql_tuning_client.py +17 -17
  76. oci/database_migration/database_migration_client.py +41 -41
  77. oci/database_tools/database_tools_client.py +23 -23
  78. oci/desktops/desktop_service_client.py +21 -21
  79. oci/devops/devops_client.py +89 -89
  80. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  81. oci/dns/dns_client.py +52 -52
  82. oci/dts/appliance_export_job_client.py +6 -6
  83. oci/dts/shipping_vendors_client.py +1 -1
  84. oci/dts/transfer_appliance_client.py +8 -8
  85. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  86. oci/dts/transfer_device_client.py +5 -5
  87. oci/dts/transfer_job_client.py +6 -6
  88. oci/dts/transfer_package_client.py +7 -7
  89. oci/em_warehouse/em_data_lake_client.py +13 -13
  90. oci/em_warehouse/em_warehouse_client.py +13 -13
  91. oci/email/email_client.py +608 -28
  92. oci/email/email_client_composite_operations.py +132 -0
  93. oci/email/models/__init__.py +10 -0
  94. oci/email/models/create_email_domain_details.py +31 -0
  95. oci/email/models/create_email_return_path_details.py +239 -0
  96. oci/email/models/email_domain.py +82 -0
  97. oci/email/models/email_return_path.py +577 -0
  98. oci/email/models/email_return_path_collection.py +72 -0
  99. oci/email/models/email_return_path_summary.py +444 -0
  100. oci/email/models/sender.py +15 -3
  101. oci/email/models/update_email_domain_details.py +31 -0
  102. oci/email/models/update_email_return_path_details.py +156 -0
  103. oci/email/models/work_request.py +15 -3
  104. oci/email/models/work_request_summary.py +15 -3
  105. oci/email_data_plane/email_dp_client.py +1 -1
  106. oci/events/events_client.py +6 -6
  107. oci/file_storage/file_storage_client.py +50 -50
  108. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  109. oci/functions/functions_invoke_client.py +1 -1
  110. oci/functions/functions_management_client.py +16 -16
  111. oci/fusion_apps/data_masking_activity_client.py +3 -3
  112. oci/fusion_apps/fusion_applications_client.py +39 -39
  113. oci/fusion_apps/fusion_environment_client.py +15 -15
  114. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  115. oci/fusion_apps/refresh_activity_client.py +4 -4
  116. oci/fusion_apps/scheduled_activity_client.py +2 -2
  117. oci/fusion_apps/service_attachment_client.py +2 -2
  118. oci/generative_ai/generative_ai_client.py +22 -22
  119. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  120. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  121. oci/globally_distributed_database/sharded_database_service_client.py +29 -29
  122. oci/golden_gate/golden_gate_client.py +61 -61
  123. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  124. oci/governance_rules_control_plane/work_request_client.py +5 -5
  125. oci/healthchecks/health_checks_client.py +17 -17
  126. oci/identity/identity_client.py +145 -145
  127. oci/identity_data_plane/dataplane_client.py +2 -2
  128. oci/identity_domains/identity_domains_client.py +300 -300
  129. oci/integration/integration_instance_client.py +15 -15
  130. oci/jms/java_management_service_client.py +66 -66
  131. oci/jms_java_downloads/java_download_client.py +25 -25
  132. oci/key_management/ekm_client.py +5 -5
  133. oci/key_management/kms_crypto_client.py +6 -6
  134. oci/key_management/kms_hsm_cluster_client.py +12 -12
  135. oci/key_management/kms_management_client.py +21 -21
  136. oci/key_management/kms_vault_client.py +14 -14
  137. oci/license_manager/license_manager_client.py +18 -18
  138. oci/limits/limits_client.py +4 -4
  139. oci/limits/quotas_client.py +7 -7
  140. oci/load_balancer/load_balancer_client.py +61 -61
  141. oci/load_balancer/models/ssl_configuration.py +41 -0
  142. oci/load_balancer/models/ssl_configuration_details.py +41 -0
  143. oci/lockbox/lockbox_client.py +24 -24
  144. oci/log_analytics/log_analytics_client.py +193 -193
  145. oci/logging/logging_management_client.py +30 -30
  146. oci/loggingingestion/logging_client.py +1 -1
  147. oci/loggingsearch/log_search_client.py +1 -1
  148. oci/management_agent/management_agent_client.py +28 -28
  149. oci/management_dashboard/dashx_apis_client.py +14 -14
  150. oci/marketplace/account_client.py +2 -2
  151. oci/marketplace/marketplace_client.py +30 -30
  152. oci/marketplace_private_offer/__init__.py +16 -0
  153. oci/marketplace_private_offer/attachment_client.py +719 -0
  154. oci/marketplace_private_offer/attachment_client_composite_operations.py +71 -0
  155. oci/marketplace_private_offer/models/__init__.py +48 -0
  156. oci/marketplace_private_offer/models/attachment.py +446 -0
  157. oci/marketplace_private_offer/models/attachment_collection.py +72 -0
  158. oci/marketplace_private_offer/models/attachment_summary.py +293 -0
  159. oci/marketplace_private_offer/models/buyer_information.py +161 -0
  160. oci/marketplace_private_offer/models/contact.py +134 -0
  161. oci/marketplace_private_offer/models/create_attachment_details.py +134 -0
  162. oci/marketplace_private_offer/models/create_offer_details.py +498 -0
  163. oci/marketplace_private_offer/models/custom_field.py +103 -0
  164. oci/marketplace_private_offer/models/offer.py +787 -0
  165. oci/marketplace_private_offer/models/offer_collection.py +72 -0
  166. oci/marketplace_private_offer/models/offer_internal_detail.py +103 -0
  167. oci/marketplace_private_offer/models/offer_summary.py +591 -0
  168. oci/marketplace_private_offer/models/pricing.py +146 -0
  169. oci/marketplace_private_offer/models/publisher_summary.py +710 -0
  170. oci/marketplace_private_offer/models/resource_bundle.py +205 -0
  171. oci/marketplace_private_offer/models/seller_information.py +99 -0
  172. oci/marketplace_private_offer/models/update_offer_details.py +467 -0
  173. oci/marketplace_private_offer/models/upload_data.py +134 -0
  174. oci/marketplace_private_offer/offer_client.py +789 -0
  175. oci/marketplace_private_offer/offer_client_composite_operations.py +172 -0
  176. oci/marketplace_publisher/__init__.py +5 -1
  177. oci/marketplace_publisher/attachment_client.py +719 -0
  178. oci/marketplace_publisher/attachment_client_composite_operations.py +121 -0
  179. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  180. oci/marketplace_publisher/models/__init__.py +32 -0
  181. oci/marketplace_publisher/models/attachment.py +446 -0
  182. oci/marketplace_publisher/models/attachment_collection.py +72 -0
  183. oci/marketplace_publisher/models/attachment_summary.py +293 -0
  184. oci/marketplace_publisher/models/buyer_information.py +161 -0
  185. oci/marketplace_publisher/models/contact.py +134 -0
  186. oci/marketplace_publisher/models/create_attachment_details.py +134 -0
  187. oci/marketplace_publisher/models/create_offer_details.py +498 -0
  188. oci/marketplace_publisher/models/custom_field.py +103 -0
  189. oci/marketplace_publisher/models/offer.py +787 -0
  190. oci/marketplace_publisher/models/offer_collection.py +72 -0
  191. oci/marketplace_publisher/models/offer_internal_detail.py +103 -0
  192. oci/marketplace_publisher/models/offer_summary.py +591 -0
  193. oci/marketplace_publisher/models/pricing.py +146 -0
  194. oci/marketplace_publisher/models/resource_bundle.py +205 -0
  195. oci/marketplace_publisher/models/seller_information.py +99 -0
  196. oci/marketplace_publisher/models/update_offer_details.py +467 -0
  197. oci/marketplace_publisher/models/work_request.py +23 -3
  198. oci/marketplace_publisher/models/work_request_summary.py +23 -3
  199. oci/marketplace_publisher/offer_client.py +789 -0
  200. oci/marketplace_publisher/offer_client_composite_operations.py +160 -0
  201. oci/media_services/media_services_client.py +60 -60
  202. oci/media_services/media_stream_client.py +2 -2
  203. oci/monitoring/monitoring_client.py +18 -18
  204. oci/mysql/channels_client.py +7 -7
  205. oci/mysql/db_backups_client.py +6 -6
  206. oci/mysql/db_system_client.py +17 -17
  207. oci/mysql/mysqlaas_client.py +7 -7
  208. oci/mysql/replicas_client.py +5 -5
  209. oci/mysql/work_requests_client.py +4 -4
  210. oci/network_firewall/network_firewall_client.py +80 -80
  211. oci/network_load_balancer/models/create_listener_details.py +33 -2
  212. oci/network_load_balancer/models/listener.py +33 -2
  213. oci/network_load_balancer/models/listener_details.py +33 -2
  214. oci/network_load_balancer/models/listener_summary.py +33 -2
  215. oci/network_load_balancer/models/update_listener_details.py +33 -2
  216. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  217. oci/nosql/nosql_client.py +24 -24
  218. oci/object_storage/object_storage_client.py +50 -50
  219. oci/oce/oce_instance_client.py +10 -10
  220. oci/oci_control_center/occ_metrics_client.py +3 -3
  221. oci/ocvp/cluster_client.py +5 -5
  222. oci/ocvp/esxi_host_client.py +8 -8
  223. oci/ocvp/sddc_client.py +14 -14
  224. oci/ocvp/work_request_client.py +4 -4
  225. oci/oda/management_client.py +59 -59
  226. oci/oda/oda_client.py +17 -17
  227. oci/oda/odapackage_client.py +7 -7
  228. oci/onesubscription/billing_schedule_client.py +1 -1
  229. oci/onesubscription/commitment_client.py +2 -2
  230. oci/onesubscription/computed_usage_client.py +3 -3
  231. oci/onesubscription/invoice_summary_client.py +2 -2
  232. oci/onesubscription/organization_subscription_client.py +1 -1
  233. oci/onesubscription/ratecard_client.py +1 -1
  234. oci/onesubscription/subscribed_service_client.py +2 -2
  235. oci/onesubscription/subscription_client.py +1 -1
  236. oci/ons/notification_control_plane_client.py +6 -6
  237. oci/ons/notification_data_plane_client.py +10 -10
  238. oci/opa/opa_instance_client.py +13 -13
  239. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  240. oci/opensearch/opensearch_cluster_client.py +14 -14
  241. oci/operator_access_control/access_requests_client.py +10 -10
  242. oci/operator_access_control/operator_actions_client.py +2 -2
  243. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  244. oci/operator_access_control/operator_control_client.py +6 -6
  245. oci/opsi/operations_insights_client.py +175 -175
  246. oci/optimizer/optimizer_client.py +26 -26
  247. oci/os_management/event_client.py +8 -8
  248. oci/os_management/os_management_client.py +69 -69
  249. oci/os_management_hub/event_client.py +8 -8
  250. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  251. oci/os_management_hub/managed_instance_client.py +31 -31
  252. oci/os_management_hub/managed_instance_group_client.py +25 -25
  253. oci/os_management_hub/management_station_client.py +10 -10
  254. oci/os_management_hub/onboarding_client.py +6 -6
  255. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  256. oci/os_management_hub/scheduled_job_client.py +7 -7
  257. oci/os_management_hub/software_source_client.py +27 -27
  258. oci/os_management_hub/work_request_client.py +4 -4
  259. oci/osp_gateway/address_rule_service_client.py +1 -1
  260. oci/osp_gateway/address_service_client.py +2 -2
  261. oci/osp_gateway/invoice_service_client.py +5 -5
  262. oci/osp_gateway/subscription_service_client.py +5 -5
  263. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  264. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  265. oci/osub_subscription/commitment_client.py +2 -2
  266. oci/osub_subscription/ratecard_client.py +1 -1
  267. oci/osub_subscription/subscription_client.py +1 -1
  268. oci/osub_usage/computed_usage_client.py +3 -3
  269. oci/psql/postgresql_client.py +33 -33
  270. oci/queue/queue_admin_client.py +11 -11
  271. oci/queue/queue_client.py +8 -8
  272. oci/recovery/database_recovery_client.py +25 -25
  273. oci/redis/redis_cluster_client.py +11 -11
  274. oci/resource_manager/resource_manager_client.py +52 -52
  275. oci/resource_search/resource_search_client.py +3 -3
  276. oci/rover/rover_bundle_client.py +8 -8
  277. oci/rover/rover_cluster_client.py +8 -8
  278. oci/rover/rover_entitlement_client.py +6 -6
  279. oci/rover/rover_node_client.py +15 -15
  280. oci/rover/shape_client.py +1 -1
  281. oci/rover/work_requests_client.py +5 -5
  282. oci/sch/connector_plugins_client.py +2 -2
  283. oci/sch/service_connector_client.py +12 -12
  284. oci/secrets/secrets_client.py +3 -3
  285. oci/service_catalog/service_catalog_client.py +26 -26
  286. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  287. oci/service_mesh/service_mesh_client.py +48 -48
  288. oci/stack_monitoring/stack_monitoring_client.py +64 -64
  289. oci/streaming/stream_admin_client.py +18 -18
  290. oci/streaming/stream_client.py +8 -8
  291. oci/tenant_manager_control_plane/domain_client.py +5 -5
  292. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  293. oci/tenant_manager_control_plane/governance_client.py +2 -2
  294. oci/tenant_manager_control_plane/link_client.py +3 -3
  295. oci/tenant_manager_control_plane/orders_client.py +2 -2
  296. oci/tenant_manager_control_plane/organization_client.py +10 -10
  297. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  298. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  299. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  300. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  301. oci/threat_intelligence/threatintel_client.py +5 -5
  302. oci/usage/resources_client.py +2 -2
  303. oci/usage/rewards_client.py +6 -6
  304. oci/usage/usagelimits_client.py +1 -1
  305. oci/usage_api/usageapi_client.py +33 -33
  306. oci/vault/vaults_client.py +13 -13
  307. oci/vbs_inst/vbs_instance_client.py +10 -10
  308. oci/version.py +1 -1
  309. oci/visual_builder/vb_instance_client.py +13 -13
  310. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  311. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  312. oci/waa/waa_client.py +13 -13
  313. oci/waa/work_request_client.py +4 -4
  314. oci/waas/redirect_client.py +6 -6
  315. oci/waas/waas_client.py +66 -66
  316. oci/waf/waf_client.py +24 -24
  317. oci/work_requests/work_request_client.py +4 -4
  318. {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/METADATA +1 -1
  319. {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/RECORD +323 -274
  320. {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/LICENSE.txt +0 -0
  321. {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  322. {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/WHEEL +0 -0
  323. {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,577 @@
1
+ # coding: utf-8
2
+ # Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
3
+ # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
4
+
5
+ # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20170907
6
+
7
+
8
+ from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401
9
+ from oci.decorators import init_model_state_from_kwargs
10
+
11
+
12
+ @init_model_state_from_kwargs
13
+ class EmailReturnPath(object):
14
+ """
15
+ The properties that define a Email Return Path
16
+ """
17
+
18
+ #: A constant which can be used with the lifecycle_state property of a EmailReturnPath.
19
+ #: This constant has a value of "ACTIVE"
20
+ LIFECYCLE_STATE_ACTIVE = "ACTIVE"
21
+
22
+ #: A constant which can be used with the lifecycle_state property of a EmailReturnPath.
23
+ #: This constant has a value of "CREATING"
24
+ LIFECYCLE_STATE_CREATING = "CREATING"
25
+
26
+ #: A constant which can be used with the lifecycle_state property of a EmailReturnPath.
27
+ #: This constant has a value of "DELETING"
28
+ LIFECYCLE_STATE_DELETING = "DELETING"
29
+
30
+ #: A constant which can be used with the lifecycle_state property of a EmailReturnPath.
31
+ #: This constant has a value of "DELETED"
32
+ LIFECYCLE_STATE_DELETED = "DELETED"
33
+
34
+ #: A constant which can be used with the lifecycle_state property of a EmailReturnPath.
35
+ #: This constant has a value of "FAILED"
36
+ LIFECYCLE_STATE_FAILED = "FAILED"
37
+
38
+ #: A constant which can be used with the lifecycle_state property of a EmailReturnPath.
39
+ #: This constant has a value of "NEEDS_ATTENTION"
40
+ LIFECYCLE_STATE_NEEDS_ATTENTION = "NEEDS_ATTENTION"
41
+
42
+ #: A constant which can be used with the lifecycle_state property of a EmailReturnPath.
43
+ #: This constant has a value of "UPDATING"
44
+ LIFECYCLE_STATE_UPDATING = "UPDATING"
45
+
46
+ def __init__(self, **kwargs):
47
+ """
48
+ Initializes a new EmailReturnPath object with values from keyword arguments.
49
+ The following keyword arguments are supported (corresponding to the getters/setters of this class):
50
+
51
+ :param name:
52
+ The value to assign to the name property of this EmailReturnPath.
53
+ :type name: str
54
+
55
+ :param id:
56
+ The value to assign to the id property of this EmailReturnPath.
57
+ :type id: str
58
+
59
+ :param parent_resource_id:
60
+ The value to assign to the parent_resource_id property of this EmailReturnPath.
61
+ :type parent_resource_id: str
62
+
63
+ :param compartment_id:
64
+ The value to assign to the compartment_id property of this EmailReturnPath.
65
+ :type compartment_id: str
66
+
67
+ :param lifecycle_state:
68
+ The value to assign to the lifecycle_state property of this EmailReturnPath.
69
+ Allowed values for this property are: "ACTIVE", "CREATING", "DELETING", "DELETED", "FAILED", "NEEDS_ATTENTION", "UPDATING", 'UNKNOWN_ENUM_VALUE'.
70
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
71
+ :type lifecycle_state: str
72
+
73
+ :param lifecycle_details:
74
+ The value to assign to the lifecycle_details property of this EmailReturnPath.
75
+ :type lifecycle_details: str
76
+
77
+ :param description:
78
+ The value to assign to the description property of this EmailReturnPath.
79
+ :type description: str
80
+
81
+ :param dns_subdomain_name:
82
+ The value to assign to the dns_subdomain_name property of this EmailReturnPath.
83
+ :type dns_subdomain_name: str
84
+
85
+ :param cname_record_value:
86
+ The value to assign to the cname_record_value property of this EmailReturnPath.
87
+ :type cname_record_value: str
88
+
89
+ :param time_created:
90
+ The value to assign to the time_created property of this EmailReturnPath.
91
+ :type time_created: datetime
92
+
93
+ :param time_updated:
94
+ The value to assign to the time_updated property of this EmailReturnPath.
95
+ :type time_updated: datetime
96
+
97
+ :param freeform_tags:
98
+ The value to assign to the freeform_tags property of this EmailReturnPath.
99
+ :type freeform_tags: dict(str, str)
100
+
101
+ :param defined_tags:
102
+ The value to assign to the defined_tags property of this EmailReturnPath.
103
+ :type defined_tags: dict(str, dict(str, object))
104
+
105
+ :param system_tags:
106
+ The value to assign to the system_tags property of this EmailReturnPath.
107
+ :type system_tags: dict(str, dict(str, object))
108
+
109
+ """
110
+ self.swagger_types = {
111
+ 'name': 'str',
112
+ 'id': 'str',
113
+ 'parent_resource_id': 'str',
114
+ 'compartment_id': 'str',
115
+ 'lifecycle_state': 'str',
116
+ 'lifecycle_details': 'str',
117
+ 'description': 'str',
118
+ 'dns_subdomain_name': 'str',
119
+ 'cname_record_value': 'str',
120
+ 'time_created': 'datetime',
121
+ 'time_updated': 'datetime',
122
+ 'freeform_tags': 'dict(str, str)',
123
+ 'defined_tags': 'dict(str, dict(str, object))',
124
+ 'system_tags': 'dict(str, dict(str, object))'
125
+ }
126
+
127
+ self.attribute_map = {
128
+ 'name': 'name',
129
+ 'id': 'id',
130
+ 'parent_resource_id': 'parentResourceId',
131
+ 'compartment_id': 'compartmentId',
132
+ 'lifecycle_state': 'lifecycleState',
133
+ 'lifecycle_details': 'lifecycleDetails',
134
+ 'description': 'description',
135
+ 'dns_subdomain_name': 'dnsSubdomainName',
136
+ 'cname_record_value': 'cnameRecordValue',
137
+ 'time_created': 'timeCreated',
138
+ 'time_updated': 'timeUpdated',
139
+ 'freeform_tags': 'freeformTags',
140
+ 'defined_tags': 'definedTags',
141
+ 'system_tags': 'systemTags'
142
+ }
143
+
144
+ self._name = None
145
+ self._id = None
146
+ self._parent_resource_id = None
147
+ self._compartment_id = None
148
+ self._lifecycle_state = None
149
+ self._lifecycle_details = None
150
+ self._description = None
151
+ self._dns_subdomain_name = None
152
+ self._cname_record_value = None
153
+ self._time_created = None
154
+ self._time_updated = None
155
+ self._freeform_tags = None
156
+ self._defined_tags = None
157
+ self._system_tags = None
158
+
159
+ @property
160
+ def name(self):
161
+ """
162
+ **[Required]** Gets the name of this EmailReturnPath.
163
+ The email return path domain in the Internet Domain Name System (DNS).
164
+
165
+ Example: `iad1.rp.example.com`
166
+
167
+
168
+ :return: The name of this EmailReturnPath.
169
+ :rtype: str
170
+ """
171
+ return self._name
172
+
173
+ @name.setter
174
+ def name(self, name):
175
+ """
176
+ Sets the name of this EmailReturnPath.
177
+ The email return path domain in the Internet Domain Name System (DNS).
178
+
179
+ Example: `iad1.rp.example.com`
180
+
181
+
182
+ :param name: The name of this EmailReturnPath.
183
+ :type: str
184
+ """
185
+ self._name = name
186
+
187
+ @property
188
+ def id(self):
189
+ """
190
+ **[Required]** Gets the id of this EmailReturnPath.
191
+ The `OCID`__ of the email return path.
192
+
193
+ __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
194
+
195
+
196
+ :return: The id of this EmailReturnPath.
197
+ :rtype: str
198
+ """
199
+ return self._id
200
+
201
+ @id.setter
202
+ def id(self, id):
203
+ """
204
+ Sets the id of this EmailReturnPath.
205
+ The `OCID`__ of the email return path.
206
+
207
+ __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
208
+
209
+
210
+ :param id: The id of this EmailReturnPath.
211
+ :type: str
212
+ """
213
+ self._id = id
214
+
215
+ @property
216
+ def parent_resource_id(self):
217
+ """
218
+ **[Required]** Gets the parent_resource_id of this EmailReturnPath.
219
+ The `OCID`__ of the EmailDomain
220
+ that this email return path belongs to.
221
+
222
+ __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
223
+
224
+
225
+ :return: The parent_resource_id of this EmailReturnPath.
226
+ :rtype: str
227
+ """
228
+ return self._parent_resource_id
229
+
230
+ @parent_resource_id.setter
231
+ def parent_resource_id(self, parent_resource_id):
232
+ """
233
+ Sets the parent_resource_id of this EmailReturnPath.
234
+ The `OCID`__ of the EmailDomain
235
+ that this email return path belongs to.
236
+
237
+ __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
238
+
239
+
240
+ :param parent_resource_id: The parent_resource_id of this EmailReturnPath.
241
+ :type: str
242
+ """
243
+ self._parent_resource_id = parent_resource_id
244
+
245
+ @property
246
+ def compartment_id(self):
247
+ """
248
+ Gets the compartment_id of this EmailReturnPath.
249
+ The `OCID`__ of the compartment that contains this email return path.
250
+
251
+ __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
252
+
253
+
254
+ :return: The compartment_id of this EmailReturnPath.
255
+ :rtype: str
256
+ """
257
+ return self._compartment_id
258
+
259
+ @compartment_id.setter
260
+ def compartment_id(self, compartment_id):
261
+ """
262
+ Sets the compartment_id of this EmailReturnPath.
263
+ The `OCID`__ of the compartment that contains this email return path.
264
+
265
+ __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
266
+
267
+
268
+ :param compartment_id: The compartment_id of this EmailReturnPath.
269
+ :type: str
270
+ """
271
+ self._compartment_id = compartment_id
272
+
273
+ @property
274
+ def lifecycle_state(self):
275
+ """
276
+ Gets the lifecycle_state of this EmailReturnPath.
277
+ The current state of the email return path.
278
+
279
+ Allowed values for this property are: "ACTIVE", "CREATING", "DELETING", "DELETED", "FAILED", "NEEDS_ATTENTION", "UPDATING", 'UNKNOWN_ENUM_VALUE'.
280
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
281
+
282
+
283
+ :return: The lifecycle_state of this EmailReturnPath.
284
+ :rtype: str
285
+ """
286
+ return self._lifecycle_state
287
+
288
+ @lifecycle_state.setter
289
+ def lifecycle_state(self, lifecycle_state):
290
+ """
291
+ Sets the lifecycle_state of this EmailReturnPath.
292
+ The current state of the email return path.
293
+
294
+
295
+ :param lifecycle_state: The lifecycle_state of this EmailReturnPath.
296
+ :type: str
297
+ """
298
+ allowed_values = ["ACTIVE", "CREATING", "DELETING", "DELETED", "FAILED", "NEEDS_ATTENTION", "UPDATING"]
299
+ if not value_allowed_none_or_none_sentinel(lifecycle_state, allowed_values):
300
+ lifecycle_state = 'UNKNOWN_ENUM_VALUE'
301
+ self._lifecycle_state = lifecycle_state
302
+
303
+ @property
304
+ def lifecycle_details(self):
305
+ """
306
+ Gets the lifecycle_details of this EmailReturnPath.
307
+ A message describing the current state in more detail. For example, can be used to provide actionable information for a
308
+ resource in 'Failed' state.
309
+
310
+
311
+ :return: The lifecycle_details of this EmailReturnPath.
312
+ :rtype: str
313
+ """
314
+ return self._lifecycle_details
315
+
316
+ @lifecycle_details.setter
317
+ def lifecycle_details(self, lifecycle_details):
318
+ """
319
+ Sets the lifecycle_details of this EmailReturnPath.
320
+ A message describing the current state in more detail. For example, can be used to provide actionable information for a
321
+ resource in 'Failed' state.
322
+
323
+
324
+ :param lifecycle_details: The lifecycle_details of this EmailReturnPath.
325
+ :type: str
326
+ """
327
+ self._lifecycle_details = lifecycle_details
328
+
329
+ @property
330
+ def description(self):
331
+ """
332
+ Gets the description of this EmailReturnPath.
333
+ The description of the email return path. Avoid entering confidential information.
334
+
335
+
336
+ :return: The description of this EmailReturnPath.
337
+ :rtype: str
338
+ """
339
+ return self._description
340
+
341
+ @description.setter
342
+ def description(self, description):
343
+ """
344
+ Sets the description of this EmailReturnPath.
345
+ The description of the email return path. Avoid entering confidential information.
346
+
347
+
348
+ :param description: The description of this EmailReturnPath.
349
+ :type: str
350
+ """
351
+ self._description = description
352
+
353
+ @property
354
+ def dns_subdomain_name(self):
355
+ """
356
+ Gets the dns_subdomain_name of this EmailReturnPath.
357
+ The name of the DNS subdomain that must be provisioned to enable email recipients to verify Email Return Path.
358
+ It is usually created with a CNAME record set to the cnameRecordValue.
359
+
360
+
361
+ :return: The dns_subdomain_name of this EmailReturnPath.
362
+ :rtype: str
363
+ """
364
+ return self._dns_subdomain_name
365
+
366
+ @dns_subdomain_name.setter
367
+ def dns_subdomain_name(self, dns_subdomain_name):
368
+ """
369
+ Sets the dns_subdomain_name of this EmailReturnPath.
370
+ The name of the DNS subdomain that must be provisioned to enable email recipients to verify Email Return Path.
371
+ It is usually created with a CNAME record set to the cnameRecordValue.
372
+
373
+
374
+ :param dns_subdomain_name: The dns_subdomain_name of this EmailReturnPath.
375
+ :type: str
376
+ """
377
+ self._dns_subdomain_name = dns_subdomain_name
378
+
379
+ @property
380
+ def cname_record_value(self):
381
+ """
382
+ Gets the cname_record_value of this EmailReturnPath.
383
+ The DNS CNAME record value to provision to the Return Patn DNS subdomain, when using the CNAME method for Email Return Path setup (preferred).
384
+
385
+
386
+ :return: The cname_record_value of this EmailReturnPath.
387
+ :rtype: str
388
+ """
389
+ return self._cname_record_value
390
+
391
+ @cname_record_value.setter
392
+ def cname_record_value(self, cname_record_value):
393
+ """
394
+ Sets the cname_record_value of this EmailReturnPath.
395
+ The DNS CNAME record value to provision to the Return Patn DNS subdomain, when using the CNAME method for Email Return Path setup (preferred).
396
+
397
+
398
+ :param cname_record_value: The cname_record_value of this EmailReturnPath.
399
+ :type: str
400
+ """
401
+ self._cname_record_value = cname_record_value
402
+
403
+ @property
404
+ def time_created(self):
405
+ """
406
+ Gets the time_created of this EmailReturnPath.
407
+ The time the email return path was created.
408
+ Times are expressed in `RFC 3339`__
409
+ timestamp format, \"YYYY-MM-ddThh:mmZ\".
410
+
411
+ Example: `2021-02-12T22:47:12.613Z`
412
+
413
+ __ https://tools.ietf.org/html/rfc3339
414
+
415
+
416
+ :return: The time_created of this EmailReturnPath.
417
+ :rtype: datetime
418
+ """
419
+ return self._time_created
420
+
421
+ @time_created.setter
422
+ def time_created(self, time_created):
423
+ """
424
+ Sets the time_created of this EmailReturnPath.
425
+ The time the email return path was created.
426
+ Times are expressed in `RFC 3339`__
427
+ timestamp format, \"YYYY-MM-ddThh:mmZ\".
428
+
429
+ Example: `2021-02-12T22:47:12.613Z`
430
+
431
+ __ https://tools.ietf.org/html/rfc3339
432
+
433
+
434
+ :param time_created: The time_created of this EmailReturnPath.
435
+ :type: datetime
436
+ """
437
+ self._time_created = time_created
438
+
439
+ @property
440
+ def time_updated(self):
441
+ """
442
+ Gets the time_updated of this EmailReturnPath.
443
+ The time of the last change to the Email Return Path configuration, due to a state change or
444
+ an update operation.
445
+ Times are expressed in `RFC 3339`__
446
+ timestamp format, \"YYYY-MM-ddThh:mmZ\".
447
+
448
+ __ https://tools.ietf.org/html/rfc3339
449
+
450
+
451
+ :return: The time_updated of this EmailReturnPath.
452
+ :rtype: datetime
453
+ """
454
+ return self._time_updated
455
+
456
+ @time_updated.setter
457
+ def time_updated(self, time_updated):
458
+ """
459
+ Sets the time_updated of this EmailReturnPath.
460
+ The time of the last change to the Email Return Path configuration, due to a state change or
461
+ an update operation.
462
+ Times are expressed in `RFC 3339`__
463
+ timestamp format, \"YYYY-MM-ddThh:mmZ\".
464
+
465
+ __ https://tools.ietf.org/html/rfc3339
466
+
467
+
468
+ :param time_updated: The time_updated of this EmailReturnPath.
469
+ :type: datetime
470
+ """
471
+ self._time_updated = time_updated
472
+
473
+ @property
474
+ def freeform_tags(self):
475
+ """
476
+ Gets the freeform_tags of this EmailReturnPath.
477
+ Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
478
+ For more information, see `Resource Tags`__.
479
+
480
+ Example: `{\"Department\": \"Finance\"}`
481
+
482
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm
483
+
484
+
485
+ :return: The freeform_tags of this EmailReturnPath.
486
+ :rtype: dict(str, str)
487
+ """
488
+ return self._freeform_tags
489
+
490
+ @freeform_tags.setter
491
+ def freeform_tags(self, freeform_tags):
492
+ """
493
+ Sets the freeform_tags of this EmailReturnPath.
494
+ Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
495
+ For more information, see `Resource Tags`__.
496
+
497
+ Example: `{\"Department\": \"Finance\"}`
498
+
499
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm
500
+
501
+
502
+ :param freeform_tags: The freeform_tags of this EmailReturnPath.
503
+ :type: dict(str, str)
504
+ """
505
+ self._freeform_tags = freeform_tags
506
+
507
+ @property
508
+ def defined_tags(self):
509
+ """
510
+ Gets the defined_tags of this EmailReturnPath.
511
+ Defined tags for this resource. Each key is predefined and scoped to a namespace.
512
+ For more information, see `Resource Tags`__.
513
+
514
+ Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
515
+
516
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm
517
+
518
+
519
+ :return: The defined_tags of this EmailReturnPath.
520
+ :rtype: dict(str, dict(str, object))
521
+ """
522
+ return self._defined_tags
523
+
524
+ @defined_tags.setter
525
+ def defined_tags(self, defined_tags):
526
+ """
527
+ Sets the defined_tags of this EmailReturnPath.
528
+ Defined tags for this resource. Each key is predefined and scoped to a namespace.
529
+ For more information, see `Resource Tags`__.
530
+
531
+ Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
532
+
533
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm
534
+
535
+
536
+ :param defined_tags: The defined_tags of this EmailReturnPath.
537
+ :type: dict(str, dict(str, object))
538
+ """
539
+ self._defined_tags = defined_tags
540
+
541
+ @property
542
+ def system_tags(self):
543
+ """
544
+ Gets the system_tags of this EmailReturnPath.
545
+ Usage of system tag keys. These predefined keys are scoped to namespaces.
546
+ Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
547
+
548
+
549
+ :return: The system_tags of this EmailReturnPath.
550
+ :rtype: dict(str, dict(str, object))
551
+ """
552
+ return self._system_tags
553
+
554
+ @system_tags.setter
555
+ def system_tags(self, system_tags):
556
+ """
557
+ Sets the system_tags of this EmailReturnPath.
558
+ Usage of system tag keys. These predefined keys are scoped to namespaces.
559
+ Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
560
+
561
+
562
+ :param system_tags: The system_tags of this EmailReturnPath.
563
+ :type: dict(str, dict(str, object))
564
+ """
565
+ self._system_tags = system_tags
566
+
567
+ def __repr__(self):
568
+ return formatted_flat_dict(self)
569
+
570
+ def __eq__(self, other):
571
+ if other is None:
572
+ return False
573
+
574
+ return self.__dict__ == other.__dict__
575
+
576
+ def __ne__(self, other):
577
+ return not self == other
@@ -0,0 +1,72 @@
1
+ # coding: utf-8
2
+ # Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
3
+ # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
4
+
5
+ # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20170907
6
+
7
+
8
+ from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401
9
+ from oci.decorators import init_model_state_from_kwargs
10
+
11
+
12
+ @init_model_state_from_kwargs
13
+ class EmailReturnPathCollection(object):
14
+ """
15
+ Results of a ReturnPath search. Contains both ReturnPathSummary items and other information, such as metadata.
16
+ """
17
+
18
+ def __init__(self, **kwargs):
19
+ """
20
+ Initializes a new EmailReturnPathCollection object with values from keyword arguments.
21
+ The following keyword arguments are supported (corresponding to the getters/setters of this class):
22
+
23
+ :param items:
24
+ The value to assign to the items property of this EmailReturnPathCollection.
25
+ :type items: list[oci.email.models.EmailReturnPathSummary]
26
+
27
+ """
28
+ self.swagger_types = {
29
+ 'items': 'list[EmailReturnPathSummary]'
30
+ }
31
+
32
+ self.attribute_map = {
33
+ 'items': 'items'
34
+ }
35
+
36
+ self._items = None
37
+
38
+ @property
39
+ def items(self):
40
+ """
41
+ **[Required]** Gets the items of this EmailReturnPathCollection.
42
+ List of email return paths.
43
+
44
+
45
+ :return: The items of this EmailReturnPathCollection.
46
+ :rtype: list[oci.email.models.EmailReturnPathSummary]
47
+ """
48
+ return self._items
49
+
50
+ @items.setter
51
+ def items(self, items):
52
+ """
53
+ Sets the items of this EmailReturnPathCollection.
54
+ List of email return paths.
55
+
56
+
57
+ :param items: The items of this EmailReturnPathCollection.
58
+ :type: list[oci.email.models.EmailReturnPathSummary]
59
+ """
60
+ self._items = items
61
+
62
+ def __repr__(self):
63
+ return formatted_flat_dict(self)
64
+
65
+ def __eq__(self, other):
66
+ if other is None:
67
+ return False
68
+
69
+ return self.__dict__ == other.__dict__
70
+
71
+ def __ne__(self, other):
72
+ return not self == other