huaweicloudsdkvas 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.
- huaweicloudsdkvas/v2/model/create_response_body.py +3 -3
- huaweicloudsdkvas/v2/model/create_tasks_request.py +5 -5
- huaweicloudsdkvas/v2/model/create_tasks_request_body.py +19 -19
- huaweicloudsdkvas/v2/model/create_tasks_response.py +3 -3
- huaweicloudsdkvas/v2/model/delete_task_request.py +5 -5
- huaweicloudsdkvas/v2/model/delete_task_response.py +1 -1
- huaweicloudsdkvas/v2/model/list_tasks_details_request.py +21 -21
- huaweicloudsdkvas/v2/model/list_tasks_details_response.py +5 -5
- huaweicloudsdkvas/v2/model/show_task_request.py +5 -5
- huaweicloudsdkvas/v2/model/show_task_response.py +43 -43
- huaweicloudsdkvas/v2/model/start_task_request.py +5 -5
- huaweicloudsdkvas/v2/model/start_task_response.py +1 -1
- huaweicloudsdkvas/v2/model/stop_task_request.py +5 -5
- huaweicloudsdkvas/v2/model/stop_task_response.py +1 -1
- huaweicloudsdkvas/v2/model/task_details.py +41 -41
- huaweicloudsdkvas/v2/model/task_details_error.py +5 -5
- huaweicloudsdkvas/v2/model/task_details_service_title.py +5 -5
- huaweicloudsdkvas/v2/model/task_hosting_result.py +3 -3
- huaweicloudsdkvas/v2/model/task_hosting_result_hosting_result.py +9 -9
- huaweicloudsdkvas/v2/model/task_input.py +7 -7
- huaweicloudsdkvas/v2/model/task_input_data.py +23 -23
- huaweicloudsdkvas/v2/model/task_input_vcn.py +9 -9
- huaweicloudsdkvas/v2/model/task_output.py +11 -11
- huaweicloudsdkvas/v2/model/task_output_dis.py +5 -5
- huaweicloudsdkvas/v2/model/task_output_for_display.py +11 -11
- huaweicloudsdkvas/v2/model/task_output_hosting.py +3 -3
- huaweicloudsdkvas/v2/model/task_output_hosting_for_display.py +7 -7
- huaweicloudsdkvas/v2/model/task_output_hosting_for_display_obs.py +5 -5
- huaweicloudsdkvas/v2/model/task_output_localpath.py +5 -5
- huaweicloudsdkvas/v2/model/task_output_obs.py +7 -7
- huaweicloudsdkvas/v2/model/task_output_webhook.py +7 -7
- huaweicloudsdkvas/v2/model/task_service_config.py +3 -3
- huaweicloudsdkvas/v2/model/task_timing.py +15 -15
- huaweicloudsdkvas/v2/model/task_timing_frequency.py +9 -9
- huaweicloudsdkvas/v2/model/task_timing_periods.py +5 -5
- huaweicloudsdkvas/v2/model/update_task_request.py +7 -7
- huaweicloudsdkvas/v2/model/update_task_request_body.py +13 -13
- huaweicloudsdkvas/v2/model/update_task_response.py +41 -41
- huaweicloudsdkvas/v2/vas_async_client.py +7 -7
- huaweicloudsdkvas/v2/vas_client.py +7 -7
- {huaweicloudsdkvas-3.1.141.dist-info → huaweicloudsdkvas-3.1.143.dist-info}/METADATA +2 -2
- huaweicloudsdkvas-3.1.143.dist-info/RECORD +50 -0
- huaweicloudsdkvas-3.1.141.dist-info/RECORD +0 -50
- {huaweicloudsdkvas-3.1.141.dist-info → huaweicloudsdkvas-3.1.143.dist-info}/LICENSE +0 -0
- {huaweicloudsdkvas-3.1.141.dist-info → huaweicloudsdkvas-3.1.143.dist-info}/WHEEL +0 -0
- {huaweicloudsdkvas-3.1.141.dist-info → huaweicloudsdkvas-3.1.143.dist-info}/top_level.txt +0 -0
@@ -25,7 +25,7 @@ class CreateResponseBody:
|
|
25
25
|
}
|
26
26
|
|
27
27
|
def __init__(self, id=None):
|
28
|
-
"""CreateResponseBody
|
28
|
+
r"""CreateResponseBody
|
29
29
|
|
30
30
|
The model defined in huaweicloud sdk
|
31
31
|
|
@@ -42,7 +42,7 @@ class CreateResponseBody:
|
|
42
42
|
|
43
43
|
@property
|
44
44
|
def id(self):
|
45
|
-
"""Gets the id of this CreateResponseBody.
|
45
|
+
r"""Gets the id of this CreateResponseBody.
|
46
46
|
|
47
47
|
创建出的服务作业ID
|
48
48
|
|
@@ -53,7 +53,7 @@ class CreateResponseBody:
|
|
53
53
|
|
54
54
|
@id.setter
|
55
55
|
def id(self, id):
|
56
|
-
"""Sets the id of this CreateResponseBody.
|
56
|
+
r"""Sets the id of this CreateResponseBody.
|
57
57
|
|
58
58
|
创建出的服务作业ID
|
59
59
|
|
@@ -27,7 +27,7 @@ class CreateTasksRequest:
|
|
27
27
|
}
|
28
28
|
|
29
29
|
def __init__(self, service_name=None, body=None):
|
30
|
-
"""CreateTasksRequest
|
30
|
+
r"""CreateTasksRequest
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
@@ -49,7 +49,7 @@ class CreateTasksRequest:
|
|
49
49
|
|
50
50
|
@property
|
51
51
|
def service_name(self):
|
52
|
-
"""Gets the service_name of this CreateTasksRequest.
|
52
|
+
r"""Gets the service_name of this CreateTasksRequest.
|
53
53
|
|
54
54
|
服务名称
|
55
55
|
|
@@ -60,7 +60,7 @@ class CreateTasksRequest:
|
|
60
60
|
|
61
61
|
@service_name.setter
|
62
62
|
def service_name(self, service_name):
|
63
|
-
"""Sets the service_name of this CreateTasksRequest.
|
63
|
+
r"""Sets the service_name of this CreateTasksRequest.
|
64
64
|
|
65
65
|
服务名称
|
66
66
|
|
@@ -71,7 +71,7 @@ class CreateTasksRequest:
|
|
71
71
|
|
72
72
|
@property
|
73
73
|
def body(self):
|
74
|
-
"""Gets the body of this CreateTasksRequest.
|
74
|
+
r"""Gets the body of this CreateTasksRequest.
|
75
75
|
|
76
76
|
:return: The body of this CreateTasksRequest.
|
77
77
|
:rtype: :class:`huaweicloudsdkvas.v2.CreateTasksRequestBody`
|
@@ -80,7 +80,7 @@ class CreateTasksRequest:
|
|
80
80
|
|
81
81
|
@body.setter
|
82
82
|
def body(self, body):
|
83
|
-
"""Sets the body of this CreateTasksRequest.
|
83
|
+
r"""Sets the body of this CreateTasksRequest.
|
84
84
|
|
85
85
|
:param body: The body of this CreateTasksRequest.
|
86
86
|
:type body: :class:`huaweicloudsdkvas.v2.CreateTasksRequestBody`
|
@@ -41,7 +41,7 @@ class CreateTasksRequestBody:
|
|
41
41
|
}
|
42
42
|
|
43
43
|
def __init__(self, name=None, description=None, service_version=None, edge_pool_id=None, resource_order_id=None, timing=None, input=None, output=None, service_config=None):
|
44
|
-
"""CreateTasksRequestBody
|
44
|
+
r"""CreateTasksRequestBody
|
45
45
|
|
46
46
|
The model defined in huaweicloud sdk
|
47
47
|
|
@@ -95,7 +95,7 @@ class CreateTasksRequestBody:
|
|
95
95
|
|
96
96
|
@property
|
97
97
|
def name(self):
|
98
|
-
"""Gets the name of this CreateTasksRequestBody.
|
98
|
+
r"""Gets the name of this CreateTasksRequestBody.
|
99
99
|
|
100
100
|
作业的名称,必填。仅能包含汉字、字母、数字、中划线和下划线,长度介于1~100之间。
|
101
101
|
|
@@ -106,7 +106,7 @@ class CreateTasksRequestBody:
|
|
106
106
|
|
107
107
|
@name.setter
|
108
108
|
def name(self, name):
|
109
|
-
"""Sets the name of this CreateTasksRequestBody.
|
109
|
+
r"""Sets the name of this CreateTasksRequestBody.
|
110
110
|
|
111
111
|
作业的名称,必填。仅能包含汉字、字母、数字、中划线和下划线,长度介于1~100之间。
|
112
112
|
|
@@ -117,7 +117,7 @@ class CreateTasksRequestBody:
|
|
117
117
|
|
118
118
|
@property
|
119
119
|
def description(self):
|
120
|
-
"""Gets the description of this CreateTasksRequestBody.
|
120
|
+
r"""Gets the description of this CreateTasksRequestBody.
|
121
121
|
|
122
122
|
作业的描述,选填。长度不超过500。
|
123
123
|
|
@@ -128,7 +128,7 @@ class CreateTasksRequestBody:
|
|
128
128
|
|
129
129
|
@description.setter
|
130
130
|
def description(self, description):
|
131
|
-
"""Sets the description of this CreateTasksRequestBody.
|
131
|
+
r"""Sets the description of this CreateTasksRequestBody.
|
132
132
|
|
133
133
|
作业的描述,选填。长度不超过500。
|
134
134
|
|
@@ -139,7 +139,7 @@ class CreateTasksRequestBody:
|
|
139
139
|
|
140
140
|
@property
|
141
141
|
def service_version(self):
|
142
|
-
"""Gets the service_version of this CreateTasksRequestBody.
|
142
|
+
r"""Gets the service_version of this CreateTasksRequestBody.
|
143
143
|
|
144
144
|
作业对应服务的版本号,必填。由两个介于0~999的整数和一个点号分隔符组成。
|
145
145
|
|
@@ -150,7 +150,7 @@ class CreateTasksRequestBody:
|
|
150
150
|
|
151
151
|
@service_version.setter
|
152
152
|
def service_version(self, service_version):
|
153
|
-
"""Sets the service_version of this CreateTasksRequestBody.
|
153
|
+
r"""Sets the service_version of this CreateTasksRequestBody.
|
154
154
|
|
155
155
|
作业对应服务的版本号,必填。由两个介于0~999的整数和一个点号分隔符组成。
|
156
156
|
|
@@ -161,7 +161,7 @@ class CreateTasksRequestBody:
|
|
161
161
|
|
162
162
|
@property
|
163
163
|
def edge_pool_id(self):
|
164
|
-
"""Gets the edge_pool_id of this CreateTasksRequestBody.
|
164
|
+
r"""Gets the edge_pool_id of this CreateTasksRequestBody.
|
165
165
|
|
166
166
|
作业运行指定的边缘运行池ID,仅边缘场景需填且必填。
|
167
167
|
|
@@ -172,7 +172,7 @@ class CreateTasksRequestBody:
|
|
172
172
|
|
173
173
|
@edge_pool_id.setter
|
174
174
|
def edge_pool_id(self, edge_pool_id):
|
175
|
-
"""Sets the edge_pool_id of this CreateTasksRequestBody.
|
175
|
+
r"""Sets the edge_pool_id of this CreateTasksRequestBody.
|
176
176
|
|
177
177
|
作业运行指定的边缘运行池ID,仅边缘场景需填且必填。
|
178
178
|
|
@@ -183,7 +183,7 @@ class CreateTasksRequestBody:
|
|
183
183
|
|
184
184
|
@property
|
185
185
|
def resource_order_id(self):
|
186
|
-
"""Gets the resource_order_id of this CreateTasksRequestBody.
|
186
|
+
r"""Gets the resource_order_id of this CreateTasksRequestBody.
|
187
187
|
|
188
188
|
作业指定的算法能力包包周期订单ID,仅部分服务需填且必填。
|
189
189
|
|
@@ -194,7 +194,7 @@ class CreateTasksRequestBody:
|
|
194
194
|
|
195
195
|
@resource_order_id.setter
|
196
196
|
def resource_order_id(self, resource_order_id):
|
197
|
-
"""Sets the resource_order_id of this CreateTasksRequestBody.
|
197
|
+
r"""Sets the resource_order_id of this CreateTasksRequestBody.
|
198
198
|
|
199
199
|
作业指定的算法能力包包周期订单ID,仅部分服务需填且必填。
|
200
200
|
|
@@ -205,7 +205,7 @@ class CreateTasksRequestBody:
|
|
205
205
|
|
206
206
|
@property
|
207
207
|
def timing(self):
|
208
|
-
"""Gets the timing of this CreateTasksRequestBody.
|
208
|
+
r"""Gets the timing of this CreateTasksRequestBody.
|
209
209
|
|
210
210
|
:return: The timing of this CreateTasksRequestBody.
|
211
211
|
:rtype: :class:`huaweicloudsdkvas.v2.TaskTiming`
|
@@ -214,7 +214,7 @@ class CreateTasksRequestBody:
|
|
214
214
|
|
215
215
|
@timing.setter
|
216
216
|
def timing(self, timing):
|
217
|
-
"""Sets the timing of this CreateTasksRequestBody.
|
217
|
+
r"""Sets the timing of this CreateTasksRequestBody.
|
218
218
|
|
219
219
|
:param timing: The timing of this CreateTasksRequestBody.
|
220
220
|
:type timing: :class:`huaweicloudsdkvas.v2.TaskTiming`
|
@@ -223,7 +223,7 @@ class CreateTasksRequestBody:
|
|
223
223
|
|
224
224
|
@property
|
225
225
|
def input(self):
|
226
|
-
"""Gets the input of this CreateTasksRequestBody.
|
226
|
+
r"""Gets the input of this CreateTasksRequestBody.
|
227
227
|
|
228
228
|
:return: The input of this CreateTasksRequestBody.
|
229
229
|
:rtype: :class:`huaweicloudsdkvas.v2.TaskInput`
|
@@ -232,7 +232,7 @@ class CreateTasksRequestBody:
|
|
232
232
|
|
233
233
|
@input.setter
|
234
234
|
def input(self, input):
|
235
|
-
"""Sets the input of this CreateTasksRequestBody.
|
235
|
+
r"""Sets the input of this CreateTasksRequestBody.
|
236
236
|
|
237
237
|
:param input: The input of this CreateTasksRequestBody.
|
238
238
|
:type input: :class:`huaweicloudsdkvas.v2.TaskInput`
|
@@ -241,7 +241,7 @@ class CreateTasksRequestBody:
|
|
241
241
|
|
242
242
|
@property
|
243
243
|
def output(self):
|
244
|
-
"""Gets the output of this CreateTasksRequestBody.
|
244
|
+
r"""Gets the output of this CreateTasksRequestBody.
|
245
245
|
|
246
246
|
:return: The output of this CreateTasksRequestBody.
|
247
247
|
:rtype: :class:`huaweicloudsdkvas.v2.TaskOutput`
|
@@ -250,7 +250,7 @@ class CreateTasksRequestBody:
|
|
250
250
|
|
251
251
|
@output.setter
|
252
252
|
def output(self, output):
|
253
|
-
"""Sets the output of this CreateTasksRequestBody.
|
253
|
+
r"""Sets the output of this CreateTasksRequestBody.
|
254
254
|
|
255
255
|
:param output: The output of this CreateTasksRequestBody.
|
256
256
|
:type output: :class:`huaweicloudsdkvas.v2.TaskOutput`
|
@@ -259,7 +259,7 @@ class CreateTasksRequestBody:
|
|
259
259
|
|
260
260
|
@property
|
261
261
|
def service_config(self):
|
262
|
-
"""Gets the service_config of this CreateTasksRequestBody.
|
262
|
+
r"""Gets the service_config of this CreateTasksRequestBody.
|
263
263
|
|
264
264
|
:return: The service_config of this CreateTasksRequestBody.
|
265
265
|
:rtype: :class:`huaweicloudsdkvas.v2.TaskServiceConfig`
|
@@ -268,7 +268,7 @@ class CreateTasksRequestBody:
|
|
268
268
|
|
269
269
|
@service_config.setter
|
270
270
|
def service_config(self, service_config):
|
271
|
-
"""Sets the service_config of this CreateTasksRequestBody.
|
271
|
+
r"""Sets the service_config of this CreateTasksRequestBody.
|
272
272
|
|
273
273
|
:param service_config: The service_config of this CreateTasksRequestBody.
|
274
274
|
:type service_config: :class:`huaweicloudsdkvas.v2.TaskServiceConfig`
|
@@ -26,7 +26,7 @@ class CreateTasksResponse(SdkResponse):
|
|
26
26
|
}
|
27
27
|
|
28
28
|
def __init__(self, body=None):
|
29
|
-
"""CreateTasksResponse
|
29
|
+
r"""CreateTasksResponse
|
30
30
|
|
31
31
|
The model defined in huaweicloud sdk
|
32
32
|
|
@@ -44,7 +44,7 @@ class CreateTasksResponse(SdkResponse):
|
|
44
44
|
|
45
45
|
@property
|
46
46
|
def body(self):
|
47
|
-
"""Gets the body of this CreateTasksResponse.
|
47
|
+
r"""Gets the body of this CreateTasksResponse.
|
48
48
|
|
49
49
|
:return: The body of this CreateTasksResponse.
|
50
50
|
:rtype: list[:class:`huaweicloudsdkvas.v2.CreateResponseBody`]
|
@@ -53,7 +53,7 @@ class CreateTasksResponse(SdkResponse):
|
|
53
53
|
|
54
54
|
@body.setter
|
55
55
|
def body(self, body):
|
56
|
-
"""Sets the body of this CreateTasksResponse.
|
56
|
+
r"""Sets the body of this CreateTasksResponse.
|
57
57
|
|
58
58
|
:param body: The body of this CreateTasksResponse.
|
59
59
|
:type body: list[:class:`huaweicloudsdkvas.v2.CreateResponseBody`]
|
@@ -27,7 +27,7 @@ class DeleteTaskRequest:
|
|
27
27
|
}
|
28
28
|
|
29
29
|
def __init__(self, service_name=None, task_id=None):
|
30
|
-
"""DeleteTaskRequest
|
30
|
+
r"""DeleteTaskRequest
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
@@ -48,7 +48,7 @@ class DeleteTaskRequest:
|
|
48
48
|
|
49
49
|
@property
|
50
50
|
def service_name(self):
|
51
|
-
"""Gets the service_name of this DeleteTaskRequest.
|
51
|
+
r"""Gets the service_name of this DeleteTaskRequest.
|
52
52
|
|
53
53
|
服务名称
|
54
54
|
|
@@ -59,7 +59,7 @@ class DeleteTaskRequest:
|
|
59
59
|
|
60
60
|
@service_name.setter
|
61
61
|
def service_name(self, service_name):
|
62
|
-
"""Sets the service_name of this DeleteTaskRequest.
|
62
|
+
r"""Sets the service_name of this DeleteTaskRequest.
|
63
63
|
|
64
64
|
服务名称
|
65
65
|
|
@@ -70,7 +70,7 @@ class DeleteTaskRequest:
|
|
70
70
|
|
71
71
|
@property
|
72
72
|
def task_id(self):
|
73
|
-
"""Gets the task_id of this DeleteTaskRequest.
|
73
|
+
r"""Gets the task_id of this DeleteTaskRequest.
|
74
74
|
|
75
75
|
指定的服务作业ID
|
76
76
|
|
@@ -81,7 +81,7 @@ class DeleteTaskRequest:
|
|
81
81
|
|
82
82
|
@task_id.setter
|
83
83
|
def task_id(self, task_id):
|
84
|
-
"""Sets the task_id of this DeleteTaskRequest.
|
84
|
+
r"""Sets the task_id of this DeleteTaskRequest.
|
85
85
|
|
86
86
|
指定的服务作业ID
|
87
87
|
|
@@ -43,7 +43,7 @@ class ListTasksDetailsRequest:
|
|
43
43
|
}
|
44
44
|
|
45
45
|
def __init__(self, service_name=None, service_version=None, state=None, name_like=None, id_like=None, created_since=None, created_until=None, order=None, offset=None, limit=None):
|
46
|
-
"""ListTasksDetailsRequest
|
46
|
+
r"""ListTasksDetailsRequest
|
47
47
|
|
48
48
|
The model defined in huaweicloud sdk
|
49
49
|
|
@@ -105,7 +105,7 @@ class ListTasksDetailsRequest:
|
|
105
105
|
|
106
106
|
@property
|
107
107
|
def service_name(self):
|
108
|
-
"""Gets the service_name of this ListTasksDetailsRequest.
|
108
|
+
r"""Gets the service_name of this ListTasksDetailsRequest.
|
109
109
|
|
110
110
|
服务名称
|
111
111
|
|
@@ -116,7 +116,7 @@ class ListTasksDetailsRequest:
|
|
116
116
|
|
117
117
|
@service_name.setter
|
118
118
|
def service_name(self, service_name):
|
119
|
-
"""Sets the service_name of this ListTasksDetailsRequest.
|
119
|
+
r"""Sets the service_name of this ListTasksDetailsRequest.
|
120
120
|
|
121
121
|
服务名称
|
122
122
|
|
@@ -127,7 +127,7 @@ class ListTasksDetailsRequest:
|
|
127
127
|
|
128
128
|
@property
|
129
129
|
def service_version(self):
|
130
|
-
"""Gets the service_version of this ListTasksDetailsRequest.
|
130
|
+
r"""Gets the service_version of this ListTasksDetailsRequest.
|
131
131
|
|
132
132
|
目标服务作业对应的服务版本号
|
133
133
|
|
@@ -138,7 +138,7 @@ class ListTasksDetailsRequest:
|
|
138
138
|
|
139
139
|
@service_version.setter
|
140
140
|
def service_version(self, service_version):
|
141
|
-
"""Sets the service_version of this ListTasksDetailsRequest.
|
141
|
+
r"""Sets the service_version of this ListTasksDetailsRequest.
|
142
142
|
|
143
143
|
目标服务作业对应的服务版本号
|
144
144
|
|
@@ -149,7 +149,7 @@ class ListTasksDetailsRequest:
|
|
149
149
|
|
150
150
|
@property
|
151
151
|
def state(self):
|
152
|
-
"""Gets the state of this ListTasksDetailsRequest.
|
152
|
+
r"""Gets the state of this ListTasksDetailsRequest.
|
153
153
|
|
154
154
|
目标服务作业的状态,分别为PENDING(等待中),RECOVERING(恢复中),STARTING(启动中),UPGRADING(升级中),CREATE_FAILED(创建失败),START_FAILED(启动失败),RUNNING(运行中),STOPPING(停止中),STOPPED(已停止),ABNORMAL(异常),SUCCEEDED(运行成功),FAILED(运行失败),DELETING(删除中),FREEZING(冻结中),FROZEN(已冻结)
|
155
155
|
|
@@ -160,7 +160,7 @@ class ListTasksDetailsRequest:
|
|
160
160
|
|
161
161
|
@state.setter
|
162
162
|
def state(self, state):
|
163
|
-
"""Sets the state of this ListTasksDetailsRequest.
|
163
|
+
r"""Sets the state of this ListTasksDetailsRequest.
|
164
164
|
|
165
165
|
目标服务作业的状态,分别为PENDING(等待中),RECOVERING(恢复中),STARTING(启动中),UPGRADING(升级中),CREATE_FAILED(创建失败),START_FAILED(启动失败),RUNNING(运行中),STOPPING(停止中),STOPPED(已停止),ABNORMAL(异常),SUCCEEDED(运行成功),FAILED(运行失败),DELETING(删除中),FREEZING(冻结中),FROZEN(已冻结)
|
166
166
|
|
@@ -171,7 +171,7 @@ class ListTasksDetailsRequest:
|
|
171
171
|
|
172
172
|
@property
|
173
173
|
def name_like(self):
|
174
|
-
"""Gets the name_like of this ListTasksDetailsRequest.
|
174
|
+
r"""Gets the name_like of this ListTasksDetailsRequest.
|
175
175
|
|
176
176
|
目标服务作业的名称,支持模糊匹配
|
177
177
|
|
@@ -182,7 +182,7 @@ class ListTasksDetailsRequest:
|
|
182
182
|
|
183
183
|
@name_like.setter
|
184
184
|
def name_like(self, name_like):
|
185
|
-
"""Sets the name_like of this ListTasksDetailsRequest.
|
185
|
+
r"""Sets the name_like of this ListTasksDetailsRequest.
|
186
186
|
|
187
187
|
目标服务作业的名称,支持模糊匹配
|
188
188
|
|
@@ -193,7 +193,7 @@ class ListTasksDetailsRequest:
|
|
193
193
|
|
194
194
|
@property
|
195
195
|
def id_like(self):
|
196
|
-
"""Gets the id_like of this ListTasksDetailsRequest.
|
196
|
+
r"""Gets the id_like of this ListTasksDetailsRequest.
|
197
197
|
|
198
198
|
目标服务作业的ID,支持模糊匹配
|
199
199
|
|
@@ -204,7 +204,7 @@ class ListTasksDetailsRequest:
|
|
204
204
|
|
205
205
|
@id_like.setter
|
206
206
|
def id_like(self, id_like):
|
207
|
-
"""Sets the id_like of this ListTasksDetailsRequest.
|
207
|
+
r"""Sets the id_like of this ListTasksDetailsRequest.
|
208
208
|
|
209
209
|
目标服务作业的ID,支持模糊匹配
|
210
210
|
|
@@ -215,7 +215,7 @@ class ListTasksDetailsRequest:
|
|
215
215
|
|
216
216
|
@property
|
217
217
|
def created_since(self):
|
218
|
-
"""Gets the created_since of this ListTasksDetailsRequest.
|
218
|
+
r"""Gets the created_since of this ListTasksDetailsRequest.
|
219
219
|
|
220
220
|
目标服务作业的创建起始时间
|
221
221
|
|
@@ -226,7 +226,7 @@ class ListTasksDetailsRequest:
|
|
226
226
|
|
227
227
|
@created_since.setter
|
228
228
|
def created_since(self, created_since):
|
229
|
-
"""Sets the created_since of this ListTasksDetailsRequest.
|
229
|
+
r"""Sets the created_since of this ListTasksDetailsRequest.
|
230
230
|
|
231
231
|
目标服务作业的创建起始时间
|
232
232
|
|
@@ -237,7 +237,7 @@ class ListTasksDetailsRequest:
|
|
237
237
|
|
238
238
|
@property
|
239
239
|
def created_until(self):
|
240
|
-
"""Gets the created_until of this ListTasksDetailsRequest.
|
240
|
+
r"""Gets the created_until of this ListTasksDetailsRequest.
|
241
241
|
|
242
242
|
目标服务作业的创建截止时间
|
243
243
|
|
@@ -248,7 +248,7 @@ class ListTasksDetailsRequest:
|
|
248
248
|
|
249
249
|
@created_until.setter
|
250
250
|
def created_until(self, created_until):
|
251
|
-
"""Sets the created_until of this ListTasksDetailsRequest.
|
251
|
+
r"""Sets the created_until of this ListTasksDetailsRequest.
|
252
252
|
|
253
253
|
目标服务作业的创建截止时间
|
254
254
|
|
@@ -259,7 +259,7 @@ class ListTasksDetailsRequest:
|
|
259
259
|
|
260
260
|
@property
|
261
261
|
def order(self):
|
262
|
-
"""Gets the order of this ListTasksDetailsRequest.
|
262
|
+
r"""Gets the order of this ListTasksDetailsRequest.
|
263
263
|
|
264
264
|
展示服务作业时的排序字段和顺序,分别为name:ASC(按名称顺序排序),name:DESC(按名称倒序排序),created_at:ASC(按创建时间正序排序),created_at:DESC(按创建时间倒序排序),updated_at:ASC(按更新时间正序排序),updated_at:DESC(按更新时间倒序排序)
|
265
265
|
|
@@ -270,7 +270,7 @@ class ListTasksDetailsRequest:
|
|
270
270
|
|
271
271
|
@order.setter
|
272
272
|
def order(self, order):
|
273
|
-
"""Sets the order of this ListTasksDetailsRequest.
|
273
|
+
r"""Sets the order of this ListTasksDetailsRequest.
|
274
274
|
|
275
275
|
展示服务作业时的排序字段和顺序,分别为name:ASC(按名称顺序排序),name:DESC(按名称倒序排序),created_at:ASC(按创建时间正序排序),created_at:DESC(按创建时间倒序排序),updated_at:ASC(按更新时间正序排序),updated_at:DESC(按更新时间倒序排序)
|
276
276
|
|
@@ -281,7 +281,7 @@ class ListTasksDetailsRequest:
|
|
281
281
|
|
282
282
|
@property
|
283
283
|
def offset(self):
|
284
|
-
"""Gets the offset of this ListTasksDetailsRequest.
|
284
|
+
r"""Gets the offset of this ListTasksDetailsRequest.
|
285
285
|
|
286
286
|
首个展示的服务作业的偏移量
|
287
287
|
|
@@ -292,7 +292,7 @@ class ListTasksDetailsRequest:
|
|
292
292
|
|
293
293
|
@offset.setter
|
294
294
|
def offset(self, offset):
|
295
|
-
"""Sets the offset of this ListTasksDetailsRequest.
|
295
|
+
r"""Sets the offset of this ListTasksDetailsRequest.
|
296
296
|
|
297
297
|
首个展示的服务作业的偏移量
|
298
298
|
|
@@ -303,7 +303,7 @@ class ListTasksDetailsRequest:
|
|
303
303
|
|
304
304
|
@property
|
305
305
|
def limit(self):
|
306
|
-
"""Gets the limit of this ListTasksDetailsRequest.
|
306
|
+
r"""Gets the limit of this ListTasksDetailsRequest.
|
307
307
|
|
308
308
|
展示服务作业的数量
|
309
309
|
|
@@ -314,7 +314,7 @@ class ListTasksDetailsRequest:
|
|
314
314
|
|
315
315
|
@limit.setter
|
316
316
|
def limit(self, limit):
|
317
|
-
"""Sets the limit of this ListTasksDetailsRequest.
|
317
|
+
r"""Sets the limit of this ListTasksDetailsRequest.
|
318
318
|
|
319
319
|
展示服务作业的数量
|
320
320
|
|
@@ -28,7 +28,7 @@ class ListTasksDetailsResponse(SdkResponse):
|
|
28
28
|
}
|
29
29
|
|
30
30
|
def __init__(self, count=None, tasks=None):
|
31
|
-
"""ListTasksDetailsResponse
|
31
|
+
r"""ListTasksDetailsResponse
|
32
32
|
|
33
33
|
The model defined in huaweicloud sdk
|
34
34
|
|
@@ -51,7 +51,7 @@ class ListTasksDetailsResponse(SdkResponse):
|
|
51
51
|
|
52
52
|
@property
|
53
53
|
def count(self):
|
54
|
-
"""Gets the count of this ListTasksDetailsResponse.
|
54
|
+
r"""Gets the count of this ListTasksDetailsResponse.
|
55
55
|
|
56
56
|
符合检索条件的总条目数
|
57
57
|
|
@@ -62,7 +62,7 @@ class ListTasksDetailsResponse(SdkResponse):
|
|
62
62
|
|
63
63
|
@count.setter
|
64
64
|
def count(self, count):
|
65
|
-
"""Sets the count of this ListTasksDetailsResponse.
|
65
|
+
r"""Sets the count of this ListTasksDetailsResponse.
|
66
66
|
|
67
67
|
符合检索条件的总条目数
|
68
68
|
|
@@ -73,7 +73,7 @@ class ListTasksDetailsResponse(SdkResponse):
|
|
73
73
|
|
74
74
|
@property
|
75
75
|
def tasks(self):
|
76
|
-
"""Gets the tasks of this ListTasksDetailsResponse.
|
76
|
+
r"""Gets the tasks of this ListTasksDetailsResponse.
|
77
77
|
|
78
78
|
检索到的服务作业条目
|
79
79
|
|
@@ -84,7 +84,7 @@ class ListTasksDetailsResponse(SdkResponse):
|
|
84
84
|
|
85
85
|
@tasks.setter
|
86
86
|
def tasks(self, tasks):
|
87
|
-
"""Sets the tasks of this ListTasksDetailsResponse.
|
87
|
+
r"""Sets the tasks of this ListTasksDetailsResponse.
|
88
88
|
|
89
89
|
检索到的服务作业条目
|
90
90
|
|
@@ -27,7 +27,7 @@ class ShowTaskRequest:
|
|
27
27
|
}
|
28
28
|
|
29
29
|
def __init__(self, service_name=None, task_id=None):
|
30
|
-
"""ShowTaskRequest
|
30
|
+
r"""ShowTaskRequest
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
@@ -48,7 +48,7 @@ class ShowTaskRequest:
|
|
48
48
|
|
49
49
|
@property
|
50
50
|
def service_name(self):
|
51
|
-
"""Gets the service_name of this ShowTaskRequest.
|
51
|
+
r"""Gets the service_name of this ShowTaskRequest.
|
52
52
|
|
53
53
|
服务名称
|
54
54
|
|
@@ -59,7 +59,7 @@ class ShowTaskRequest:
|
|
59
59
|
|
60
60
|
@service_name.setter
|
61
61
|
def service_name(self, service_name):
|
62
|
-
"""Sets the service_name of this ShowTaskRequest.
|
62
|
+
r"""Sets the service_name of this ShowTaskRequest.
|
63
63
|
|
64
64
|
服务名称
|
65
65
|
|
@@ -70,7 +70,7 @@ class ShowTaskRequest:
|
|
70
70
|
|
71
71
|
@property
|
72
72
|
def task_id(self):
|
73
|
-
"""Gets the task_id of this ShowTaskRequest.
|
73
|
+
r"""Gets the task_id of this ShowTaskRequest.
|
74
74
|
|
75
75
|
指定的服务作业ID
|
76
76
|
|
@@ -81,7 +81,7 @@ class ShowTaskRequest:
|
|
81
81
|
|
82
82
|
@task_id.setter
|
83
83
|
def task_id(self, task_id):
|
84
|
-
"""Sets the task_id of this ShowTaskRequest.
|
84
|
+
r"""Sets the task_id of this ShowTaskRequest.
|
85
85
|
|
86
86
|
指定的服务作业ID
|
87
87
|
|