huaweicloudsdkoctopus 3.1.142__py2.py3-none-any.whl → 3.1.144__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.142.dist-info → huaweicloudsdkoctopus-3.1.144.dist-info}/METADATA +2 -2
- huaweicloudsdkoctopus-3.1.144.dist-info/RECORD +41 -0
- huaweicloudsdkoctopus-3.1.142.dist-info/RECORD +0 -41
- {huaweicloudsdkoctopus-3.1.142.dist-info → huaweicloudsdkoctopus-3.1.144.dist-info}/LICENSE +0 -0
- {huaweicloudsdkoctopus-3.1.142.dist-info → huaweicloudsdkoctopus-3.1.144.dist-info}/WHEEL +0 -0
- {huaweicloudsdkoctopus-3.1.142.dist-info → huaweicloudsdkoctopus-3.1.144.dist-info}/top_level.txt +0 -0
@@ -29,7 +29,7 @@ class UpdateSimSmMapsFilesRequest:
|
|
29
29
|
}
|
30
30
|
|
31
31
|
def __init__(self, parent_lookup_id=None, sha256=None, body=None):
|
32
|
-
"""UpdateSimSmMapsFilesRequest
|
32
|
+
r"""UpdateSimSmMapsFilesRequest
|
33
33
|
|
34
34
|
The model defined in huaweicloud sdk
|
35
35
|
|
@@ -55,7 +55,7 @@ class UpdateSimSmMapsFilesRequest:
|
|
55
55
|
|
56
56
|
@property
|
57
57
|
def parent_lookup_id(self):
|
58
|
-
"""Gets the parent_lookup_id of this UpdateSimSmMapsFilesRequest.
|
58
|
+
r"""Gets the parent_lookup_id of this UpdateSimSmMapsFilesRequest.
|
59
59
|
|
60
60
|
地图ID
|
61
61
|
|
@@ -66,7 +66,7 @@ class UpdateSimSmMapsFilesRequest:
|
|
66
66
|
|
67
67
|
@parent_lookup_id.setter
|
68
68
|
def parent_lookup_id(self, parent_lookup_id):
|
69
|
-
"""Sets the parent_lookup_id of this UpdateSimSmMapsFilesRequest.
|
69
|
+
r"""Sets the parent_lookup_id of this UpdateSimSmMapsFilesRequest.
|
70
70
|
|
71
71
|
地图ID
|
72
72
|
|
@@ -77,7 +77,7 @@ class UpdateSimSmMapsFilesRequest:
|
|
77
77
|
|
78
78
|
@property
|
79
79
|
def sha256(self):
|
80
|
-
"""Gets the sha256 of this UpdateSimSmMapsFilesRequest.
|
80
|
+
r"""Gets the sha256 of this UpdateSimSmMapsFilesRequest.
|
81
81
|
|
82
82
|
文件sha256值
|
83
83
|
|
@@ -88,7 +88,7 @@ class UpdateSimSmMapsFilesRequest:
|
|
88
88
|
|
89
89
|
@sha256.setter
|
90
90
|
def sha256(self, sha256):
|
91
|
-
"""Sets the sha256 of this UpdateSimSmMapsFilesRequest.
|
91
|
+
r"""Sets the sha256 of this UpdateSimSmMapsFilesRequest.
|
92
92
|
|
93
93
|
文件sha256值
|
94
94
|
|
@@ -99,7 +99,7 @@ class UpdateSimSmMapsFilesRequest:
|
|
99
99
|
|
100
100
|
@property
|
101
101
|
def body(self):
|
102
|
-
"""Gets the body of this UpdateSimSmMapsFilesRequest.
|
102
|
+
r"""Gets the body of this UpdateSimSmMapsFilesRequest.
|
103
103
|
|
104
104
|
:return: The body of this UpdateSimSmMapsFilesRequest.
|
105
105
|
:rtype: :class:`huaweicloudsdkoctopus.v2.PatchedFileDetailSrlz`
|
@@ -108,7 +108,7 @@ class UpdateSimSmMapsFilesRequest:
|
|
108
108
|
|
109
109
|
@body.setter
|
110
110
|
def body(self, body):
|
111
|
-
"""Sets the body of this UpdateSimSmMapsFilesRequest.
|
111
|
+
r"""Sets the body of this UpdateSimSmMapsFilesRequest.
|
112
112
|
|
113
113
|
:param body: The body of this UpdateSimSmMapsFilesRequest.
|
114
114
|
:type body: :class:`huaweicloudsdkoctopus.v2.PatchedFileDetailSrlz`
|
@@ -48,7 +48,7 @@ class UpdateSimSmMapsFilesResponse(SdkResponse):
|
|
48
48
|
}
|
49
49
|
|
50
50
|
def __init__(self, url=None, sha256=None, created_at=None, updated_at=None, post=None, put_url=None, get_url=None, expire=None, path=None, bucket=None, filename=None, ready=None):
|
51
|
-
"""UpdateSimSmMapsFilesResponse
|
51
|
+
r"""UpdateSimSmMapsFilesResponse
|
52
52
|
|
53
53
|
The model defined in huaweicloud sdk
|
54
54
|
|
@@ -121,7 +121,7 @@ class UpdateSimSmMapsFilesResponse(SdkResponse):
|
|
121
121
|
|
122
122
|
@property
|
123
123
|
def url(self):
|
124
|
-
"""Gets the url of this UpdateSimSmMapsFilesResponse.
|
124
|
+
r"""Gets the url of this UpdateSimSmMapsFilesResponse.
|
125
125
|
|
126
126
|
地址
|
127
127
|
|
@@ -132,7 +132,7 @@ class UpdateSimSmMapsFilesResponse(SdkResponse):
|
|
132
132
|
|
133
133
|
@url.setter
|
134
134
|
def url(self, url):
|
135
|
-
"""Sets the url of this UpdateSimSmMapsFilesResponse.
|
135
|
+
r"""Sets the url of this UpdateSimSmMapsFilesResponse.
|
136
136
|
|
137
137
|
地址
|
138
138
|
|
@@ -143,7 +143,7 @@ class UpdateSimSmMapsFilesResponse(SdkResponse):
|
|
143
143
|
|
144
144
|
@property
|
145
145
|
def sha256(self):
|
146
|
-
"""Gets the sha256 of this UpdateSimSmMapsFilesResponse.
|
146
|
+
r"""Gets the sha256 of this UpdateSimSmMapsFilesResponse.
|
147
147
|
|
148
148
|
文件sha256值
|
149
149
|
|
@@ -154,7 +154,7 @@ class UpdateSimSmMapsFilesResponse(SdkResponse):
|
|
154
154
|
|
155
155
|
@sha256.setter
|
156
156
|
def sha256(self, sha256):
|
157
|
-
"""Sets the sha256 of this UpdateSimSmMapsFilesResponse.
|
157
|
+
r"""Sets the sha256 of this UpdateSimSmMapsFilesResponse.
|
158
158
|
|
159
159
|
文件sha256值
|
160
160
|
|
@@ -165,7 +165,7 @@ class UpdateSimSmMapsFilesResponse(SdkResponse):
|
|
165
165
|
|
166
166
|
@property
|
167
167
|
def created_at(self):
|
168
|
-
"""Gets the created_at of this UpdateSimSmMapsFilesResponse.
|
168
|
+
r"""Gets the created_at of this UpdateSimSmMapsFilesResponse.
|
169
169
|
|
170
170
|
创建时间
|
171
171
|
|
@@ -176,7 +176,7 @@ class UpdateSimSmMapsFilesResponse(SdkResponse):
|
|
176
176
|
|
177
177
|
@created_at.setter
|
178
178
|
def created_at(self, created_at):
|
179
|
-
"""Sets the created_at of this UpdateSimSmMapsFilesResponse.
|
179
|
+
r"""Sets the created_at of this UpdateSimSmMapsFilesResponse.
|
180
180
|
|
181
181
|
创建时间
|
182
182
|
|
@@ -187,7 +187,7 @@ class UpdateSimSmMapsFilesResponse(SdkResponse):
|
|
187
187
|
|
188
188
|
@property
|
189
189
|
def updated_at(self):
|
190
|
-
"""Gets the updated_at of this UpdateSimSmMapsFilesResponse.
|
190
|
+
r"""Gets the updated_at of this UpdateSimSmMapsFilesResponse.
|
191
191
|
|
192
192
|
更新时间
|
193
193
|
|
@@ -198,7 +198,7 @@ class UpdateSimSmMapsFilesResponse(SdkResponse):
|
|
198
198
|
|
199
199
|
@updated_at.setter
|
200
200
|
def updated_at(self, updated_at):
|
201
|
-
"""Sets the updated_at of this UpdateSimSmMapsFilesResponse.
|
201
|
+
r"""Sets the updated_at of this UpdateSimSmMapsFilesResponse.
|
202
202
|
|
203
203
|
更新时间
|
204
204
|
|
@@ -209,7 +209,7 @@ class UpdateSimSmMapsFilesResponse(SdkResponse):
|
|
209
209
|
|
210
210
|
@property
|
211
211
|
def post(self):
|
212
|
-
"""Gets the post of this UpdateSimSmMapsFilesResponse.
|
212
|
+
r"""Gets the post of this UpdateSimSmMapsFilesResponse.
|
213
213
|
|
214
214
|
POST地址
|
215
215
|
|
@@ -220,7 +220,7 @@ class UpdateSimSmMapsFilesResponse(SdkResponse):
|
|
220
220
|
|
221
221
|
@post.setter
|
222
222
|
def post(self, post):
|
223
|
-
"""Sets the post of this UpdateSimSmMapsFilesResponse.
|
223
|
+
r"""Sets the post of this UpdateSimSmMapsFilesResponse.
|
224
224
|
|
225
225
|
POST地址
|
226
226
|
|
@@ -231,7 +231,7 @@ class UpdateSimSmMapsFilesResponse(SdkResponse):
|
|
231
231
|
|
232
232
|
@property
|
233
233
|
def put_url(self):
|
234
|
-
"""Gets the put_url of this UpdateSimSmMapsFilesResponse.
|
234
|
+
r"""Gets the put_url of this UpdateSimSmMapsFilesResponse.
|
235
235
|
|
236
236
|
PUT地址
|
237
237
|
|
@@ -242,7 +242,7 @@ class UpdateSimSmMapsFilesResponse(SdkResponse):
|
|
242
242
|
|
243
243
|
@put_url.setter
|
244
244
|
def put_url(self, put_url):
|
245
|
-
"""Sets the put_url of this UpdateSimSmMapsFilesResponse.
|
245
|
+
r"""Sets the put_url of this UpdateSimSmMapsFilesResponse.
|
246
246
|
|
247
247
|
PUT地址
|
248
248
|
|
@@ -253,7 +253,7 @@ class UpdateSimSmMapsFilesResponse(SdkResponse):
|
|
253
253
|
|
254
254
|
@property
|
255
255
|
def get_url(self):
|
256
|
-
"""Gets the get_url of this UpdateSimSmMapsFilesResponse.
|
256
|
+
r"""Gets the get_url of this UpdateSimSmMapsFilesResponse.
|
257
257
|
|
258
258
|
GET地址
|
259
259
|
|
@@ -264,7 +264,7 @@ class UpdateSimSmMapsFilesResponse(SdkResponse):
|
|
264
264
|
|
265
265
|
@get_url.setter
|
266
266
|
def get_url(self, get_url):
|
267
|
-
"""Sets the get_url of this UpdateSimSmMapsFilesResponse.
|
267
|
+
r"""Sets the get_url of this UpdateSimSmMapsFilesResponse.
|
268
268
|
|
269
269
|
GET地址
|
270
270
|
|
@@ -275,7 +275,7 @@ class UpdateSimSmMapsFilesResponse(SdkResponse):
|
|
275
275
|
|
276
276
|
@property
|
277
277
|
def expire(self):
|
278
|
-
"""Gets the expire of this UpdateSimSmMapsFilesResponse.
|
278
|
+
r"""Gets the expire of this UpdateSimSmMapsFilesResponse.
|
279
279
|
|
280
280
|
默认失效时间为600秒.
|
281
281
|
|
@@ -286,7 +286,7 @@ class UpdateSimSmMapsFilesResponse(SdkResponse):
|
|
286
286
|
|
287
287
|
@expire.setter
|
288
288
|
def expire(self, expire):
|
289
|
-
"""Sets the expire of this UpdateSimSmMapsFilesResponse.
|
289
|
+
r"""Sets the expire of this UpdateSimSmMapsFilesResponse.
|
290
290
|
|
291
291
|
默认失效时间为600秒.
|
292
292
|
|
@@ -297,7 +297,7 @@ class UpdateSimSmMapsFilesResponse(SdkResponse):
|
|
297
297
|
|
298
298
|
@property
|
299
299
|
def path(self):
|
300
|
-
"""Gets the path of this UpdateSimSmMapsFilesResponse.
|
300
|
+
r"""Gets the path of this UpdateSimSmMapsFilesResponse.
|
301
301
|
|
302
302
|
路径
|
303
303
|
|
@@ -308,7 +308,7 @@ class UpdateSimSmMapsFilesResponse(SdkResponse):
|
|
308
308
|
|
309
309
|
@path.setter
|
310
310
|
def path(self, path):
|
311
|
-
"""Sets the path of this UpdateSimSmMapsFilesResponse.
|
311
|
+
r"""Sets the path of this UpdateSimSmMapsFilesResponse.
|
312
312
|
|
313
313
|
路径
|
314
314
|
|
@@ -319,7 +319,7 @@ class UpdateSimSmMapsFilesResponse(SdkResponse):
|
|
319
319
|
|
320
320
|
@property
|
321
321
|
def bucket(self):
|
322
|
-
"""Gets the bucket of this UpdateSimSmMapsFilesResponse.
|
322
|
+
r"""Gets the bucket of this UpdateSimSmMapsFilesResponse.
|
323
323
|
|
324
324
|
桶
|
325
325
|
|
@@ -330,7 +330,7 @@ class UpdateSimSmMapsFilesResponse(SdkResponse):
|
|
330
330
|
|
331
331
|
@bucket.setter
|
332
332
|
def bucket(self, bucket):
|
333
|
-
"""Sets the bucket of this UpdateSimSmMapsFilesResponse.
|
333
|
+
r"""Sets the bucket of this UpdateSimSmMapsFilesResponse.
|
334
334
|
|
335
335
|
桶
|
336
336
|
|
@@ -341,7 +341,7 @@ class UpdateSimSmMapsFilesResponse(SdkResponse):
|
|
341
341
|
|
342
342
|
@property
|
343
343
|
def filename(self):
|
344
|
-
"""Gets the filename of this UpdateSimSmMapsFilesResponse.
|
344
|
+
r"""Gets the filename of this UpdateSimSmMapsFilesResponse.
|
345
345
|
|
346
346
|
文件名
|
347
347
|
|
@@ -352,7 +352,7 @@ class UpdateSimSmMapsFilesResponse(SdkResponse):
|
|
352
352
|
|
353
353
|
@filename.setter
|
354
354
|
def filename(self, filename):
|
355
|
-
"""Sets the filename of this UpdateSimSmMapsFilesResponse.
|
355
|
+
r"""Sets the filename of this UpdateSimSmMapsFilesResponse.
|
356
356
|
|
357
357
|
文件名
|
358
358
|
|
@@ -363,7 +363,7 @@ class UpdateSimSmMapsFilesResponse(SdkResponse):
|
|
363
363
|
|
364
364
|
@property
|
365
365
|
def ready(self):
|
366
|
-
"""Gets the ready of this UpdateSimSmMapsFilesResponse.
|
366
|
+
r"""Gets the ready of this UpdateSimSmMapsFilesResponse.
|
367
367
|
|
368
368
|
状态
|
369
369
|
|
@@ -374,7 +374,7 @@ class UpdateSimSmMapsFilesResponse(SdkResponse):
|
|
374
374
|
|
375
375
|
@ready.setter
|
376
376
|
def ready(self, ready):
|
377
|
-
"""Sets the ready of this UpdateSimSmMapsFilesResponse.
|
377
|
+
r"""Sets the ready of this UpdateSimSmMapsFilesResponse.
|
378
378
|
|
379
379
|
状态
|
380
380
|
|
@@ -29,7 +29,7 @@ class UpdateSimSmScenariosFilesRequest:
|
|
29
29
|
}
|
30
30
|
|
31
31
|
def __init__(self, parent_lookup_id=None, sha256=None, body=None):
|
32
|
-
"""UpdateSimSmScenariosFilesRequest
|
32
|
+
r"""UpdateSimSmScenariosFilesRequest
|
33
33
|
|
34
34
|
The model defined in huaweicloud sdk
|
35
35
|
|
@@ -55,7 +55,7 @@ class UpdateSimSmScenariosFilesRequest:
|
|
55
55
|
|
56
56
|
@property
|
57
57
|
def parent_lookup_id(self):
|
58
|
-
"""Gets the parent_lookup_id of this UpdateSimSmScenariosFilesRequest.
|
58
|
+
r"""Gets the parent_lookup_id of this UpdateSimSmScenariosFilesRequest.
|
59
59
|
|
60
60
|
场景ID
|
61
61
|
|
@@ -66,7 +66,7 @@ class UpdateSimSmScenariosFilesRequest:
|
|
66
66
|
|
67
67
|
@parent_lookup_id.setter
|
68
68
|
def parent_lookup_id(self, parent_lookup_id):
|
69
|
-
"""Sets the parent_lookup_id of this UpdateSimSmScenariosFilesRequest.
|
69
|
+
r"""Sets the parent_lookup_id of this UpdateSimSmScenariosFilesRequest.
|
70
70
|
|
71
71
|
场景ID
|
72
72
|
|
@@ -77,7 +77,7 @@ class UpdateSimSmScenariosFilesRequest:
|
|
77
77
|
|
78
78
|
@property
|
79
79
|
def sha256(self):
|
80
|
-
"""Gets the sha256 of this UpdateSimSmScenariosFilesRequest.
|
80
|
+
r"""Gets the sha256 of this UpdateSimSmScenariosFilesRequest.
|
81
81
|
|
82
82
|
文件sha256值
|
83
83
|
|
@@ -88,7 +88,7 @@ class UpdateSimSmScenariosFilesRequest:
|
|
88
88
|
|
89
89
|
@sha256.setter
|
90
90
|
def sha256(self, sha256):
|
91
|
-
"""Sets the sha256 of this UpdateSimSmScenariosFilesRequest.
|
91
|
+
r"""Sets the sha256 of this UpdateSimSmScenariosFilesRequest.
|
92
92
|
|
93
93
|
文件sha256值
|
94
94
|
|
@@ -99,7 +99,7 @@ class UpdateSimSmScenariosFilesRequest:
|
|
99
99
|
|
100
100
|
@property
|
101
101
|
def body(self):
|
102
|
-
"""Gets the body of this UpdateSimSmScenariosFilesRequest.
|
102
|
+
r"""Gets the body of this UpdateSimSmScenariosFilesRequest.
|
103
103
|
|
104
104
|
:return: The body of this UpdateSimSmScenariosFilesRequest.
|
105
105
|
:rtype: :class:`huaweicloudsdkoctopus.v2.PatchedFileDetailSrlz`
|
@@ -108,7 +108,7 @@ class UpdateSimSmScenariosFilesRequest:
|
|
108
108
|
|
109
109
|
@body.setter
|
110
110
|
def body(self, body):
|
111
|
-
"""Sets the body of this UpdateSimSmScenariosFilesRequest.
|
111
|
+
r"""Sets the body of this UpdateSimSmScenariosFilesRequest.
|
112
112
|
|
113
113
|
:param body: The body of this UpdateSimSmScenariosFilesRequest.
|
114
114
|
:type body: :class:`huaweicloudsdkoctopus.v2.PatchedFileDetailSrlz`
|
@@ -48,7 +48,7 @@ class UpdateSimSmScenariosFilesResponse(SdkResponse):
|
|
48
48
|
}
|
49
49
|
|
50
50
|
def __init__(self, url=None, sha256=None, created_at=None, updated_at=None, post=None, put_url=None, get_url=None, expire=None, path=None, bucket=None, filename=None, ready=None):
|
51
|
-
"""UpdateSimSmScenariosFilesResponse
|
51
|
+
r"""UpdateSimSmScenariosFilesResponse
|
52
52
|
|
53
53
|
The model defined in huaweicloud sdk
|
54
54
|
|
@@ -121,7 +121,7 @@ class UpdateSimSmScenariosFilesResponse(SdkResponse):
|
|
121
121
|
|
122
122
|
@property
|
123
123
|
def url(self):
|
124
|
-
"""Gets the url of this UpdateSimSmScenariosFilesResponse.
|
124
|
+
r"""Gets the url of this UpdateSimSmScenariosFilesResponse.
|
125
125
|
|
126
126
|
地址
|
127
127
|
|
@@ -132,7 +132,7 @@ class UpdateSimSmScenariosFilesResponse(SdkResponse):
|
|
132
132
|
|
133
133
|
@url.setter
|
134
134
|
def url(self, url):
|
135
|
-
"""Sets the url of this UpdateSimSmScenariosFilesResponse.
|
135
|
+
r"""Sets the url of this UpdateSimSmScenariosFilesResponse.
|
136
136
|
|
137
137
|
地址
|
138
138
|
|
@@ -143,7 +143,7 @@ class UpdateSimSmScenariosFilesResponse(SdkResponse):
|
|
143
143
|
|
144
144
|
@property
|
145
145
|
def sha256(self):
|
146
|
-
"""Gets the sha256 of this UpdateSimSmScenariosFilesResponse.
|
146
|
+
r"""Gets the sha256 of this UpdateSimSmScenariosFilesResponse.
|
147
147
|
|
148
148
|
文件sha256值
|
149
149
|
|
@@ -154,7 +154,7 @@ class UpdateSimSmScenariosFilesResponse(SdkResponse):
|
|
154
154
|
|
155
155
|
@sha256.setter
|
156
156
|
def sha256(self, sha256):
|
157
|
-
"""Sets the sha256 of this UpdateSimSmScenariosFilesResponse.
|
157
|
+
r"""Sets the sha256 of this UpdateSimSmScenariosFilesResponse.
|
158
158
|
|
159
159
|
文件sha256值
|
160
160
|
|
@@ -165,7 +165,7 @@ class UpdateSimSmScenariosFilesResponse(SdkResponse):
|
|
165
165
|
|
166
166
|
@property
|
167
167
|
def created_at(self):
|
168
|
-
"""Gets the created_at of this UpdateSimSmScenariosFilesResponse.
|
168
|
+
r"""Gets the created_at of this UpdateSimSmScenariosFilesResponse.
|
169
169
|
|
170
170
|
创建时间
|
171
171
|
|
@@ -176,7 +176,7 @@ class UpdateSimSmScenariosFilesResponse(SdkResponse):
|
|
176
176
|
|
177
177
|
@created_at.setter
|
178
178
|
def created_at(self, created_at):
|
179
|
-
"""Sets the created_at of this UpdateSimSmScenariosFilesResponse.
|
179
|
+
r"""Sets the created_at of this UpdateSimSmScenariosFilesResponse.
|
180
180
|
|
181
181
|
创建时间
|
182
182
|
|
@@ -187,7 +187,7 @@ class UpdateSimSmScenariosFilesResponse(SdkResponse):
|
|
187
187
|
|
188
188
|
@property
|
189
189
|
def updated_at(self):
|
190
|
-
"""Gets the updated_at of this UpdateSimSmScenariosFilesResponse.
|
190
|
+
r"""Gets the updated_at of this UpdateSimSmScenariosFilesResponse.
|
191
191
|
|
192
192
|
更新时间
|
193
193
|
|
@@ -198,7 +198,7 @@ class UpdateSimSmScenariosFilesResponse(SdkResponse):
|
|
198
198
|
|
199
199
|
@updated_at.setter
|
200
200
|
def updated_at(self, updated_at):
|
201
|
-
"""Sets the updated_at of this UpdateSimSmScenariosFilesResponse.
|
201
|
+
r"""Sets the updated_at of this UpdateSimSmScenariosFilesResponse.
|
202
202
|
|
203
203
|
更新时间
|
204
204
|
|
@@ -209,7 +209,7 @@ class UpdateSimSmScenariosFilesResponse(SdkResponse):
|
|
209
209
|
|
210
210
|
@property
|
211
211
|
def post(self):
|
212
|
-
"""Gets the post of this UpdateSimSmScenariosFilesResponse.
|
212
|
+
r"""Gets the post of this UpdateSimSmScenariosFilesResponse.
|
213
213
|
|
214
214
|
POST地址
|
215
215
|
|
@@ -220,7 +220,7 @@ class UpdateSimSmScenariosFilesResponse(SdkResponse):
|
|
220
220
|
|
221
221
|
@post.setter
|
222
222
|
def post(self, post):
|
223
|
-
"""Sets the post of this UpdateSimSmScenariosFilesResponse.
|
223
|
+
r"""Sets the post of this UpdateSimSmScenariosFilesResponse.
|
224
224
|
|
225
225
|
POST地址
|
226
226
|
|
@@ -231,7 +231,7 @@ class UpdateSimSmScenariosFilesResponse(SdkResponse):
|
|
231
231
|
|
232
232
|
@property
|
233
233
|
def put_url(self):
|
234
|
-
"""Gets the put_url of this UpdateSimSmScenariosFilesResponse.
|
234
|
+
r"""Gets the put_url of this UpdateSimSmScenariosFilesResponse.
|
235
235
|
|
236
236
|
PUT地址
|
237
237
|
|
@@ -242,7 +242,7 @@ class UpdateSimSmScenariosFilesResponse(SdkResponse):
|
|
242
242
|
|
243
243
|
@put_url.setter
|
244
244
|
def put_url(self, put_url):
|
245
|
-
"""Sets the put_url of this UpdateSimSmScenariosFilesResponse.
|
245
|
+
r"""Sets the put_url of this UpdateSimSmScenariosFilesResponse.
|
246
246
|
|
247
247
|
PUT地址
|
248
248
|
|
@@ -253,7 +253,7 @@ class UpdateSimSmScenariosFilesResponse(SdkResponse):
|
|
253
253
|
|
254
254
|
@property
|
255
255
|
def get_url(self):
|
256
|
-
"""Gets the get_url of this UpdateSimSmScenariosFilesResponse.
|
256
|
+
r"""Gets the get_url of this UpdateSimSmScenariosFilesResponse.
|
257
257
|
|
258
258
|
GET地址
|
259
259
|
|
@@ -264,7 +264,7 @@ class UpdateSimSmScenariosFilesResponse(SdkResponse):
|
|
264
264
|
|
265
265
|
@get_url.setter
|
266
266
|
def get_url(self, get_url):
|
267
|
-
"""Sets the get_url of this UpdateSimSmScenariosFilesResponse.
|
267
|
+
r"""Sets the get_url of this UpdateSimSmScenariosFilesResponse.
|
268
268
|
|
269
269
|
GET地址
|
270
270
|
|
@@ -275,7 +275,7 @@ class UpdateSimSmScenariosFilesResponse(SdkResponse):
|
|
275
275
|
|
276
276
|
@property
|
277
277
|
def expire(self):
|
278
|
-
"""Gets the expire of this UpdateSimSmScenariosFilesResponse.
|
278
|
+
r"""Gets the expire of this UpdateSimSmScenariosFilesResponse.
|
279
279
|
|
280
280
|
默认失效时间为600秒.
|
281
281
|
|
@@ -286,7 +286,7 @@ class UpdateSimSmScenariosFilesResponse(SdkResponse):
|
|
286
286
|
|
287
287
|
@expire.setter
|
288
288
|
def expire(self, expire):
|
289
|
-
"""Sets the expire of this UpdateSimSmScenariosFilesResponse.
|
289
|
+
r"""Sets the expire of this UpdateSimSmScenariosFilesResponse.
|
290
290
|
|
291
291
|
默认失效时间为600秒.
|
292
292
|
|
@@ -297,7 +297,7 @@ class UpdateSimSmScenariosFilesResponse(SdkResponse):
|
|
297
297
|
|
298
298
|
@property
|
299
299
|
def path(self):
|
300
|
-
"""Gets the path of this UpdateSimSmScenariosFilesResponse.
|
300
|
+
r"""Gets the path of this UpdateSimSmScenariosFilesResponse.
|
301
301
|
|
302
302
|
路径
|
303
303
|
|
@@ -308,7 +308,7 @@ class UpdateSimSmScenariosFilesResponse(SdkResponse):
|
|
308
308
|
|
309
309
|
@path.setter
|
310
310
|
def path(self, path):
|
311
|
-
"""Sets the path of this UpdateSimSmScenariosFilesResponse.
|
311
|
+
r"""Sets the path of this UpdateSimSmScenariosFilesResponse.
|
312
312
|
|
313
313
|
路径
|
314
314
|
|
@@ -319,7 +319,7 @@ class UpdateSimSmScenariosFilesResponse(SdkResponse):
|
|
319
319
|
|
320
320
|
@property
|
321
321
|
def bucket(self):
|
322
|
-
"""Gets the bucket of this UpdateSimSmScenariosFilesResponse.
|
322
|
+
r"""Gets the bucket of this UpdateSimSmScenariosFilesResponse.
|
323
323
|
|
324
324
|
桶
|
325
325
|
|
@@ -330,7 +330,7 @@ class UpdateSimSmScenariosFilesResponse(SdkResponse):
|
|
330
330
|
|
331
331
|
@bucket.setter
|
332
332
|
def bucket(self, bucket):
|
333
|
-
"""Sets the bucket of this UpdateSimSmScenariosFilesResponse.
|
333
|
+
r"""Sets the bucket of this UpdateSimSmScenariosFilesResponse.
|
334
334
|
|
335
335
|
桶
|
336
336
|
|
@@ -341,7 +341,7 @@ class UpdateSimSmScenariosFilesResponse(SdkResponse):
|
|
341
341
|
|
342
342
|
@property
|
343
343
|
def filename(self):
|
344
|
-
"""Gets the filename of this UpdateSimSmScenariosFilesResponse.
|
344
|
+
r"""Gets the filename of this UpdateSimSmScenariosFilesResponse.
|
345
345
|
|
346
346
|
文件名
|
347
347
|
|
@@ -352,7 +352,7 @@ class UpdateSimSmScenariosFilesResponse(SdkResponse):
|
|
352
352
|
|
353
353
|
@filename.setter
|
354
354
|
def filename(self, filename):
|
355
|
-
"""Sets the filename of this UpdateSimSmScenariosFilesResponse.
|
355
|
+
r"""Sets the filename of this UpdateSimSmScenariosFilesResponse.
|
356
356
|
|
357
357
|
文件名
|
358
358
|
|
@@ -363,7 +363,7 @@ class UpdateSimSmScenariosFilesResponse(SdkResponse):
|
|
363
363
|
|
364
364
|
@property
|
365
365
|
def ready(self):
|
366
|
-
"""Gets the ready of this UpdateSimSmScenariosFilesResponse.
|
366
|
+
r"""Gets the ready of this UpdateSimSmScenariosFilesResponse.
|
367
367
|
|
368
368
|
状态
|
369
369
|
|
@@ -374,7 +374,7 @@ class UpdateSimSmScenariosFilesResponse(SdkResponse):
|
|
374
374
|
|
375
375
|
@ready.setter
|
376
376
|
def ready(self, ready):
|
377
|
-
"""Sets the ready of this UpdateSimSmScenariosFilesResponse.
|
377
|
+
r"""Sets the ready of this UpdateSimSmScenariosFilesResponse.
|
378
378
|
|
379
379
|
状态
|
380
380
|
|
@@ -34,7 +34,7 @@ class OctopusAsyncClient(Client):
|
|
34
34
|
return client_builder
|
35
35
|
|
36
36
|
def create_sim_sm_maps_async(self, request):
|
37
|
-
"""创建场景地图
|
37
|
+
r"""创建场景地图
|
38
38
|
|
39
39
|
创建场景地图.
|
40
40
|
|
@@ -99,7 +99,7 @@ class OctopusAsyncClient(Client):
|
|
99
99
|
return http_info
|
100
100
|
|
101
101
|
def create_sim_sm_scenarios_async(self, request):
|
102
|
-
"""创建仿真场景
|
102
|
+
r"""创建仿真场景
|
103
103
|
|
104
104
|
创建仿真场景.
|
105
105
|
|
@@ -164,7 +164,7 @@ class OctopusAsyncClient(Client):
|
|
164
164
|
return http_info
|
165
165
|
|
166
166
|
def create_sim_sm_scenarios_files_async(self, request):
|
167
|
-
"""创建场景文件
|
167
|
+
r"""创建场景文件
|
168
168
|
|
169
169
|
创建场景文件.
|
170
170
|
|
@@ -231,7 +231,7 @@ class OctopusAsyncClient(Client):
|
|
231
231
|
return http_info
|
232
232
|
|
233
233
|
def list_sim_sm_scenarios_async(self, request):
|
234
|
-
"""场景列表
|
234
|
+
r"""场景列表
|
235
235
|
|
236
236
|
A DRF ViewSet for Scenario.
|
237
237
|
|
@@ -329,7 +329,7 @@ class OctopusAsyncClient(Client):
|
|
329
329
|
return http_info
|
330
330
|
|
331
331
|
def update_sim_sm_maps_files_async(self, request):
|
332
|
-
"""修改场景地图文件
|
332
|
+
r"""修改场景地图文件
|
333
333
|
|
334
334
|
修改场景地图文件.
|
335
335
|
|
@@ -398,7 +398,7 @@ class OctopusAsyncClient(Client):
|
|
398
398
|
return http_info
|
399
399
|
|
400
400
|
def update_sim_sm_scenarios_files_async(self, request):
|
401
|
-
"""修改场景文件
|
401
|
+
r"""修改场景文件
|
402
402
|
|
403
403
|
修改场景文件.
|
404
404
|
|
@@ -34,7 +34,7 @@ class OctopusClient(Client):
|
|
34
34
|
return client_builder
|
35
35
|
|
36
36
|
def create_sim_sm_maps(self, request):
|
37
|
-
"""创建场景地图
|
37
|
+
r"""创建场景地图
|
38
38
|
|
39
39
|
创建场景地图.
|
40
40
|
|
@@ -99,7 +99,7 @@ class OctopusClient(Client):
|
|
99
99
|
return http_info
|
100
100
|
|
101
101
|
def create_sim_sm_scenarios(self, request):
|
102
|
-
"""创建仿真场景
|
102
|
+
r"""创建仿真场景
|
103
103
|
|
104
104
|
创建仿真场景.
|
105
105
|
|
@@ -164,7 +164,7 @@ class OctopusClient(Client):
|
|
164
164
|
return http_info
|
165
165
|
|
166
166
|
def create_sim_sm_scenarios_files(self, request):
|
167
|
-
"""创建场景文件
|
167
|
+
r"""创建场景文件
|
168
168
|
|
169
169
|
创建场景文件.
|
170
170
|
|
@@ -231,7 +231,7 @@ class OctopusClient(Client):
|
|
231
231
|
return http_info
|
232
232
|
|
233
233
|
def list_sim_sm_scenarios(self, request):
|
234
|
-
"""场景列表
|
234
|
+
r"""场景列表
|
235
235
|
|
236
236
|
A DRF ViewSet for Scenario.
|
237
237
|
|
@@ -329,7 +329,7 @@ class OctopusClient(Client):
|
|
329
329
|
return http_info
|
330
330
|
|
331
331
|
def update_sim_sm_maps_files(self, request):
|
332
|
-
"""修改场景地图文件
|
332
|
+
r"""修改场景地图文件
|
333
333
|
|
334
334
|
修改场景地图文件.
|
335
335
|
|
@@ -398,7 +398,7 @@ class OctopusClient(Client):
|
|
398
398
|
return http_info
|
399
399
|
|
400
400
|
def update_sim_sm_scenarios_files(self, request):
|
401
|
-
"""修改场景文件
|
401
|
+
r"""修改场景文件
|
402
402
|
|
403
403
|
修改场景文件.
|
404
404
|
|