oci 2.111.0__py3-none-any.whl → 2.112.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 (325) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +18 -18
  3. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  4. oci/ai_document/ai_service_document_client.py +22 -22
  5. oci/ai_language/ai_service_language_client.py +36 -36
  6. oci/ai_speech/ai_service_speech_client.py +9 -9
  7. oci/ai_vision/ai_service_vision_client.py +25 -25
  8. oci/analytics/analytics_client.py +23 -23
  9. oci/announcements_service/announcement_client.py +4 -4
  10. oci/announcements_service/announcement_subscription_client.py +9 -9
  11. oci/announcements_service/announcements_preferences_client.py +4 -4
  12. oci/apigateway/api_gateway_client.py +21 -21
  13. oci/apigateway/deployment_client.py +6 -6
  14. oci/apigateway/gateway_client.py +6 -6
  15. oci/apigateway/subscribers_client.py +6 -6
  16. oci/apigateway/usage_plans_client.py +6 -6
  17. oci/apigateway/work_requests_client.py +5 -5
  18. oci/apm_config/config_client.py +8 -8
  19. oci/apm_control_plane/apm_domain_client.py +14 -14
  20. oci/apm_synthetics/apm_synthetic_client.py +18 -18
  21. oci/apm_traces/query_client.py +2 -2
  22. oci/apm_traces/trace_client.py +4 -4
  23. oci/application_migration/application_migration_client.py +19 -19
  24. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  25. oci/artifacts/artifacts_client.py +32 -32
  26. oci/audit/audit_client.py +3 -3
  27. oci/autoscaling/auto_scaling_client.py +11 -11
  28. oci/bastion/bastion_client.py +15 -15
  29. oci/bds/bds_client.py +47 -47
  30. oci/blockchain/blockchain_platform_client.py +27 -27
  31. oci/budget/budget_client.py +10 -10
  32. oci/certificates/certificates_client.py +5 -5
  33. oci/certificates_management/certificates_management_client.py +32 -32
  34. oci/cims/__init__.py +1 -3
  35. oci/cims/incident_client.py +356 -93
  36. oci/cims/models/__init__.py +6 -0
  37. oci/cims/models/account_item.py +85 -0
  38. oci/cims/models/activity_item.py +112 -14
  39. oci/cims/models/category.py +5 -5
  40. oci/cims/models/contact.py +32 -1
  41. oci/cims/models/contextual_data.py +9 -9
  42. oci/cims/models/create_account_item_details.py +78 -0
  43. oci/cims/models/create_category_details.py +2 -4
  44. oci/cims/models/create_incident.py +13 -9
  45. oci/cims/models/create_issue_type_details.py +0 -2
  46. oci/cims/models/create_item_details.py +9 -7
  47. oci/cims/models/create_limit_item_details.py +3 -3
  48. oci/cims/models/create_resource_details.py +2 -289
  49. oci/cims/models/create_sub_category_details.py +3 -5
  50. oci/cims/models/create_tech_support_item_details.py +1 -3
  51. oci/cims/models/create_ticket_details.py +11 -13
  52. oci/cims/models/create_user_details.py +65 -36
  53. oci/cims/models/incident.py +10 -6
  54. oci/cims/models/incident_resource_type.py +66 -4
  55. oci/cims/models/incident_summary.py +9 -5
  56. oci/cims/models/incident_type.py +1 -1
  57. oci/cims/models/issue_type.py +33 -2
  58. oci/cims/models/item.py +8 -4
  59. oci/cims/models/limit_item.py +7 -7
  60. oci/cims/models/resource.py +2 -285
  61. oci/cims/models/service_categories.py +134 -0
  62. oci/cims/models/service_category.py +1 -1
  63. oci/cims/models/sub_category.py +5 -5
  64. oci/cims/models/tenancy_information.py +3 -3
  65. oci/cims/models/ticket.py +7 -3
  66. oci/cims/models/update_activity_item_details.py +8 -6
  67. oci/cims/models/update_incident.py +62 -2
  68. oci/cims/models/update_item_details.py +3 -5
  69. oci/cims/models/update_resource_details.py +0 -2
  70. oci/cims/models/update_ticket_details.py +0 -2
  71. oci/cims/models/user.py +79 -19
  72. oci/cims/user_client.py +1 -1
  73. oci/cloud_bridge/common_client.py +5 -5
  74. oci/cloud_bridge/discovery_client.py +14 -14
  75. oci/cloud_bridge/inventory_client.py +16 -16
  76. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  77. oci/cloud_guard/cloud_guard_client.py +133 -133
  78. oci/cloud_migrations/migration_client.py +43 -43
  79. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  80. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  81. oci/compute_instance_agent/plugin_client.py +2 -2
  82. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  83. oci/container_engine/container_engine_client.py +44 -44
  84. oci/container_instances/container_instance_client.py +129 -24
  85. oci/core/blockstorage_client.py +60 -60
  86. oci/core/compute_client.py +90 -90
  87. oci/core/compute_management_client.py +32 -32
  88. oci/core/virtual_network_client.py +242 -242
  89. oci/dashboard_service/dashboard_client.py +6 -6
  90. oci/dashboard_service/dashboard_group_client.py +6 -6
  91. oci/data_catalog/data_catalog_client.py +424 -154
  92. oci/data_catalog/models/__init__.py +22 -0
  93. oci/data_catalog/models/asynchronous_export_glossary_details.py +68 -0
  94. oci/data_catalog/models/asynchronous_export_glossary_result.py +196 -0
  95. oci/data_catalog/models/asynchronous_export_request_details.py +68 -0
  96. oci/data_catalog/models/asynchronous_export_result.py +196 -0
  97. oci/data_catalog/models/attribute.py +33 -0
  98. oci/data_catalog/models/attribute_summary.py +33 -0
  99. oci/data_catalog/models/create_job_definition_details.py +42 -3
  100. oci/data_catalog/models/create_job_details.py +2 -0
  101. oci/data_catalog/models/create_job_execution_details.py +11 -3
  102. oci/data_catalog/models/data_asset.py +33 -0
  103. oci/data_catalog/models/data_asset_summary.py +35 -2
  104. oci/data_catalog/models/entity.py +33 -0
  105. oci/data_catalog/models/entity_lineage.py +222 -0
  106. oci/data_catalog/models/entity_summary.py +33 -0
  107. oci/data_catalog/models/faceted_search_date_filter_request.py +2 -2
  108. oci/data_catalog/models/faceted_search_string_filter_request.py +8 -2
  109. oci/data_catalog/models/fetch_entity_lineage_details.py +190 -0
  110. oci/data_catalog/models/folder.py +33 -0
  111. oci/data_catalog/models/folder_summary.py +35 -2
  112. oci/data_catalog/models/job.py +44 -3
  113. oci/data_catalog/models/job_definition.py +42 -3
  114. oci/data_catalog/models/job_definition_summary.py +44 -5
  115. oci/data_catalog/models/job_execution.py +11 -3
  116. oci/data_catalog/models/job_execution_summary.py +11 -3
  117. oci/data_catalog/models/job_summary.py +44 -3
  118. oci/data_catalog/models/lineage_object.py +400 -0
  119. oci/data_catalog/models/lineage_relationship.py +134 -0
  120. oci/data_catalog/models/object_lineage.py +223 -0
  121. oci/data_catalog/models/object_lineage_request_details.py +190 -0
  122. oci/data_catalog/models/object_storage_object_reference.py +134 -0
  123. oci/data_catalog/models/update_job_definition_details.py +31 -0
  124. oci/data_catalog/models/update_job_details.py +2 -0
  125. oci/data_flow/data_flow_client.py +42 -42
  126. oci/data_integration/data_integration_client.py +163 -163
  127. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  128. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  129. oci/data_safe/data_safe_client.py +214 -214
  130. oci/data_science/data_science_client.py +85 -85
  131. oci/database/database_client.py +311 -311
  132. oci/database_management/db_management_client.py +182 -182
  133. oci/database_management/diagnosability_client.py +4 -4
  134. oci/database_management/sql_tuning_client.py +10 -10
  135. oci/database_migration/database_migration_client.py +41 -41
  136. oci/database_tools/database_tools_client.py +19 -19
  137. oci/devops/devops_client.py +89 -89
  138. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  139. oci/dns/dns_client.py +52 -52
  140. oci/dts/appliance_export_job_client.py +6 -6
  141. oci/dts/shipping_vendors_client.py +1 -1
  142. oci/dts/transfer_appliance_client.py +8 -8
  143. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  144. oci/dts/transfer_device_client.py +5 -5
  145. oci/dts/transfer_job_client.py +6 -6
  146. oci/dts/transfer_package_client.py +7 -7
  147. oci/em_warehouse/em_data_lake_client.py +13 -13
  148. oci/em_warehouse/em_warehouse_client.py +13 -13
  149. oci/email/email_client.py +25 -25
  150. oci/events/events_client.py +6 -6
  151. oci/file_storage/file_storage_client.py +50 -50
  152. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  153. oci/functions/functions_invoke_client.py +1 -1
  154. oci/functions/functions_management_client.py +16 -16
  155. oci/fusion_apps/data_masking_activity_client.py +3 -3
  156. oci/fusion_apps/fusion_applications_client.py +39 -39
  157. oci/fusion_apps/fusion_environment_client.py +15 -15
  158. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  159. oci/fusion_apps/refresh_activity_client.py +4 -4
  160. oci/fusion_apps/scheduled_activity_client.py +2 -2
  161. oci/fusion_apps/service_attachment_client.py +2 -2
  162. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  163. oci/golden_gate/golden_gate_client.py +57 -57
  164. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  165. oci/governance_rules_control_plane/work_request_client.py +5 -5
  166. oci/healthchecks/health_checks_client.py +17 -17
  167. oci/identity/identity_client.py +145 -145
  168. oci/identity_data_plane/dataplane_client.py +2 -2
  169. oci/identity_domains/identity_domains_client.py +190 -190
  170. oci/integration/integration_instance_client.py +15 -15
  171. oci/jms/java_management_service_client.py +56 -56
  172. oci/key_management/kms_crypto_client.py +6 -6
  173. oci/key_management/kms_management_client.py +21 -21
  174. oci/key_management/kms_vault_client.py +14 -14
  175. oci/license_manager/license_manager_client.py +18 -18
  176. oci/limits/limits_client.py +4 -4
  177. oci/limits/quotas_client.py +7 -7
  178. oci/load_balancer/load_balancer_client.py +61 -61
  179. oci/lockbox/lockbox_client.py +22 -22
  180. oci/log_analytics/log_analytics_client.py +192 -192
  181. oci/logging/logging_management_client.py +30 -30
  182. oci/loggingingestion/logging_client.py +1 -1
  183. oci/loggingsearch/log_search_client.py +1 -1
  184. oci/management_agent/management_agent_client.py +23 -23
  185. oci/management_dashboard/dashx_apis_client.py +14 -14
  186. oci/marketplace/account_client.py +2 -2
  187. oci/marketplace/marketplace_client.py +25 -25
  188. oci/media_services/media_services_client.py +48 -48
  189. oci/media_services/media_stream_client.py +2 -2
  190. oci/monitoring/monitoring_client.py +13 -13
  191. oci/mysql/channels_client.py +7 -7
  192. oci/mysql/db_backups_client.py +6 -6
  193. oci/mysql/db_system_client.py +17 -17
  194. oci/mysql/mysqlaas_client.py +7 -7
  195. oci/mysql/replicas_client.py +5 -5
  196. oci/mysql/work_requests_client.py +4 -4
  197. oci/network_firewall/network_firewall_client.py +17 -17
  198. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  199. oci/nosql/nosql_client.py +22 -22
  200. oci/object_storage/object_storage_client.py +50 -50
  201. oci/oce/oce_instance_client.py +10 -10
  202. oci/oci_control_center/occ_metrics_client.py +3 -3
  203. oci/ocvp/esxi_host_client.py +6 -6
  204. oci/ocvp/sddc_client.py +13 -13
  205. oci/ocvp/work_request_client.py +4 -4
  206. oci/oda/management_client.py +56 -56
  207. oci/oda/oda_client.py +17 -17
  208. oci/oda/odapackage_client.py +7 -7
  209. oci/onesubscription/billing_schedule_client.py +1 -1
  210. oci/onesubscription/commitment_client.py +2 -2
  211. oci/onesubscription/computed_usage_client.py +3 -3
  212. oci/onesubscription/invoice_summary_client.py +2 -2
  213. oci/onesubscription/organization_subscription_client.py +1 -1
  214. oci/onesubscription/ratecard_client.py +1 -1
  215. oci/onesubscription/subscribed_service_client.py +2 -2
  216. oci/onesubscription/subscription_client.py +1 -1
  217. oci/ons/notification_control_plane_client.py +6 -6
  218. oci/ons/notification_data_plane_client.py +10 -10
  219. oci/opa/opa_instance_client.py +11 -11
  220. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  221. oci/opensearch/opensearch_cluster_client.py +14 -14
  222. oci/operator_access_control/access_requests_client.py +9 -9
  223. oci/operator_access_control/operator_actions_client.py +2 -2
  224. oci/operator_access_control/operator_control_assignment_client.py +6 -6
  225. oci/operator_access_control/operator_control_client.py +6 -6
  226. oci/opsi/operations_insights_client.py +159 -159
  227. oci/optimizer/optimizer_client.py +26 -26
  228. oci/os_management/event_client.py +8 -8
  229. oci/os_management/os_management_client.py +69 -69
  230. oci/os_management_hub/lifecycle_environment_client.py +11 -11
  231. oci/os_management_hub/managed_instance_client.py +22 -22
  232. oci/os_management_hub/managed_instance_group_client.py +22 -22
  233. oci/os_management_hub/management_station_client.py +8 -8
  234. oci/os_management_hub/onboarding_client.py +5 -5
  235. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  236. oci/os_management_hub/scheduled_job_client.py +6 -6
  237. oci/os_management_hub/software_source_client.py +22 -22
  238. oci/os_management_hub/work_request_client.py +4 -4
  239. oci/osp_gateway/address_rule_service_client.py +1 -1
  240. oci/osp_gateway/address_service_client.py +2 -2
  241. oci/osp_gateway/invoice_service_client.py +5 -5
  242. oci/osp_gateway/subscription_service_client.py +5 -5
  243. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  244. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  245. oci/osub_subscription/commitment_client.py +2 -2
  246. oci/osub_subscription/ratecard_client.py +1 -1
  247. oci/osub_subscription/subscription_client.py +1 -1
  248. oci/osub_usage/computed_usage_client.py +3 -3
  249. oci/queue/models/__init__.py +4 -0
  250. oci/queue/models/channel_collection.py +72 -0
  251. oci/queue/models/create_queue_details.py +50 -11
  252. oci/queue/models/delete_messages_details_entry.py +2 -2
  253. oci/queue/models/get_message.py +55 -12
  254. oci/queue/models/message_metadata.py +103 -0
  255. oci/queue/models/purge_queue_details.py +43 -8
  256. oci/queue/models/put_message.py +44 -5
  257. oci/queue/models/put_messages.py +3 -3
  258. oci/queue/models/put_messages_details_entry.py +29 -2
  259. oci/queue/models/queue.py +76 -21
  260. oci/queue/models/queue_stats.py +34 -3
  261. oci/queue/models/queue_summary.py +37 -17
  262. oci/queue/models/stats.py +2 -2
  263. oci/queue/models/update_messages_details.py +1 -1
  264. oci/queue/models/update_messages_details_entry.py +2 -2
  265. oci/queue/models/update_messages_result.py +2 -2
  266. oci/queue/models/update_messages_result_entry.py +12 -4
  267. oci/queue/models/update_queue_details.py +47 -8
  268. oci/queue/models/updated_message.py +12 -4
  269. oci/queue/models/work_request.py +6 -2
  270. oci/queue/models/work_request_error.py +6 -2
  271. oci/queue/models/work_request_log_entry.py +6 -2
  272. oci/queue/models/work_request_summary.py +8 -4
  273. oci/queue/queue_admin_client.py +67 -46
  274. oci/queue/queue_admin_client_composite_operations.py +4 -4
  275. oci/queue/queue_client.py +209 -36
  276. oci/recovery/database_recovery_client.py +23 -23
  277. oci/resource_manager/resource_manager_client.py +52 -52
  278. oci/resource_search/resource_search_client.py +3 -3
  279. oci/rover/rover_bundle_client.py +8 -8
  280. oci/rover/rover_cluster_client.py +8 -8
  281. oci/rover/rover_entitlement_client.py +6 -6
  282. oci/rover/rover_node_client.py +15 -15
  283. oci/rover/shape_client.py +1 -1
  284. oci/rover/work_requests_client.py +5 -5
  285. oci/sch/service_connector_client.py +12 -12
  286. oci/secrets/secrets_client.py +3 -3
  287. oci/service_catalog/service_catalog_client.py +26 -26
  288. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  289. oci/service_mesh/service_mesh_client.py +48 -48
  290. oci/stack_monitoring/stack_monitoring_client.py +22 -22
  291. oci/streaming/stream_admin_client.py +18 -18
  292. oci/streaming/stream_client.py +8 -8
  293. oci/tenant_manager_control_plane/domain_client.py +5 -5
  294. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  295. oci/tenant_manager_control_plane/governance_client.py +2 -2
  296. oci/tenant_manager_control_plane/link_client.py +3 -3
  297. oci/tenant_manager_control_plane/orders_client.py +2 -2
  298. oci/tenant_manager_control_plane/organization_client.py +10 -10
  299. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  300. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  301. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  302. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  303. oci/threat_intelligence/threatintel_client.py +5 -5
  304. oci/usage/resources_client.py +2 -2
  305. oci/usage/rewards_client.py +6 -6
  306. oci/usage/usagelimits_client.py +1 -1
  307. oci/usage_api/usageapi_client.py +19 -19
  308. oci/vault/vaults_client.py +11 -11
  309. oci/vbs_inst/vbs_instance_client.py +10 -10
  310. oci/version.py +1 -1
  311. oci/visual_builder/vb_instance_client.py +13 -13
  312. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  313. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  314. oci/waa/waa_client.py +13 -13
  315. oci/waa/work_request_client.py +4 -4
  316. oci/waas/redirect_client.py +6 -6
  317. oci/waas/waas_client.py +66 -66
  318. oci/waf/waf_client.py +24 -24
  319. oci/work_requests/work_request_client.py +4 -4
  320. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/METADATA +1 -1
  321. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/RECORD +325 -309
  322. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/LICENSE.txt +0 -0
  323. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  324. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/WHEEL +0 -0
  325. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/top_level.txt +0 -0
