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
@@ -0,0 +1,72 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
# Copyright (c) 2016, 2023, 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: 20210201
|
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 ChannelCollection(object):
|
14
|
+
"""
|
15
|
+
List of IDs of non-empty channels.
|
16
|
+
"""
|
17
|
+
|
18
|
+
def __init__(self, **kwargs):
|
19
|
+
"""
|
20
|
+
Initializes a new ChannelCollection 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 ChannelCollection.
|
25
|
+
:type items: list[str]
|
26
|
+
|
27
|
+
"""
|
28
|
+
self.swagger_types = {
|
29
|
+
'items': 'list[str]'
|
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 ChannelCollection.
|
42
|
+
The approximate list of IDs of non-empty channels.
|
43
|
+
|
44
|
+
|
45
|
+
:return: The items of this ChannelCollection.
|
46
|
+
:rtype: list[str]
|
47
|
+
"""
|
48
|
+
return self._items
|
49
|
+
|
50
|
+
@items.setter
|
51
|
+
def items(self, items):
|
52
|
+
"""
|
53
|
+
Sets the items of this ChannelCollection.
|
54
|
+
The approximate list of IDs of non-empty channels.
|
55
|
+
|
56
|
+
|
57
|
+
:param items: The items of this ChannelCollection.
|
58
|
+
:type: list[str]
|
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
|
@@ -12,7 +12,7 @@ from oci.decorators import init_model_state_from_kwargs
|
|
12
12
|
@init_model_state_from_kwargs
|
13
13
|
class CreateQueueDetails(object):
|
14
14
|
"""
|
15
|
-
The information about new
|
15
|
+
The information about a new queue.
|
16
16
|
"""
|
17
17
|
|
18
18
|
def __init__(self, **kwargs):
|
@@ -40,6 +40,10 @@ class CreateQueueDetails(object):
|
|
40
40
|
The value to assign to the timeout_in_seconds property of this CreateQueueDetails.
|
41
41
|
:type timeout_in_seconds: int
|
42
42
|
|
43
|
+
:param channel_consumption_limit:
|
44
|
+
The value to assign to the channel_consumption_limit property of this CreateQueueDetails.
|
45
|
+
:type channel_consumption_limit: int
|
46
|
+
|
43
47
|
:param dead_letter_queue_delivery_count:
|
44
48
|
The value to assign to the dead_letter_queue_delivery_count property of this CreateQueueDetails.
|
45
49
|
:type dead_letter_queue_delivery_count: int
|
@@ -63,6 +67,7 @@ class CreateQueueDetails(object):
|
|
63
67
|
'retention_in_seconds': 'int',
|
64
68
|
'visibility_in_seconds': 'int',
|
65
69
|
'timeout_in_seconds': 'int',
|
70
|
+
'channel_consumption_limit': 'int',
|
66
71
|
'dead_letter_queue_delivery_count': 'int',
|
67
72
|
'custom_encryption_key_id': 'str',
|
68
73
|
'freeform_tags': 'dict(str, str)',
|
@@ -75,6 +80,7 @@ class CreateQueueDetails(object):
|
|
75
80
|
'retention_in_seconds': 'retentionInSeconds',
|
76
81
|
'visibility_in_seconds': 'visibilityInSeconds',
|
77
82
|
'timeout_in_seconds': 'timeoutInSeconds',
|
83
|
+
'channel_consumption_limit': 'channelConsumptionLimit',
|
78
84
|
'dead_letter_queue_delivery_count': 'deadLetterQueueDeliveryCount',
|
79
85
|
'custom_encryption_key_id': 'customEncryptionKeyId',
|
80
86
|
'freeform_tags': 'freeformTags',
|
@@ -86,6 +92,7 @@ class CreateQueueDetails(object):
|
|
86
92
|
self._retention_in_seconds = None
|
87
93
|
self._visibility_in_seconds = None
|
88
94
|
self._timeout_in_seconds = None
|
95
|
+
self._channel_consumption_limit = None
|
89
96
|
self._dead_letter_queue_delivery_count = None
|
90
97
|
self._custom_encryption_key_id = None
|
91
98
|
self._freeform_tags = None
|
@@ -95,7 +102,7 @@ class CreateQueueDetails(object):
|
|
95
102
|
def display_name(self):
|
96
103
|
"""
|
97
104
|
**[Required]** Gets the display_name of this CreateQueueDetails.
|
98
|
-
|
105
|
+
The user-friendly name of the queue.
|
99
106
|
|
100
107
|
|
101
108
|
:return: The display_name of this CreateQueueDetails.
|
@@ -107,7 +114,7 @@ class CreateQueueDetails(object):
|
|
107
114
|
def display_name(self, display_name):
|
108
115
|
"""
|
109
116
|
Sets the display_name of this CreateQueueDetails.
|
110
|
-
|
117
|
+
The user-friendly name of the queue.
|
111
118
|
|
112
119
|
|
113
120
|
:param display_name: The display_name of this CreateQueueDetails.
|
@@ -119,7 +126,9 @@ class CreateQueueDetails(object):
|
|
119
126
|
def compartment_id(self):
|
120
127
|
"""
|
121
128
|
**[Required]** Gets the compartment_id of this CreateQueueDetails.
|
122
|
-
|
129
|
+
The `OCID`__ of the compartment containing the queue.
|
130
|
+
|
131
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
123
132
|
|
124
133
|
|
125
134
|
:return: The compartment_id of this CreateQueueDetails.
|
@@ -131,7 +140,9 @@ class CreateQueueDetails(object):
|
|
131
140
|
def compartment_id(self, compartment_id):
|
132
141
|
"""
|
133
142
|
Sets the compartment_id of this CreateQueueDetails.
|
134
|
-
|
143
|
+
The `OCID`__ of the compartment containing the queue.
|
144
|
+
|
145
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
135
146
|
|
136
147
|
|
137
148
|
:param compartment_id: The compartment_id of this CreateQueueDetails.
|
@@ -143,7 +154,7 @@ class CreateQueueDetails(object):
|
|
143
154
|
def retention_in_seconds(self):
|
144
155
|
"""
|
145
156
|
Gets the retention_in_seconds of this CreateQueueDetails.
|
146
|
-
The retention period of
|
157
|
+
The retention period of messages in the queue, in seconds.
|
147
158
|
|
148
159
|
|
149
160
|
:return: The retention_in_seconds of this CreateQueueDetails.
|
@@ -155,7 +166,7 @@ class CreateQueueDetails(object):
|
|
155
166
|
def retention_in_seconds(self, retention_in_seconds):
|
156
167
|
"""
|
157
168
|
Sets the retention_in_seconds of this CreateQueueDetails.
|
158
|
-
The retention period of
|
169
|
+
The retention period of messages in the queue, in seconds.
|
159
170
|
|
160
171
|
|
161
172
|
:param retention_in_seconds: The retention_in_seconds of this CreateQueueDetails.
|
@@ -167,7 +178,7 @@ class CreateQueueDetails(object):
|
|
167
178
|
def visibility_in_seconds(self):
|
168
179
|
"""
|
169
180
|
Gets the visibility_in_seconds of this CreateQueueDetails.
|
170
|
-
The default visibility of the messages consumed from the queue.
|
181
|
+
The default visibility timeout of the messages consumed from the queue, in seconds.
|
171
182
|
|
172
183
|
|
173
184
|
:return: The visibility_in_seconds of this CreateQueueDetails.
|
@@ -179,7 +190,7 @@ class CreateQueueDetails(object):
|
|
179
190
|
def visibility_in_seconds(self, visibility_in_seconds):
|
180
191
|
"""
|
181
192
|
Sets the visibility_in_seconds of this CreateQueueDetails.
|
182
|
-
The default visibility of the messages consumed from the queue.
|
193
|
+
The default visibility timeout of the messages consumed from the queue, in seconds.
|
183
194
|
|
184
195
|
|
185
196
|
:param visibility_in_seconds: The visibility_in_seconds of this CreateQueueDetails.
|
@@ -211,6 +222,30 @@ class CreateQueueDetails(object):
|
|
211
222
|
"""
|
212
223
|
self._timeout_in_seconds = timeout_in_seconds
|
213
224
|
|
225
|
+
@property
|
226
|
+
def channel_consumption_limit(self):
|
227
|
+
"""
|
228
|
+
Gets the channel_consumption_limit of this CreateQueueDetails.
|
229
|
+
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.
|
230
|
+
|
231
|
+
|
232
|
+
:return: The channel_consumption_limit of this CreateQueueDetails.
|
233
|
+
:rtype: int
|
234
|
+
"""
|
235
|
+
return self._channel_consumption_limit
|
236
|
+
|
237
|
+
@channel_consumption_limit.setter
|
238
|
+
def channel_consumption_limit(self, channel_consumption_limit):
|
239
|
+
"""
|
240
|
+
Sets the channel_consumption_limit of this CreateQueueDetails.
|
241
|
+
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.
|
242
|
+
|
243
|
+
|
244
|
+
:param channel_consumption_limit: The channel_consumption_limit of this CreateQueueDetails.
|
245
|
+
:type: int
|
246
|
+
"""
|
247
|
+
self._channel_consumption_limit = channel_consumption_limit
|
248
|
+
|
214
249
|
@property
|
215
250
|
def dead_letter_queue_delivery_count(self):
|
216
251
|
"""
|
@@ -239,7 +274,9 @@ class CreateQueueDetails(object):
|
|
239
274
|
def custom_encryption_key_id(self):
|
240
275
|
"""
|
241
276
|
Gets the custom_encryption_key_id of this CreateQueueDetails.
|
242
|
-
|
277
|
+
The `OCID`__ of the custom encryption key to be used to encrypt messages content.
|
278
|
+
|
279
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
243
280
|
|
244
281
|
|
245
282
|
:return: The custom_encryption_key_id of this CreateQueueDetails.
|
@@ -251,7 +288,9 @@ class CreateQueueDetails(object):
|
|
251
288
|
def custom_encryption_key_id(self, custom_encryption_key_id):
|
252
289
|
"""
|
253
290
|
Sets the custom_encryption_key_id of this CreateQueueDetails.
|
254
|
-
|
291
|
+
The `OCID`__ of the custom encryption key to be used to encrypt messages content.
|
292
|
+
|
293
|
+
__ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm
|
255
294
|
|
256
295
|
|
257
296
|
:param custom_encryption_key_id: The custom_encryption_key_id of this CreateQueueDetails.
|
@@ -39,7 +39,7 @@ class DeleteMessagesDetailsEntry(object):
|
|
39
39
|
def receipt(self):
|
40
40
|
"""
|
41
41
|
**[Required]** Gets the receipt of this DeleteMessagesDetailsEntry.
|
42
|
-
The receipt of the message to delete
|
42
|
+
The receipt of the message to delete.
|
43
43
|
|
44
44
|
|
45
45
|
:return: The receipt of this DeleteMessagesDetailsEntry.
|
@@ -51,7 +51,7 @@ class DeleteMessagesDetailsEntry(object):
|
|
51
51
|
def receipt(self, receipt):
|
52
52
|
"""
|
53
53
|
Sets the receipt of this DeleteMessagesDetailsEntry.
|
54
|
-
The receipt of the message to delete
|
54
|
+
The receipt of the message to delete.
|
55
55
|
|
56
56
|
|
57
57
|
:param receipt: The receipt of this DeleteMessagesDetailsEntry.
|
oci/queue/models/get_message.py
CHANGED
@@ -44,6 +44,10 @@ class GetMessage(object):
|
|
44
44
|
The value to assign to the expire_after property of this GetMessage.
|
45
45
|
:type expire_after: datetime
|
46
46
|
|
47
|
+
:param metadata:
|
48
|
+
The value to assign to the metadata property of this GetMessage.
|
49
|
+
:type metadata: oci.queue.models.MessageMetadata
|
50
|
+
|
47
51
|
"""
|
48
52
|
self.swagger_types = {
|
49
53
|
'id': 'int',
|
@@ -51,7 +55,8 @@ class GetMessage(object):
|
|
51
55
|
'receipt': 'str',
|
52
56
|
'delivery_count': 'int',
|
53
57
|
'visible_after': 'datetime',
|
54
|
-
'expire_after': 'datetime'
|
58
|
+
'expire_after': 'datetime',
|
59
|
+
'metadata': 'MessageMetadata'
|
55
60
|
}
|
56
61
|
|
57
62
|
self.attribute_map = {
|
@@ -60,7 +65,8 @@ class GetMessage(object):
|
|
60
65
|
'receipt': 'receipt',
|
61
66
|
'delivery_count': 'deliveryCount',
|
62
67
|
'visible_after': 'visibleAfter',
|
63
|
-
'expire_after': 'expireAfter'
|
68
|
+
'expire_after': 'expireAfter',
|
69
|
+
'metadata': 'metadata'
|
64
70
|
}
|
65
71
|
|
66
72
|
self._id = None
|
@@ -69,12 +75,13 @@ class GetMessage(object):
|
|
69
75
|
self._delivery_count = None
|
70
76
|
self._visible_after = None
|
71
77
|
self._expire_after = None
|
78
|
+
self._metadata = None
|
72
79
|
|
73
80
|
@property
|
74
81
|
def id(self):
|
75
82
|
"""
|
76
83
|
**[Required]** Gets the id of this GetMessage.
|
77
|
-
The
|
84
|
+
The ID of the message. This ID is only used for tracing and debugging purposes and isn't used as a parameter in any request.
|
78
85
|
|
79
86
|
|
80
87
|
:return: The id of this GetMessage.
|
@@ -86,7 +93,7 @@ class GetMessage(object):
|
|
86
93
|
def id(self, id):
|
87
94
|
"""
|
88
95
|
Sets the id of this GetMessage.
|
89
|
-
The
|
96
|
+
The ID of the message. This ID is only used for tracing and debugging purposes and isn't used as a parameter in any request.
|
90
97
|
|
91
98
|
|
92
99
|
:param id: The id of this GetMessage.
|
@@ -98,7 +105,7 @@ class GetMessage(object):
|
|
98
105
|
def content(self):
|
99
106
|
"""
|
100
107
|
**[Required]** Gets the content of this GetMessage.
|
101
|
-
The content of the message
|
108
|
+
The content of the message.
|
102
109
|
|
103
110
|
|
104
111
|
:return: The content of this GetMessage.
|
@@ -110,7 +117,7 @@ class GetMessage(object):
|
|
110
117
|
def content(self, content):
|
111
118
|
"""
|
112
119
|
Sets the content of this GetMessage.
|
113
|
-
The content of the message
|
120
|
+
The content of the message.
|
114
121
|
|
115
122
|
|
116
123
|
:param content: The content of this GetMessage.
|
@@ -148,7 +155,7 @@ class GetMessage(object):
|
|
148
155
|
def delivery_count(self):
|
149
156
|
"""
|
150
157
|
**[Required]** Gets the delivery_count of this GetMessage.
|
151
|
-
The number of
|
158
|
+
The number of times that the message has been delivered to a consumer.
|
152
159
|
|
153
160
|
|
154
161
|
:return: The delivery_count of this GetMessage.
|
@@ -160,7 +167,7 @@ class GetMessage(object):
|
|
160
167
|
def delivery_count(self, delivery_count):
|
161
168
|
"""
|
162
169
|
Sets the delivery_count of this GetMessage.
|
163
|
-
The number of
|
170
|
+
The number of times that the message has been delivered to a consumer.
|
164
171
|
|
165
172
|
|
166
173
|
:param delivery_count: The delivery_count of this GetMessage.
|
@@ -172,7 +179,11 @@ class GetMessage(object):
|
|
172
179
|
def visible_after(self):
|
173
180
|
"""
|
174
181
|
**[Required]** Gets the visible_after of this GetMessage.
|
175
|
-
The time after which the message will be visible to other consumers
|
182
|
+
The time after which the message will be visible to other consumers, expressed in `RFC 3339`__ timestamp format.
|
183
|
+
|
184
|
+
Example: `2018-04-20T00:00:07.405Z`
|
185
|
+
|
186
|
+
__ https://tools.ietf.org/rfc/rfc3339
|
176
187
|
|
177
188
|
|
178
189
|
:return: The visible_after of this GetMessage.
|
@@ -184,7 +195,11 @@ class GetMessage(object):
|
|
184
195
|
def visible_after(self, visible_after):
|
185
196
|
"""
|
186
197
|
Sets the visible_after of this GetMessage.
|
187
|
-
The time after which the message will be visible to other consumers
|
198
|
+
The time after which the message will be visible to other consumers, expressed in `RFC 3339`__ timestamp format.
|
199
|
+
|
200
|
+
Example: `2018-04-20T00:00:07.405Z`
|
201
|
+
|
202
|
+
__ https://tools.ietf.org/rfc/rfc3339
|
188
203
|
|
189
204
|
|
190
205
|
:param visible_after: The visible_after of this GetMessage.
|
@@ -196,7 +211,11 @@ class GetMessage(object):
|
|
196
211
|
def expire_after(self):
|
197
212
|
"""
|
198
213
|
**[Required]** Gets the expire_after of this GetMessage.
|
199
|
-
The time after which the message will be automatically deleted
|
214
|
+
The time after which the message will be automatically deleted, expressed in `RFC 3339`__ timestamp format.
|
215
|
+
|
216
|
+
Example: `2018-04-20T00:00:07.405Z`
|
217
|
+
|
218
|
+
__ https://tools.ietf.org/rfc/rfc3339
|
200
219
|
|
201
220
|
|
202
221
|
:return: The expire_after of this GetMessage.
|
@@ -208,7 +227,11 @@ class GetMessage(object):
|
|
208
227
|
def expire_after(self, expire_after):
|
209
228
|
"""
|
210
229
|
Sets the expire_after of this GetMessage.
|
211
|
-
The time after which the message will be automatically deleted
|
230
|
+
The time after which the message will be automatically deleted, expressed in `RFC 3339`__ timestamp format.
|
231
|
+
|
232
|
+
Example: `2018-04-20T00:00:07.405Z`
|
233
|
+
|
234
|
+
__ https://tools.ietf.org/rfc/rfc3339
|
212
235
|
|
213
236
|
|
214
237
|
:param expire_after: The expire_after of this GetMessage.
|
@@ -216,6 +239,26 @@ class GetMessage(object):
|
|
216
239
|
"""
|
217
240
|
self._expire_after = expire_after
|
218
241
|
|
242
|
+
@property
|
243
|
+
def metadata(self):
|
244
|
+
"""
|
245
|
+
Gets the metadata of this GetMessage.
|
246
|
+
|
247
|
+
:return: The metadata of this GetMessage.
|
248
|
+
:rtype: oci.queue.models.MessageMetadata
|
249
|
+
"""
|
250
|
+
return self._metadata
|
251
|
+
|
252
|
+
@metadata.setter
|
253
|
+
def metadata(self, metadata):
|
254
|
+
"""
|
255
|
+
Sets the metadata of this GetMessage.
|
256
|
+
|
257
|
+
:param metadata: The metadata of this GetMessage.
|
258
|
+
:type: oci.queue.models.MessageMetadata
|
259
|
+
"""
|
260
|
+
self._metadata = metadata
|
261
|
+
|
219
262
|
def __repr__(self):
|
220
263
|
return formatted_flat_dict(self)
|
221
264
|
|
@@ -0,0 +1,103 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
# Copyright (c) 2016, 2023, 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: 20210201
|
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 MessageMetadata(object):
|
14
|
+
"""
|
15
|
+
Object that represents metadata for message.
|
16
|
+
"""
|
17
|
+
|
18
|
+
def __init__(self, **kwargs):
|
19
|
+
"""
|
20
|
+
Initializes a new MessageMetadata object with values from keyword arguments.
|
21
|
+
The following keyword arguments are supported (corresponding to the getters/setters of this class):
|
22
|
+
|
23
|
+
:param channel_id:
|
24
|
+
The value to assign to the channel_id property of this MessageMetadata.
|
25
|
+
:type channel_id: str
|
26
|
+
|
27
|
+
:param custom_properties:
|
28
|
+
The value to assign to the custom_properties property of this MessageMetadata.
|
29
|
+
:type custom_properties: dict(str, str)
|
30
|
+
|
31
|
+
"""
|
32
|
+
self.swagger_types = {
|
33
|
+
'channel_id': 'str',
|
34
|
+
'custom_properties': 'dict(str, str)'
|
35
|
+
}
|
36
|
+
|
37
|
+
self.attribute_map = {
|
38
|
+
'channel_id': 'channelId',
|
39
|
+
'custom_properties': 'customProperties'
|
40
|
+
}
|
41
|
+
|
42
|
+
self._channel_id = None
|
43
|
+
self._custom_properties = None
|
44
|
+
|
45
|
+
@property
|
46
|
+
def channel_id(self):
|
47
|
+
"""
|
48
|
+
**[Required]** Gets the channel_id of this MessageMetadata.
|
49
|
+
The channel ID which specifies the channel to publish or retrieve messages.
|
50
|
+
|
51
|
+
|
52
|
+
:return: The channel_id of this MessageMetadata.
|
53
|
+
:rtype: str
|
54
|
+
"""
|
55
|
+
return self._channel_id
|
56
|
+
|
57
|
+
@channel_id.setter
|
58
|
+
def channel_id(self, channel_id):
|
59
|
+
"""
|
60
|
+
Sets the channel_id of this MessageMetadata.
|
61
|
+
The channel ID which specifies the channel to publish or retrieve messages.
|
62
|
+
|
63
|
+
|
64
|
+
:param channel_id: The channel_id of this MessageMetadata.
|
65
|
+
:type: str
|
66
|
+
"""
|
67
|
+
self._channel_id = channel_id
|
68
|
+
|
69
|
+
@property
|
70
|
+
def custom_properties(self):
|
71
|
+
"""
|
72
|
+
Gets the custom_properties of this MessageMetadata.
|
73
|
+
Additional message properties
|
74
|
+
|
75
|
+
|
76
|
+
:return: The custom_properties of this MessageMetadata.
|
77
|
+
:rtype: dict(str, str)
|
78
|
+
"""
|
79
|
+
return self._custom_properties
|
80
|
+
|
81
|
+
@custom_properties.setter
|
82
|
+
def custom_properties(self, custom_properties):
|
83
|
+
"""
|
84
|
+
Sets the custom_properties of this MessageMetadata.
|
85
|
+
Additional message properties
|
86
|
+
|
87
|
+
|
88
|
+
:param custom_properties: The custom_properties of this MessageMetadata.
|
89
|
+
:type: dict(str, str)
|
90
|
+
"""
|
91
|
+
self._custom_properties = custom_properties
|
92
|
+
|
93
|
+
def __repr__(self):
|
94
|
+
return formatted_flat_dict(self)
|
95
|
+
|
96
|
+
def __eq__(self, other):
|
97
|
+
if other is None:
|
98
|
+
return False
|
99
|
+
|
100
|
+
return self.__dict__ == other.__dict__
|
101
|
+
|
102
|
+
def __ne__(self, other):
|
103
|
+
return not self == other
|
@@ -37,25 +37,32 @@ class PurgeQueueDetails(object):
|
|
37
37
|
Allowed values for this property are: "NORMAL", "DLQ", "BOTH"
|
38
38
|
:type purge_type: str
|
39
39
|
|
40
|
+
:param channel_ids:
|
41
|
+
The value to assign to the channel_ids property of this PurgeQueueDetails.
|
42
|
+
:type channel_ids: list[str]
|
43
|
+
|
40
44
|
"""
|
41
45
|
self.swagger_types = {
|
42
|
-
'purge_type': 'str'
|
46
|
+
'purge_type': 'str',
|
47
|
+
'channel_ids': 'list[str]'
|
43
48
|
}
|
44
49
|
|
45
50
|
self.attribute_map = {
|
46
|
-
'purge_type': 'purgeType'
|
51
|
+
'purge_type': 'purgeType',
|
52
|
+
'channel_ids': 'channelIds'
|
47
53
|
}
|
48
54
|
|
49
55
|
self._purge_type = None
|
56
|
+
self._channel_ids = None
|
50
57
|
|
51
58
|
@property
|
52
59
|
def purge_type(self):
|
53
60
|
"""
|
54
61
|
**[Required]** Gets the purge_type of this PurgeQueueDetails.
|
55
62
|
Type of the purge to perform:
|
56
|
-
- NORMAL - purge only normal queue
|
57
|
-
- DLQ - purge only
|
58
|
-
- BOTH - purge both normal queue and
|
63
|
+
- NORMAL - purge only the normal queue
|
64
|
+
- DLQ - purge only the dead letter queue
|
65
|
+
- BOTH - purge both the normal queue and the dead letter queue
|
59
66
|
|
60
67
|
Allowed values for this property are: "NORMAL", "DLQ", "BOTH"
|
61
68
|
|
@@ -70,9 +77,9 @@ class PurgeQueueDetails(object):
|
|
70
77
|
"""
|
71
78
|
Sets the purge_type of this PurgeQueueDetails.
|
72
79
|
Type of the purge to perform:
|
73
|
-
- NORMAL - purge only normal queue
|
74
|
-
- DLQ - purge only
|
75
|
-
- BOTH - purge both normal queue and
|
80
|
+
- NORMAL - purge only the normal queue
|
81
|
+
- DLQ - purge only the dead letter queue
|
82
|
+
- BOTH - purge both the normal queue and the dead letter queue
|
76
83
|
|
77
84
|
|
78
85
|
:param purge_type: The purge_type of this PurgeQueueDetails.
|
@@ -86,6 +93,34 @@ class PurgeQueueDetails(object):
|
|
86
93
|
)
|
87
94
|
self._purge_type = purge_type
|
88
95
|
|
96
|
+
@property
|
97
|
+
def channel_ids(self):
|
98
|
+
"""
|
99
|
+
Gets the channel_ids of this PurgeQueueDetails.
|
100
|
+
Optional parameter to specify the destination of purge operation.
|
101
|
+
If the channel ID is specified, the purge operation will delete all the messages in the specific channels.
|
102
|
+
If the channel ID is not specified, the purge operation will delete all the messages in the queue and in the child channels.
|
103
|
+
|
104
|
+
|
105
|
+
:return: The channel_ids of this PurgeQueueDetails.
|
106
|
+
:rtype: list[str]
|
107
|
+
"""
|
108
|
+
return self._channel_ids
|
109
|
+
|
110
|
+
@channel_ids.setter
|
111
|
+
def channel_ids(self, channel_ids):
|
112
|
+
"""
|
113
|
+
Sets the channel_ids of this PurgeQueueDetails.
|
114
|
+
Optional parameter to specify the destination of purge operation.
|
115
|
+
If the channel ID is specified, the purge operation will delete all the messages in the specific channels.
|
116
|
+
If the channel ID is not specified, the purge operation will delete all the messages in the queue and in the child channels.
|
117
|
+
|
118
|
+
|
119
|
+
:param channel_ids: The channel_ids of this PurgeQueueDetails.
|
120
|
+
:type: list[str]
|
121
|
+
"""
|
122
|
+
self._channel_ids = channel_ids
|
123
|
+
|
89
124
|
def __repr__(self):
|
90
125
|
return formatted_flat_dict(self)
|
91
126
|
|