huaweicloudsdkrocketmq 3.1.146__py2.py3-none-any.whl → 3.1.147__py2.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 (70) hide show
  1. huaweicloudsdkrocketmq/v2/__init__.py +13 -1
  2. huaweicloudsdkrocketmq/v2/model/__init__.py +13 -1
  3. huaweicloudsdkrocketmq/v2/model/batch_update_consumer_group.py +260 -0
  4. huaweicloudsdkrocketmq/v2/model/batch_update_consumer_group_req.py +4 -4
  5. huaweicloudsdkrocketmq/v2/model/brokers.py +6 -6
  6. huaweicloudsdkrocketmq/v2/model/consumer_detail_resp.py +12 -12
  7. huaweicloudsdkrocketmq/v2/model/consumer_group.py +27 -27
  8. huaweicloudsdkrocketmq/v2/model/consumer_list.py +6 -6
  9. huaweicloudsdkrocketmq/v2/model/create_instance_by_engine_req.py +6 -6
  10. huaweicloudsdkrocketmq/v2/model/create_post_paid_instance_req.py +9 -9
  11. huaweicloudsdkrocketmq/v2/model/create_user_request.py +3 -3
  12. huaweicloudsdkrocketmq/v2/model/create_user_response.py +24 -24
  13. huaweicloudsdkrocketmq/v2/model/enable_dns_request.py +114 -0
  14. huaweicloudsdkrocketmq/v2/model/enable_dns_response.py +85 -0
  15. huaweicloudsdkrocketmq/v2/model/instance_detail.py +1942 -0
  16. huaweicloudsdkrocketmq/v2/model/list_available_zones_resp_available_zones.py +27 -27
  17. huaweicloudsdkrocketmq/v2/model/list_available_zones_response.py +6 -6
  18. huaweicloudsdkrocketmq/v2/model/list_brokers_request.py +61 -3
  19. huaweicloudsdkrocketmq/v2/model/list_brokers_response.py +88 -1
  20. huaweicloudsdkrocketmq/v2/model/list_engine_products_request.py +228 -0
  21. huaweicloudsdkrocketmq/v2/model/list_engine_products_response.py +261 -0
  22. huaweicloudsdkrocketmq/v2/model/list_instance_consumer_groups_request.py +12 -12
  23. huaweicloudsdkrocketmq/v2/model/list_instance_consumer_groups_response.py +18 -18
  24. huaweicloudsdkrocketmq/v2/model/list_instances_request.py +27 -27
  25. huaweicloudsdkrocketmq/v2/model/list_instances_response.py +10 -10
  26. huaweicloudsdkrocketmq/v2/model/list_message_trace_request.py +61 -3
  27. huaweicloudsdkrocketmq/v2/model/list_message_trace_response.py +88 -1
  28. huaweicloudsdkrocketmq/v2/model/list_rocket_instance_topics_request.py +9 -9
  29. huaweicloudsdkrocketmq/v2/model/list_rocket_instance_topics_response.py +18 -18
  30. huaweicloudsdkrocketmq/v2/model/product_entity.py +434 -0
  31. huaweicloudsdkrocketmq/v2/model/queue.py +15 -15
  32. huaweicloudsdkrocketmq/v2/model/quota_resource_entity.py +173 -0
  33. huaweicloudsdkrocketmq/v2/model/quotas_resp_quotas.py +115 -0
  34. huaweicloudsdkrocketmq/v2/model/resend_req.py +2 -4
  35. huaweicloudsdkrocketmq/v2/model/resize_engine_instance_req.py +6 -6
  36. huaweicloudsdkrocketmq/v2/model/restart_instance_request.py +142 -0
  37. huaweicloudsdkrocketmq/v2/model/restart_instance_response.py +174 -0
  38. huaweicloudsdkrocketmq/v2/model/show_consumer_list_or_details_request.py +15 -15
  39. huaweicloudsdkrocketmq/v2/model/show_consumer_list_or_details_response.py +18 -18
  40. huaweicloudsdkrocketmq/v2/model/show_engine_instance_extend_product_info_request.py +61 -3
  41. huaweicloudsdkrocketmq/v2/model/show_engine_instance_extend_product_info_response.py +88 -1
  42. huaweicloudsdkrocketmq/v2/model/show_instance_request.py +3 -3
  43. huaweicloudsdkrocketmq/v2/model/show_instance_response.py +458 -168
  44. huaweicloudsdkrocketmq/v2/model/show_one_topic_response.py +15 -15
  45. huaweicloudsdkrocketmq/v2/model/show_quotas_request.py +84 -0
  46. huaweicloudsdkrocketmq/v2/model/show_quotas_response.py +112 -0
  47. huaweicloudsdkrocketmq/v2/model/show_rocket_mq_configs_request.py +61 -3
  48. huaweicloudsdkrocketmq/v2/model/show_rocket_mq_configs_response.py +88 -1
  49. huaweicloudsdkrocketmq/v2/model/show_rocketmq_project_tags_request.py +61 -1
  50. huaweicloudsdkrocketmq/v2/model/show_rocketmq_project_tags_response.py +91 -4
  51. huaweicloudsdkrocketmq/v2/model/show_rocketmq_tags_request.py +61 -3
  52. huaweicloudsdkrocketmq/v2/model/show_rocketmq_tags_response.py +88 -1
  53. huaweicloudsdkrocketmq/v2/model/show_user_response.py +24 -24
  54. huaweicloudsdkrocketmq/v2/model/tag_multy_value_entity.py +6 -6
  55. huaweicloudsdkrocketmq/v2/model/topic.py +15 -15
  56. huaweicloudsdkrocketmq/v2/model/topic_brokers.py +9 -9
  57. huaweicloudsdkrocketmq/v2/model/update_user_request.py +6 -6
  58. huaweicloudsdkrocketmq/v2/model/update_user_response.py +24 -24
  59. huaweicloudsdkrocketmq/v2/model/user.py +24 -24
  60. huaweicloudsdkrocketmq/v2/model/user_group_perms.py +6 -6
  61. huaweicloudsdkrocketmq/v2/model/user_topic_perms.py +6 -6
  62. huaweicloudsdkrocketmq/v2/region/rocketmq_region.py +9 -0
  63. huaweicloudsdkrocketmq/v2/rocketmq_async_client.py +292 -0
  64. huaweicloudsdkrocketmq/v2/rocketmq_client.py +292 -0
  65. {huaweicloudsdkrocketmq-3.1.146.dist-info → huaweicloudsdkrocketmq-3.1.147.dist-info}/METADATA +2 -2
  66. {huaweicloudsdkrocketmq-3.1.146.dist-info → huaweicloudsdkrocketmq-3.1.147.dist-info}/RECORD +69 -57
  67. huaweicloudsdkrocketmq/v2/model/show_instance_resp.py +0 -1681
  68. {huaweicloudsdkrocketmq-3.1.146.dist-info → huaweicloudsdkrocketmq-3.1.147.dist-info}/LICENSE +0 -0
  69. {huaweicloudsdkrocketmq-3.1.146.dist-info → huaweicloudsdkrocketmq-3.1.147.dist-info}/WHEEL +0 -0
  70. {huaweicloudsdkrocketmq-3.1.146.dist-info → huaweicloudsdkrocketmq-3.1.147.dist-info}/top_level.txt +0 -0