@@ -12,7 +12,7 @@ from oci.decorators import init_model_state_from_kwargs
12
12
  @init_model_state_from_kwargs
13
13
  class PutMessage(object):
14
14
  """
15
- A message that has been published in a queue.
15
+ A message that has been published to a queue.
16
16
  """
17
17
 
18
18
  def __init__(self, **kwargs):
@@ -24,22 +24,29 @@ class PutMessage(object):
24
24
  The value to assign to the id property of this PutMessage.
25
25
  :type id: int
26
26
 
27
+ :param expire_after:
28
+ The value to assign to the expire_after property of this PutMessage.
29
+ :type expire_after: datetime
30
+
27
31
  """
28
32
  self.swagger_types = {
29
- 'id': 'int'
33
+ 'id': 'int',
34
+ 'expire_after': 'datetime'
30
35
  }
31
36
 
32
37
  self.attribute_map = {
33
- 'id': 'id'
38
+ 'id': 'id',
39
+ 'expire_after': 'expireAfter'
34
40
  }
35
41
 
36
42
  self._id = None
43
+ self._expire_after = None
37
44
 
38
45
  @property
39
46
  def id(self):
40
47
  """
41
48
  **[Required]** Gets the id of this PutMessage.
42
- The id of the message
49
+ The ID of the message.
43
50
 
