huaweicloudsdktics 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.
Potentially problematic release.
This version of huaweicloudsdktics might be problematic. Click here for more details.
- huaweicloudsdktics/__init__.py +0 -0
- huaweicloudsdktics/v1/__init__.py +74 -0
- huaweicloudsdktics/v1/model/__init__.py +71 -0
- huaweicloudsdktics/v1/model/agent_list_vo.py +521 -0
- huaweicloudsdktics/v1/model/deploy_vo.py +228 -0
- huaweicloudsdktics/v1/model/fl_job_list_vo.py +457 -0
- huaweicloudsdktics/v1/model/job_report_base_info_vo.py +256 -0
- huaweicloudsdktics/v1/model/job_report_env_vo.py +231 -0
- huaweicloudsdktics/v1/model/job_report_output_vo.py +173 -0
- huaweicloudsdktics/v1/model/job_report_partner_vo.py +231 -0
- huaweicloudsdktics/v1/model/league_dataset_statistics_vo.py +260 -0
- huaweicloudsdktics/v1/model/league_partner_statistics_vo.py +318 -0
- huaweicloudsdktics/v1/model/league_update_vo.py +173 -0
- huaweicloudsdktics/v1/model/list_agents_request.py +200 -0
- huaweicloudsdktics/v1/model/list_agents_response.py +145 -0
- huaweicloudsdktics/v1/model/list_audit_info_request.py +170 -0
- huaweicloudsdktics/v1/model/list_audit_info_response.py +145 -0
- huaweicloudsdktics/v1/model/list_fl_job_request.py +170 -0
- huaweicloudsdktics/v1/model/list_fl_job_response.py +145 -0
- huaweicloudsdktics/v1/model/list_instance_history_request.py +199 -0
- huaweicloudsdktics/v1/model/list_instance_history_response.py +145 -0
- huaweicloudsdktics/v1/model/list_league_datasets_request.py +228 -0
- huaweicloudsdktics/v1/model/list_league_datasets_response.py +145 -0
- huaweicloudsdktics/v1/model/list_leagues_request.py +170 -0
- huaweicloudsdktics/v1/model/list_leagues_response.py +145 -0
- huaweicloudsdktics/v1/model/list_nodes_request.py +170 -0
- huaweicloudsdktics/v1/model/list_nodes_response.py +145 -0
- huaweicloudsdktics/v1/model/list_notices_request.py +142 -0
- huaweicloudsdktics/v1/model/list_notices_response.py +145 -0
- huaweicloudsdktics/v1/model/list_partners_request.py +170 -0
- huaweicloudsdktics/v1/model/list_partners_response.py +145 -0
- huaweicloudsdktics/v1/model/list_sql_job_request.py +170 -0
- huaweicloudsdktics/v1/model/list_sql_job_response.py +145 -0
- huaweicloudsdktics/v1/model/partner_data_vo.py +289 -0
- huaweicloudsdktics/v1/model/processor_vo.py +374 -0
- huaweicloudsdktics/v1/model/round_deploy_vo.py +144 -0
- huaweicloudsdktics/v1/model/show_agent_detail_request.py +114 -0
- huaweicloudsdktics/v1/model/show_agent_detail_response.py +212 -0
- huaweicloudsdktics/v1/model/show_dataset_statistics_request.py +172 -0
- huaweicloudsdktics/v1/model/show_dataset_statistics_response.py +112 -0
- huaweicloudsdktics/v1/model/show_instance_report_request.py +142 -0
- huaweicloudsdktics/v1/model/show_instance_report_response.py +220 -0
- huaweicloudsdktics/v1/model/show_job_instance_dag_request.py +170 -0
- huaweicloudsdktics/v1/model/show_job_instance_dag_response.py +112 -0
- huaweicloudsdktics/v1/model/show_job_statistics_request.py +172 -0
- huaweicloudsdktics/v1/model/show_job_statistics_response.py +232 -0
- huaweicloudsdktics/v1/model/show_league_request.py +114 -0
- huaweicloudsdktics/v1/model/show_league_response.py +725 -0
- huaweicloudsdktics/v1/model/show_overview_request.py +84 -0
- huaweicloudsdktics/v1/model/show_overview_response.py +203 -0
- huaweicloudsdktics/v1/model/show_partner_statistics_request.py +172 -0
- huaweicloudsdktics/v1/model/show_partner_statistics_response.py +112 -0
- huaweicloudsdktics/v1/model/stage_vo.py +201 -0
- huaweicloudsdktics/v1/model/tics_agent_deploy.py +724 -0
- huaweicloudsdktics/v1/model/tics_agent_deploy_bcs.py +289 -0
- huaweicloudsdktics/v1/model/tics_agent_deploy_detail.py +463 -0
- huaweicloudsdktics/v1/model/tics_agent_nat_common_info.py +202 -0
- huaweicloudsdktics/v1/model/tics_agent_node_info.py +492 -0
- huaweicloudsdktics/v1/model/tics_approve_log_vo.py +484 -0
- huaweicloudsdktics/v1/model/tics_dataset_column.py +405 -0
- huaweicloudsdktics/v1/model/tics_job_instance_vo.py +401 -0
- huaweicloudsdktics/v1/model/tics_league_audit_log.py +376 -0
- huaweicloudsdktics/v1/model/tics_league_list_vo.py +543 -0
- huaweicloudsdktics/v1/model/tics_league_notice_vo.py +430 -0
- huaweicloudsdktics/v1/model/tics_league_partner_vo.py +202 -0
- huaweicloudsdktics/v1/model/tics_sql_job_vo.py +483 -0
- huaweicloudsdktics/v1/model/tics_trust_info_vo.py +347 -0
- huaweicloudsdktics/v1/model/update_league_request.py +139 -0
- huaweicloudsdktics/v1/model/update_league_response.py +112 -0
- huaweicloudsdktics/v1/region/__init__.py +0 -0
- huaweicloudsdktics/v1/region/tics_region.py +34 -0
- huaweicloudsdktics/v1/tics_async_client.py +1382 -0
- huaweicloudsdktics/v1/tics_client.py +1379 -0
- huaweicloudsdktics-3.1.160.dist-info/LICENSE +13 -0
- huaweicloudsdktics-3.1.160.dist-info/METADATA +26 -0
- huaweicloudsdktics-3.1.160.dist-info/RECORD +78 -0
- huaweicloudsdktics-3.1.160.dist-info/WHEEL +5 -0
- huaweicloudsdktics-3.1.160.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,543 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
import six
|
|
4
|
+
|
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class TicsLeagueListVo:
|
|
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
|
+
'bcs_channel_name': 'str',
|
|
21
|
+
'bcs_ip': 'str',
|
|
22
|
+
'bcs_org_name': 'str',
|
|
23
|
+
'block_chain_id': 'str',
|
|
24
|
+
'block_chain_name': 'str',
|
|
25
|
+
'create_date': 'datetime',
|
|
26
|
+
'create_time': 'int',
|
|
27
|
+
'creator_id': 'str',
|
|
28
|
+
'creator_name': 'str',
|
|
29
|
+
'expire_time': 'int',
|
|
30
|
+
'id': 'str',
|
|
31
|
+
'league_status': 'str',
|
|
32
|
+
'name': 'str',
|
|
33
|
+
'partners': 'int',
|
|
34
|
+
'type': 'str',
|
|
35
|
+
'version': 'str'
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
attribute_map = {
|
|
39
|
+
'bcs_channel_name': 'bcs_channel_name',
|
|
40
|
+
'bcs_ip': 'bcs_ip',
|
|
41
|
+
'bcs_org_name': 'bcs_org_name',
|
|
42
|
+
'block_chain_id': 'block_chain_id',
|
|
43
|
+
'block_chain_name': 'block_chain_name',
|
|
44
|
+
'create_date': 'create_date',
|
|
45
|
+
'create_time': 'create_time',
|
|
46
|
+
'creator_id': 'creator_id',
|
|
47
|
+
'creator_name': 'creator_name',
|
|
48
|
+
'expire_time': 'expire_time',
|
|
49
|
+
'id': 'id',
|
|
50
|
+
'league_status': 'league_status',
|
|
51
|
+
'name': 'name',
|
|
52
|
+
'partners': 'partners',
|
|
53
|
+
'type': 'type',
|
|
54
|
+
'version': 'version'
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
def __init__(self, bcs_channel_name=None, bcs_ip=None, bcs_org_name=None, block_chain_id=None, block_chain_name=None, create_date=None, create_time=None, creator_id=None, creator_name=None, expire_time=None, id=None, league_status=None, name=None, partners=None, type=None, version=None):
|
|
58
|
+
r"""TicsLeagueListVo
|
|
59
|
+
|
|
60
|
+
The model defined in huaweicloud sdk
|
|
61
|
+
|
|
62
|
+
:param bcs_channel_name: BCS通道名称
|
|
63
|
+
:type bcs_channel_name: str
|
|
64
|
+
:param bcs_ip: BCS浏览器ip
|
|
65
|
+
:type bcs_ip: str
|
|
66
|
+
:param bcs_org_name: BCS组织名称
|
|
67
|
+
:type bcs_org_name: str
|
|
68
|
+
:param block_chain_id: BCS服务实例ID
|
|
69
|
+
:type block_chain_id: str
|
|
70
|
+
:param block_chain_name: BCS服务实例名称
|
|
71
|
+
:type block_chain_name: str
|
|
72
|
+
:param create_date: 创建日期
|
|
73
|
+
:type create_date: datetime
|
|
74
|
+
:param create_time: 创建时间
|
|
75
|
+
:type create_time: int
|
|
76
|
+
:param creator_id: 创建人id
|
|
77
|
+
:type creator_id: str
|
|
78
|
+
:param creator_name: 创建人名称
|
|
79
|
+
:type creator_name: str
|
|
80
|
+
:param expire_time: 过期时间
|
|
81
|
+
:type expire_time: int
|
|
82
|
+
:param id: 联盟id
|
|
83
|
+
:type id: str
|
|
84
|
+
:param league_status: 联盟状态,CREATING.创建中,CREATE_FAILED.创建失败,NORMAL.正常,UPDATING.升级中,UPDATE_FAILED.升级失败,ROLLING.回滚中,ROLL_FAILED.回滚失败,DELETING.删除中,DELETE_FAILED.删除失败,DELETED.已删除
|
|
85
|
+
:type league_status: str
|
|
86
|
+
:param name: 联盟名称
|
|
87
|
+
:type name: str
|
|
88
|
+
:param partners: 联盟成员数
|
|
89
|
+
:type partners: int
|
|
90
|
+
:param type: 参与类型,OWNER.所有者,PARTNER.参与者
|
|
91
|
+
:type type: str
|
|
92
|
+
:param version: 联盟版本
|
|
93
|
+
:type version: str
|
|
94
|
+
"""
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
self._bcs_channel_name = None
|
|
99
|
+
self._bcs_ip = None
|
|
100
|
+
self._bcs_org_name = None
|
|
101
|
+
self._block_chain_id = None
|
|
102
|
+
self._block_chain_name = None
|
|
103
|
+
self._create_date = None
|
|
104
|
+
self._create_time = None
|
|
105
|
+
self._creator_id = None
|
|
106
|
+
self._creator_name = None
|
|
107
|
+
self._expire_time = None
|
|
108
|
+
self._id = None
|
|
109
|
+
self._league_status = None
|
|
110
|
+
self._name = None
|
|
111
|
+
self._partners = None
|
|
112
|
+
self._type = None
|
|
113
|
+
self._version = None
|
|
114
|
+
self.discriminator = None
|
|
115
|
+
|
|
116
|
+
if bcs_channel_name is not None:
|
|
117
|
+
self.bcs_channel_name = bcs_channel_name
|
|
118
|
+
if bcs_ip is not None:
|
|
119
|
+
self.bcs_ip = bcs_ip
|
|
120
|
+
if bcs_org_name is not None:
|
|
121
|
+
self.bcs_org_name = bcs_org_name
|
|
122
|
+
if block_chain_id is not None:
|
|
123
|
+
self.block_chain_id = block_chain_id
|
|
124
|
+
if block_chain_name is not None:
|
|
125
|
+
self.block_chain_name = block_chain_name
|
|
126
|
+
if create_date is not None:
|
|
127
|
+
self.create_date = create_date
|
|
128
|
+
if create_time is not None:
|
|
129
|
+
self.create_time = create_time
|
|
130
|
+
self.creator_id = creator_id
|
|
131
|
+
self.creator_name = creator_name
|
|
132
|
+
if expire_time is not None:
|
|
133
|
+
self.expire_time = expire_time
|
|
134
|
+
self.id = id
|
|
135
|
+
self.league_status = league_status
|
|
136
|
+
self.name = name
|
|
137
|
+
self.partners = partners
|
|
138
|
+
self.type = type
|
|
139
|
+
if version is not None:
|
|
140
|
+
self.version = version
|
|
141
|
+
|
|
142
|
+
@property
|
|
143
|
+
def bcs_channel_name(self):
|
|
144
|
+
r"""Gets the bcs_channel_name of this TicsLeagueListVo.
|
|
145
|
+
|
|
146
|
+
BCS通道名称
|
|
147
|
+
|
|
148
|
+
:return: The bcs_channel_name of this TicsLeagueListVo.
|
|
149
|
+
:rtype: str
|
|
150
|
+
"""
|
|
151
|
+
return self._bcs_channel_name
|
|
152
|
+
|
|
153
|
+
@bcs_channel_name.setter
|
|
154
|
+
def bcs_channel_name(self, bcs_channel_name):
|
|
155
|
+
r"""Sets the bcs_channel_name of this TicsLeagueListVo.
|
|
156
|
+
|
|
157
|
+
BCS通道名称
|
|
158
|
+
|
|
159
|
+
:param bcs_channel_name: The bcs_channel_name of this TicsLeagueListVo.
|
|
160
|
+
:type bcs_channel_name: str
|
|
161
|
+
"""
|
|
162
|
+
self._bcs_channel_name = bcs_channel_name
|
|
163
|
+
|
|
164
|
+
@property
|
|
165
|
+
def bcs_ip(self):
|
|
166
|
+
r"""Gets the bcs_ip of this TicsLeagueListVo.
|
|
167
|
+
|
|
168
|
+
BCS浏览器ip
|
|
169
|
+
|
|
170
|
+
:return: The bcs_ip of this TicsLeagueListVo.
|
|
171
|
+
:rtype: str
|
|
172
|
+
"""
|
|
173
|
+
return self._bcs_ip
|
|
174
|
+
|
|
175
|
+
@bcs_ip.setter
|
|
176
|
+
def bcs_ip(self, bcs_ip):
|
|
177
|
+
r"""Sets the bcs_ip of this TicsLeagueListVo.
|
|
178
|
+
|
|
179
|
+
BCS浏览器ip
|
|
180
|
+
|
|
181
|
+
:param bcs_ip: The bcs_ip of this TicsLeagueListVo.
|
|
182
|
+
:type bcs_ip: str
|
|
183
|
+
"""
|
|
184
|
+
self._bcs_ip = bcs_ip
|
|
185
|
+
|
|
186
|
+
@property
|
|
187
|
+
def bcs_org_name(self):
|
|
188
|
+
r"""Gets the bcs_org_name of this TicsLeagueListVo.
|
|
189
|
+
|
|
190
|
+
BCS组织名称
|
|
191
|
+
|
|
192
|
+
:return: The bcs_org_name of this TicsLeagueListVo.
|
|
193
|
+
:rtype: str
|
|
194
|
+
"""
|
|
195
|
+
return self._bcs_org_name
|
|
196
|
+
|
|
197
|
+
@bcs_org_name.setter
|
|
198
|
+
def bcs_org_name(self, bcs_org_name):
|
|
199
|
+
r"""Sets the bcs_org_name of this TicsLeagueListVo.
|
|
200
|
+
|
|
201
|
+
BCS组织名称
|
|
202
|
+
|
|
203
|
+
:param bcs_org_name: The bcs_org_name of this TicsLeagueListVo.
|
|
204
|
+
:type bcs_org_name: str
|
|
205
|
+
"""
|
|
206
|
+
self._bcs_org_name = bcs_org_name
|
|
207
|
+
|
|
208
|
+
@property
|
|
209
|
+
def block_chain_id(self):
|
|
210
|
+
r"""Gets the block_chain_id of this TicsLeagueListVo.
|
|
211
|
+
|
|
212
|
+
BCS服务实例ID
|
|
213
|
+
|
|
214
|
+
:return: The block_chain_id of this TicsLeagueListVo.
|
|
215
|
+
:rtype: str
|
|
216
|
+
"""
|
|
217
|
+
return self._block_chain_id
|
|
218
|
+
|
|
219
|
+
@block_chain_id.setter
|
|
220
|
+
def block_chain_id(self, block_chain_id):
|
|
221
|
+
r"""Sets the block_chain_id of this TicsLeagueListVo.
|
|
222
|
+
|
|
223
|
+
BCS服务实例ID
|
|
224
|
+
|
|
225
|
+
:param block_chain_id: The block_chain_id of this TicsLeagueListVo.
|
|
226
|
+
:type block_chain_id: str
|
|
227
|
+
"""
|
|
228
|
+
self._block_chain_id = block_chain_id
|
|
229
|
+
|
|
230
|
+
@property
|
|
231
|
+
def block_chain_name(self):
|
|
232
|
+
r"""Gets the block_chain_name of this TicsLeagueListVo.
|
|
233
|
+
|
|
234
|
+
BCS服务实例名称
|
|
235
|
+
|
|
236
|
+
:return: The block_chain_name of this TicsLeagueListVo.
|
|
237
|
+
:rtype: str
|
|
238
|
+
"""
|
|
239
|
+
return self._block_chain_name
|
|
240
|
+
|
|
241
|
+
@block_chain_name.setter
|
|
242
|
+
def block_chain_name(self, block_chain_name):
|
|
243
|
+
r"""Sets the block_chain_name of this TicsLeagueListVo.
|
|
244
|
+
|
|
245
|
+
BCS服务实例名称
|
|
246
|
+
|
|
247
|
+
:param block_chain_name: The block_chain_name of this TicsLeagueListVo.
|
|
248
|
+
:type block_chain_name: str
|
|
249
|
+
"""
|
|
250
|
+
self._block_chain_name = block_chain_name
|
|
251
|
+
|
|
252
|
+
@property
|
|
253
|
+
def create_date(self):
|
|
254
|
+
r"""Gets the create_date of this TicsLeagueListVo.
|
|
255
|
+
|
|
256
|
+
创建日期
|
|
257
|
+
|
|
258
|
+
:return: The create_date of this TicsLeagueListVo.
|
|
259
|
+
:rtype: datetime
|
|
260
|
+
"""
|
|
261
|
+
return self._create_date
|
|
262
|
+
|
|
263
|
+
@create_date.setter
|
|
264
|
+
def create_date(self, create_date):
|
|
265
|
+
r"""Sets the create_date of this TicsLeagueListVo.
|
|
266
|
+
|
|
267
|
+
创建日期
|
|
268
|
+
|
|
269
|
+
:param create_date: The create_date of this TicsLeagueListVo.
|
|
270
|
+
:type create_date: datetime
|
|
271
|
+
"""
|
|
272
|
+
self._create_date = create_date
|
|
273
|
+
|
|
274
|
+
@property
|
|
275
|
+
def create_time(self):
|
|
276
|
+
r"""Gets the create_time of this TicsLeagueListVo.
|
|
277
|
+
|
|
278
|
+
创建时间
|
|
279
|
+
|
|
280
|
+
:return: The create_time of this TicsLeagueListVo.
|
|
281
|
+
:rtype: int
|
|
282
|
+
"""
|
|
283
|
+
return self._create_time
|
|
284
|
+
|
|
285
|
+
@create_time.setter
|
|
286
|
+
def create_time(self, create_time):
|
|
287
|
+
r"""Sets the create_time of this TicsLeagueListVo.
|
|
288
|
+
|
|
289
|
+
创建时间
|
|
290
|
+
|
|
291
|
+
:param create_time: The create_time of this TicsLeagueListVo.
|
|
292
|
+
:type create_time: int
|
|
293
|
+
"""
|
|
294
|
+
self._create_time = create_time
|
|
295
|
+
|
|
296
|
+
@property
|
|
297
|
+
def creator_id(self):
|
|
298
|
+
r"""Gets the creator_id of this TicsLeagueListVo.
|
|
299
|
+
|
|
300
|
+
创建人id
|
|
301
|
+
|
|
302
|
+
:return: The creator_id of this TicsLeagueListVo.
|
|
303
|
+
:rtype: str
|
|
304
|
+
"""
|
|
305
|
+
return self._creator_id
|
|
306
|
+
|
|
307
|
+
@creator_id.setter
|
|
308
|
+
def creator_id(self, creator_id):
|
|
309
|
+
r"""Sets the creator_id of this TicsLeagueListVo.
|
|
310
|
+
|
|
311
|
+
创建人id
|
|
312
|
+
|
|
313
|
+
:param creator_id: The creator_id of this TicsLeagueListVo.
|
|
314
|
+
:type creator_id: str
|
|
315
|
+
"""
|
|
316
|
+
self._creator_id = creator_id
|
|
317
|
+
|
|
318
|
+
@property
|
|
319
|
+
def creator_name(self):
|
|
320
|
+
r"""Gets the creator_name of this TicsLeagueListVo.
|
|
321
|
+
|
|
322
|
+
创建人名称
|
|
323
|
+
|
|
324
|
+
:return: The creator_name of this TicsLeagueListVo.
|
|
325
|
+
:rtype: str
|
|
326
|
+
"""
|
|
327
|
+
return self._creator_name
|
|
328
|
+
|
|
329
|
+
@creator_name.setter
|
|
330
|
+
def creator_name(self, creator_name):
|
|
331
|
+
r"""Sets the creator_name of this TicsLeagueListVo.
|
|
332
|
+
|
|
333
|
+
创建人名称
|
|
334
|
+
|
|
335
|
+
:param creator_name: The creator_name of this TicsLeagueListVo.
|
|
336
|
+
:type creator_name: str
|
|
337
|
+
"""
|
|
338
|
+
self._creator_name = creator_name
|
|
339
|
+
|
|
340
|
+
@property
|
|
341
|
+
def expire_time(self):
|
|
342
|
+
r"""Gets the expire_time of this TicsLeagueListVo.
|
|
343
|
+
|
|
344
|
+
过期时间
|
|
345
|
+
|
|
346
|
+
:return: The expire_time of this TicsLeagueListVo.
|
|
347
|
+
:rtype: int
|
|
348
|
+
"""
|
|
349
|
+
return self._expire_time
|
|
350
|
+
|
|
351
|
+
@expire_time.setter
|
|
352
|
+
def expire_time(self, expire_time):
|
|
353
|
+
r"""Sets the expire_time of this TicsLeagueListVo.
|
|
354
|
+
|
|
355
|
+
过期时间
|
|
356
|
+
|
|
357
|
+
:param expire_time: The expire_time of this TicsLeagueListVo.
|
|
358
|
+
:type expire_time: int
|
|
359
|
+
"""
|
|
360
|
+
self._expire_time = expire_time
|
|
361
|
+
|
|
362
|
+
@property
|
|
363
|
+
def id(self):
|
|
364
|
+
r"""Gets the id of this TicsLeagueListVo.
|
|
365
|
+
|
|
366
|
+
联盟id
|
|
367
|
+
|
|
368
|
+
:return: The id of this TicsLeagueListVo.
|
|
369
|
+
:rtype: str
|
|
370
|
+
"""
|
|
371
|
+
return self._id
|
|
372
|
+
|
|
373
|
+
@id.setter
|
|
374
|
+
def id(self, id):
|
|
375
|
+
r"""Sets the id of this TicsLeagueListVo.
|
|
376
|
+
|
|
377
|
+
联盟id
|
|
378
|
+
|
|
379
|
+
:param id: The id of this TicsLeagueListVo.
|
|
380
|
+
:type id: str
|
|
381
|
+
"""
|
|
382
|
+
self._id = id
|
|
383
|
+
|
|
384
|
+
@property
|
|
385
|
+
def league_status(self):
|
|
386
|
+
r"""Gets the league_status of this TicsLeagueListVo.
|
|
387
|
+
|
|
388
|
+
联盟状态,CREATING.创建中,CREATE_FAILED.创建失败,NORMAL.正常,UPDATING.升级中,UPDATE_FAILED.升级失败,ROLLING.回滚中,ROLL_FAILED.回滚失败,DELETING.删除中,DELETE_FAILED.删除失败,DELETED.已删除
|
|
389
|
+
|
|
390
|
+
:return: The league_status of this TicsLeagueListVo.
|
|
391
|
+
:rtype: str
|
|
392
|
+
"""
|
|
393
|
+
return self._league_status
|
|
394
|
+
|
|
395
|
+
@league_status.setter
|
|
396
|
+
def league_status(self, league_status):
|
|
397
|
+
r"""Sets the league_status of this TicsLeagueListVo.
|
|
398
|
+
|
|
399
|
+
联盟状态,CREATING.创建中,CREATE_FAILED.创建失败,NORMAL.正常,UPDATING.升级中,UPDATE_FAILED.升级失败,ROLLING.回滚中,ROLL_FAILED.回滚失败,DELETING.删除中,DELETE_FAILED.删除失败,DELETED.已删除
|
|
400
|
+
|
|
401
|
+
:param league_status: The league_status of this TicsLeagueListVo.
|
|
402
|
+
:type league_status: str
|
|
403
|
+
"""
|
|
404
|
+
self._league_status = league_status
|
|
405
|
+
|
|
406
|
+
@property
|
|
407
|
+
def name(self):
|
|
408
|
+
r"""Gets the name of this TicsLeagueListVo.
|
|
409
|
+
|
|
410
|
+
联盟名称
|
|
411
|
+
|
|
412
|
+
:return: The name of this TicsLeagueListVo.
|
|
413
|
+
:rtype: str
|
|
414
|
+
"""
|
|
415
|
+
return self._name
|
|
416
|
+
|
|
417
|
+
@name.setter
|
|
418
|
+
def name(self, name):
|
|
419
|
+
r"""Sets the name of this TicsLeagueListVo.
|
|
420
|
+
|
|
421
|
+
联盟名称
|
|
422
|
+
|
|
423
|
+
:param name: The name of this TicsLeagueListVo.
|
|
424
|
+
:type name: str
|
|
425
|
+
"""
|
|
426
|
+
self._name = name
|
|
427
|
+
|
|
428
|
+
@property
|
|
429
|
+
def partners(self):
|
|
430
|
+
r"""Gets the partners of this TicsLeagueListVo.
|
|
431
|
+
|
|
432
|
+
联盟成员数
|
|
433
|
+
|
|
434
|
+
:return: The partners of this TicsLeagueListVo.
|
|
435
|
+
:rtype: int
|
|
436
|
+
"""
|
|
437
|
+
return self._partners
|
|
438
|
+
|
|
439
|
+
@partners.setter
|
|
440
|
+
def partners(self, partners):
|
|
441
|
+
r"""Sets the partners of this TicsLeagueListVo.
|
|
442
|
+
|
|
443
|
+
联盟成员数
|
|
444
|
+
|
|
445
|
+
:param partners: The partners of this TicsLeagueListVo.
|
|
446
|
+
:type partners: int
|
|
447
|
+
"""
|
|
448
|
+
self._partners = partners
|
|
449
|
+
|
|
450
|
+
@property
|
|
451
|
+
def type(self):
|
|
452
|
+
r"""Gets the type of this TicsLeagueListVo.
|
|
453
|
+
|
|
454
|
+
参与类型,OWNER.所有者,PARTNER.参与者
|
|
455
|
+
|
|
456
|
+
:return: The type of this TicsLeagueListVo.
|
|
457
|
+
:rtype: str
|
|
458
|
+
"""
|
|
459
|
+
return self._type
|
|
460
|
+
|
|
461
|
+
@type.setter
|
|
462
|
+
def type(self, type):
|
|
463
|
+
r"""Sets the type of this TicsLeagueListVo.
|
|
464
|
+
|
|
465
|
+
参与类型,OWNER.所有者,PARTNER.参与者
|
|
466
|
+
|
|
467
|
+
:param type: The type of this TicsLeagueListVo.
|
|
468
|
+
:type type: str
|
|
469
|
+
"""
|
|
470
|
+
self._type = type
|
|
471
|
+
|
|
472
|
+
@property
|
|
473
|
+
def version(self):
|
|
474
|
+
r"""Gets the version of this TicsLeagueListVo.
|
|
475
|
+
|
|
476
|
+
联盟版本
|
|
477
|
+
|
|
478
|
+
:return: The version of this TicsLeagueListVo.
|
|
479
|
+
:rtype: str
|
|
480
|
+
"""
|
|
481
|
+
return self._version
|
|
482
|
+
|
|
483
|
+
@version.setter
|
|
484
|
+
def version(self, version):
|
|
485
|
+
r"""Sets the version of this TicsLeagueListVo.
|
|
486
|
+
|
|
487
|
+
联盟版本
|
|
488
|
+
|
|
489
|
+
:param version: The version of this TicsLeagueListVo.
|
|
490
|
+
:type version: str
|
|
491
|
+
"""
|
|
492
|
+
self._version = version
|
|
493
|
+
|
|
494
|
+
def to_dict(self):
|
|
495
|
+
"""Returns the model properties as a dict"""
|
|
496
|
+
result = {}
|
|
497
|
+
|
|
498
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
|
499
|
+
value = getattr(self, attr)
|
|
500
|
+
if isinstance(value, list):
|
|
501
|
+
result[attr] = list(map(
|
|
502
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
503
|
+
value
|
|
504
|
+
))
|
|
505
|
+
elif hasattr(value, "to_dict"):
|
|
506
|
+
result[attr] = value.to_dict()
|
|
507
|
+
elif isinstance(value, dict):
|
|
508
|
+
result[attr] = dict(map(
|
|
509
|
+
lambda item: (item[0], item[1].to_dict())
|
|
510
|
+
if hasattr(item[1], "to_dict") else item,
|
|
511
|
+
value.items()
|
|
512
|
+
))
|
|
513
|
+
else:
|
|
514
|
+
if attr in self.sensitive_list:
|
|
515
|
+
result[attr] = "****"
|
|
516
|
+
else:
|
|
517
|
+
result[attr] = value
|
|
518
|
+
|
|
519
|
+
return result
|
|
520
|
+
|
|
521
|
+
def to_str(self):
|
|
522
|
+
"""Returns the string representation of the model"""
|
|
523
|
+
import simplejson as json
|
|
524
|
+
if six.PY2:
|
|
525
|
+
import sys
|
|
526
|
+
reload(sys)
|
|
527
|
+
sys.setdefaultencoding("utf-8")
|
|
528
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
|
529
|
+
|
|
530
|
+
def __repr__(self):
|
|
531
|
+
"""For `print`"""
|
|
532
|
+
return self.to_str()
|
|
533
|
+
|
|
534
|
+
def __eq__(self, other):
|
|
535
|
+
"""Returns true if both objects are equal"""
|
|
536
|
+
if not isinstance(other, TicsLeagueListVo):
|
|
537
|
+
return False
|
|
538
|
+
|
|
539
|
+
return self.__dict__ == other.__dict__
|
|
540
|
+
|
|
541
|
+
def __ne__(self, other):
|
|
542
|
+
"""Returns true if both objects are not equal"""
|
|
543
|
+
return not self == other
|