huaweicloudsdkoms 3.1.160__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 (121) hide show
  1. huaweicloudsdkoms/__init__.py +0 -0
  2. huaweicloudsdkoms/v2/__init__.py +117 -0
  3. huaweicloudsdkoms/v2/model/__init__.py +114 -0
  4. huaweicloudsdkoms/v2/model/bandwidth_policy_dto.py +170 -0
  5. huaweicloudsdkoms/v2/model/batch_update_tasks_req.py +201 -0
  6. huaweicloudsdkoms/v2/model/batch_update_tasks_request.py +111 -0
  7. huaweicloudsdkoms/v2/model/batch_update_tasks_response.py +85 -0
  8. huaweicloudsdkoms/v2/model/check_prefix_req.py +343 -0
  9. huaweicloudsdkoms/v2/model/check_prefix_request.py +111 -0
  10. huaweicloudsdkoms/v2/model/check_prefix_response.py +116 -0
  11. huaweicloudsdkoms/v2/model/checked_key.py +173 -0
  12. huaweicloudsdkoms/v2/model/create_sync_events_request.py +139 -0
  13. huaweicloudsdkoms/v2/model/create_sync_events_response.py +85 -0
  14. huaweicloudsdkoms/v2/model/create_sync_task_req.py +567 -0
  15. huaweicloudsdkoms/v2/model/create_sync_task_request.py +111 -0
  16. huaweicloudsdkoms/v2/model/create_sync_task_response.py +116 -0
  17. huaweicloudsdkoms/v2/model/create_task_group_req.py +531 -0
  18. huaweicloudsdkoms/v2/model/create_task_group_request.py +111 -0
  19. huaweicloudsdkoms/v2/model/create_task_group_response.py +116 -0
  20. huaweicloudsdkoms/v2/model/create_task_req.py +561 -0
  21. huaweicloudsdkoms/v2/model/create_task_request.py +111 -0
  22. huaweicloudsdkoms/v2/model/create_task_response.py +145 -0
  23. huaweicloudsdkoms/v2/model/delete_sync_task_request.py +114 -0
  24. huaweicloudsdkoms/v2/model/delete_sync_task_response.py +85 -0
  25. huaweicloudsdkoms/v2/model/delete_task_group_request.py +114 -0
  26. huaweicloudsdkoms/v2/model/delete_task_group_response.py +85 -0
  27. huaweicloudsdkoms/v2/model/delete_task_request.py +114 -0
  28. huaweicloudsdkoms/v2/model/delete_task_response.py +85 -0
  29. huaweicloudsdkoms/v2/model/dst_node_req.py +256 -0
  30. huaweicloudsdkoms/v2/model/dst_node_resp.py +173 -0
  31. huaweicloudsdkoms/v2/model/error_reason_resp.py +144 -0
  32. huaweicloudsdkoms/v2/model/failed_object_record_dto.py +173 -0
  33. huaweicloudsdkoms/v2/model/link.py +144 -0
  34. huaweicloudsdkoms/v2/model/list_api_versions_request.py +84 -0
  35. huaweicloudsdkoms/v2/model/list_api_versions_response.py +116 -0
  36. huaweicloudsdkoms/v2/model/list_buckets_req.py +230 -0
  37. huaweicloudsdkoms/v2/model/list_file.py +171 -0
  38. huaweicloudsdkoms/v2/model/list_sync_task_statistic_request.py +198 -0
  39. huaweicloudsdkoms/v2/model/list_sync_task_statistic_response.py +174 -0
  40. huaweicloudsdkoms/v2/model/list_sync_tasks_request.py +173 -0
  41. huaweicloudsdkoms/v2/model/list_sync_tasks_response.py +145 -0
  42. huaweicloudsdkoms/v2/model/list_task_group_request.py +173 -0
  43. huaweicloudsdkoms/v2/model/list_task_group_response.py +145 -0
  44. huaweicloudsdkoms/v2/model/list_tasks_request.py +202 -0
  45. huaweicloudsdkoms/v2/model/list_tasks_response.py +145 -0
  46. huaweicloudsdkoms/v2/model/prefix_key_info.py +114 -0
  47. huaweicloudsdkoms/v2/model/region_info.py +173 -0
  48. huaweicloudsdkoms/v2/model/retry_task_group_req.py +289 -0
  49. huaweicloudsdkoms/v2/model/retry_task_group_request.py +139 -0
  50. huaweicloudsdkoms/v2/model/retry_task_group_response.py +85 -0
  51. huaweicloudsdkoms/v2/model/show_api_info_request.py +114 -0
  52. huaweicloudsdkoms/v2/model/show_api_info_response.py +203 -0
  53. huaweicloudsdkoms/v2/model/show_bucket_list_request.py +111 -0
  54. huaweicloudsdkoms/v2/model/show_bucket_list_response.py +112 -0
  55. huaweicloudsdkoms/v2/model/show_bucket_objects_request.py +111 -0
  56. huaweicloudsdkoms/v2/model/show_bucket_objects_response.py +174 -0
  57. huaweicloudsdkoms/v2/model/show_bucket_record.py +144 -0
  58. huaweicloudsdkoms/v2/model/show_bucket_region_req.py +258 -0
  59. huaweicloudsdkoms/v2/model/show_bucket_region_request.py +111 -0
  60. huaweicloudsdkoms/v2/model/show_bucket_region_response.py +174 -0
  61. huaweicloudsdkoms/v2/model/show_bucket_req.py +370 -0
  62. huaweicloudsdkoms/v2/model/show_cdn_info_req.py +304 -0
  63. huaweicloudsdkoms/v2/model/show_cdn_info_request.py +111 -0
  64. huaweicloudsdkoms/v2/model/show_cdn_info_response.py +174 -0
  65. huaweicloudsdkoms/v2/model/show_cloud_type_request.py +114 -0
  66. huaweicloudsdkoms/v2/model/show_cloud_type_response.py +112 -0
  67. huaweicloudsdkoms/v2/model/show_region_info_request.py +84 -0
  68. huaweicloudsdkoms/v2/model/show_region_info_resp.py +144 -0
  69. huaweicloudsdkoms/v2/model/show_region_info_response.py +112 -0
  70. huaweicloudsdkoms/v2/model/show_sync_task_request.py +142 -0
  71. huaweicloudsdkoms/v2/model/show_sync_task_response.py +725 -0
  72. huaweicloudsdkoms/v2/model/show_task_group_request.py +114 -0
  73. huaweicloudsdkoms/v2/model/show_task_group_response.py +1165 -0
  74. huaweicloudsdkoms/v2/model/show_task_request.py +114 -0
  75. huaweicloudsdkoms/v2/model/show_task_response.py +1194 -0
  76. huaweicloudsdkoms/v2/model/smn_config.py +200 -0
  77. huaweicloudsdkoms/v2/model/smn_info.py +173 -0
  78. huaweicloudsdkoms/v2/model/source_cdn_req.py +199 -0
  79. huaweicloudsdkoms/v2/model/source_cdn_resp.py +171 -0
  80. huaweicloudsdkoms/v2/model/src_node_req.py +372 -0
  81. huaweicloudsdkoms/v2/model/src_node_resp.py +256 -0
  82. huaweicloudsdkoms/v2/model/start_sync_task_req.py +227 -0
  83. huaweicloudsdkoms/v2/model/start_sync_task_request.py +139 -0
  84. huaweicloudsdkoms/v2/model/start_sync_task_response.py +85 -0
  85. huaweicloudsdkoms/v2/model/start_task_group_req.py +258 -0
  86. huaweicloudsdkoms/v2/model/start_task_group_request.py +139 -0
  87. huaweicloudsdkoms/v2/model/start_task_group_response.py +85 -0
  88. huaweicloudsdkoms/v2/model/start_task_req.py +345 -0
  89. huaweicloudsdkoms/v2/model/start_task_request.py +139 -0
  90. huaweicloudsdkoms/v2/model/start_task_response.py +85 -0
  91. huaweicloudsdkoms/v2/model/statistic_data.py +144 -0
  92. huaweicloudsdkoms/v2/model/statistic_type_data.py +144 -0
  93. huaweicloudsdkoms/v2/model/stop_sync_task_request.py +114 -0
  94. huaweicloudsdkoms/v2/model/stop_sync_task_response.py +85 -0
  95. huaweicloudsdkoms/v2/model/stop_task_group_request.py +114 -0
  96. huaweicloudsdkoms/v2/model/stop_task_group_response.py +85 -0
  97. huaweicloudsdkoms/v2/model/stop_task_request.py +114 -0
  98. huaweicloudsdkoms/v2/model/stop_task_response.py +85 -0
  99. huaweicloudsdkoms/v2/model/sync_object_req.py +114 -0
  100. huaweicloudsdkoms/v2/model/sync_task_info.py +604 -0
  101. huaweicloudsdkoms/v2/model/task_group_dst_node.py +256 -0
  102. huaweicloudsdkoms/v2/model/task_group_dst_node_resp.py +173 -0
  103. huaweicloudsdkoms/v2/model/task_group_resp.py +1164 -0
  104. huaweicloudsdkoms/v2/model/task_group_src_node.py +343 -0
  105. huaweicloudsdkoms/v2/model/task_group_src_node_resp.py +256 -0
  106. huaweicloudsdkoms/v2/model/task_resp.py +1193 -0
  107. huaweicloudsdkoms/v2/model/update_bandwidth_policy_req.py +114 -0
  108. huaweicloudsdkoms/v2/model/update_bandwidth_policy_request.py +139 -0
  109. huaweicloudsdkoms/v2/model/update_bandwidth_policy_response.py +85 -0
  110. huaweicloudsdkoms/v2/model/update_task_group_request.py +139 -0
  111. huaweicloudsdkoms/v2/model/update_task_group_response.py +85 -0
  112. huaweicloudsdkoms/v2/model/version.py +202 -0
  113. huaweicloudsdkoms/v2/oms_async_client.py +2263 -0
  114. huaweicloudsdkoms/v2/oms_client.py +2260 -0
  115. huaweicloudsdkoms/v2/region/__init__.py +0 -0
  116. huaweicloudsdkoms/v2/region/oms_region.py +91 -0
  117. huaweicloudsdkoms-3.1.160.dist-info/LICENSE +13 -0
  118. huaweicloudsdkoms-3.1.160.dist-info/METADATA +26 -0
  119. huaweicloudsdkoms-3.1.160.dist-info/RECORD +121 -0
  120. huaweicloudsdkoms-3.1.160.dist-info/WHEEL +5 -0
  121. huaweicloudsdkoms-3.1.160.dist-info/top_level.txt +1 -0