44
51
 
45
52
  :return: The id of this PutMessage.
@@ -51,7 +58,7 @@ class PutMessage(object):
51
58
  def id(self, id):
52
59
  """
53
60
  Sets the id of this PutMessage.
54
- The id of the message
61
+ The ID of the message.
55
62
 
56
63
 
57
64
  :param id: The id of this PutMessage.
@@ -59,6 +66,38 @@ class PutMessage(object):
59
66
  """
60
67
  self._id = id
61
68
 
69
+ @property
70
+ def expire_after(self):
71
+ """
72
+ Gets the expire_after of this PutMessage.
73
+ The time after which the message will be automatically deleted, expressed in `RFC 3339`__ timestamp format.
74
+
75
+ Example: `2018-04-20T00:00:07.405Z`
76
+
77
+ __ https://tools.ietf.org/rfc/rfc3339
78
+
79
+
80
+ :return: The expire_after of this PutMessage.
81
+ :rtype: datetime
82
+ """
83
+ return self._expire_after
84
+
85
+ @expire_after.setter
86
+ def expire_after(self, expire_after):
87
+ """
88
+ Sets the expire_after of this PutMessage.
89
+ The time after which the message will be automatically deleted, expressed in `RFC 3339`__ timestamp format.
90
+
91
+ Example: `2018-04-20T00:00:07.405Z`
92
+
93
+ __ https://tools.ietf.org/rfc/rfc3339
94
+
95
+
96
+ :param expire_after: The expire_after of this PutMessage.
97
+ :type: datetime
98
+ """
99
+ self._expire_after = expire_after
100
+
62
101
  def __repr__(self):