@@ -18,7 +18,7 @@ class ListInstancesResponse(SdkResponse):
18
18
  sensitive_list = []
19
19
 
20
20
  openapi_types = {
21
- 'instances': 'list[ShowInstanceResp]',
21
+ 'instances': 'list[InstanceDetail]',
22
22
  'instance_num': 'int'
23
23
  }
24
24
 
@@ -32,9 +32,9 @@ class ListInstancesResponse(SdkResponse):
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
35
- :param instances: 实例列表。
36
- :type instances: list[:class:`huaweicloudsdkrocketmq.v2.ShowInstanceResp`]
37
- :param instance_num: 实例数量。
35
+ :param instances: **参数解释**: 实例列表。 **取值范围**: 不涉及。
36
+ :type instances: list[:class:`huaweicloudsdkrocketmq.v2.InstanceDetail`]
37
+ :param instance_num: **参数解释**: 实例数量。 **取值范围**: 不涉及。
38
38
  :type instance_num: int
39
39
  """
40
40
 
@@ -53,10 +53,10 @@ class ListInstancesResponse(SdkResponse):
53
53
  def instances(self):
54
54
  r"""Gets the instances of this ListInstancesResponse.
55
55
 
56
- 实例列表。
56
+ **参数解释**: 实例列表。 **取值范围**: 不涉及。
57
57
 
