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
@@ -35,7 +35,7 @@ class PostResponseField:
|
|
35
35
|
}
|
36
36
|
|
37
37
|
def __init__(self, key=None, x_amz_algorithm=None, x_amz_credential=None, x_amz_date=None, policy=None, x_amz_signature=None):
|
38
|
-
"""PostResponseField
|
38
|
+
r"""PostResponseField
|
39
39
|
|
40
40
|
The model defined in huaweicloud sdk
|
41
41
|
|
@@ -78,7 +78,7 @@ class PostResponseField:
|
|
78
78
|
|
79
79
|
@property
|
80
80
|
def key(self):
|
81
|
-
"""Gets the key of this PostResponseField.
|
81
|
+
r"""Gets the key of this PostResponseField.
|
82
82
|
|
83
83
|
:return: The key of this PostResponseField.
|
84
84
|
:rtype: str
|
@@ -87,7 +87,7 @@ class PostResponseField:
|
|
87
87
|
|
88
88
|
@key.setter
|
89
89
|
def key(self, key):
|
90
|
-
"""Sets the key of this PostResponseField.
|
90
|
+
r"""Sets the key of this PostResponseField.
|
91
91
|
|
92
92
|
:param key: The key of this PostResponseField.
|
93
93
|
:type key: str
|
@@ -96,7 +96,7 @@ class PostResponseField:
|
|
96
96
|
|
97
97
|
@property
|
98
98
|
def x_amz_algorithm(self):
|
99
|
-
"""Gets the x_amz_algorithm of this PostResponseField.
|
99
|
+
r"""Gets the x_amz_algorithm of this PostResponseField.
|
100
100
|
|
101
101
|
:return: The x_amz_algorithm of this PostResponseField.
|
102
102
|
:rtype: str
|
@@ -105,7 +105,7 @@ class PostResponseField:
|
|
105
105
|
|
106
106
|
@x_amz_algorithm.setter
|
107
107
|
def x_amz_algorithm(self, x_amz_algorithm):
|
108
|
-
"""Sets the x_amz_algorithm of this PostResponseField.
|
108
|
+
r"""Sets the x_amz_algorithm of this PostResponseField.
|
109
109
|
|
110
110
|
:param x_amz_algorithm: The x_amz_algorithm of this PostResponseField.
|
111
111
|
:type x_amz_algorithm: str
|
@@ -114,7 +114,7 @@ class PostResponseField:
|
|
114
114
|
|
115
115
|
@property
|
116
116
|
def x_amz_credential(self):
|
117
|
-
"""Gets the x_amz_credential of this PostResponseField.
|
117
|
+
r"""Gets the x_amz_credential of this PostResponseField.
|
118
118
|
|
119
119
|
:return: The x_amz_credential of this PostResponseField.
|
120
120
|
:rtype: str
|
@@ -123,7 +123,7 @@ class PostResponseField:
|
|
123
123
|
|
124
124
|
@x_amz_credential.setter
|
125
125
|
def x_amz_credential(self, x_amz_credential):
|
126
|
-
"""Sets the x_amz_credential of this PostResponseField.
|
126
|
+
r"""Sets the x_amz_credential of this PostResponseField.
|
127
127
|
|
128
128
|
:param x_amz_credential: The x_amz_credential of this PostResponseField.
|
129
129
|
:type x_amz_credential: str
|
@@ -132,7 +132,7 @@ class PostResponseField:
|
|
132
132
|
|
133
133
|
@property
|
134
134
|
def x_amz_date(self):
|
135
|
-
"""Gets the x_amz_date of this PostResponseField.
|
135
|
+
r"""Gets the x_amz_date of this PostResponseField.
|
136
136
|
|
137
137
|
:return: The x_amz_date of this PostResponseField.
|
138
138
|
:rtype: str
|
@@ -141,7 +141,7 @@ class PostResponseField:
|
|
141
141
|
|
142
142
|
@x_amz_date.setter
|
143
143
|
def x_amz_date(self, x_amz_date):
|
144
|
-
"""Sets the x_amz_date of this PostResponseField.
|
144
|
+
r"""Sets the x_amz_date of this PostResponseField.
|
145
145
|
|
146
146
|
:param x_amz_date: The x_amz_date of this PostResponseField.
|
147
147
|
:type x_amz_date: str
|
@@ -150,7 +150,7 @@ class PostResponseField:
|
|
150
150
|
|
151
151
|
@property
|
152
152
|
def policy(self):
|
153
|
-
"""Gets the policy of this PostResponseField.
|
153
|
+
r"""Gets the policy of this PostResponseField.
|
154
154
|
|
155
155
|
:return: The policy of this PostResponseField.
|
156
156
|
:rtype: str
|
@@ -159,7 +159,7 @@ class PostResponseField:
|
|
159
159
|
|
160
160
|
@policy.setter
|
161
161
|
def policy(self, policy):
|
162
|
-
"""Sets the policy of this PostResponseField.
|
162
|
+
r"""Sets the policy of this PostResponseField.
|
163
163
|
|
164
164
|
:param policy: The policy of this PostResponseField.
|
165
165
|
:type policy: str
|
@@ -168,7 +168,7 @@ class PostResponseField:
|
|
168
168
|
|
169
169
|
@property
|
170
170
|
def x_amz_signature(self):
|
171
|
-
"""Gets the x_amz_signature of this PostResponseField.
|
171
|
+
r"""Gets the x_amz_signature of this PostResponseField.
|
172
172
|
|
173
173
|
:return: The x_amz_signature of this PostResponseField.
|
174
174
|
:rtype: str
|
@@ -177,7 +177,7 @@ class PostResponseField:
|
|
177
177
|
|
178
178
|
@x_amz_signature.setter
|
179
179
|
def x_amz_signature(self, x_amz_signature):
|
180
|
-
"""Sets the x_amz_signature of this PostResponseField.
|
180
|
+
r"""Sets the x_amz_signature of this PostResponseField.
|
181
181
|
|
182
182
|
:param x_amz_signature: The x_amz_signature of this PostResponseField.
|
183
183
|
:type x_amz_signature: str
|
@@ -49,7 +49,7 @@ class ScenarioCreateReqSrlz:
|
|
49
49
|
}
|
50
50
|
|
51
51
|
def __init__(self, gen_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):
|
52
|
-
"""ScenarioCreateReqSrlz
|
52
|
+
r"""ScenarioCreateReqSrlz
|
53
53
|
|
54
54
|
The model defined in huaweicloud sdk
|
55
55
|
|
@@ -115,7 +115,7 @@ class ScenarioCreateReqSrlz:
|
|
115
115
|
|
116
116
|
@property
|
117
117
|
def gen_scenario(self):
|
118
|
-
"""Gets the gen_scenario of this ScenarioCreateReqSrlz.
|
118
|
+
r"""Gets the gen_scenario of this ScenarioCreateReqSrlz.
|
119
119
|
|
120
120
|
泛化场景
|
121
121
|
|
@@ -126,7 +126,7 @@ class ScenarioCreateReqSrlz:
|
|
126
126
|
|
127
127
|
@gen_scenario.setter
|
128
128
|
def gen_scenario(self, gen_scenario):
|
129
|
-
"""Sets the gen_scenario of this ScenarioCreateReqSrlz.
|
129
|
+
r"""Sets the gen_scenario of this ScenarioCreateReqSrlz.
|
130
130
|
|
131
131
|
泛化场景
|
132
132
|
|
@@ -137,7 +137,7 @@ class ScenarioCreateReqSrlz:
|
|
137
137
|
|
138
138
|
@property
|
139
139
|
def description(self):
|
140
|
-
"""Gets the description of this ScenarioCreateReqSrlz.
|
140
|
+
r"""Gets the description of this ScenarioCreateReqSrlz.
|
141
141
|
|
142
142
|
:return: The description of this ScenarioCreateReqSrlz.
|
143
143
|
:rtype: :class:`huaweicloudsdkoctopus.v2.MutableFileSrlz`
|
@@ -146,7 +146,7 @@ class ScenarioCreateReqSrlz:
|
|
146
146
|
|
147
147
|
@description.setter
|
148
148
|
def description(self, description):
|
149
|
-
"""Sets the description of this ScenarioCreateReqSrlz.
|
149
|
+
r"""Sets the description of this ScenarioCreateReqSrlz.
|
150
150
|
|
151
151
|
:param description: The description of this ScenarioCreateReqSrlz.
|
152
152
|
:type description: :class:`huaweicloudsdkoctopus.v2.MutableFileSrlz`
|
@@ -155,7 +155,7 @@ class ScenarioCreateReqSrlz:
|
|
155
155
|
|
156
156
|
@property
|
157
157
|
def file(self):
|
158
|
-
"""Gets the file of this ScenarioCreateReqSrlz.
|
158
|
+
r"""Gets the file of this ScenarioCreateReqSrlz.
|
159
159
|
|
160
160
|
文件
|
161
161
|
|
@@ -166,7 +166,7 @@ class ScenarioCreateReqSrlz:
|
|
166
166
|
|
167
167
|
@file.setter
|
168
168
|
def file(self, file):
|
169
|
-
"""Sets the file of this ScenarioCreateReqSrlz.
|
169
|
+
r"""Sets the file of this ScenarioCreateReqSrlz.
|
170
170
|
|
171
171
|
文件
|
172
172
|
|
@@ -177,7 +177,7 @@ class ScenarioCreateReqSrlz:
|
|
177
177
|
|
178
178
|
@property
|
179
179
|
def simulator(self):
|
180
|
-
"""Gets the simulator of this ScenarioCreateReqSrlz.
|
180
|
+
r"""Gets the simulator of this ScenarioCreateReqSrlz.
|
181
181
|
|
182
182
|
:return: The simulator of this ScenarioCreateReqSrlz.
|
183
183
|
:rtype: :class:`huaweicloudsdkoctopus.v2.SimulatorEnum`
|
@@ -186,7 +186,7 @@ class ScenarioCreateReqSrlz:
|
|
186
186
|
|
187
187
|
@simulator.setter
|
188
188
|
def simulator(self, simulator):
|
189
|
-
"""Sets the simulator of this ScenarioCreateReqSrlz.
|
189
|
+
r"""Sets the simulator of this ScenarioCreateReqSrlz.
|
190
190
|
|
191
191
|
:param simulator: The simulator of this ScenarioCreateReqSrlz.
|
192
192
|
:type simulator: :class:`huaweicloudsdkoctopus.v2.SimulatorEnum`
|
@@ -195,7 +195,7 @@ class ScenarioCreateReqSrlz:
|
|
195
195
|
|
196
196
|
@property
|
197
197
|
def version(self):
|
198
|
-
"""Gets the version of this ScenarioCreateReqSrlz.
|
198
|
+
r"""Gets the version of this ScenarioCreateReqSrlz.
|
199
199
|
|
200
200
|
:return: The version of this ScenarioCreateReqSrlz.
|
201
201
|
:rtype: :class:`huaweicloudsdkoctopus.v2.ScenarioVersionEnum`
|
@@ -204,7 +204,7 @@ class ScenarioCreateReqSrlz:
|
|
204
204
|
|
205
205
|
@version.setter
|
206
206
|
def version(self, version):
|
207
|
-
"""Sets the version of this ScenarioCreateReqSrlz.
|
207
|
+
r"""Sets the version of this ScenarioCreateReqSrlz.
|
208
208
|
|
209
209
|
:param version: The version of this ScenarioCreateReqSrlz.
|
210
210
|
:type version: :class:`huaweicloudsdkoctopus.v2.ScenarioVersionEnum`
|
@@ -213,7 +213,7 @@ class ScenarioCreateReqSrlz:
|
|
213
213
|
|
214
214
|
@property
|
215
215
|
def map_filename(self):
|
216
|
-
"""Gets the map_filename of this ScenarioCreateReqSrlz.
|
216
|
+
r"""Gets the map_filename of this ScenarioCreateReqSrlz.
|
217
217
|
|
218
218
|
地图文件名
|
219
219
|
|
@@ -224,7 +224,7 @@ class ScenarioCreateReqSrlz:
|
|
224
224
|
|
225
225
|
@map_filename.setter
|
226
226
|
def map_filename(self, map_filename):
|
227
|
-
"""Sets the map_filename of this ScenarioCreateReqSrlz.
|
227
|
+
r"""Sets the map_filename of this ScenarioCreateReqSrlz.
|
228
228
|
|
229
229
|
地图文件名
|
230
230
|
|
@@ -235,7 +235,7 @@ class ScenarioCreateReqSrlz:
|
|
235
235
|
|
236
236
|
@property
|
237
237
|
def model_filename(self):
|
238
|
-
"""Gets the model_filename of this ScenarioCreateReqSrlz.
|
238
|
+
r"""Gets the model_filename of this ScenarioCreateReqSrlz.
|
239
239
|
|
240
240
|
模型文件名
|
241
241
|
|
@@ -246,7 +246,7 @@ class ScenarioCreateReqSrlz:
|
|
246
246
|
|
247
247
|
@model_filename.setter
|
248
248
|
def model_filename(self, model_filename):
|
249
|
-
"""Sets the model_filename of this ScenarioCreateReqSrlz.
|
249
|
+
r"""Sets the model_filename of this ScenarioCreateReqSrlz.
|
250
250
|
|
251
251
|
模型文件名
|
252
252
|
|
@@ -257,7 +257,7 @@ class ScenarioCreateReqSrlz:
|
|
257
257
|
|
258
258
|
@property
|
259
259
|
def user_id(self):
|
260
|
-
"""Gets the user_id of this ScenarioCreateReqSrlz.
|
260
|
+
r"""Gets the user_id of this ScenarioCreateReqSrlz.
|
261
261
|
|
262
262
|
用户id
|
263
263
|
|
@@ -268,7 +268,7 @@ class ScenarioCreateReqSrlz:
|
|
268
268
|
|
269
269
|
@user_id.setter
|
270
270
|
def user_id(self, user_id):
|
271
|
-
"""Sets the user_id of this ScenarioCreateReqSrlz.
|
271
|
+
r"""Sets the user_id of this ScenarioCreateReqSrlz.
|
272
272
|
|
273
273
|
用户id
|
274
274
|
|
@@ -279,7 +279,7 @@ class ScenarioCreateReqSrlz:
|
|
279
279
|
|
280
280
|
@property
|
281
281
|
def user_name(self):
|
282
|
-
"""Gets the user_name of this ScenarioCreateReqSrlz.
|
282
|
+
r"""Gets the user_name of this ScenarioCreateReqSrlz.
|
283
283
|
|
284
284
|
用户名
|
285
285
|
|
@@ -290,7 +290,7 @@ class ScenarioCreateReqSrlz:
|
|
290
290
|
|
291
291
|
@user_name.setter
|
292
292
|
def user_name(self, user_name):
|
293
|
-
"""Sets the user_name of this ScenarioCreateReqSrlz.
|
293
|
+
r"""Sets the user_name of this ScenarioCreateReqSrlz.
|
294
294
|
|
295
295
|
用户名
|
296
296
|
|
@@ -301,7 +301,7 @@ class ScenarioCreateReqSrlz:
|
|
301
301
|
|
302
302
|
@property
|
303
303
|
def name(self):
|
304
|
-
"""Gets the name of this ScenarioCreateReqSrlz.
|
304
|
+
r"""Gets the name of this ScenarioCreateReqSrlz.
|
305
305
|
|
306
306
|
名称
|
307
307
|
|
@@ -312,7 +312,7 @@ class ScenarioCreateReqSrlz:
|
|
312
312
|
|
313
313
|
@name.setter
|
314
314
|
def name(self, name):
|
315
|
-
"""Sets the name of this ScenarioCreateReqSrlz.
|
315
|
+
r"""Sets the name of this ScenarioCreateReqSrlz.
|
316
316
|
|
317
317
|
名称
|
318
318
|
|
@@ -323,7 +323,7 @@ class ScenarioCreateReqSrlz:
|
|
323
323
|
|
324
324
|
@property
|
325
325
|
def priority(self):
|
326
|
-
"""Gets the priority of this ScenarioCreateReqSrlz.
|
326
|
+
r"""Gets the priority of this ScenarioCreateReqSrlz.
|
327
327
|
|
328
328
|
:return: The priority of this ScenarioCreateReqSrlz.
|
329
329
|
:rtype: :class:`huaweicloudsdkoctopus.v2.PriorityEnum`
|
@@ -332,7 +332,7 @@ class ScenarioCreateReqSrlz:
|
|
332
332
|
|
333
333
|
@priority.setter
|
334
334
|
def priority(self, priority):
|
335
|
-
"""Sets the priority of this ScenarioCreateReqSrlz.
|
335
|
+
r"""Sets the priority of this ScenarioCreateReqSrlz.
|
336
336
|
|
337
337
|
:param priority: The priority of this ScenarioCreateReqSrlz.
|
338
338
|
:type priority: :class:`huaweicloudsdkoctopus.v2.PriorityEnum`
|
@@ -341,7 +341,7 @@ class ScenarioCreateReqSrlz:
|
|
341
341
|
|
342
342
|
@property
|
343
343
|
def map(self):
|
344
|
-
"""Gets the map of this ScenarioCreateReqSrlz.
|
344
|
+
r"""Gets the map of this ScenarioCreateReqSrlz.
|
345
345
|
|
346
346
|
地图
|
347
347
|
|
@@ -352,7 +352,7 @@ class ScenarioCreateReqSrlz:
|
|
352
352
|
|
353
353
|
@map.setter
|
354
354
|
def map(self, map):
|
355
|
-
"""Sets the map of this ScenarioCreateReqSrlz.
|
355
|
+
r"""Sets the map of this ScenarioCreateReqSrlz.
|
356
356
|
|
357
357
|
地图
|
358
358
|
|
@@ -363,7 +363,7 @@ class ScenarioCreateReqSrlz:
|
|
363
363
|
|
364
364
|
@property
|
365
365
|
def model(self):
|
366
|
-
"""Gets the model of this ScenarioCreateReqSrlz.
|
366
|
+
r"""Gets the model of this ScenarioCreateReqSrlz.
|
367
367
|
|
368
368
|
模型
|
369
369
|
|
@@ -374,7 +374,7 @@ class ScenarioCreateReqSrlz:
|
|
374
374
|
|
375
375
|
@model.setter
|
376
376
|
def model(self, model):
|
377
|
-
"""Sets the model of this ScenarioCreateReqSrlz.
|
377
|
+
r"""Sets the model of this ScenarioCreateReqSrlz.
|
378
378
|
|
379
379
|
模型
|
380
380
|
|
@@ -61,7 +61,7 @@ class ScenarioListSrlz:
|
|
61
61
|
}
|
62
62
|
|
63
63
|
def __init__(self, url=None, id=None, created_at=None, updated_at=None, labels=None, gen_scenario=None, road_scenario=None, simulator=None, version=None, filename=None, map_filename=None, model_filename=None, user_id=None, user_name=None, name=None, priority=None, status=None, map=None, model=None):
|
64
|
-
"""ScenarioListSrlz
|
64
|
+
r"""ScenarioListSrlz
|
65
65
|
|
66
66
|
The model defined in huaweicloud sdk
|
67
67
|
|
@@ -152,7 +152,7 @@ class ScenarioListSrlz:
|
|
152
152
|
|
153
153
|
@property
|
154
154
|
def url(self):
|
155
|
-
"""Gets the url of this ScenarioListSrlz.
|
155
|
+
r"""Gets the url of this ScenarioListSrlz.
|
156
156
|
|
157
157
|
:return: The url of this ScenarioListSrlz.
|
158
158
|
:rtype: str
|
@@ -161,7 +161,7 @@ class ScenarioListSrlz:
|
|
161
161
|
|
162
162
|
@url.setter
|
163
163
|
def url(self, url):
|
164
|
-
"""Sets the url of this ScenarioListSrlz.
|
164
|
+
r"""Sets the url of this ScenarioListSrlz.
|
165
165
|
|
166
166
|
:param url: The url of this ScenarioListSrlz.
|
167
167
|
:type url: str
|
@@ -170,7 +170,7 @@ class ScenarioListSrlz:
|
|
170
170
|
|
171
171
|
@property
|
172
172
|
def id(self):
|
173
|
-
"""Gets the id of this ScenarioListSrlz.
|
173
|
+
r"""Gets the id of this ScenarioListSrlz.
|
174
174
|
|
175
175
|
:return: The id of this ScenarioListSrlz.
|
176
176
|
:rtype: int
|
@@ -179,7 +179,7 @@ class ScenarioListSrlz:
|
|
179
179
|
|
180
180
|
@id.setter
|
181
181
|
def id(self, id):
|
182
|
-
"""Sets the id of this ScenarioListSrlz.
|
182
|
+
r"""Sets the id of this ScenarioListSrlz.
|
183
183
|
|
184
184
|
:param id: The id of this ScenarioListSrlz.
|
185
185
|
:type id: int
|
@@ -188,7 +188,7 @@ class ScenarioListSrlz:
|
|
188
188
|
|
189
189
|
@property
|
190
190
|
def created_at(self):
|
191
|
-
"""Gets the created_at of this ScenarioListSrlz.
|
191
|
+
r"""Gets the created_at of this ScenarioListSrlz.
|
192
192
|
|
193
193
|
:return: The created_at of this ScenarioListSrlz.
|
194
194
|
:rtype: float
|
@@ -197,7 +197,7 @@ class ScenarioListSrlz:
|
|
197
197
|
|
198
198
|
@created_at.setter
|
199
199
|
def created_at(self, created_at):
|
200
|
-
"""Sets the created_at of this ScenarioListSrlz.
|
200
|
+
r"""Sets the created_at of this ScenarioListSrlz.
|
201
201
|
|
202
202
|
:param created_at: The created_at of this ScenarioListSrlz.
|
203
203
|
:type created_at: float
|
@@ -206,7 +206,7 @@ class ScenarioListSrlz:
|
|
206
206
|
|
207
207
|
@property
|
208
208
|
def updated_at(self):
|
209
|
-
"""Gets the updated_at of this ScenarioListSrlz.
|
209
|
+
r"""Gets the updated_at of this ScenarioListSrlz.
|
210
210
|
|
211
211
|
:return: The updated_at of this ScenarioListSrlz.
|
212
212
|
:rtype: float
|
@@ -215,7 +215,7 @@ class ScenarioListSrlz:
|
|
215
215
|
|
216
216
|
@updated_at.setter
|
217
217
|
def updated_at(self, updated_at):
|
218
|
-
"""Sets the updated_at of this ScenarioListSrlz.
|
218
|
+
r"""Sets the updated_at of this ScenarioListSrlz.
|
219
219
|
|
220
220
|
:param updated_at: The updated_at of this ScenarioListSrlz.
|
221
221
|
:type updated_at: float
|
@@ -224,7 +224,7 @@ class ScenarioListSrlz:
|
|
224
224
|
|
225
225
|
@property
|
226
226
|
def labels(self):
|
227
|
-
"""Gets the labels of this ScenarioListSrlz.
|
227
|
+
r"""Gets the labels of this ScenarioListSrlz.
|
228
228
|
|
229
229
|
:return: The labels of this ScenarioListSrlz.
|
230
230
|
:rtype: list[:class:`huaweicloudsdkoctopus.v2.LabelBriefSrlz`]
|
@@ -233,7 +233,7 @@ class ScenarioListSrlz:
|
|
233
233
|
|
234
234
|
@labels.setter
|
235
235
|
def labels(self, labels):
|
236
|
-
"""Sets the labels of this ScenarioListSrlz.
|
236
|
+
r"""Sets the labels of this ScenarioListSrlz.
|
237
237
|
|
238
238
|
:param labels: The labels of this ScenarioListSrlz.
|
239
239
|
:type labels: list[:class:`huaweicloudsdkoctopus.v2.LabelBriefSrlz`]
|
@@ -242,7 +242,7 @@ class ScenarioListSrlz:
|
|
242
242
|
|
243
243
|
@property
|
244
244
|
def gen_scenario(self):
|
245
|
-
"""Gets the gen_scenario of this ScenarioListSrlz.
|
245
|
+
r"""Gets the gen_scenario of this ScenarioListSrlz.
|
246
246
|
|
247
247
|
:return: The gen_scenario of this ScenarioListSrlz.
|
248
248
|
:rtype: str
|
@@ -251,7 +251,7 @@ class ScenarioListSrlz:
|
|
251
251
|
|
252
252
|
@gen_scenario.setter
|
253
253
|
def gen_scenario(self, gen_scenario):
|
254
|
-
"""Sets the gen_scenario of this ScenarioListSrlz.
|
254
|
+
r"""Sets the gen_scenario of this ScenarioListSrlz.
|
255
255
|
|
256
256
|
:param gen_scenario: The gen_scenario of this ScenarioListSrlz.
|
257
257
|
:type gen_scenario: str
|
@@ -260,7 +260,7 @@ class ScenarioListSrlz:
|
|
260
260
|
|
261
261
|
@property
|
262
262
|
def road_scenario(self):
|
263
|
-
"""Gets the road_scenario of this ScenarioListSrlz.
|
263
|
+
r"""Gets the road_scenario of this ScenarioListSrlz.
|
264
264
|
|
265
265
|
:return: The road_scenario of this ScenarioListSrlz.
|
266
266
|
:rtype: str
|
@@ -269,7 +269,7 @@ class ScenarioListSrlz:
|
|
269
269
|
|
270
270
|
@road_scenario.setter
|
271
271
|
def road_scenario(self, road_scenario):
|
272
|
-
"""Sets the road_scenario of this ScenarioListSrlz.
|
272
|
+
r"""Sets the road_scenario of this ScenarioListSrlz.
|
273
273
|
|
274
274
|
:param road_scenario: The road_scenario of this ScenarioListSrlz.
|
275
275
|
:type road_scenario: str
|
@@ -278,7 +278,7 @@ class ScenarioListSrlz:
|
|
278
278
|
|
279
279
|
@property
|
280
280
|
def simulator(self):
|
281
|
-
"""Gets the simulator of this ScenarioListSrlz.
|
281
|
+
r"""Gets the simulator of this ScenarioListSrlz.
|
282
282
|
|
283
283
|
:return: The simulator of this ScenarioListSrlz.
|
284
284
|
:rtype: :class:`huaweicloudsdkoctopus.v2.SimulatorEnum`
|
@@ -287,7 +287,7 @@ class ScenarioListSrlz:
|
|
287
287
|
|
288
288
|
@simulator.setter
|
289
289
|
def simulator(self, simulator):
|
290
|
-
"""Sets the simulator of this ScenarioListSrlz.
|
290
|
+
r"""Sets the simulator of this ScenarioListSrlz.
|
291
291
|
|
292
292
|
:param simulator: The simulator of this ScenarioListSrlz.
|
293
293
|
:type simulator: :class:`huaweicloudsdkoctopus.v2.SimulatorEnum`
|
@@ -296,7 +296,7 @@ class ScenarioListSrlz:
|
|
296
296
|
|
297
297
|
@property
|
298
298
|
def version(self):
|
299
|
-
"""Gets the version of this ScenarioListSrlz.
|
299
|
+
r"""Gets the version of this ScenarioListSrlz.
|
300
300
|
|
301
301
|
:return: The version of this ScenarioListSrlz.
|
302
302
|
:rtype: :class:`huaweicloudsdkoctopus.v2.ScenarioVersionEnum`
|
@@ -305,7 +305,7 @@ class ScenarioListSrlz:
|
|
305
305
|
|
306
306
|
@version.setter
|
307
307
|
def version(self, version):
|
308
|
-
"""Sets the version of this ScenarioListSrlz.
|
308
|
+
r"""Sets the version of this ScenarioListSrlz.
|
309
309
|
|
310
310
|
:param version: The version of this ScenarioListSrlz.
|
311
311
|
:type version: :class:`huaweicloudsdkoctopus.v2.ScenarioVersionEnum`
|
@@ -314,7 +314,7 @@ class ScenarioListSrlz:
|
|
314
314
|
|
315
315
|
@property
|
316
316
|
def filename(self):
|
317
|
-
"""Gets the filename of this ScenarioListSrlz.
|
317
|
+
r"""Gets the filename of this ScenarioListSrlz.
|
318
318
|
|
319
319
|
:return: The filename of this ScenarioListSrlz.
|
320
320
|
:rtype: str
|
@@ -323,7 +323,7 @@ class ScenarioListSrlz:
|
|
323
323
|
|
324
324
|
@filename.setter
|
325
325
|
def filename(self, filename):
|
326
|
-
"""Sets the filename of this ScenarioListSrlz.
|
326
|
+
r"""Sets the filename of this ScenarioListSrlz.
|
327
327
|
|
328
328
|
:param filename: The filename of this ScenarioListSrlz.
|
329
329
|
:type filename: str
|
@@ -332,7 +332,7 @@ class ScenarioListSrlz:
|
|
332
332
|
|
333
333
|
@property
|
334
334
|
def map_filename(self):
|
335
|
-
"""Gets the map_filename of this ScenarioListSrlz.
|
335
|
+
r"""Gets the map_filename of this ScenarioListSrlz.
|
336
336
|
|
337
337
|
:return: The map_filename of this ScenarioListSrlz.
|
338
338
|
:rtype: str
|
@@ -341,7 +341,7 @@ class ScenarioListSrlz:
|
|
341
341
|
|
342
342
|
@map_filename.setter
|
343
343
|
def map_filename(self, map_filename):
|
344
|
-
"""Sets the map_filename of this ScenarioListSrlz.
|
344
|
+
r"""Sets the map_filename of this ScenarioListSrlz.
|
345
345
|
|
346
346
|
:param map_filename: The map_filename of this ScenarioListSrlz.
|
347
347
|
:type map_filename: str
|
@@ -350,7 +350,7 @@ class ScenarioListSrlz:
|
|
350
350
|
|
351
351
|
@property
|
352
352
|
def model_filename(self):
|
353
|
-
"""Gets the model_filename of this ScenarioListSrlz.
|
353
|
+
r"""Gets the model_filename of this ScenarioListSrlz.
|
354
354
|
|
355
355
|
:return: The model_filename of this ScenarioListSrlz.
|
356
356
|
:rtype: str
|
@@ -359,7 +359,7 @@ class ScenarioListSrlz:
|
|
359
359
|
|
360
360
|
@model_filename.setter
|
361
361
|
def model_filename(self, model_filename):
|
362
|
-
"""Sets the model_filename of this ScenarioListSrlz.
|
362
|
+
r"""Sets the model_filename of this ScenarioListSrlz.
|
363
363
|
|
364
364
|
:param model_filename: The model_filename of this ScenarioListSrlz.
|
365
365
|
:type model_filename: str
|
@@ -368,7 +368,7 @@ class ScenarioListSrlz:
|
|
368
368
|
|
369
369
|
@property
|
370
370
|
def user_id(self):
|
371
|
-
"""Gets the user_id of this ScenarioListSrlz.
|
371
|
+
r"""Gets the user_id of this ScenarioListSrlz.
|
372
372
|
|
373
373
|
:return: The user_id of this ScenarioListSrlz.
|
374
374
|
:rtype: str
|
@@ -377,7 +377,7 @@ class ScenarioListSrlz:
|
|
377
377
|
|
378
378
|
@user_id.setter
|
379
379
|
def user_id(self, user_id):
|
380
|
-
"""Sets the user_id of this ScenarioListSrlz.
|
380
|
+
r"""Sets the user_id of this ScenarioListSrlz.
|
381
381
|
|
382
382
|
:param user_id: The user_id of this ScenarioListSrlz.
|
383
383
|
:type user_id: str
|
@@ -386,7 +386,7 @@ class ScenarioListSrlz:
|
|
386
386
|
|
387
387
|
@property
|
388
388
|
def user_name(self):
|
389
|
-
"""Gets the user_name of this ScenarioListSrlz.
|
389
|
+
r"""Gets the user_name of this ScenarioListSrlz.
|
390
390
|
|
391
391
|
:return: The user_name of this ScenarioListSrlz.
|
392
392
|
:rtype: str
|
@@ -395,7 +395,7 @@ class ScenarioListSrlz:
|
|
395
395
|
|
396
396
|
@user_name.setter
|
397
397
|
def user_name(self, user_name):
|
398
|
-
"""Sets the user_name of this ScenarioListSrlz.
|
398
|
+
r"""Sets the user_name of this ScenarioListSrlz.
|
399
399
|
|
400
400
|
:param user_name: The user_name of this ScenarioListSrlz.
|
401
401
|
:type user_name: str
|
@@ -404,7 +404,7 @@ class ScenarioListSrlz:
|
|
404
404
|
|
405
405
|
@property
|
406
406
|
def name(self):
|
407
|
-
"""Gets the name of this ScenarioListSrlz.
|
407
|
+
r"""Gets the name of this ScenarioListSrlz.
|
408
408
|
|
409
409
|
:return: The name of this ScenarioListSrlz.
|
410
410
|
:rtype: str
|
@@ -413,7 +413,7 @@ class ScenarioListSrlz:
|
|
413
413
|
|
414
414
|
@name.setter
|
415
415
|
def name(self, name):
|
416
|
-
"""Sets the name of this ScenarioListSrlz.
|
416
|
+
r"""Sets the name of this ScenarioListSrlz.
|
417
417
|
|
418
418
|
:param name: The name of this ScenarioListSrlz.
|
419
419
|
:type name: str
|
@@ -422,7 +422,7 @@ class ScenarioListSrlz:
|
|
422
422
|
|
423
423
|
@property
|
424
424
|
def priority(self):
|
425
|
-
"""Gets the priority of this ScenarioListSrlz.
|
425
|
+
r"""Gets the priority of this ScenarioListSrlz.
|
426
426
|
|
427
427
|
:return: The priority of this ScenarioListSrlz.
|
428
428
|
:rtype: :class:`huaweicloudsdkoctopus.v2.PriorityEnum`
|
@@ -431,7 +431,7 @@ class ScenarioListSrlz:
|
|
431
431
|
|
432
432
|
@priority.setter
|
433
433
|
def priority(self, priority):
|
434
|
-
"""Sets the priority of this ScenarioListSrlz.
|
434
|
+
r"""Sets the priority of this ScenarioListSrlz.
|
435
435
|
|
436
436
|
:param priority: The priority of this ScenarioListSrlz.
|
437
437
|
:type priority: :class:`huaweicloudsdkoctopus.v2.PriorityEnum`
|
@@ -440,7 +440,7 @@ class ScenarioListSrlz:
|
|
440
440
|
|
441
441
|
@property
|
442
442
|
def status(self):
|
443
|
-
"""Gets the status of this ScenarioListSrlz.
|
443
|
+
r"""Gets the status of this ScenarioListSrlz.
|
444
444
|
|
445
445
|
:return: The status of this ScenarioListSrlz.
|
446
446
|
:rtype: :class:`huaweicloudsdkoctopus.v2.ScenarioStatusEnum`
|
@@ -449,7 +449,7 @@ class ScenarioListSrlz:
|
|
449
449
|
|
450
450
|
@status.setter
|
451
451
|
def status(self, status):
|
452
|
-
"""Sets the status of this ScenarioListSrlz.
|
452
|
+
r"""Sets the status of this ScenarioListSrlz.
|
453
453
|
|
454
454
|
:param status: The status of this ScenarioListSrlz.
|
455
455
|
:type status: :class:`huaweicloudsdkoctopus.v2.ScenarioStatusEnum`
|
@@ -458,7 +458,7 @@ class ScenarioListSrlz:
|
|
458
458
|
|
459
459
|
@property
|
460
460
|
def map(self):
|
461
|
-
"""Gets the map of this ScenarioListSrlz.
|
461
|
+
r"""Gets the map of this ScenarioListSrlz.
|
462
462
|
|
463
463
|
:return: The map of this ScenarioListSrlz.
|
464
464
|
:rtype: str
|
@@ -467,7 +467,7 @@ class ScenarioListSrlz:
|
|
467
467
|
|
468
468
|
@map.setter
|
469
469
|
def map(self, map):
|
470
|
-
"""Sets the map of this ScenarioListSrlz.
|
470
|
+
r"""Sets the map of this ScenarioListSrlz.
|
471
471
|
|
472
472
|
:param map: The map of this ScenarioListSrlz.
|
473
473
|
:type map: str
|
@@ -476,7 +476,7 @@ class ScenarioListSrlz:
|
|
476
476
|
|
477
477
|
@property
|
478
478
|
def model(self):
|
479
|
-
"""Gets the model of this ScenarioListSrlz.
|
479
|
+
r"""Gets the model of this ScenarioListSrlz.
|
480
480
|
|
481
481
|
:return: The model of this ScenarioListSrlz.
|
482
482
|
:rtype: str
|
@@ -485,7 +485,7 @@ class ScenarioListSrlz:
|
|
485
485
|
|
486
486
|
@model.setter
|
487
487
|
def model(self, model):
|
488
|
-
"""Sets the model of this ScenarioListSrlz.
|
488
|
+
r"""Sets the model of this ScenarioListSrlz.
|
489
489
|
|
490
490
|
:param model: The model of this ScenarioListSrlz.
|
491
491
|
:type model: str
|