63
102
  return formatted_flat_dict(self)
64
103
 
@@ -12,7 +12,7 @@ from oci.decorators import init_model_state_from_kwargs
12
12
  @init_model_state_from_kwargs
13
13
  class PutMessages(object):
14
14
  """
15
- A list of the messages published in a queue.
15
+ A list of the messages published to a queue.
16
16
  """
17
17
 
18
18
  def __init__(self, **kwargs):
@@ -39,7 +39,7 @@ class PutMessages(object):
39
39
  def messages(self):
40
40
  """
41
41
  **[Required]** Gets the messages of this PutMessages.
42
- The messages that have been published in a queue.
42
+ The messages that have been published to a queue.
43
43
 
44
44
 
45
45
  :return: The messages of this PutMessages.
@@ -51,7 +51,7 @@ class PutMessages(object):
51
51
  def messages(self, messages):
52
52
  """
53
53
  Sets the messages of this PutMessages.
54
- The messages that have been published in a queue.
54
+ The messages that have been published to a queue.
55
55
 
56
56
 
57
57
  :param messages: The messages of this PutMessages.
@@ -24,16 +24,23 @@ class PutMessagesDetailsEntry(object):
24
24
  The value to assign to the content property of this PutMessagesDetailsEntry.
25
25
  :type content: str
26
26
 