58
58
  :return: The instances of this ListInstancesResponse.
59
- :rtype: list[:class:`huaweicloudsdkrocketmq.v2.ShowInstanceResp`]
59
+ :rtype: list[:class:`huaweicloudsdkrocketmq.v2.InstanceDetail`]
60
60
  """
61
61
  return self._instances
62
62
 
@@ -64,10 +64,10 @@ class ListInstancesResponse(SdkResponse):
64
64
  def instances(self, instances):
65
65
  r"""Sets the instances of this ListInstancesResponse.
66
66
 
67
- 实例列表。
67
+ **参数解释**: 实例列表。 **取值范围**: 不涉及。
68
68
 
69
69
  :param instances: The instances of this ListInstancesResponse.
70
- :type instances: list[:class:`huaweicloudsdkrocketmq.v2.ShowInstanceResp`]
70
+ :type instances: list[:class:`huaweicloudsdkrocketmq.v2.InstanceDetail`]
71
71
  """
72
72
  self._instances = instances
73
73
 
@@ -75,7 +75,7 @@ class ListInstancesResponse(SdkResponse):
75
75
  def instance_num(self):
76
76
  r"""Gets the instance_num of this ListInstancesResponse.
77
77
 
78
- 实例数量。
78
+ **参数解释**: 实例数量。 **取值范围**: 不涉及。
79
79
 
80
80
  :return: The instance_num of this ListInstancesResponse.
81
81
  :rtype: int
@@ -86,7 +86,7 @@ class ListInstancesResponse(SdkResponse):
86
86
  def instance_num(self, instance_num):
87
87
  r"""Sets the instance_num of this ListInstancesResponse.
88
88
 
89
- 实例数量。
89
+ **参数解释**: 实例数量。 **取值范围**: 不涉及。
90
90
 
91
91
  :param instance_num: The instance_num of this ListInstancesResponse.
92
92
  :type instance_num: int
@@ -19,16 +19,20 @@ class ListMessageTraceRequest:
19
19
  openapi_types = {
20
20
  'engine': 'str',
21
21
  'instance_id': 'str',
22
- 'msg_id': 'str'
22
+ 'msg_id': 'str',
23
+ 'limit': 'int',
24
+ 'offset': 'int'
23
25
  }
24
26
 
25
27
  attribute_map = {
26
28
  'engine': 'engine',
27
29
  'instance_id': 'instance_id',
28
- 'msg_id': 'msg_id'
30
+ 'msg_id': 'msg_id',
31
+ 'limit': 'limit',
32
+ 'offset': 'offset'
29
33
  }
30
34
 
31
- def __init__(self, engine=None, instance_id=None, msg_id=None):
35
+ def __init__(self, engine=None, instance_id=None, msg_id=None, limit=None, offset=None):
32
36
  r"""ListMessageTraceRequest
33
37
 
34
38
  The model defined in huaweicloud sdk
@@ -39,6 +43,10 @@ class ListMessageTraceRequest:
39
43
  :type instance_id: str
40
44
  :param msg_id: 消息ID。
41
45
  :type msg_id: str
46
+ :param limit: 查询数量。
47
+ :type limit: int
48
+ :param offset: 偏移量,表示从此偏移量开始查询,offset大于等于0。
49
+ :type offset: int
42
50
  """
43
51
 
44
52
 
@@ -46,11 +54,17 @@ class ListMessageTraceRequest:
46
54
  self._engine = None
47
55
  self._instance_id = None
48
56
  self._msg_id = None
57
+ self._limit = None
58
+ self._offset = None
49
59
  self.discriminator = None
50
60
 
51
61
  self.engine = engine
52
62
  self.instance_id = instance_id
53
63
  self.msg_id = msg_id
64
+ if limit is not None:
65
+ self.limit = limit
66
+ if offset is not None:
67
+ self.offset = offset
54
68
 
55
69
  @property
56
70
  def engine(self):
@@ -118,6 +132,50 @@ class ListMessageTraceRequest:
118
132
  """
119
133
  self._msg_id = msg_id
120
134
 