@@ -0,0 +1,145 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.sdk_response import SdkResponse
6
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
7
+
8
+
9
+ class ListTaskGroupResponse(SdkResponse):
10
+
11
+ """
12
+ Attributes:
13
+ openapi_types (dict): The key is attribute name
14
+ and the value is attribute type.
15
+ attribute_map (dict): The key is attribute name
16
+ and the value is json key in definition.
17
+ """
18
+ sensitive_list = []
19
+
20
+ openapi_types = {
21
+ 'count': 'int',
22
+ 'taskgroups': 'list[TaskGroupResp]'
23
+ }
24
+
25
+ attribute_map = {
26
+ 'count': 'count',
27
+ 'taskgroups': 'taskgroups'
28
+ }
29
+
30
+ def __init__(self, count=None, taskgroups=None):
31
+ r"""ListTaskGroupResponse
32
+
33
+ The model defined in huaweicloud sdk
34
+
35
+ :param count: 满足查询条件的任务组总数
36
+ :type count: int
37
+ :param taskgroups: 查询的迁移任务组详情
38
+ :type taskgroups: list[:class:`huaweicloudsdkoms.v2.TaskGroupResp`]
39
+ """
40
+
41
+ super(ListTaskGroupResponse, self).__init__()
42
+
43
+ self._count = None
44
+ self._taskgroups = None
45
+ self.discriminator = None
46
+
47
+ if count is not None:
48
+ self.count = count
49
+ if taskgroups is not None:
50
+ self.taskgroups = taskgroups
51
+
52
+ @property
53
+ def count(self):
54
+ r"""Gets the count of this ListTaskGroupResponse.
55
+
56
+ 满足查询条件的任务组总数
57
+
58
+ :return: The count of this ListTaskGroupResponse.
59
+ :rtype: int
60
+ """
61
+ return self._count
62
+
63
+ @count.setter
64
+ def count(self, count):
65
+ r"""Sets the count of this ListTaskGroupResponse.
66
+
67
+ 满足查询条件的任务组总数
68
+
69
+ :param count: The count of this ListTaskGroupResponse.
70
+ :type count: int
71
+ """
72
+ self._count = count
73
+
74
+ @property
75
+ def taskgroups(self):
76
+ r"""Gets the taskgroups of this ListTaskGroupResponse.
77
+
78
+ 查询的迁移任务组详情
79
+
80
+ :return: The taskgroups of this ListTaskGroupResponse.
81
+ :rtype: list[:class:`huaweicloudsdkoms.v2.TaskGroupResp`]
82
+ """
83
+ return self._taskgroups
84
+
85
+ @taskgroups.setter
86
+ def taskgroups(self, taskgroups):
87
+ r"""Sets the taskgroups of this ListTaskGroupResponse.
88
+
89
+ 查询的迁移任务组详情
90
+
91
+ :param taskgroups: The taskgroups of this ListTaskGroupResponse.
92
+ :type taskgroups: list[:class:`huaweicloudsdkoms.v2.TaskGroupResp`]
93
+ """
94
+ self._taskgroups = taskgroups
95
+
96
+ def to_dict(self):
97
+ """Returns the model properties as a dict"""
98
+ result = {}
99
+
100
+ for attr, _ in six.iteritems(self.openapi_types):
101
+ value = getattr(self, attr)
102
+ if isinstance(value, list):
103
+ result[attr] = list(map(
104
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
105
+ value
106
+ ))
107
+ elif hasattr(value, "to_dict"):
108
+ result[attr] = value.to_dict()
109
+ elif isinstance(value, dict):
110
+ result[attr] = dict(map(
111
+ lambda item: (item[0], item[1].to_dict())
112
+ if hasattr(item[1], "to_dict") else item,
113
+ value.items()
114
+ ))
115
+ else:
116
+ if attr in self.sensitive_list:
117
+ result[attr] = "****"
118
+ else:
119
+ result[attr] = value
120
+
121
+ return result
122
+
123
+ def to_str(self):
124
+ """Returns the string representation of the model"""
125
+ import simplejson as json
126
+ if six.PY2:
127
+ import sys
128
+ reload(sys)
129
+ sys.setdefaultencoding("utf-8")
130
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
131
+
132
+ def __repr__(self):
133
+ """For `print`"""
134
+ return self.to_str()
135
+
136
+ def __eq__(self, other):
137
+ """Returns true if both objects are equal"""
138
+ if not isinstance(other, ListTaskGroupResponse):
139
+ return False
140
+
141
+ return self.__dict__ == other.__dict__
142
+
143
+ def __ne__(self, other):
144
+ """Returns true if both objects are not equal"""
145
+ return not self == other
@@ -0,0 +1,202 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class ListTasksRequest:
9
+
10
+ """
11
+ Attributes:
12
+ openapi_types (dict): The key is attribute name
13
+ and the value is attribute type.
14
+ attribute_map (dict): The key is attribute name
15
+ and the value is json key in definition.
16
+ """
17
+ sensitive_list = []
18
+
19
+ openapi_types = {
20
+ 'group_id': 'str',
21
+ 'limit': 'int',
22
+ 'offset': 'int',
23
+ 'status': 'int'
24
+ }
25
+
26
+ attribute_map = {
27
+ 'group_id': 'group_id',
28
+ 'limit': 'limit',
29
+ 'offset': 'offset',
30
+ 'status': 'status'
31
+ }
32
+
33
+ def __init__(self, group_id=None, limit=None, offset=None, status=None):
34
+ r"""ListTasksRequest
35
+
36
+ The model defined in huaweicloud sdk
37
+
38
+ :param group_id: 迁移任务组group_id
39
+ :type group_id: str
40
+ :param limit: 查询返回迁移任务列表当前页面的数量,默认查询10条。 最多返回100条迁移任务信息。
41
+ :type limit: int
42
+ :param offset: 起始的任务序号,默认为0。 取值大于等于0,取值为0时从第一条开始查询。
43
+ :type offset: int
44
+ :param status: 迁移任务状态(无该参数时代表查询所有状态的任务): 1:等待调度 2:正在执行 3:停止 4:失败 5:成功 7: 暂停中
45
+ :type status: int
46
+ """
47
+
48
+
49
+
50
+ self._group_id = None
51
+ self._limit = None
52
+ self._offset = None
53
+ self._status = None
54
+ self.discriminator = None
55
+
56
+ if group_id is not None:
57
+ self.group_id = group_id
58
+ if limit is not None:
59
+ self.limit = limit
60
+ if offset is not None:
61
+ self.offset = offset
62
+ if status is not None:
63
+ self.status = status
64
+
65
+ @property
66
+ def group_id(self):
67
+ r"""Gets the group_id of this ListTasksRequest.
68
+
69
+ 迁移任务组group_id
70
+
71
+ :return: The group_id of this ListTasksRequest.
72
+ :rtype: str
73
+ """
74
+ return self._group_id
75
+
76
+ @group_id.setter
77
+ def group_id(self, group_id):
78
+ r"""Sets the group_id of this ListTasksRequest.
79
+
80
+ 迁移任务组group_id
81
+
82
+ :param group_id: The group_id of this ListTasksRequest.
83
+ :type group_id: str
84
+ """
85
+ self._group_id = group_id
86
+
87
+ @property
88
+ def limit(self):
89
+ r"""Gets the limit of this ListTasksRequest.
90
+
91
+ 查询返回迁移任务列表当前页面的数量,默认查询10条。 最多返回100条迁移任务信息。
92
+
93
+ :return: The limit of this ListTasksRequest.
94
+ :rtype: int
95
+ """
96
+ return self._limit
97
+
98
+ @limit.setter
99
+ def limit(self, limit):
100
+ r"""Sets the limit of this ListTasksRequest.
101
+
102
+ 查询返回迁移任务列表当前页面的数量,默认查询10条。 最多返回100条迁移任务信息。
103
+
104
+ :param limit: The limit of this ListTasksRequest.
105
+ :type limit: int
106
+ """
107
+ self._limit = limit
108
+
109
+ @property
110
+ def offset(self):
111
+ r"""Gets the offset of this ListTasksRequest.
112
+
113
+ 起始的任务序号,默认为0。 取值大于等于0,取值为0时从第一条开始查询。
114
+
115
+ :return: The offset of this ListTasksRequest.
116
+ :rtype: int
117
+ """
118
+ return self._offset
119
+
120
+ @offset.setter
121
+ def offset(self, offset):
122
+ r"""Sets the offset of this ListTasksRequest.
123
+
124
+ 起始的任务序号,默认为0。 取值大于等于0,取值为0时从第一条开始查询。
125
+
126
+ :param offset: The offset of this ListTasksRequest.
127
+ :type offset: int
128
+ """
129
+ self._offset = offset
130
+
131
+ @property
132
+ def status(self):
133
+ r"""Gets the status of this ListTasksRequest.
134
+
135
+ 迁移任务状态(无该参数时代表查询所有状态的任务): 1:等待调度 2:正在执行 3:停止 4:失败 5:成功 7: 暂停中
136
+
137
+ :return: The status of this ListTasksRequest.
138
+ :rtype: int
139
+ """
140
+ return self._status
141
+
142
+ @status.setter
143
+ def status(self, status):
144
+ r"""Sets the status of this ListTasksRequest.
145
+
146
+ 迁移任务状态(无该参数时代表查询所有状态的任务): 1:等待调度 2:正在执行 3:停止 4:失败 5:成功 7: 暂停中
147
+
148
+ :param status: The status of this ListTasksRequest.
149
+ :type status: int
150
+ """
151
+ self._status = status
152
+
153
+ def to_dict(self):
154
+ """Returns the model properties as a dict"""
155
+ result = {}
156
+
157
+ for attr, _ in six.iteritems(self.openapi_types):
158
+ value = getattr(self, attr)
159
+ if isinstance(value, list):
160
+ result[attr] = list(map(
161
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
162
+ value
163
+ ))
164
+ elif hasattr(value, "to_dict"):
165
+ result[attr] = value.to_dict()
166
+ elif isinstance(value, dict):
167
+ result[attr] = dict(map(
168
+ lambda item: (item[0], item[1].to_dict())
169
+ if hasattr(item[1], "to_dict") else item,
170
+ value.items()
171
+ ))
172
+ else:
173
+ if attr in self.sensitive_list:
174
+ result[attr] = "****"
175
+ else:
176
+ result[attr] = value
177
+
178
+ return result
179
+
180
+ def to_str(self):
181
+ """Returns the string representation of the model"""
182
+ import simplejson as json
183
+ if six.PY2:
184
+ import sys
185
+ reload(sys)
186
+ sys.setdefaultencoding("utf-8")
187
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
188
+
189
+ def __repr__(self):
190
+ """For `print`"""
191
+ return self.to_str()
192
+
193
+ def __eq__(self, other):
194
+ """Returns true if both objects are equal"""
195
+ if not isinstance(other, ListTasksRequest):
196
+ return False
197
+
198
+ return self.__dict__ == other.__dict__
199
+
200
+ def __ne__(self, other):
201
+ """Returns true if both objects are not equal"""
202
+ return not self == other
@@ -0,0 +1,145 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.sdk_response import SdkResponse
6
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
7
+
8
+
9
+ class ListTasksResponse(SdkResponse):
10
+
11
+ """
12
+ Attributes:
13
+ openapi_types (dict): The key is attribute name
14
+ and the value is attribute type.
15
+ attribute_map (dict): The key is attribute name
16
+ and the value is json key in definition.
17
+ """
18
+ sensitive_list = []
19
+
20
+ openapi_types = {
21
+ 'tasks': 'list[TaskResp]',
22
+ 'count': 'int'
23
+ }
24
+
25
+ attribute_map = {
26
+ 'tasks': 'tasks',
27
+ 'count': 'count'
28
+ }
29
+
30
+ def __init__(self, tasks=None, count=None):
31
+ r"""ListTasksResponse
32
+
33
+ The model defined in huaweicloud sdk
34
+
35
+ :param tasks: 查询的任务详情
36
+ :type tasks: list[:class:`huaweicloudsdkoms.v2.TaskResp`]
37
+ :param count: 满足查询条件的任务总数
38
+ :type count: int
39
+ """
40
+
41
+ super(ListTasksResponse, self).__init__()
42
+
43
+ self._tasks = None
44
+ self._count = None
45
+ self.discriminator = None
46
+
47
+ if tasks is not None:
48
+ self.tasks = tasks
49
+ if count is not None:
50
+ self.count = count
51
+
52
+ @property
53
+ def tasks(self):
54
+ r"""Gets the tasks of this ListTasksResponse.
55
+
56
+ 查询的任务详情
57
+
58
+ :return: The tasks of this ListTasksResponse.
59
+ :rtype: list[:class:`huaweicloudsdkoms.v2.TaskResp`]
60
+ """
61
+ return self._tasks
62
+
63
+ @tasks.setter
64
+ def tasks(self, tasks):
65
+ r"""Sets the tasks of this ListTasksResponse.
66
+
67
+ 查询的任务详情
68
+
69
+ :param tasks: The tasks of this ListTasksResponse.
70
+ :type tasks: list[:class:`huaweicloudsdkoms.v2.TaskResp`]
71
+ """
72
+ self._tasks = tasks
73
+
74
+ @property
75
+ def count(self):
76
+ r"""Gets the count of this ListTasksResponse.
77
+
78
+ 满足查询条件的任务总数
79
+
80
+ :return: The count of this ListTasksResponse.
81
+ :rtype: int
82
+ """
83
+ return self._count
84
+
85
+ @count.setter
86
+ def count(self, count):
87
+ r"""Sets the count of this ListTasksResponse.
88
+
89
+ 满足查询条件的任务总数
90
+
91
+ :param count: The count of this ListTasksResponse.
92
+ :type count: int
93
+ """
94
+ self._count = count
95
+
96
+ def to_dict(self):
97
+ """Returns the model properties as a dict"""
98
+ result = {}
99
+
100
+ for attr, _ in six.iteritems(self.openapi_types):
101
+ value = getattr(self, attr)
102
+ if isinstance(value, list):
103
+ result[attr] = list(map(
104
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
105
+ value
106
+ ))
107
+ elif hasattr(value, "to_dict"):
108
+ result[attr] = value.to_dict()
109
+ elif isinstance(value, dict):
110
+ result[attr] = dict(map(
111
+ lambda item: (item[0], item[1].to_dict())
112
+ if hasattr(item[1], "to_dict") else item,
113
+ value.items()
114
+ ))
115
+ else:
116
+ if attr in self.sensitive_list:
117
+ result[attr] = "****"
118
+ else:
119
+ result[attr] = value
120
+
121
+ return result
122
+
123
+ def to_str(self):
124
+ """Returns the string representation of the model"""
125
+ import simplejson as json
126
+ if six.PY2:
127
+ import sys
128
+ reload(sys)
129
+ sys.setdefaultencoding("utf-8")
130
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
131
+
132
+ def __repr__(self):
133
+ """For `print`"""
134
+ return self.to_str()
135
+
136
+ def __eq__(self, other):
137
+ """Returns true if both objects are equal"""
138
+ if not isinstance(other, ListTasksResponse):
139
+ return False
140
+
141
+ return self.__dict__ == other.__dict__
142
+
143
+ def __ne__(self, other):
144
+ """Returns true if both objects are not equal"""
145
+ return not self == other
@@ -0,0 +1,114 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class PrefixKeyInfo:
9
+
10
+ """
11
+ Attributes:
12
+ openapi_types (dict): The key is attribute name
13
+ and the value is attribute type.
14
+ attribute_map (dict): The key is attribute name
15
+ and the value is json key in definition.
16
+ """
17
+ sensitive_list = []
18
+
19
+ openapi_types = {
20
+ 'keys': 'list[str]'
21
+ }
22
+
23
+ attribute_map = {
24
+ 'keys': 'keys'
25
+ }
26
+
27
+ def __init__(self, keys=None):
28
+ r"""PrefixKeyInfo
29
+
30
+ The model defined in huaweicloud sdk
31
+
32
+ :param keys: 键
33
+ :type keys: list[str]
34
+ """
35
+
36
+
37
+
38
+ self._keys = None
39
+ self.discriminator = None
40
+
41
+ self.keys = keys
42
+
43
+ @property
44
+ def keys(self):
45
+ r"""Gets the keys of this PrefixKeyInfo.
46
+
47
+
48
+
49
+ :return: The keys of this PrefixKeyInfo.
50
+ :rtype: list[str]
51
+ """
52
+ return self._keys
53
+
54
+ @keys.setter
55
+ def keys(self, keys):
56
+ r"""Sets the keys of this PrefixKeyInfo.
57
+
58
+
59
+
60
+ :param keys: The keys of this PrefixKeyInfo.
61
+ :type keys: list[str]
62
+ """
63
+ self._keys = keys
64
+
65
+ def to_dict(self):
66
+ """Returns the model properties as a dict"""
67
+ result = {}
68
+
69
+ for attr, _ in six.iteritems(self.openapi_types):
70
+ value = getattr(self, attr)
71
+ if isinstance(value, list):
72
+ result[attr] = list(map(
73
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
74
+ value
75
+ ))
76
+ elif hasattr(value, "to_dict"):
77
+ result[attr] = value.to_dict()
78
+ elif isinstance(value, dict):
79
+ result[attr] = dict(map(
80
+ lambda item: (item[0], item[1].to_dict())
81
+ if hasattr(item[1], "to_dict") else item,
82
+ value.items()
83
+ ))
84
+ else:
85
+ if attr in self.sensitive_list:
86
+ result[attr] = "****"
87
+ else:
88
+ result[attr] = value
89
+
90
+ return result
91
+
92
+ def to_str(self):
93
+ """Returns the string representation of the model"""
94
+ import simplejson as json
95
+ if six.PY2:
96
+ import sys
97
+ reload(sys)
98
+ sys.setdefaultencoding("utf-8")
99
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
100
+
101
+ def __repr__(self):
102
+ """For `print`"""
103
+ return self.to_str()
104
+
105
+ def __eq__(self, other):
106
+ """Returns true if both objects are equal"""
107
+ if not isinstance(other, PrefixKeyInfo):
108
+ return False
109
+
110
+ return self.__dict__ == other.__dict__
111
+
112
+ def __ne__(self, other):
113
+ """Returns true if both objects are not equal"""
114
+ return not self == other