27
+ :param metadata:
28
+ The value to assign to the metadata property of this PutMessagesDetailsEntry.
29
+ :type metadata: oci.queue.models.MessageMetadata
30
+
27
31
  """
28
32
  self.swagger_types = {
29
- 'content': 'str'
33
+ 'content': 'str',
34
+ 'metadata': 'MessageMetadata'
30
35
  }
31
36
 
32
37
  self.attribute_map = {
33
- 'content': 'content'
38
+ 'content': 'content',
39
+ 'metadata': 'metadata'
34
40
  }
35
41
 
36
42
  self._content = None
43
+ self._metadata = None
37
44
 
38
45
  @property
39
46
  def content(self):
@@ -59,6 +66,26 @@ class PutMessagesDetailsEntry(object):
59
66
  """
60
67
  self._content = content
61
68
 
69
+ @property
70
+ def metadata(self):
71
+ """
72
+ Gets the metadata of this PutMessagesDetailsEntry.
73
+
74
+ :return: The metadata of this PutMessagesDetailsEntry.
75
+ :rtype: oci.queue.models.MessageMetadata
76
+ """
77
+ return self._metadata
78
+
79
+ @metadata.setter
80
+ def metadata(self, metadata):
81
+ """
82
+ Sets the metadata of this PutMessagesDetailsEntry.
83
+
84
+ :param metadata: The metadata of this PutMessagesDetailsEntry.
85
+ :type: oci.queue.models.MessageMetadata
86
+ """
87
+ self._metadata = metadata
88
+
62
89
  def __repr__(self):
63
90
  return formatted_flat_dict(self)
64
91
 
oci/queue/models/queue.py CHANGED
@@ -12,7 +12,7 @@ from oci.decorators import init_model_state_from_kwargs
12
12
  @init_model_state_from_kwargs
13
13
  class Queue(object):
14
14
  """
15
- Description of Queue.
15
+ A detailed representation of a queue and its configuration.
16
16
  """
17
17
 
18
18
  #: A constant which can be used with the lifecycle_state property of a Queue.
@@ -110,6 +110,10 @@ class Queue(object):
110
110
  The value to assign to the system_tags property of this Queue.
111
111
  :type system_tags: dict(str, dict(str, object))
112
112
 
113
+ :param channel_consumption_limit:
114
+ The value to assign to the channel_consumption_limit property of this Queue.
115
+ :type channel_consumption_limit: int
116
+
113
117
  """
114
118
  self.swagger_types = {
115
119
  'id': 'str',
@@ -127,7 +131,8 @@ class Queue(object):
127
131
  'custom_encryption_key_id': 'str',
128
132
  'freeform_tags': 'dict(str, str)',
129
133
  'defined_tags': 'dict(str, dict(str, object))',
130
- 'system_tags': 'dict(str, dict(str, object))'
134
+ 'system_tags': 'dict(str, dict(str, object))',
135
+ 'channel_consumption_limit': 'int'
131
136
  }
132
137
 
133
138
  self.attribute_map = {
@@ -146,7 +151,8 @@ class Queue(object):
146
151
  'custom_encryption_key_id': 'customEncryptionKeyId',
147
152
  'freeform_tags': 'freeformTags',
148
153
  'defined_tags': 'definedTags',
149
- 'system_tags': 'systemTags'
154
+ 'system_tags': 'systemTags',
155
+ 'channel_consumption_limit': 'channelConsumptionLimit'
150
156
  }
151
157
 
152
158
  self._id = None
@@ -165,12 +171,13 @@ class Queue(object):
165
171
  self._freeform_tags = None
166
172
  self._defined_tags = None
167
173
  self._system_tags = None
174
+ self._channel_consumption_limit = None
168
175
 
169
176
  @property
170
177
  def id(self):
171
178
  """
172
179
  **[Required]** Gets the id of this Queue.
173
- Unique identifier that is immutable on creation
180
+ A unique identifier for the queue that is immutable on creation.
174
181
 
175
182
 
176
183
  :return: The id of this Queue.
@@ -182,7 +189,7 @@ class Queue(object):
182
189
  def id(self, id):
183
190
  """
184
191
  Sets the id of this Queue.
185
- Unique identifier that is immutable on creation
192
+ A unique identifier for the queue that is immutable on creation.
186
193
 
187
194
 
188
195
  :param id: The id of this Queue.
@@ -194,7 +201,7 @@ class Queue(object):
194
201
  def display_name(self):
195
202
  """
196
203
  Gets the display_name of this Queue.
197
- Queue Identifier, can be renamed
204
+ A user-friendly name for the queue. Does not have to be unique, and it's changeable. Avoid entering confidential information.
198
205
 
199
206
 
200
207
  :return: The display_name of this Queue.
@@ -206,7 +213,7 @@ class Queue(object):
206
213
  def display_name(self, display_name):
207
214
  """
208
215
  Sets the display_name of this Queue.
209
- Queue Identifier, can be renamed
216
+ A user-friendly name for the queue. Does not have to be unique, and it's changeable. Avoid entering confidential information.
210
217
 
211
218
 
212
219
  :param display_name: The display_name of this Queue.
@@ -218,7 +225,9 @@ class Queue(object):
218
225
  def compartment_id(self):
219
226
  """
220
227
  **[Required]** Gets the compartment_id of this Queue.
221
- Compartment Identifier
228
+ The `OCID`__ of the compartment containing the queue.
229
+
230
+ __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
222
231
 
223
232
 
224
233
  :return: The compartment_id of this Queue.
@@ -230,7 +239,9 @@ class Queue(object):
230
239
  def compartment_id(self, compartment_id):
231
240
  """
232
241
  Sets the compartment_id of this Queue.
233
- Compartment Identifier
242
+ The `OCID`__ of the compartment containing the queue.
243
+
244
+ __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
234
245
 
235
246
 
236
247
  :param compartment_id: The compartment_id of this Queue.
@@ -242,7 +253,11 @@ class Queue(object):
242
253
  def time_created(self):
243
254
  """
244
255
  **[Required]** Gets the time_created of this Queue.