135
+ @property
136
+ def limit(self):
137
+ r"""Gets the limit of this ListMessageTraceRequest.
138
+
139
+ 查询数量。
140
+
141
+ :return: The limit of this ListMessageTraceRequest.
142
+ :rtype: int
143
+ """
144
+ return self._limit
145
+
146
+ @limit.setter
147
+ def limit(self, limit):
148
+ r"""Sets the limit of this ListMessageTraceRequest.
149
+
150
+ 查询数量。
151
+
152
+ :param limit: The limit of this ListMessageTraceRequest.
153
+ :type limit: int
154
+ """
155
+ self._limit = limit
156
+
157
+ @property
158
+ def offset(self):
159
+ r"""Gets the offset of this ListMessageTraceRequest.
160
+
161
+ 偏移量,表示从此偏移量开始查询,offset大于等于0。
162
+
163
+ :return: The offset of this ListMessageTraceRequest.
164
+ :rtype: int
165
+ """
166
+ return self._offset
167
+
168
+ @offset.setter
169
+ def offset(self, offset):
170
+ r"""Sets the offset of this ListMessageTraceRequest.
171
+
172
+ 偏移量,表示从此偏移量开始查询,offset大于等于0。
173
+
174
+ :param offset: The offset of this ListMessageTraceRequest.
175
+ :type offset: int
176
+ """
177
+ self._offset = offset
178
+
121
179
  def to_dict(self):
122
180
  """Returns the model properties as a dict"""
123
181
  result = {}
@@ -18,30 +18,117 @@ class ListMessageTraceResponse(SdkResponse):
18
18
  sensitive_list = []
19
19
 
20
20
  openapi_types = {
21
+ 'total': 'float',
22
+ 'next_offset': 'int',
23
+ 'previous_offset': 'int',
21
24
  'trace': 'list[ListMessageTraceRespTrace]'
22
25
  }
23
26
 
24
27
  attribute_map = {
28
+ 'total': 'total',
29
+ 'next_offset': 'next_offset',
30
+ 'previous_offset': 'previous_offset',
25
31
  'trace': 'trace'
26
32
  }
27
33
 
28
- def __init__(self, trace=None):
34
+ def __init__(self, total=None, next_offset=None, previous_offset=None, trace=None):
29
35
  r"""ListMessageTraceResponse
30
36
 
31
37
  The model defined in huaweicloud sdk
32
38
 
39
+ :param total: 总数。
40
+ :type total: float
41
+ :param next_offset: 下个分页的offset。
42
+ :type next_offset: int
43
+ :param previous_offset: 上个分页的offset。
44
+ :type previous_offset: int
33
45
  :param trace: 消息轨迹列表。
34
46
  :type trace: list[:class:`huaweicloudsdkrocketmq.v2.ListMessageTraceRespTrace`]
35
47
  """
36
48
 
37
49
  super(ListMessageTraceResponse, self).__init__()
38
50
 
51
+ self._total = None
52
+ self._next_offset = None
53
+ self._previous_offset = None
39
54
  self._trace = None
40
55
  self.discriminator = None
41
56
 
57
+ if total is not None:
58
+ self.total = total
59
+ if next_offset is not None:
60
+ self.next_offset = next_offset
61
+ if previous_offset is not None:
62
+ self.previous_offset = previous_offset
42
63
  if trace is not None:
43
64
  self.trace = trace
44
65
 
66
+ @property
67
+ def total(self):
68
+ r"""Gets the total of this ListMessageTraceResponse.
69
+
70
+ 总数。
71
+
72
+ :return: The total of this ListMessageTraceResponse.
73
+ :rtype: float
74
+ """
75
+ return self._total
76
+
77
+ @total.setter
78
+ def total(self, total):
79
+ r"""Sets the total of this ListMessageTraceResponse.
80
+
81
+ 总数。
82
+
83
+ :param total: The total of this ListMessageTraceResponse.
84
+ :type total: float
85
+ """
86
+ self._total = total
87
+
88
+ @property
89
+ def next_offset(self):
90
+ r"""Gets the next_offset of this ListMessageTraceResponse.
91
+
92
+ 下个分页的offset。
93
+
94
+ :return: The next_offset of this ListMessageTraceResponse.
95
+ :rtype: int
96
+ """
97
+ return self._next_offset
98
+
99
+ @next_offset.setter
100
+ def next_offset(self, next_offset):
101
+ r"""Sets the next_offset of this ListMessageTraceResponse.
102
+
103
+ 下个分页的offset。
104
+
105
+ :param next_offset: The next_offset of this ListMessageTraceResponse.
106
+ :type next_offset: int
107
+ """
108
+ self._next_offset = next_offset
109
+
110
+ @property
111
+ def previous_offset(self):
112
+ r"""Gets the previous_offset of this ListMessageTraceResponse.
113
+
114
+ 上个分页的offset。
115
+
116
+ :return: The previous_offset of this ListMessageTraceResponse.
117
+ :rtype: int
118
+ """
119
+ return self._previous_offset
120
+
121
+ @previous_offset.setter
122
+ def previous_offset(self, previous_offset):
123
+ r"""Sets the previous_offset of this ListMessageTraceResponse.
124
+
125
+ 上个分页的offset。
126
+
127
+ :param previous_offset: The previous_offset of this ListMessageTraceResponse.
128
+ :type previous_offset: int
129
+ """
130
+ self._previous_offset = previous_offset
131
+
45
132
  @property
