huaweicloudsdkoctopus 3.1.141__py2.py3-none-any.whl → 3.1.143__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.
- huaweicloudsdkoctopus/v2/model/create_sim_sm_maps_request.py +3 -3
- huaweicloudsdkoctopus/v2/model/create_sim_sm_maps_response.py +13 -13
- huaweicloudsdkoctopus/v2/model/create_sim_sm_scenarios_files_request.py +5 -5
- huaweicloudsdkoctopus/v2/model/create_sim_sm_scenarios_files_response.py +21 -21
- huaweicloudsdkoctopus/v2/model/create_sim_sm_scenarios_request.py +3 -3
- huaweicloudsdkoctopus/v2/model/create_sim_sm_scenarios_response.py +39 -39
- huaweicloudsdkoctopus/v2/model/family_enum.py +1 -1
- huaweicloudsdkoctopus/v2/model/file_create_req_srlz.py +5 -5
- huaweicloudsdkoctopus/v2/model/file_create_srlz.py +21 -21
- huaweicloudsdkoctopus/v2/model/file_nested_create_req_srlz.py +5 -5
- huaweicloudsdkoctopus/v2/model/label_brief_srlz.py +15 -15
- huaweicloudsdkoctopus/v2/model/list_sim_sm_scenarios_request.py +35 -35
- huaweicloudsdkoctopus/v2/model/list_sim_sm_scenarios_response.py +9 -9
- huaweicloudsdkoctopus/v2/model/map_create_req_srlz.py +5 -5
- huaweicloudsdkoctopus/v2/model/map_version_enum.py +1 -1
- huaweicloudsdkoctopus/v2/model/mutable_file_srlz.py +3 -3
- huaweicloudsdkoctopus/v2/model/patched_file_detail_srlz.py +5 -5
- huaweicloudsdkoctopus/v2/model/post_response.py +5 -5
- huaweicloudsdkoctopus/v2/model/post_response_field.py +13 -13
- huaweicloudsdkoctopus/v2/model/priority_enum.py +1 -1
- huaweicloudsdkoctopus/v2/model/scenario_create_req_srlz.py +27 -27
- huaweicloudsdkoctopus/v2/model/scenario_list_srlz.py +39 -39
- huaweicloudsdkoctopus/v2/model/scenario_status_enum.py +1 -1
- huaweicloudsdkoctopus/v2/model/scenario_version_enum.py +1 -1
- huaweicloudsdkoctopus/v2/model/simulator_enum.py +1 -1
- huaweicloudsdkoctopus/v2/model/update_sim_sm_maps_files_request.py +7 -7
- huaweicloudsdkoctopus/v2/model/update_sim_sm_maps_files_response.py +25 -25
- huaweicloudsdkoctopus/v2/model/update_sim_sm_scenarios_files_request.py +7 -7
- huaweicloudsdkoctopus/v2/model/update_sim_sm_scenarios_files_response.py +25 -25
- huaweicloudsdkoctopus/v2/octopus_async_client.py +6 -6
- huaweicloudsdkoctopus/v2/octopus_client.py +6 -6
- {huaweicloudsdkoctopus-3.1.141.dist-info → huaweicloudsdkoctopus-3.1.143.dist-info}/METADATA +2 -2
- huaweicloudsdkoctopus-3.1.143.dist-info/RECORD +41 -0
- huaweicloudsdkoctopus-3.1.141.dist-info/RECORD +0 -41
- {huaweicloudsdkoctopus-3.1.141.dist-info → huaweicloudsdkoctopus-3.1.143.dist-info}/LICENSE +0 -0
- {huaweicloudsdkoctopus-3.1.141.dist-info → huaweicloudsdkoctopus-3.1.143.dist-info}/WHEEL +0 -0
- {huaweicloudsdkoctopus-3.1.141.dist-info → huaweicloudsdkoctopus-3.1.143.dist-info}/top_level.txt +0 -0
@@ -62,7 +62,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
62
62
|
}
|
63
63
|
|
64
64
|
def __init__(self, url=None, id=None, created_at=None, updated_at=None, labels=None, gen_scenario=None, road_scenario=None, description=None, file=None, simulator=None, version=None, map_filename=None, model_filename=None, user_id=None, user_name=None, name=None, priority=None, map=None, model=None):
|
65
|
-
"""CreateSimSmScenariosResponse
|
65
|
+
r"""CreateSimSmScenariosResponse
|
66
66
|
|
67
67
|
The model defined in huaweicloud sdk
|
68
68
|
|
@@ -162,7 +162,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
162
162
|
|
163
163
|
@property
|
164
164
|
def url(self):
|
165
|
-
"""Gets the url of this CreateSimSmScenariosResponse.
|
165
|
+
r"""Gets the url of this CreateSimSmScenariosResponse.
|
166
166
|
|
167
167
|
地址
|
168
168
|
|
@@ -173,7 +173,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
173
173
|
|
174
174
|
@url.setter
|
175
175
|
def url(self, url):
|
176
|
-
"""Sets the url of this CreateSimSmScenariosResponse.
|
176
|
+
r"""Sets the url of this CreateSimSmScenariosResponse.
|
177
177
|
|
178
178
|
地址
|
179
179
|
|
@@ -184,7 +184,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
184
184
|
|
185
185
|
@property
|
186
186
|
def id(self):
|
187
|
-
"""Gets the id of this CreateSimSmScenariosResponse.
|
187
|
+
r"""Gets the id of this CreateSimSmScenariosResponse.
|
188
188
|
|
189
189
|
ID
|
190
190
|
|
@@ -195,7 +195,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
195
195
|
|
196
196
|
@id.setter
|
197
197
|
def id(self, id):
|
198
|
-
"""Sets the id of this CreateSimSmScenariosResponse.
|
198
|
+
r"""Sets the id of this CreateSimSmScenariosResponse.
|
199
199
|
|
200
200
|
ID
|
201
201
|
|
@@ -206,7 +206,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
206
206
|
|
207
207
|
@property
|
208
208
|
def created_at(self):
|
209
|
-
"""Gets the created_at of this CreateSimSmScenariosResponse.
|
209
|
+
r"""Gets the created_at of this CreateSimSmScenariosResponse.
|
210
210
|
|
211
211
|
创建时间
|
212
212
|
|
@@ -217,7 +217,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
217
217
|
|
218
218
|
@created_at.setter
|
219
219
|
def created_at(self, created_at):
|
220
|
-
"""Sets the created_at of this CreateSimSmScenariosResponse.
|
220
|
+
r"""Sets the created_at of this CreateSimSmScenariosResponse.
|
221
221
|
|
222
222
|
创建时间
|
223
223
|
|
@@ -228,7 +228,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
228
228
|
|
229
229
|
@property
|
230
230
|
def updated_at(self):
|
231
|
-
"""Gets the updated_at of this CreateSimSmScenariosResponse.
|
231
|
+
r"""Gets the updated_at of this CreateSimSmScenariosResponse.
|
232
232
|
|
233
233
|
更新时间
|
234
234
|
|
@@ -239,7 +239,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
239
239
|
|
240
240
|
@updated_at.setter
|
241
241
|
def updated_at(self, updated_at):
|
242
|
-
"""Sets the updated_at of this CreateSimSmScenariosResponse.
|
242
|
+
r"""Sets the updated_at of this CreateSimSmScenariosResponse.
|
243
243
|
|
244
244
|
更新时间
|
245
245
|
|
@@ -250,7 +250,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
250
250
|
|
251
251
|
@property
|
252
252
|
def labels(self):
|
253
|
-
"""Gets the labels of this CreateSimSmScenariosResponse.
|
253
|
+
r"""Gets the labels of this CreateSimSmScenariosResponse.
|
254
254
|
|
255
255
|
标签
|
256
256
|
|
@@ -261,7 +261,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
261
261
|
|
262
262
|
@labels.setter
|
263
263
|
def labels(self, labels):
|
264
|
-
"""Sets the labels of this CreateSimSmScenariosResponse.
|
264
|
+
r"""Sets the labels of this CreateSimSmScenariosResponse.
|
265
265
|
|
266
266
|
标签
|
267
267
|
|
@@ -272,7 +272,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
272
272
|
|
273
273
|
@property
|
274
274
|
def gen_scenario(self):
|
275
|
-
"""Gets the gen_scenario of this CreateSimSmScenariosResponse.
|
275
|
+
r"""Gets the gen_scenario of this CreateSimSmScenariosResponse.
|
276
276
|
|
277
277
|
泛化场景
|
278
278
|
|
@@ -283,7 +283,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
283
283
|
|
284
284
|
@gen_scenario.setter
|
285
285
|
def gen_scenario(self, gen_scenario):
|
286
|
-
"""Sets the gen_scenario of this CreateSimSmScenariosResponse.
|
286
|
+
r"""Sets the gen_scenario of this CreateSimSmScenariosResponse.
|
287
287
|
|
288
288
|
泛化场景
|
289
289
|
|
@@ -294,7 +294,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
294
294
|
|
295
295
|
@property
|
296
296
|
def road_scenario(self):
|
297
|
-
"""Gets the road_scenario of this CreateSimSmScenariosResponse.
|
297
|
+
r"""Gets the road_scenario of this CreateSimSmScenariosResponse.
|
298
298
|
|
299
299
|
路采场景
|
300
300
|
|
@@ -305,7 +305,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
305
305
|
|
306
306
|
@road_scenario.setter
|
307
307
|
def road_scenario(self, road_scenario):
|
308
|
-
"""Sets the road_scenario of this CreateSimSmScenariosResponse.
|
308
|
+
r"""Sets the road_scenario of this CreateSimSmScenariosResponse.
|
309
309
|
|
310
310
|
路采场景
|
311
311
|
|
@@ -316,7 +316,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
316
316
|
|
317
317
|
@property
|
318
318
|
def description(self):
|
319
|
-
"""Gets the description of this CreateSimSmScenariosResponse.
|
319
|
+
r"""Gets the description of this CreateSimSmScenariosResponse.
|
320
320
|
|
321
321
|
:return: The description of this CreateSimSmScenariosResponse.
|
322
322
|
:rtype: :class:`huaweicloudsdkoctopus.v2.MutableFileSrlz`
|
@@ -325,7 +325,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
325
325
|
|
326
326
|
@description.setter
|
327
327
|
def description(self, description):
|
328
|
-
"""Sets the description of this CreateSimSmScenariosResponse.
|
328
|
+
r"""Sets the description of this CreateSimSmScenariosResponse.
|
329
329
|
|
330
330
|
:param description: The description of this CreateSimSmScenariosResponse.
|
331
331
|
:type description: :class:`huaweicloudsdkoctopus.v2.MutableFileSrlz`
|
@@ -334,7 +334,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
334
334
|
|
335
335
|
@property
|
336
336
|
def file(self):
|
337
|
-
"""Gets the file of this CreateSimSmScenariosResponse.
|
337
|
+
r"""Gets the file of this CreateSimSmScenariosResponse.
|
338
338
|
|
339
339
|
文件
|
340
340
|
|
@@ -345,7 +345,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
345
345
|
|
346
346
|
@file.setter
|
347
347
|
def file(self, file):
|
348
|
-
"""Sets the file of this CreateSimSmScenariosResponse.
|
348
|
+
r"""Sets the file of this CreateSimSmScenariosResponse.
|
349
349
|
|
350
350
|
文件
|
351
351
|
|
@@ -356,7 +356,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
356
356
|
|
357
357
|
@property
|
358
358
|
def simulator(self):
|
359
|
-
"""Gets the simulator of this CreateSimSmScenariosResponse.
|
359
|
+
r"""Gets the simulator of this CreateSimSmScenariosResponse.
|
360
360
|
|
361
361
|
:return: The simulator of this CreateSimSmScenariosResponse.
|
362
362
|
:rtype: :class:`huaweicloudsdkoctopus.v2.SimulatorEnum`
|
@@ -365,7 +365,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
365
365
|
|
366
366
|
@simulator.setter
|
367
367
|
def simulator(self, simulator):
|
368
|
-
"""Sets the simulator of this CreateSimSmScenariosResponse.
|
368
|
+
r"""Sets the simulator of this CreateSimSmScenariosResponse.
|
369
369
|
|
370
370
|
:param simulator: The simulator of this CreateSimSmScenariosResponse.
|
371
371
|
:type simulator: :class:`huaweicloudsdkoctopus.v2.SimulatorEnum`
|
@@ -374,7 +374,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
374
374
|
|
375
375
|
@property
|
376
376
|
def version(self):
|
377
|
-
"""Gets the version of this CreateSimSmScenariosResponse.
|
377
|
+
r"""Gets the version of this CreateSimSmScenariosResponse.
|
378
378
|
|
379
379
|
:return: The version of this CreateSimSmScenariosResponse.
|
380
380
|
:rtype: :class:`huaweicloudsdkoctopus.v2.ScenarioVersionEnum`
|
@@ -383,7 +383,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
383
383
|
|
384
384
|
@version.setter
|
385
385
|
def version(self, version):
|
386
|
-
"""Sets the version of this CreateSimSmScenariosResponse.
|
386
|
+
r"""Sets the version of this CreateSimSmScenariosResponse.
|
387
387
|
|
388
388
|
:param version: The version of this CreateSimSmScenariosResponse.
|
389
389
|
:type version: :class:`huaweicloudsdkoctopus.v2.ScenarioVersionEnum`
|
@@ -392,7 +392,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
392
392
|
|
393
393
|
@property
|
394
394
|
def map_filename(self):
|
395
|
-
"""Gets the map_filename of this CreateSimSmScenariosResponse.
|
395
|
+
r"""Gets the map_filename of this CreateSimSmScenariosResponse.
|
396
396
|
|
397
397
|
地图文件名
|
398
398
|
|
@@ -403,7 +403,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
403
403
|
|
404
404
|
@map_filename.setter
|
405
405
|
def map_filename(self, map_filename):
|
406
|
-
"""Sets the map_filename of this CreateSimSmScenariosResponse.
|
406
|
+
r"""Sets the map_filename of this CreateSimSmScenariosResponse.
|
407
407
|
|
408
408
|
地图文件名
|
409
409
|
|
@@ -414,7 +414,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
414
414
|
|
415
415
|
@property
|
416
416
|
def model_filename(self):
|
417
|
-
"""Gets the model_filename of this CreateSimSmScenariosResponse.
|
417
|
+
r"""Gets the model_filename of this CreateSimSmScenariosResponse.
|
418
418
|
|
419
419
|
模型文件名
|
420
420
|
|
@@ -425,7 +425,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
425
425
|
|
426
426
|
@model_filename.setter
|
427
427
|
def model_filename(self, model_filename):
|
428
|
-
"""Sets the model_filename of this CreateSimSmScenariosResponse.
|
428
|
+
r"""Sets the model_filename of this CreateSimSmScenariosResponse.
|
429
429
|
|
430
430
|
模型文件名
|
431
431
|
|
@@ -436,7 +436,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
436
436
|
|
437
437
|
@property
|
438
438
|
def user_id(self):
|
439
|
-
"""Gets the user_id of this CreateSimSmScenariosResponse.
|
439
|
+
r"""Gets the user_id of this CreateSimSmScenariosResponse.
|
440
440
|
|
441
441
|
用户id
|
442
442
|
|
@@ -447,7 +447,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
447
447
|
|
448
448
|
@user_id.setter
|
449
449
|
def user_id(self, user_id):
|
450
|
-
"""Sets the user_id of this CreateSimSmScenariosResponse.
|
450
|
+
r"""Sets the user_id of this CreateSimSmScenariosResponse.
|
451
451
|
|
452
452
|
用户id
|
453
453
|
|
@@ -458,7 +458,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
458
458
|
|
459
459
|
@property
|
460
460
|
def user_name(self):
|
461
|
-
"""Gets the user_name of this CreateSimSmScenariosResponse.
|
461
|
+
r"""Gets the user_name of this CreateSimSmScenariosResponse.
|
462
462
|
|
463
463
|
用户名
|
464
464
|
|
@@ -469,7 +469,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
469
469
|
|
470
470
|
@user_name.setter
|
471
471
|
def user_name(self, user_name):
|
472
|
-
"""Sets the user_name of this CreateSimSmScenariosResponse.
|
472
|
+
r"""Sets the user_name of this CreateSimSmScenariosResponse.
|
473
473
|
|
474
474
|
用户名
|
475
475
|
|
@@ -480,7 +480,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
480
480
|
|
481
481
|
@property
|
482
482
|
def name(self):
|
483
|
-
"""Gets the name of this CreateSimSmScenariosResponse.
|
483
|
+
r"""Gets the name of this CreateSimSmScenariosResponse.
|
484
484
|
|
485
485
|
名称
|
486
486
|
|
@@ -491,7 +491,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
491
491
|
|
492
492
|
@name.setter
|
493
493
|
def name(self, name):
|
494
|
-
"""Sets the name of this CreateSimSmScenariosResponse.
|
494
|
+
r"""Sets the name of this CreateSimSmScenariosResponse.
|
495
495
|
|
496
496
|
名称
|
497
497
|
|
@@ -502,7 +502,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
502
502
|
|
503
503
|
@property
|
504
504
|
def priority(self):
|
505
|
-
"""Gets the priority of this CreateSimSmScenariosResponse.
|
505
|
+
r"""Gets the priority of this CreateSimSmScenariosResponse.
|
506
506
|
|
507
507
|
:return: The priority of this CreateSimSmScenariosResponse.
|
508
508
|
:rtype: :class:`huaweicloudsdkoctopus.v2.PriorityEnum`
|
@@ -511,7 +511,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
511
511
|
|
512
512
|
@priority.setter
|
513
513
|
def priority(self, priority):
|
514
|
-
"""Sets the priority of this CreateSimSmScenariosResponse.
|
514
|
+
r"""Sets the priority of this CreateSimSmScenariosResponse.
|
515
515
|
|
516
516
|
:param priority: The priority of this CreateSimSmScenariosResponse.
|
517
517
|
:type priority: :class:`huaweicloudsdkoctopus.v2.PriorityEnum`
|
@@ -520,7 +520,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
520
520
|
|
521
521
|
@property
|
522
522
|
def map(self):
|
523
|
-
"""Gets the map of this CreateSimSmScenariosResponse.
|
523
|
+
r"""Gets the map of this CreateSimSmScenariosResponse.
|
524
524
|
|
525
525
|
地图
|
526
526
|
|
@@ -531,7 +531,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
531
531
|
|
532
532
|
@map.setter
|
533
533
|
def map(self, map):
|
534
|
-
"""Sets the map of this CreateSimSmScenariosResponse.
|
534
|
+
r"""Sets the map of this CreateSimSmScenariosResponse.
|
535
535
|
|
536
536
|
地图
|
537
537
|
|
@@ -542,7 +542,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
542
542
|
|
543
543
|
@property
|
544
544
|
def model(self):
|
545
|
-
"""Gets the model of this CreateSimSmScenariosResponse.
|
545
|
+
r"""Gets the model of this CreateSimSmScenariosResponse.
|
546
546
|
|
547
547
|
模型
|
548
548
|
|
@@ -553,7 +553,7 @@ class CreateSimSmScenariosResponse(SdkResponse):
|
|
553
553
|
|
554
554
|
@model.setter
|
555
555
|
def model(self, model):
|
556
|
-
"""Sets the model of this CreateSimSmScenariosResponse.
|
556
|
+
r"""Sets the model of this CreateSimSmScenariosResponse.
|
557
557
|
|
558
558
|
模型
|
559
559
|
|
@@ -27,7 +27,7 @@ class FileCreateReqSrlz:
|
|
27
27
|
}
|
28
28
|
|
29
29
|
def __init__(self, sha256=None, filename=None):
|
30
|
-
"""FileCreateReqSrlz
|
30
|
+
r"""FileCreateReqSrlz
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
@@ -48,7 +48,7 @@ class FileCreateReqSrlz:
|
|
48
48
|
|
49
49
|
@property
|
50
50
|
def sha256(self):
|
51
|
-
"""Gets the sha256 of this FileCreateReqSrlz.
|
51
|
+
r"""Gets the sha256 of this FileCreateReqSrlz.
|
52
52
|
|
53
53
|
文件sha256值
|
54
54
|
|
@@ -59,7 +59,7 @@ class FileCreateReqSrlz:
|
|
59
59
|
|
60
60
|
@sha256.setter
|
61
61
|
def sha256(self, sha256):
|
62
|
-
"""Sets the sha256 of this FileCreateReqSrlz.
|
62
|
+
r"""Sets the sha256 of this FileCreateReqSrlz.
|
63
63
|
|
64
64
|
文件sha256值
|
65
65
|
|
@@ -70,7 +70,7 @@ class FileCreateReqSrlz:
|
|
70
70
|
|
71
71
|
@property
|
72
72
|
def filename(self):
|
73
|
-
"""Gets the filename of this FileCreateReqSrlz.
|
73
|
+
r"""Gets the filename of this FileCreateReqSrlz.
|
74
74
|
|
75
75
|
文件名
|
76
76
|
|
@@ -81,7 +81,7 @@ class FileCreateReqSrlz:
|
|
81
81
|
|
82
82
|
@filename.setter
|
83
83
|
def filename(self, filename):
|
84
|
-
"""Sets the filename of this FileCreateReqSrlz.
|
84
|
+
r"""Sets the filename of this FileCreateReqSrlz.
|
85
85
|
|
86
86
|
文件名
|
87
87
|
|
@@ -43,7 +43,7 @@ class FileCreateSrlz:
|
|
43
43
|
}
|
44
44
|
|
45
45
|
def __init__(self, url=None, sha256=None, created_at=None, updated_at=None, post=None, put_url=None, get_url=None, expire=None, ready=None, filename=None):
|
46
|
-
"""FileCreateSrlz
|
46
|
+
r"""FileCreateSrlz
|
47
47
|
|
48
48
|
The model defined in huaweicloud sdk
|
49
49
|
|
@@ -96,7 +96,7 @@ class FileCreateSrlz:
|
|
96
96
|
|
97
97
|
@property
|
98
98
|
def url(self):
|
99
|
-
"""Gets the url of this FileCreateSrlz.
|
99
|
+
r"""Gets the url of this FileCreateSrlz.
|
100
100
|
|
101
101
|
地址
|
102
102
|
|
@@ -107,7 +107,7 @@ class FileCreateSrlz:
|
|
107
107
|
|
108
108
|
@url.setter
|
109
109
|
def url(self, url):
|
110
|
-
"""Sets the url of this FileCreateSrlz.
|
110
|
+
r"""Sets the url of this FileCreateSrlz.
|
111
111
|
|
112
112
|
地址
|
113
113
|
|
@@ -118,7 +118,7 @@ class FileCreateSrlz:
|
|
118
118
|
|
119
119
|
@property
|
120
120
|
def sha256(self):
|
121
|
-
"""Gets the sha256 of this FileCreateSrlz.
|
121
|
+
r"""Gets the sha256 of this FileCreateSrlz.
|
122
122
|
|
123
123
|
文件sha256值
|
124
124
|
|
@@ -129,7 +129,7 @@ class FileCreateSrlz:
|
|
129
129
|
|
130
130
|
@sha256.setter
|
131
131
|
def sha256(self, sha256):
|
132
|
-
"""Sets the sha256 of this FileCreateSrlz.
|
132
|
+
r"""Sets the sha256 of this FileCreateSrlz.
|
133
133
|
|
134
134
|
文件sha256值
|
135
135
|
|
@@ -140,7 +140,7 @@ class FileCreateSrlz:
|
|
140
140
|
|
141
141
|
@property
|
142
142
|
def created_at(self):
|
143
|
-
"""Gets the created_at of this FileCreateSrlz.
|
143
|
+
r"""Gets the created_at of this FileCreateSrlz.
|
144
144
|
|
145
145
|
创建时间
|
146
146
|
|
@@ -151,7 +151,7 @@ class FileCreateSrlz:
|
|
151
151
|
|
152
152
|
@created_at.setter
|
153
153
|
def created_at(self, created_at):
|
154
|
-
"""Sets the created_at of this FileCreateSrlz.
|
154
|
+
r"""Sets the created_at of this FileCreateSrlz.
|
155
155
|
|
156
156
|
创建时间
|
157
157
|
|
@@ -162,7 +162,7 @@ class FileCreateSrlz:
|
|
162
162
|
|
163
163
|
@property
|
164
164
|
def updated_at(self):
|
165
|
-
"""Gets the updated_at of this FileCreateSrlz.
|
165
|
+
r"""Gets the updated_at of this FileCreateSrlz.
|
166
166
|
|
167
167
|
更新时间
|
168
168
|
|
@@ -173,7 +173,7 @@ class FileCreateSrlz:
|
|
173
173
|
|
174
174
|
@updated_at.setter
|
175
175
|
def updated_at(self, updated_at):
|
176
|
-
"""Sets the updated_at of this FileCreateSrlz.
|
176
|
+
r"""Sets the updated_at of this FileCreateSrlz.
|
177
177
|
|
178
178
|
更新时间
|
179
179
|
|
@@ -184,7 +184,7 @@ class FileCreateSrlz:
|
|
184
184
|
|
185
185
|
@property
|
186
186
|
def post(self):
|
187
|
-
"""Gets the post of this FileCreateSrlz.
|
187
|
+
r"""Gets the post of this FileCreateSrlz.
|
188
188
|
|
189
189
|
POST地址
|
190
190
|
|
@@ -195,7 +195,7 @@ class FileCreateSrlz:
|
|
195
195
|
|
196
196
|
@post.setter
|
197
197
|
def post(self, post):
|
198
|
-
"""Sets the post of this FileCreateSrlz.
|
198
|
+
r"""Sets the post of this FileCreateSrlz.
|
199
199
|
|
200
200
|
POST地址
|
201
201
|
|
@@ -206,7 +206,7 @@ class FileCreateSrlz:
|
|
206
206
|
|
207
207
|
@property
|
208
208
|
def put_url(self):
|
209
|
-
"""Gets the put_url of this FileCreateSrlz.
|
209
|
+
r"""Gets the put_url of this FileCreateSrlz.
|
210
210
|
|
211
211
|
PUT地址
|
212
212
|
|
@@ -217,7 +217,7 @@ class FileCreateSrlz:
|
|
217
217
|
|
218
218
|
@put_url.setter
|
219
219
|
def put_url(self, put_url):
|
220
|
-
"""Sets the put_url of this FileCreateSrlz.
|
220
|
+
r"""Sets the put_url of this FileCreateSrlz.
|
221
221
|
|
222
222
|
PUT地址
|
223
223
|
|
@@ -228,7 +228,7 @@ class FileCreateSrlz:
|
|
228
228
|
|
229
229
|
@property
|
230
230
|
def get_url(self):
|
231
|
-
"""Gets the get_url of this FileCreateSrlz.
|
231
|
+
r"""Gets the get_url of this FileCreateSrlz.
|
232
232
|
|
233
233
|
GET地址
|
234
234
|
|
@@ -239,7 +239,7 @@ class FileCreateSrlz:
|
|
239
239
|
|
240
240
|
@get_url.setter
|
241
241
|
def get_url(self, get_url):
|
242
|
-
"""Sets the get_url of this FileCreateSrlz.
|
242
|
+
r"""Sets the get_url of this FileCreateSrlz.
|
243
243
|
|
244
244
|
GET地址
|
245
245
|
|
@@ -250,7 +250,7 @@ class FileCreateSrlz:
|
|
250
250
|
|
251
251
|
@property
|
252
252
|
def expire(self):
|
253
|
-
"""Gets the expire of this FileCreateSrlz.
|
253
|
+
r"""Gets the expire of this FileCreateSrlz.
|
254
254
|
|
255
255
|
默认失效时间为600秒.
|
256
256
|
|
@@ -261,7 +261,7 @@ class FileCreateSrlz:
|
|
261
261
|
|
262
262
|
@expire.setter
|
263
263
|
def expire(self, expire):
|
264
|
-
"""Sets the expire of this FileCreateSrlz.
|
264
|
+
r"""Sets the expire of this FileCreateSrlz.
|
265
265
|
|
266
266
|
默认失效时间为600秒.
|
267
267
|
|
@@ -272,7 +272,7 @@ class FileCreateSrlz:
|
|
272
272
|
|
273
273
|
@property
|
274
274
|
def ready(self):
|
275
|
-
"""Gets the ready of this FileCreateSrlz.
|
275
|
+
r"""Gets the ready of this FileCreateSrlz.
|
276
276
|
|
277
277
|
文件状态
|
278
278
|
|
@@ -283,7 +283,7 @@ class FileCreateSrlz:
|
|
283
283
|
|
284
284
|
@ready.setter
|
285
285
|
def ready(self, ready):
|
286
|
-
"""Sets the ready of this FileCreateSrlz.
|
286
|
+
r"""Sets the ready of this FileCreateSrlz.
|
287
287
|
|
288
288
|
文件状态
|
289
289
|
|
@@ -294,7 +294,7 @@ class FileCreateSrlz:
|
|
294
294
|
|
295
295
|
@property
|
296
296
|
def filename(self):
|
297
|
-
"""Gets the filename of this FileCreateSrlz.
|
297
|
+
r"""Gets the filename of this FileCreateSrlz.
|
298
298
|
|
299
299
|
文件名
|
300
300
|
|
@@ -305,7 +305,7 @@ class FileCreateSrlz:
|
|
305
305
|
|
306
306
|
@filename.setter
|
307
307
|
def filename(self, filename):
|
308
|
-
"""Sets the filename of this FileCreateSrlz.
|
308
|
+
r"""Sets the filename of this FileCreateSrlz.
|
309
309
|
|
310
310
|
文件名
|
311
311
|
|
@@ -27,7 +27,7 @@ class FileNestedCreateReqSrlz:
|
|
27
27
|
}
|
28
28
|
|
29
29
|
def __init__(self, sha256=None, filename=None):
|
30
|
-
"""FileNestedCreateReqSrlz
|
30
|
+
r"""FileNestedCreateReqSrlz
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
@@ -48,7 +48,7 @@ class FileNestedCreateReqSrlz:
|
|
48
48
|
|
49
49
|
@property
|
50
50
|
def sha256(self):
|
51
|
-
"""Gets the sha256 of this FileNestedCreateReqSrlz.
|
51
|
+
r"""Gets the sha256 of this FileNestedCreateReqSrlz.
|
52
52
|
|
53
53
|
文件sha256值
|
54
54
|
|
@@ -59,7 +59,7 @@ class FileNestedCreateReqSrlz:
|
|
59
59
|
|
60
60
|
@sha256.setter
|
61
61
|
def sha256(self, sha256):
|
62
|
-
"""Sets the sha256 of this FileNestedCreateReqSrlz.
|
62
|
+
r"""Sets the sha256 of this FileNestedCreateReqSrlz.
|
63
63
|
|
64
64
|
文件sha256值
|
65
65
|
|
@@ -70,7 +70,7 @@ class FileNestedCreateReqSrlz:
|
|
70
70
|
|
71
71
|
@property
|
72
72
|
def filename(self):
|
73
|
-
"""Gets the filename of this FileNestedCreateReqSrlz.
|
73
|
+
r"""Gets the filename of this FileNestedCreateReqSrlz.
|
74
74
|
|
75
75
|
文件名
|
76
76
|
|
@@ -81,7 +81,7 @@ class FileNestedCreateReqSrlz:
|
|
81
81
|
|
82
82
|
@filename.setter
|
83
83
|
def filename(self, filename):
|
84
|
-
"""Sets the filename of this FileNestedCreateReqSrlz.
|
84
|
+
r"""Sets the filename of this FileNestedCreateReqSrlz.
|
85
85
|
|
86
86
|
文件名
|
87
87
|
|