245
- The time the the Queue was created. An RFC3339 formatted datetime string
256
+ The time that the queue was created, expressed in `RFC 3339`__ timestamp format.
257
+
258
+ Example: `2018-04-20T00:00:07.405Z`
259
+
260
+ __ https://tools.ietf.org/rfc/rfc3339
246
261
 
247
262
 
248
263
  :return: The time_created of this Queue.
@@ -254,7 +269,11 @@ class Queue(object):
254
269
  def time_created(self, time_created):
255
270
  """
256
271
  Sets the time_created of this Queue.
257
- The time the the Queue was created. An RFC3339 formatted datetime string
272
+ The time that the queue was created, expressed in `RFC 3339`__ timestamp format.
273
+
274
+ Example: `2018-04-20T00:00:07.405Z`
275
+
276
+ __ https://tools.ietf.org/rfc/rfc3339
258
277
 
259
278
 
260
279
  :param time_created: The time_created of this Queue.
@@ -266,7 +285,11 @@ class Queue(object):
266
285
  def time_updated(self):
267
286
  """
268
287
  **[Required]** Gets the time_updated of this Queue.
269
- The time the Queue was updated. An RFC3339 formatted datetime string
288
+ The time that the queue was updated, expressed in `RFC 3339`__ timestamp format.
289
+
290
+ Example: `2018-04-20T00:00:07.405Z`
291
+
292
+ __ https://tools.ietf.org/rfc/rfc3339
270
293
 
271
294
 
272
295
  :return: The time_updated of this Queue.
@@ -278,7 +301,11 @@ class Queue(object):
278
301
  def time_updated(self, time_updated):
279
302
  """
280
303
  Sets the time_updated of this Queue.
281
- The time the Queue was updated. An RFC3339 formatted datetime string
304
+ The time that the queue was updated, expressed in `RFC 3339`__ timestamp format.
305
+
306
+ Example: `2018-04-20T00:00:07.405Z`
307
+
308
+ __ https://tools.ietf.org/rfc/rfc3339
282
309
 
283
310
 
284
311
  :param time_updated: The time_updated of this Queue.
@@ -290,7 +317,7 @@ class Queue(object):
290
317
  def lifecycle_state(self):
291
318
  """
292
319
  **[Required]** Gets the lifecycle_state of this Queue.
293
- The current state of the Queue.
320
+ The current state of the queue.
294
321
 
295
322
  Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'.
296
323
  Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
@@ -305,7 +332,7 @@ class Queue(object):
305
332
  def lifecycle_state(self, lifecycle_state):
306
333
  """
307
334
  Sets the lifecycle_state of this Queue.
308
- The current state of the Queue.
335
+ The current state of the queue.
309
336
 
310
337
 
311
338
  :param lifecycle_state: The lifecycle_state of this Queue.
@@ -320,7 +347,7 @@ class Queue(object):
320
347
  def lifecycle_details(self):
321
348
  """
322
349
  Gets the lifecycle_details of this Queue.
323
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
350
+ Any additional details about the current state of the queue.
324
351
 
325
352
 
326
353
  :return: The lifecycle_details of this Queue.
@@ -332,7 +359,7 @@ class Queue(object):
332
359
  def lifecycle_details(self, lifecycle_details):
333
360
  """
334
361
  Sets the lifecycle_details of this Queue.
335
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
362
+ Any additional details about the current state of the queue.
336
363
 
337
364
 
338
365
  :param lifecycle_details: The lifecycle_details of this Queue.
@@ -392,7 +419,7 @@ class Queue(object):
392
419
  def visibility_in_seconds(self):
393
420
  """
394
421
  **[Required]** Gets the visibility_in_seconds of this Queue.
395
- The default visibility of the messages consumed from the queue.
422
+ The default visibility timeout of the messages consumed from the queue, in seconds.
396
423
 
397
424
 
398
425
  :return: The visibility_in_seconds of this Queue.
@@ -404,7 +431,7 @@ class Queue(object):
404
431
  def visibility_in_seconds(self, visibility_in_seconds):
405
432
  """
406
433
  Sets the visibility_in_seconds of this Queue.
407
- The default visibility of the messages consumed from the queue.
434
+ The default visibility timeout of the messages consumed from the queue, in seconds.
408
435
 
409
436
 
410
437
  :param visibility_in_seconds: The visibility_in_seconds of this Queue.
@@ -464,7 +491,9 @@ class Queue(object):
464
491
  def custom_encryption_key_id(self):
465
492
  """
466
493
  Gets the custom_encryption_key_id of this Queue.
467
- Id of the custom master encryption key which will be used to encrypt messages content
494
+ The `OCID`__ of the custom encryption key to be used to encrypt messages content.
495
+
496
+ __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
468
497
 
469
498
 
470
499
  :return: The custom_encryption_key_id of this Queue.
@@ -476,7 +505,9 @@ class Queue(object):
476
505
  def custom_encryption_key_id(self, custom_encryption_key_id):
477
506
  """
478
507
  Sets the custom_encryption_key_id of this Queue.
479
- Id of the custom master encryption key which will be used to encrypt messages content
508
+ The `OCID`__ of the custom encryption key to be used to encrypt messages content.
509
+
510
+ __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
480
511
 
481
512
 
482
513
  :param custom_encryption_key_id: The custom_encryption_key_id of this Queue.
@@ -562,6 +593,30 @@ class Queue(object):
562
593
  """
563
594
  self._system_tags = system_tags
564
595
 