46
133
  def trace(self):
47
134
  r"""Gets the trace of this ListMessageTraceResponse.
@@ -33,11 +33,11 @@ class ListRocketInstanceTopicsRequest:
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
36
- :param instance_id: 实例ID。
36
+ :param instance_id: **参数解释**: 实例ID。获取方法如下:登录RocketMQ控制台,在RocketMQ实例详情页面查找实例ID **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
37
37
  :type instance_id: str
38
- :param limit: 查询数量,取值范围为1~50。
38
+ :param limit: **参数解释**: 查询数量。 **约束限制**: 不涉及。 **取值范围**: 1~50。 **默认取值**: 不涉及。
39
39
  :type limit: int
40
- :param offset: 偏移量,表示从此偏移量开始查询, offset大于等于0。
40
+ :param offset: **参数解释**: 偏移量,表示从此偏移量开始查询。 **约束限制**: 不涉及。 **取值范围**: 大于等于0。 **默认取值**: 不涉及。
41
41
  :type offset: int
42
42
  """
43
43
 
@@ -58,7 +58,7 @@ class ListRocketInstanceTopicsRequest:
58
58
  def instance_id(self):
59
59
  r"""Gets the instance_id of this ListRocketInstanceTopicsRequest.
60
60
 
61
- 实例ID。
61
+ **参数解释**: 实例ID。获取方法如下:登录RocketMQ控制台,在RocketMQ实例详情页面查找实例ID **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
62
62
 
63
63
  :return: The instance_id of this ListRocketInstanceTopicsRequest.
64
64
  :rtype: str
@@ -69,7 +69,7 @@ class ListRocketInstanceTopicsRequest:
69
69
  def instance_id(self, instance_id):
70
70
  r"""Sets the instance_id of this ListRocketInstanceTopicsRequest.
71
71
 
72
- 实例ID。
72
+ **参数解释**: 实例ID。获取方法如下:登录RocketMQ控制台,在RocketMQ实例详情页面查找实例ID **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
73
73
 
74
74
  :param instance_id: The instance_id of this ListRocketInstanceTopicsRequest.
75
75
  :type instance_id: str
@@ -80,7 +80,7 @@ class ListRocketInstanceTopicsRequest:
80
80
  def limit(self):
81
81
  r"""Gets the limit of this ListRocketInstanceTopicsRequest.
82
82
 
83
- 查询数量,取值范围为1~50。
83
+ **参数解释**: 查询数量。 **约束限制**: 不涉及。 **取值范围**: 1~50。 **默认取值**: 不涉及。
84
84
 
85
85
  :return: The limit of this ListRocketInstanceTopicsRequest.
86
86
  :rtype: int
@@ -91,7 +91,7 @@ class ListRocketInstanceTopicsRequest:
91
91
  def limit(self, limit):
92
92
  r"""Sets the limit of this ListRocketInstanceTopicsRequest.
93
93
 
94
- 查询数量,取值范围为1~50。
94
+ **参数解释**: 查询数量。 **约束限制**: 不涉及。 **取值范围**: 1~50。 **默认取值**: 不涉及。
95
95
 
96
96
  :param limit: The limit of this ListRocketInstanceTopicsRequest.
97
97
  :type limit: int
