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.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +18 -18
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +36 -36
- oci/ai_speech/ai_service_speech_client.py +9 -9
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +47 -47
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/__init__.py +1 -3
- oci/cims/incident_client.py +356 -93
- oci/cims/models/__init__.py +6 -0
- oci/cims/models/account_item.py +85 -0
- oci/cims/models/activity_item.py +112 -14
- oci/cims/models/category.py +5 -5
- oci/cims/models/contact.py +32 -1
- oci/cims/models/contextual_data.py +9 -9
- oci/cims/models/create_account_item_details.py +78 -0
- oci/cims/models/create_category_details.py +2 -4
- oci/cims/models/create_incident.py +13 -9
- oci/cims/models/create_issue_type_details.py +0 -2
- oci/cims/models/create_item_details.py +9 -7
- oci/cims/models/create_limit_item_details.py +3 -3
- oci/cims/models/create_resource_details.py +2 -289
- oci/cims/models/create_sub_category_details.py +3 -5
- oci/cims/models/create_tech_support_item_details.py +1 -3
- oci/cims/models/create_ticket_details.py +11 -13
- oci/cims/models/create_user_details.py +65 -36
- oci/cims/models/incident.py +10 -6
- oci/cims/models/incident_resource_type.py +66 -4
- oci/cims/models/incident_summary.py +9 -5
- oci/cims/models/incident_type.py +1 -1
- oci/cims/models/issue_type.py +33 -2
- oci/cims/models/item.py +8 -4
- oci/cims/models/limit_item.py +7 -7
- oci/cims/models/resource.py +2 -285
- oci/cims/models/service_categories.py +134 -0
- oci/cims/models/service_category.py +1 -1
- oci/cims/models/sub_category.py +5 -5
- oci/cims/models/tenancy_information.py +3 -3
- oci/cims/models/ticket.py +7 -3
- oci/cims/models/update_activity_item_details.py +8 -6
- oci/cims/models/update_incident.py +62 -2
- oci/cims/models/update_item_details.py +3 -5
- oci/cims/models/update_resource_details.py +0 -2
- oci/cims/models/update_ticket_details.py +0 -2
- oci/cims/models/user.py +79 -19
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_migrations/migration_client.py +43 -43
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +129 -24
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +90 -90
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +242 -242
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +424 -154
- oci/data_catalog/models/__init__.py +22 -0
- oci/data_catalog/models/asynchronous_export_glossary_details.py +68 -0
- oci/data_catalog/models/asynchronous_export_glossary_result.py +196 -0
- oci/data_catalog/models/asynchronous_export_request_details.py +68 -0
- oci/data_catalog/models/asynchronous_export_result.py +196 -0
- oci/data_catalog/models/attribute.py +33 -0
- oci/data_catalog/models/attribute_summary.py +33 -0
- oci/data_catalog/models/create_job_definition_details.py +42 -3
- oci/data_catalog/models/create_job_details.py +2 -0
- oci/data_catalog/models/create_job_execution_details.py +11 -3
- oci/data_catalog/models/data_asset.py +33 -0
- oci/data_catalog/models/data_asset_summary.py +35 -2
- oci/data_catalog/models/entity.py +33 -0
- oci/data_catalog/models/entity_lineage.py +222 -0
- oci/data_catalog/models/entity_summary.py +33 -0
- oci/data_catalog/models/faceted_search_date_filter_request.py +2 -2
- oci/data_catalog/models/faceted_search_string_filter_request.py +8 -2
- oci/data_catalog/models/fetch_entity_lineage_details.py +190 -0
- oci/data_catalog/models/folder.py +33 -0
- oci/data_catalog/models/folder_summary.py +35 -2
- oci/data_catalog/models/job.py +44 -3
- oci/data_catalog/models/job_definition.py +42 -3
- oci/data_catalog/models/job_definition_summary.py +44 -5
- oci/data_catalog/models/job_execution.py +11 -3
- oci/data_catalog/models/job_execution_summary.py +11 -3
- oci/data_catalog/models/job_summary.py +44 -3
- oci/data_catalog/models/lineage_object.py +400 -0
- oci/data_catalog/models/lineage_relationship.py +134 -0
- oci/data_catalog/models/object_lineage.py +223 -0
- oci/data_catalog/models/object_lineage_request_details.py +190 -0
- oci/data_catalog/models/object_storage_object_reference.py +134 -0
- oci/data_catalog/models/update_job_definition_details.py +31 -0
- oci/data_catalog/models/update_job_details.py +2 -0
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +214 -214
- oci/data_science/data_science_client.py +85 -85
- oci/database/database_client.py +311 -311
- oci/database_management/db_management_client.py +182 -182
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/sql_tuning_client.py +10 -10
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_tools/database_tools_client.py +19 -19
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +25 -25
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +39 -39
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +57 -57
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +190 -190
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +56 -56
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +22 -22
- oci/log_analytics/log_analytics_client.py +192 -192
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +23 -23
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +25 -25
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +17 -17
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +22 -22
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/esxi_host_client.py +6 -6
- oci/ocvp/sddc_client.py +13 -13
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +56 -56
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +11 -11
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +9 -9
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +6 -6
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +159 -159
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/lifecycle_environment_client.py +11 -11
- oci/os_management_hub/managed_instance_client.py +22 -22
- oci/os_management_hub/managed_instance_group_client.py +22 -22
- oci/os_management_hub/management_station_client.py +8 -8
- oci/os_management_hub/onboarding_client.py +5 -5
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +6 -6
- oci/os_management_hub/software_source_client.py +22 -22
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/queue/models/__init__.py +4 -0
- oci/queue/models/channel_collection.py +72 -0
- oci/queue/models/create_queue_details.py +50 -11
- oci/queue/models/delete_messages_details_entry.py +2 -2
- oci/queue/models/get_message.py +55 -12
- oci/queue/models/message_metadata.py +103 -0
- oci/queue/models/purge_queue_details.py +43 -8
- oci/queue/models/put_message.py +44 -5
- oci/queue/models/put_messages.py +3 -3
- oci/queue/models/put_messages_details_entry.py +29 -2
- oci/queue/models/queue.py +76 -21
- oci/queue/models/queue_stats.py +34 -3
- oci/queue/models/queue_summary.py +37 -17
- oci/queue/models/stats.py +2 -2
- oci/queue/models/update_messages_details.py +1 -1
- oci/queue/models/update_messages_details_entry.py +2 -2
- oci/queue/models/update_messages_result.py +2 -2
- oci/queue/models/update_messages_result_entry.py +12 -4
- oci/queue/models/update_queue_details.py +47 -8
- oci/queue/models/updated_message.py +12 -4
- oci/queue/models/work_request.py +6 -2
- oci/queue/models/work_request_error.py +6 -2
- oci/queue/models/work_request_log_entry.py +6 -2
- oci/queue/models/work_request_summary.py +8 -4
- oci/queue/queue_admin_client.py +67 -46
- oci/queue/queue_admin_client_composite_operations.py +4 -4
- oci/queue/queue_client.py +209 -36
- oci/recovery/database_recovery_client.py +23 -23
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +22 -22
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +19 -19
- oci/vault/vaults_client.py +11 -11
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/METADATA +1 -1
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/RECORD +325 -309
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/WHEEL +0 -0
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/top_level.txt +0 -0
oci/queue/models/put_message.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 PutMessage(object):
|
14
14
|
"""
|
15
|
-
A message that has been published
|
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
|
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
|
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
|
|
oci/queue/models/put_messages.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 PutMessages(object):
|
14
14
|
"""
|
15
|
-
A list of the messages published
|
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
|
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
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
|
oci/queue/models/queue_stats.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 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
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
-
|
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
|
-
|
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
|
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
|
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
|
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
|
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.
|