596
+ @property
597
+ def channel_consumption_limit(self):
598
+ """
599
+ Gets the channel_consumption_limit of this Queue.
600
+ The percentage of allocated queue resources that can be consumed by a single channel. For example, if a queue has a storage limit of 2Gb, and a single channel consumption limit is 0.1 (10%), that means data size of a single channel can't exceed 200Mb. Consumption limit of 100% (default) means that a single channel can consume up-to all allocated queue's resources.
601
+
602
+
603
+ :return: The channel_consumption_limit of this Queue.
604
+ :rtype: int
605
+ """
606
+ return self._channel_consumption_limit
607
+
608
+ @channel_consumption_limit.setter
609
+ def channel_consumption_limit(self, channel_consumption_limit):
610
+ """
611
+ Sets the channel_consumption_limit of this Queue.
612
+ The percentage of allocated queue resources that can be consumed by a single channel. For example, if a queue has a storage limit of 2Gb, and a single channel consumption limit is 0.1 (10%), that means data size of a single channel can't exceed 200Mb. Consumption limit of 100% (default) means that a single channel can consume up-to all allocated queue's resources.
613
+
614
+
615
+ :param channel_consumption_limit: The channel_consumption_limit of this Queue.
616
+ :type: int
617
+ """
618
+ self._channel_consumption_limit = channel_consumption_limit
619
+
565
620
  def __repr__(self):
566
621
  return formatted_flat_dict(self)
567
622
 
@@ -12,7 +12,7 @@ from oci.decorators import init_model_state_from_kwargs
12
12
  @init_model_state_from_kwargs
13
13
  class QueueStats(object):
14
14
  """
15
- The stats for a queue and its dead letter queue.
15
+ The stats for a queue and its dead letter queue. If channelId is specified in request field, it will return channel specific stats response.
16
16
  """
17
17
 
18
18
  def __init__(self, **kwargs):
@@ -28,19 +28,26 @@ class QueueStats(object):
28
28
  The value to assign to the dlq property of this QueueStats.
29
29
  :type dlq: oci.queue.models.Stats
30
30
 
31
+ :param channel_id:
32
+ The value to assign to the channel_id property of this QueueStats.
33
+ :type channel_id: str
34
+
31
35
  """
32
36
  self.swagger_types = {
33
37
  'queue': 'Stats',
34
- 'dlq': 'Stats'
38
+ 'dlq': 'Stats',
39
+ 'channel_id': 'str'
35
40
  }
36
41
 
37
42
  self.attribute_map = {
38
43
  'queue': 'queue',
39
- 'dlq': 'dlq'
44
+ 'dlq': 'dlq',
45
+ 'channel_id': 'channelId'
40
46
  }
41
47
 
42
48
  self._queue = None
43
49
  self._dlq = None
50
+ self._channel_id = None
44
51
 
45
52
  @property
46
53
  def queue(self):
@@ -82,6 +89,30 @@ class QueueStats(object):
82
89
  """
83
90
  self._dlq = dlq
84
91
 
92
+ @property
93
+ def channel_id(self):
94
+ """
95
+ Gets the channel_id of this QueueStats.
96
+ If channelId is presented in GetStats call, the channel id will be returned in the GetStats response.
97
+
98
+
99
+ :return: The channel_id of this QueueStats.
100
+ :rtype: str
101
+ """
102
+ return self._channel_id
103
+
104
+ @channel_id.setter
105
+ def channel_id(self, channel_id):
106
+ """
107
+ Sets the channel_id of this QueueStats.
108
+ If channelId is presented in GetStats call, the channel id will be returned in the GetStats response.
109
+
110
+
111
+ :param channel_id: The channel_id of this QueueStats.
112
+ :type: str
113
+ """
114
+ self._channel_id = channel_id
115
+
85
116
  def __repr__(self):
86
117
  return formatted_flat_dict(self)
87
118
 
@@ -12,7 +12,7 @@ from oci.decorators import init_model_state_from_kwargs
12
12
  @init_model_state_from_kwargs
13
13
  class QueueSummary(object):
14
14
  """
15
- Summary of the Queue.
15
+ Summary of the queue.
16
16
  """
17
17
 
18
18
  def __init__(self, **kwargs):
@@ -109,7 +109,7 @@ class QueueSummary(object):
109
109
  def id(self):
110
110
  """
111
111
  **[Required]** Gets the id of this QueueSummary.
112
- Unique identifier that is immutable on creation
112
+ A unique identifier for the queue that is immutable on creation.
113
113
 
114
114
 
115
115
  :return: The id of this QueueSummary.
@@ -121,7 +121,7 @@ class QueueSummary(object):
121
121
  def id(self, id):
122
122
  """
123
123
  Sets the id of this QueueSummary.
124
- Unique identifier that is immutable on creation
124
+ A unique identifier for the queue that is immutable on creation.
125
125
 
126
126
 
127
127
  :param id: The id of this QueueSummary.
@@ -133,7 +133,7 @@ class QueueSummary(object):
133
133
  def display_name(self):
134
134
  """
135
135
  Gets the display_name of this QueueSummary.
136
- Queue Identifier, can be renamed
136
+ A user-friendly name for the queue. Does not have to be unique, and it's changeable. Avoid entering confidential information.
137
137
 
138
138
 
139
139
  :return: The display_name of this QueueSummary.
@@ -145,7 +145,7 @@ class QueueSummary(object):
145
145
  def display_name(self, display_name):
146
146
  """
147
147
  Sets the display_name of this QueueSummary.
148
- Queue Identifier, can be renamed
148
+ A user-friendly name for the queue. Does not have to be unique, and it's changeable. Avoid entering confidential information.
149
149
 
150
150
 
151
151
  :param display_name: The display_name of this QueueSummary.
@@ -157,7 +157,9 @@ class QueueSummary(object):
157
157
  def compartment_id(self):
158
158
  """
159
159
  **[Required]** Gets the compartment_id of this QueueSummary.
160
- Compartment Identifier
160
+ The `OCID`__ of the compartment containing the queue.
161
+
162
+ __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
161
163
 
162
164
 
163
165
  :return: The compartment_id of this QueueSummary.
@@ -169,7 +171,9 @@ class QueueSummary(object):
169
171
  def compartment_id(self, compartment_id):
170
172
  """
171
173
  Sets the compartment_id of this QueueSummary.