@@ -102,7 +102,7 @@ class ListRocketInstanceTopicsRequest:
102
102
  def offset(self):
103
103
  r"""Gets the offset of this ListRocketInstanceTopicsRequest.
104
104
 
105
- 偏移量,表示从此偏移量开始查询, offset大于等于0。
105
+ **参数解释**: 偏移量,表示从此偏移量开始查询。 **约束限制**: 不涉及。 **取值范围**: 大于等于0。 **默认取值**: 不涉及。
106
106
 
107
107
  :return: The offset of this ListRocketInstanceTopicsRequest.
108
108
  :rtype: int
@@ -113,7 +113,7 @@ class ListRocketInstanceTopicsRequest:
113
113
  def offset(self, offset):
114
114
  r"""Sets the offset of this ListRocketInstanceTopicsRequest.
115
115
 
116
- 偏移量,表示从此偏移量开始查询, offset大于等于0。
116
+ **参数解释**: 偏移量,表示从此偏移量开始查询。 **约束限制**: 不涉及。 **取值范围**: 大于等于0。 **默认取值**: 不涉及。
117
117
 
118
118
  :param offset: The offset of this ListRocketInstanceTopicsRequest.
119
119
  :type offset: int
@@ -40,17 +40,17 @@ class ListRocketInstanceTopicsResponse(SdkResponse):
40
40
 
41
41
  The model defined in huaweicloud sdk
42
42
 
43
- :param total: Topic总数。
43
+ :param total: **参数解释**: Topic总数。 **取值范围**: 不涉及。
44
44
  :type total: int
45
- :param max: 最大可创建Topic数量。
45
+ :param max: **参数解释**: 最大可创建Topic数量。 **取值范围**: 不涉及。
46
46
  :type max: int
47
- :param remaining: 剩余可创建Topic数量。
47
+ :param remaining: **参数解释**: 剩余可创建Topic数量。 **取值范围**: 不涉及。
48
48
  :type remaining: int
49
- :param next_offset: 下个分页的offset。
49
+ :param next_offset: **参数解释**: 下个分页的offset。 **取值范围**: 不涉及。
50
50
  :type next_offset: int
51
- :param previous_offset: 上个分页的offset。
51
+ :param previous_offset: **参数解释**: 上个分页的offset。 **取值范围**: 不涉及。
52
52
  :type previous_offset: int
53
- :param topics: Topic列表。
53
+ :param topics: **参数解释**: 剩余可创建Topic数量。
54
54
  :type topics: list[:class:`huaweicloudsdkrocketmq.v2.Topic`]
55
55
  """
56
56
 
@@ -81,7 +81,7 @@ class ListRocketInstanceTopicsResponse(SdkResponse):
81
81
  def total(self):
82
82
  r"""Gets the total of this ListRocketInstanceTopicsResponse.
83
83
 
84
- Topic总数。
84
+ **参数解释**: Topic总数。 **取值范围**: 不涉及。
85
85
 
86
86
  :return: The total of this ListRocketInstanceTopicsResponse.
87
87
  :rtype: int
@@ -92,7 +92,7 @@ class ListRocketInstanceTopicsResponse(SdkResponse):
92
92
  def total(self, total):
93
93
  r"""Sets the total of this ListRocketInstanceTopicsResponse.
94
94
 
95
- Topic总数。
95
+ **参数解释**: Topic总数。 **取值范围**: 不涉及。
96
96
 
97
97
  :param total: The total of this ListRocketInstanceTopicsResponse.
98
98
  :type total: int
@@ -103,7 +103,7 @@ class ListRocketInstanceTopicsResponse(SdkResponse):
103
103
  def max(self):
104
104
  r"""Gets the max of this ListRocketInstanceTopicsResponse.
105
105
 
106
- 最大可创建Topic数量。
106
+ **参数解释**: 最大可创建Topic数量。 **取值范围**: 不涉及。
107
107
 
108
108
  :return: The max of this ListRocketInstanceTopicsResponse.
109
109
  :rtype: int
@@ -114,7 +114,7 @@ class ListRocketInstanceTopicsResponse(SdkResponse):
114
114
  def max(self, max):