172
- Compartment Identifier
174
+ The `OCID`__ of the compartment containing the queue.
175
+
176
+ __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
173
177
 
174
178
 
175
179
  :param compartment_id: The compartment_id of this QueueSummary.
@@ -181,7 +185,11 @@ class QueueSummary(object):
181
185
  def time_created(self):
182
186
  """
183
187
  **[Required]** Gets the time_created of this QueueSummary.
184
- The time the the Queue was created. An RFC3339 formatted datetime string
188
+ The time that the queue was created, expressed in `RFC 3339`__ timestamp format.
189
+
190
+ Example: `2018-04-20T00:00:07.405Z`
191
+
192
+ __ https://tools.ietf.org/rfc/rfc3339
185
193
 
186
194
 
187
195
  :return: The time_created of this QueueSummary.
@@ -193,7 +201,11 @@ class QueueSummary(object):
193
201
  def time_created(self, time_created):
194
202
  """
195
203
  Sets the time_created of this QueueSummary.
196
- The time the the Queue was created. An RFC3339 formatted datetime string
204
+ The time that the queue was created, expressed in `RFC 3339`__ timestamp format.
205
+
206
+ Example: `2018-04-20T00:00:07.405Z`
207
+
208
+ __ https://tools.ietf.org/rfc/rfc3339
197
209
 
198
210
 
199
211
  :param time_created: The time_created of this QueueSummary.
@@ -205,7 +217,11 @@ class QueueSummary(object):
205
217
  def time_updated(self):
206
218
  """
207
219
  **[Required]** Gets the time_updated of this QueueSummary.
208
- The time the Queue was updated. An RFC3339 formatted datetime string
220
+ The time that the queue was updated, expressed in `RFC 3339`__ timestamp format.
221
+
222
+ Example: `2018-04-20T00:00:07.405Z`
223
+
224
+ __ https://tools.ietf.org/rfc/rfc3339
209
225
 
210
226
 
211
227
  :return: The time_updated of this QueueSummary.
@@ -217,7 +233,11 @@ class QueueSummary(object):
217
233
  def time_updated(self, time_updated):
218
234
  """
219
235
  Sets the time_updated of this QueueSummary.
220
- The time the Queue was updated. An RFC3339 formatted datetime string
236
+ The time that the queue was updated, expressed in `RFC 3339`__ timestamp format.
237
+
238
+ Example: `2018-04-20T00:00:07.405Z`
239
+
240
+ __ https://tools.ietf.org/rfc/rfc3339
221
241
 
222
242
 
223
243
  :param time_updated: The time_updated of this QueueSummary.
@@ -229,7 +249,7 @@ class QueueSummary(object):
229
249
  def lifecycle_state(self):
230
250
  """
231
251
  **[Required]** Gets the lifecycle_state of this QueueSummary.
232
- The current state of the Queue.
252
+ The current state of the queue.
233
253
 
234
254
 
235
255
  :return: The lifecycle_state of this QueueSummary.
@@ -241,7 +261,7 @@ class QueueSummary(object):
241
261
  def lifecycle_state(self, lifecycle_state):
242
262
  """
243
263
  Sets the lifecycle_state of this QueueSummary.
244
- The current state of the Queue.
264
+ The current state of the queue.
245
265
 
246
266
 
247
267
  :param lifecycle_state: The lifecycle_state of this QueueSummary.
@@ -253,7 +273,7 @@ class QueueSummary(object):
253
273
  def lifecycle_details(self):
254
274
  """
255
275
  Gets the lifecycle_details of this QueueSummary.
256
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
276
+ Any additional details about the current state of the queue.
257
277
 
258
278
 
259
279
  :return: The lifecycle_details of this QueueSummary.
@@ -265,7 +285,7 @@ class QueueSummary(object):
265
285
  def lifecycle_details(self, lifecycle_details):
266
286
  """
267
287
  Sets the lifecycle_details of this QueueSummary.
268
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
288
+ Any additional details about the current state of the queue.
269
289
 
270
290
 
271
291
  :param lifecycle_details: The lifecycle_details of this QueueSummary.
@@ -277,7 +297,7 @@ class QueueSummary(object):
277
297
  def messages_endpoint(self):
278
298
  """
279
299
  **[Required]** Gets the messages_endpoint of this QueueSummary.
280
- The endpoint to use to get or put messages in the queue.
300
+ The endpoint to use to consume or publish messages in the queue.
281
301
 
282
302
 
283
303
  :return: The messages_endpoint of this QueueSummary.
@@ -289,7 +309,7 @@ class QueueSummary(object):
289
309
  def messages_endpoint(self, messages_endpoint):
290
310
  """
291
311
  Sets the messages_endpoint of this QueueSummary.
292
- The endpoint to use to get or put messages in the queue.
312
+ The endpoint to use to consume or publish messages in the queue.
293
313
 
294
314
 
295
315
  :param messages_endpoint: The messages_endpoint of this QueueSummary.
oci/queue/models/stats.py CHANGED
@@ -101,7 +101,7 @@ class Stats(object):
101
101
  def size_in_bytes(self):
102
102
  """
103
103
  **[Required]** Gets the size_in_bytes of this Stats.
104
- The approximate size of the queue in bytes. Sum of the size of visible of in-flight messages.
104
+ The approximate size of the queue in bytes. Sum of the size of visible and in-flight messages.
105
105
 
106
106
 
107
107
  :return: The size_in_bytes of this Stats.
@@ -113,7 +113,7 @@ class Stats(object):
113
113
  def size_in_bytes(self, size_in_bytes):
114
114
  """
115
115
  Sets the size_in_bytes of this Stats.
116
- The approximate size of the queue in bytes. Sum of the size of visible of in-flight messages.
116
+ The approximate size of the queue in bytes. Sum of the size of visible and in-flight messages.
117
117
 
118
118
 
119
119
  :param size_in_bytes: The size_in_bytes of this Stats.