115
115
  r"""Sets the max of this ListRocketInstanceTopicsResponse.
116
116
 
117
- 最大可创建Topic数量。
117
+ **参数解释**: 最大可创建Topic数量。 **取值范围**: 不涉及。
118
118
 
119
119
  :param max: The max of this ListRocketInstanceTopicsResponse.
120
120
  :type max: int
@@ -125,7 +125,7 @@ class ListRocketInstanceTopicsResponse(SdkResponse):
125
125
  def remaining(self):
126
126
  r"""Gets the remaining of this ListRocketInstanceTopicsResponse.
127
127
 
128
- 剩余可创建Topic数量。
128
+ **参数解释**: 剩余可创建Topic数量。 **取值范围**: 不涉及。
129
129
 
130
130
  :return: The remaining of this ListRocketInstanceTopicsResponse.
131
131
  :rtype: int
@@ -136,7 +136,7 @@ class ListRocketInstanceTopicsResponse(SdkResponse):
136
136
  def remaining(self, remaining):
137
137
  r"""Sets the remaining of this ListRocketInstanceTopicsResponse.
138
138
 
139
- 剩余可创建Topic数量。
139
+ **参数解释**: 剩余可创建Topic数量。 **取值范围**: 不涉及。
140
140
 
141
141
  :param remaining: The remaining of this ListRocketInstanceTopicsResponse.
142
142
  :type remaining: int
@@ -147,7 +147,7 @@ class ListRocketInstanceTopicsResponse(SdkResponse):
147
147
  def next_offset(self):
148
148
  r"""Gets the next_offset of this ListRocketInstanceTopicsResponse.
149
149
 
150
- 下个分页的offset。
150
+ **参数解释**: 下个分页的offset。 **取值范围**: 不涉及。
151
151
 
152
152
  :return: The next_offset of this ListRocketInstanceTopicsResponse.
153
153
  :rtype: int
@@ -158,7 +158,7 @@ class ListRocketInstanceTopicsResponse(SdkResponse):
158
158
  def next_offset(self, next_offset):
159
159
  r"""Sets the next_offset of this ListRocketInstanceTopicsResponse.
160
160
 
161
- 下个分页的offset。
161
+ **参数解释**: 下个分页的offset。 **取值范围**: 不涉及。
162
162
 
163
163
  :param next_offset: The next_offset of this ListRocketInstanceTopicsResponse.
164
164
  :type next_offset: int
@@ -169,7 +169,7 @@ class ListRocketInstanceTopicsResponse(SdkResponse):
169
169
  def previous_offset(self):
170
170
  r"""Gets the previous_offset of this ListRocketInstanceTopicsResponse.
171
171
 
172
- 上个分页的offset。
172
+ **参数解释**: 上个分页的offset。 **取值范围**: 不涉及。
173
173
 
174
174
  :return: The previous_offset of this ListRocketInstanceTopicsResponse.
175
175
  :rtype: int
@@ -180,7 +180,7 @@ class ListRocketInstanceTopicsResponse(SdkResponse):
180
180
  def previous_offset(self, previous_offset):
181
181
  r"""Sets the previous_offset of this ListRocketInstanceTopicsResponse.
182
182
 
183
- 上个分页的offset。
183
+ **参数解释**: 上个分页的offset。 **取值范围**: 不涉及。
184
184
 
185
185
  :param previous_offset: The previous_offset of this ListRocketInstanceTopicsResponse.
186
186
  :type previous_offset: int
@@ -191,7 +191,7 @@ class ListRocketInstanceTopicsResponse(SdkResponse):
191
191
  def topics(self):
192
192
  r"""Gets the topics of this ListRocketInstanceTopicsResponse.
193
193
 
194
- Topic列表。
194
+ **参数解释**: 剩余可创建Topic数量。
195
195
 
196
196
  :return: The topics of this ListRocketInstanceTopicsResponse.
197
197
  :rtype: list[:class:`huaweicloudsdkrocketmq.v2.Topic`]
@@ -202,7 +202,7 @@ class ListRocketInstanceTopicsResponse(SdkResponse):
202
202
  def topics(self, topics):
203
203
  r"""Sets the topics of this ListRocketInstanceTopicsResponse.
204
204
 
205
- Topic列表。
205
+ **参数解释**: 剩余可创建Topic数量。
206
206
 
207
207
  :param topics: The topics of this ListRocketInstanceTopicsResponse.
208
208
  :type topics: list[:class:`huaweicloudsdkrocketmq.v2.Topic`]