huaweicloudsdkdwr 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.
Potentially problematic release.
This version of huaweicloudsdkdwr might be problematic. Click here for more details.
- huaweicloudsdkdwr/v3/dwr_async_client.py +23 -23
- huaweicloudsdkdwr/v3/dwr_client.py +23 -23
- huaweicloudsdkdwr/v3/model/accept_service_contract_request.py +3 -3
- huaweicloudsdkdwr/v3/model/accept_service_contract_response.py +5 -5
- huaweicloudsdkdwr/v3/model/action.py +25 -25
- huaweicloudsdkdwr/v3/model/action_result.py +11 -11
- huaweicloudsdkdwr/v3/model/action_template_item.py +5 -5
- huaweicloudsdkdwr/v3/model/async_invoke_api_start_workflow_request.py +5 -5
- huaweicloudsdkdwr/v3/model/async_invoke_api_start_workflow_response.py +15 -15
- huaweicloudsdkdwr/v3/model/check_workflow_authentication_request.py +1 -1
- huaweicloudsdkdwr/v3/model/check_workflow_authentication_response.py +29 -29
- huaweicloudsdkdwr/v3/model/create_my_action_template_request.py +5 -5
- huaweicloudsdkdwr/v3/model/create_my_action_template_response.py +25 -25
- huaweicloudsdkdwr/v3/model/create_workflow_authentication_request.py +1 -1
- huaweicloudsdkdwr/v3/model/create_workflow_authentication_response.py +5 -5
- huaweicloudsdkdwr/v3/model/create_workflow_request.py +5 -5
- huaweicloudsdkdwr/v3/model/create_workflow_request_body.py +15 -15
- huaweicloudsdkdwr/v3/model/create_workflow_response.py +15 -15
- huaweicloudsdkdwr/v3/model/delete_my_action_template_request.py +3 -3
- huaweicloudsdkdwr/v3/model/delete_my_action_template_response.py +5 -5
- huaweicloudsdkdwr/v3/model/delete_workflow_request.py +3 -3
- huaweicloudsdkdwr/v3/model/delete_workflow_response.py +5 -5
- huaweicloudsdkdwr/v3/model/execute_workflow_body.py +7 -7
- huaweicloudsdkdwr/v3/model/execution.py +15 -15
- huaweicloudsdkdwr/v3/model/express_config.py +5 -5
- huaweicloudsdkdwr/v3/model/func_vpc.py +13 -13
- huaweicloudsdkdwr/v3/model/graph_item.py +9 -9
- huaweicloudsdkdwr/v3/model/input.py +21 -21
- huaweicloudsdkdwr/v3/model/input_para_type.py +1 -1
- huaweicloudsdkdwr/v3/model/input_para_value_type.py +1 -1
- huaweicloudsdkdwr/v3/model/list_my_action_template_request.py +11 -11
- huaweicloudsdkdwr/v3/model/list_my_action_template_response.py +17 -17
- huaweicloudsdkdwr/v3/model/list_system_templates_request.py +9 -9
- huaweicloudsdkdwr/v3/model/list_system_templates_response.py +19 -19
- huaweicloudsdkdwr/v3/model/list_workflow_instance_request.py +13 -13
- huaweicloudsdkdwr/v3/model/list_workflow_instance_response.py +17 -17
- huaweicloudsdkdwr/v3/model/list_workflows_request.py +7 -7
- huaweicloudsdkdwr/v3/model/list_workflows_response.py +17 -17
- huaweicloudsdkdwr/v3/model/node_execution.py +15 -15
- huaweicloudsdkdwr/v3/model/policy.py +5 -5
- huaweicloudsdkdwr/v3/model/provided_action.py +35 -35
- huaweicloudsdkdwr/v3/model/public_template_item.py +15 -15
- huaweicloudsdkdwr/v3/model/public_template_register_type.py +1 -1
- huaweicloudsdkdwr/v3/model/restore_workflow_execution_request.py +5 -5
- huaweicloudsdkdwr/v3/model/restore_workflow_execution_response.py +15 -15
- huaweicloudsdkdwr/v3/model/show_public_action_list_request.py +9 -9
- huaweicloudsdkdwr/v3/model/show_public_action_list_response.py +19 -19
- huaweicloudsdkdwr/v3/model/show_public_template_info_request.py +3 -3
- huaweicloudsdkdwr/v3/model/show_public_template_info_response.py +11 -11
- huaweicloudsdkdwr/v3/model/show_service_contract_request.py +3 -3
- huaweicloudsdkdwr/v3/model/show_service_contract_response.py +13 -13
- huaweicloudsdkdwr/v3/model/show_system_template_detail_request.py +3 -3
- huaweicloudsdkdwr/v3/model/show_system_template_detail_response.py +11 -11
- huaweicloudsdkdwr/v3/model/show_third_template_info_request.py +3 -3
- huaweicloudsdkdwr/v3/model/show_third_template_info_response.py +11 -11
- huaweicloudsdkdwr/v3/model/show_workflow_info_request.py +3 -3
- huaweicloudsdkdwr/v3/model/show_workflow_info_response.py +19 -19
- huaweicloudsdkdwr/v3/model/show_workflow_instance_request.py +5 -5
- huaweicloudsdkdwr/v3/model/show_workflow_instance_response.py +33 -33
- huaweicloudsdkdwr/v3/model/state.py +19 -19
- huaweicloudsdkdwr/v3/model/statement.py +5 -5
- huaweicloudsdkdwr/v3/model/third_action_template_item.py +15 -15
- huaweicloudsdkdwr/v3/model/third_template_request_body.py +25 -25
- huaweicloudsdkdwr/v3/model/update_my_action_template_request.py +5 -5
- huaweicloudsdkdwr/v3/model/update_my_action_template_response.py +15 -15
- huaweicloudsdkdwr/v3/model/update_my_action_template_to_deprecated_request.py +3 -3
- huaweicloudsdkdwr/v3/model/update_my_action_template_to_deprecated_response.py +5 -5
- huaweicloudsdkdwr/v3/model/update_workflow_body.py +3 -3
- huaweicloudsdkdwr/v3/model/update_workflow_request.py +5 -5
- huaweicloudsdkdwr/v3/model/update_workflow_response.py +15 -15
- {huaweicloudsdkdwr-3.1.142.dist-info → huaweicloudsdkdwr-3.1.144.dist-info}/METADATA +2 -2
- huaweicloudsdkdwr-3.1.144.dist-info/RECORD +80 -0
- huaweicloudsdkdwr-3.1.142.dist-info/RECORD +0 -80
- {huaweicloudsdkdwr-3.1.142.dist-info → huaweicloudsdkdwr-3.1.144.dist-info}/LICENSE +0 -0
- {huaweicloudsdkdwr-3.1.142.dist-info → huaweicloudsdkdwr-3.1.144.dist-info}/WHEEL +0 -0
- {huaweicloudsdkdwr-3.1.142.dist-info → huaweicloudsdkdwr-3.1.144.dist-info}/top_level.txt +0 -0
|
@@ -40,7 +40,7 @@ class ListWorkflowInstanceResponse(SdkResponse):
|
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
def __init__(self, count=None, executions=None, is_truncated=None, next_offset=None, x_request_id=None, content_length=None, date=None, content_type=None):
|
|
43
|
-
"""ListWorkflowInstanceResponse
|
|
43
|
+
r"""ListWorkflowInstanceResponse
|
|
44
44
|
|
|
45
45
|
The model defined in huaweicloud sdk
|
|
46
46
|
|
|
@@ -93,7 +93,7 @@ class ListWorkflowInstanceResponse(SdkResponse):
|
|
|
93
93
|
|
|
94
94
|
@property
|
|
95
95
|
def count(self):
|
|
96
|
-
"""Gets the count of this ListWorkflowInstanceResponse.
|
|
96
|
+
r"""Gets the count of this ListWorkflowInstanceResponse.
|
|
97
97
|
|
|
98
98
|
满足条件的运行实例个数。
|
|
99
99
|
|
|
@@ -104,7 +104,7 @@ class ListWorkflowInstanceResponse(SdkResponse):
|
|
|
104
104
|
|
|
105
105
|
@count.setter
|
|
106
106
|
def count(self, count):
|
|
107
|
-
"""Sets the count of this ListWorkflowInstanceResponse.
|
|
107
|
+
r"""Sets the count of this ListWorkflowInstanceResponse.
|
|
108
108
|
|
|
109
109
|
满足条件的运行实例个数。
|
|
110
110
|
|
|
@@ -115,7 +115,7 @@ class ListWorkflowInstanceResponse(SdkResponse):
|
|
|
115
115
|
|
|
116
116
|
@property
|
|
117
117
|
def executions(self):
|
|
118
|
-
"""Gets the executions of this ListWorkflowInstanceResponse.
|
|
118
|
+
r"""Gets the executions of this ListWorkflowInstanceResponse.
|
|
119
119
|
|
|
120
120
|
实例信息列表
|
|
121
121
|
|
|
@@ -126,7 +126,7 @@ class ListWorkflowInstanceResponse(SdkResponse):
|
|
|
126
126
|
|
|
127
127
|
@executions.setter
|
|
128
128
|
def executions(self, executions):
|
|
129
|
-
"""Sets the executions of this ListWorkflowInstanceResponse.
|
|
129
|
+
r"""Sets the executions of this ListWorkflowInstanceResponse.
|
|
130
130
|
|
|
131
131
|
实例信息列表
|
|
132
132
|
|
|
@@ -137,7 +137,7 @@ class ListWorkflowInstanceResponse(SdkResponse):
|
|
|
137
137
|
|
|
138
138
|
@property
|
|
139
139
|
def is_truncated(self):
|
|
140
|
-
"""Gets the is_truncated of this ListWorkflowInstanceResponse.
|
|
140
|
+
r"""Gets the is_truncated of this ListWorkflowInstanceResponse.
|
|
141
141
|
|
|
142
142
|
表明是否本次返回的结果列表被截断。true:表示本次没有返回全部结果。false:表示本次已经返回了全部结果。
|
|
143
143
|
|
|
@@ -148,7 +148,7 @@ class ListWorkflowInstanceResponse(SdkResponse):
|
|
|
148
148
|
|
|
149
149
|
@is_truncated.setter
|
|
150
150
|
def is_truncated(self, is_truncated):
|
|
151
|
-
"""Sets the is_truncated of this ListWorkflowInstanceResponse.
|
|
151
|
+
r"""Sets the is_truncated of this ListWorkflowInstanceResponse.
|
|
152
152
|
|
|
153
153
|
表明是否本次返回的结果列表被截断。true:表示本次没有返回全部结果。false:表示本次已经返回了全部结果。
|
|
154
154
|
|
|
@@ -159,7 +159,7 @@ class ListWorkflowInstanceResponse(SdkResponse):
|
|
|
159
159
|
|
|
160
160
|
@property
|
|
161
161
|
def next_offset(self):
|
|
162
|
-
"""Gets the next_offset of this ListWorkflowInstanceResponse.
|
|
162
|
+
r"""Gets the next_offset of this ListWorkflowInstanceResponse.
|
|
163
163
|
|
|
164
164
|
如果本次没有返回全部结果,响应请求中将包含此字段,用于标明本次请求列举到的最后一个工作流实例。后续请求可以指定Marker等于该值来列举剩余的工作流实例。如果is_truncated为false,该字段不会返回。
|
|
165
165
|
|
|
@@ -170,7 +170,7 @@ class ListWorkflowInstanceResponse(SdkResponse):
|
|
|
170
170
|
|
|
171
171
|
@next_offset.setter
|
|
172
172
|
def next_offset(self, next_offset):
|
|
173
|
-
"""Sets the next_offset of this ListWorkflowInstanceResponse.
|
|
173
|
+
r"""Sets the next_offset of this ListWorkflowInstanceResponse.
|
|
174
174
|
|
|
175
175
|
如果本次没有返回全部结果,响应请求中将包含此字段,用于标明本次请求列举到的最后一个工作流实例。后续请求可以指定Marker等于该值来列举剩余的工作流实例。如果is_truncated为false,该字段不会返回。
|
|
176
176
|
|
|
@@ -181,7 +181,7 @@ class ListWorkflowInstanceResponse(SdkResponse):
|
|
|
181
181
|
|
|
182
182
|
@property
|
|
183
183
|
def x_request_id(self):
|
|
184
|
-
"""Gets the x_request_id of this ListWorkflowInstanceResponse.
|
|
184
|
+
r"""Gets the x_request_id of this ListWorkflowInstanceResponse.
|
|
185
185
|
|
|
186
186
|
:return: The x_request_id of this ListWorkflowInstanceResponse.
|
|
187
187
|
:rtype: str
|
|
@@ -190,7 +190,7 @@ class ListWorkflowInstanceResponse(SdkResponse):
|
|
|
190
190
|
|
|
191
191
|
@x_request_id.setter
|
|
192
192
|
def x_request_id(self, x_request_id):
|
|
193
|
-
"""Sets the x_request_id of this ListWorkflowInstanceResponse.
|
|
193
|
+
r"""Sets the x_request_id of this ListWorkflowInstanceResponse.
|
|
194
194
|
|
|
195
195
|
:param x_request_id: The x_request_id of this ListWorkflowInstanceResponse.
|
|
196
196
|
:type x_request_id: str
|
|
@@ -199,7 +199,7 @@ class ListWorkflowInstanceResponse(SdkResponse):
|
|
|
199
199
|
|
|
200
200
|
@property
|
|
201
201
|
def content_length(self):
|
|
202
|
-
"""Gets the content_length of this ListWorkflowInstanceResponse.
|
|
202
|
+
r"""Gets the content_length of this ListWorkflowInstanceResponse.
|
|
203
203
|
|
|
204
204
|
:return: The content_length of this ListWorkflowInstanceResponse.
|
|
205
205
|
:rtype: str
|
|
@@ -208,7 +208,7 @@ class ListWorkflowInstanceResponse(SdkResponse):
|
|
|
208
208
|
|
|
209
209
|
@content_length.setter
|
|
210
210
|
def content_length(self, content_length):
|
|
211
|
-
"""Sets the content_length of this ListWorkflowInstanceResponse.
|
|
211
|
+
r"""Sets the content_length of this ListWorkflowInstanceResponse.
|
|
212
212
|
|
|
213
213
|
:param content_length: The content_length of this ListWorkflowInstanceResponse.
|
|
214
214
|
:type content_length: str
|
|
@@ -217,7 +217,7 @@ class ListWorkflowInstanceResponse(SdkResponse):
|
|
|
217
217
|
|
|
218
218
|
@property
|
|
219
219
|
def date(self):
|
|
220
|
-
"""Gets the date of this ListWorkflowInstanceResponse.
|
|
220
|
+
r"""Gets the date of this ListWorkflowInstanceResponse.
|
|
221
221
|
|
|
222
222
|
:return: The date of this ListWorkflowInstanceResponse.
|
|
223
223
|
:rtype: str
|
|
@@ -226,7 +226,7 @@ class ListWorkflowInstanceResponse(SdkResponse):
|
|
|
226
226
|
|
|
227
227
|
@date.setter
|
|
228
228
|
def date(self, date):
|
|
229
|
-
"""Sets the date of this ListWorkflowInstanceResponse.
|
|
229
|
+
r"""Sets the date of this ListWorkflowInstanceResponse.
|
|
230
230
|
|
|
231
231
|
:param date: The date of this ListWorkflowInstanceResponse.
|
|
232
232
|
:type date: str
|
|
@@ -235,7 +235,7 @@ class ListWorkflowInstanceResponse(SdkResponse):
|
|
|
235
235
|
|
|
236
236
|
@property
|
|
237
237
|
def content_type(self):
|
|
238
|
-
"""Gets the content_type of this ListWorkflowInstanceResponse.
|
|
238
|
+
r"""Gets the content_type of this ListWorkflowInstanceResponse.
|
|
239
239
|
|
|
240
240
|
:return: The content_type of this ListWorkflowInstanceResponse.
|
|
241
241
|
:rtype: str
|
|
@@ -244,7 +244,7 @@ class ListWorkflowInstanceResponse(SdkResponse):
|
|
|
244
244
|
|
|
245
245
|
@content_type.setter
|
|
246
246
|
def content_type(self, content_type):
|
|
247
|
-
"""Sets the content_type of this ListWorkflowInstanceResponse.
|
|
247
|
+
r"""Sets the content_type of this ListWorkflowInstanceResponse.
|
|
248
248
|
|
|
249
249
|
:param content_type: The content_type of this ListWorkflowInstanceResponse.
|
|
250
250
|
:type content_type: str
|
|
@@ -29,7 +29,7 @@ class ListWorkflowsRequest:
|
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
def __init__(self, prefix=None, offset=None, limit=None):
|
|
32
|
-
"""ListWorkflowsRequest
|
|
32
|
+
r"""ListWorkflowsRequest
|
|
33
33
|
|
|
34
34
|
The model defined in huaweicloud sdk
|
|
35
35
|
|
|
@@ -57,7 +57,7 @@ class ListWorkflowsRequest:
|
|
|
57
57
|
|
|
58
58
|
@property
|
|
59
59
|
def prefix(self):
|
|
60
|
-
"""Gets the prefix of this ListWorkflowsRequest.
|
|
60
|
+
r"""Gets the prefix of this ListWorkflowsRequest.
|
|
61
61
|
|
|
62
62
|
工作流的名称前缀。名称必须以字母或数字开头,只能由字母、数字、下划线和中划线组成,长度小于等于64个字符。
|
|
63
63
|
|
|
@@ -68,7 +68,7 @@ class ListWorkflowsRequest:
|
|
|
68
68
|
|
|
69
69
|
@prefix.setter
|
|
70
70
|
def prefix(self, prefix):
|
|
71
|
-
"""Sets the prefix of this ListWorkflowsRequest.
|
|
71
|
+
r"""Sets the prefix of this ListWorkflowsRequest.
|
|
72
72
|
|
|
73
73
|
工作流的名称前缀。名称必须以字母或数字开头,只能由字母、数字、下划线和中划线组成,长度小于等于64个字符。
|
|
74
74
|
|
|
@@ -79,7 +79,7 @@ class ListWorkflowsRequest:
|
|
|
79
79
|
|
|
80
80
|
@property
|
|
81
81
|
def offset(self):
|
|
82
|
-
"""Gets the offset of this ListWorkflowsRequest.
|
|
82
|
+
r"""Gets the offset of this ListWorkflowsRequest.
|
|
83
83
|
|
|
84
84
|
查询的起始位置。start大于等于1,最大1000,不设置则取默认值1。
|
|
85
85
|
|
|
@@ -90,7 +90,7 @@ class ListWorkflowsRequest:
|
|
|
90
90
|
|
|
91
91
|
@offset.setter
|
|
92
92
|
def offset(self, offset):
|
|
93
|
-
"""Sets the offset of this ListWorkflowsRequest.
|
|
93
|
+
r"""Sets the offset of this ListWorkflowsRequest.
|
|
94
94
|
|
|
95
95
|
查询的起始位置。start大于等于1,最大1000,不设置则取默认值1。
|
|
96
96
|
|
|
@@ -101,7 +101,7 @@ class ListWorkflowsRequest:
|
|
|
101
101
|
|
|
102
102
|
@property
|
|
103
103
|
def limit(self):
|
|
104
|
-
"""Gets the limit of this ListWorkflowsRequest.
|
|
104
|
+
r"""Gets the limit of this ListWorkflowsRequest.
|
|
105
105
|
|
|
106
106
|
请求返回的最大记录条数。limit取值最小1,最大1000,不设置则取默认值10。
|
|
107
107
|
|
|
@@ -112,7 +112,7 @@ class ListWorkflowsRequest:
|
|
|
112
112
|
|
|
113
113
|
@limit.setter
|
|
114
114
|
def limit(self, limit):
|
|
115
|
-
"""Sets the limit of this ListWorkflowsRequest.
|
|
115
|
+
r"""Sets the limit of this ListWorkflowsRequest.
|
|
116
116
|
|
|
117
117
|
请求返回的最大记录条数。limit取值最小1,最大1000,不设置则取默认值10。
|
|
118
118
|
|
|
@@ -40,7 +40,7 @@ class ListWorkflowsResponse(SdkResponse):
|
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
def __init__(self, count=None, graphs=None, next_offset=None, is_truncated=None, x_request_id=None, connection=None, content_length=None, date=None):
|
|
43
|
-
"""ListWorkflowsResponse
|
|
43
|
+
r"""ListWorkflowsResponse
|
|
44
44
|
|
|
45
45
|
The model defined in huaweicloud sdk
|
|
46
46
|
|
|
@@ -93,7 +93,7 @@ class ListWorkflowsResponse(SdkResponse):
|
|
|
93
93
|
|
|
94
94
|
@property
|
|
95
95
|
def count(self):
|
|
96
|
-
"""Gets the count of this ListWorkflowsResponse.
|
|
96
|
+
r"""Gets the count of this ListWorkflowsResponse.
|
|
97
97
|
|
|
98
98
|
列表总条数。
|
|
99
99
|
|
|
@@ -104,7 +104,7 @@ class ListWorkflowsResponse(SdkResponse):
|
|
|
104
104
|
|
|
105
105
|
@count.setter
|
|
106
106
|
def count(self, count):
|
|
107
|
-
"""Sets the count of this ListWorkflowsResponse.
|
|
107
|
+
r"""Sets the count of this ListWorkflowsResponse.
|
|
108
108
|
|
|
109
109
|
列表总条数。
|
|
110
110
|
|
|
@@ -115,7 +115,7 @@ class ListWorkflowsResponse(SdkResponse):
|
|
|
115
115
|
|
|
116
116
|
@property
|
|
117
117
|
def graphs(self):
|
|
118
|
-
"""Gets the graphs of this ListWorkflowsResponse.
|
|
118
|
+
r"""Gets the graphs of this ListWorkflowsResponse.
|
|
119
119
|
|
|
120
120
|
工作流模板列表信息。
|
|
121
121
|
|
|
@@ -126,7 +126,7 @@ class ListWorkflowsResponse(SdkResponse):
|
|
|
126
126
|
|
|
127
127
|
@graphs.setter
|
|
128
128
|
def graphs(self, graphs):
|
|
129
|
-
"""Sets the graphs of this ListWorkflowsResponse.
|
|
129
|
+
r"""Sets the graphs of this ListWorkflowsResponse.
|
|
130
130
|
|
|
131
131
|
工作流模板列表信息。
|
|
132
132
|
|
|
@@ -137,7 +137,7 @@ class ListWorkflowsResponse(SdkResponse):
|
|
|
137
137
|
|
|
138
138
|
@property
|
|
139
139
|
def next_offset(self):
|
|
140
|
-
"""Gets the next_offset of this ListWorkflowsResponse.
|
|
140
|
+
r"""Gets the next_offset of this ListWorkflowsResponse.
|
|
141
141
|
|
|
142
142
|
下一次查询的起始位置。
|
|
143
143
|
|
|
@@ -148,7 +148,7 @@ class ListWorkflowsResponse(SdkResponse):
|
|
|
148
148
|
|
|
149
149
|
@next_offset.setter
|
|
150
150
|
def next_offset(self, next_offset):
|
|
151
|
-
"""Sets the next_offset of this ListWorkflowsResponse.
|
|
151
|
+
r"""Sets the next_offset of this ListWorkflowsResponse.
|
|
152
152
|
|
|
153
153
|
下一次查询的起始位置。
|
|
154
154
|
|
|
@@ -159,7 +159,7 @@ class ListWorkflowsResponse(SdkResponse):
|
|
|
159
159
|
|
|
160
160
|
@property
|
|
161
161
|
def is_truncated(self):
|
|
162
|
-
"""Gets the is_truncated of this ListWorkflowsResponse.
|
|
162
|
+
r"""Gets the is_truncated of this ListWorkflowsResponse.
|
|
163
163
|
|
|
164
164
|
表明是否本次返回的ListWorkflow结果列表被截断。“true”表示本次没有返回全部结果;“false”表示本次已经返回了全部结果。
|
|
165
165
|
|
|
@@ -170,7 +170,7 @@ class ListWorkflowsResponse(SdkResponse):
|
|
|
170
170
|
|
|
171
171
|
@is_truncated.setter
|
|
172
172
|
def is_truncated(self, is_truncated):
|
|
173
|
-
"""Sets the is_truncated of this ListWorkflowsResponse.
|
|
173
|
+
r"""Sets the is_truncated of this ListWorkflowsResponse.
|
|
174
174
|
|
|
175
175
|
表明是否本次返回的ListWorkflow结果列表被截断。“true”表示本次没有返回全部结果;“false”表示本次已经返回了全部结果。
|
|
176
176
|
|
|
@@ -181,7 +181,7 @@ class ListWorkflowsResponse(SdkResponse):
|
|
|
181
181
|
|
|
182
182
|
@property
|
|
183
183
|
def x_request_id(self):
|
|
184
|
-
"""Gets the x_request_id of this ListWorkflowsResponse.
|
|
184
|
+
r"""Gets the x_request_id of this ListWorkflowsResponse.
|
|
185
185
|
|
|
186
186
|
:return: The x_request_id of this ListWorkflowsResponse.
|
|
187
187
|
:rtype: str
|
|
@@ -190,7 +190,7 @@ class ListWorkflowsResponse(SdkResponse):
|
|
|
190
190
|
|
|
191
191
|
@x_request_id.setter
|
|
192
192
|
def x_request_id(self, x_request_id):
|
|
193
|
-
"""Sets the x_request_id of this ListWorkflowsResponse.
|
|
193
|
+
r"""Sets the x_request_id of this ListWorkflowsResponse.
|
|
194
194
|
|
|
195
195
|
:param x_request_id: The x_request_id of this ListWorkflowsResponse.
|
|
196
196
|
:type x_request_id: str
|
|
@@ -199,7 +199,7 @@ class ListWorkflowsResponse(SdkResponse):
|
|
|
199
199
|
|
|
200
200
|
@property
|
|
201
201
|
def connection(self):
|
|
202
|
-
"""Gets the connection of this ListWorkflowsResponse.
|
|
202
|
+
r"""Gets the connection of this ListWorkflowsResponse.
|
|
203
203
|
|
|
204
204
|
:return: The connection of this ListWorkflowsResponse.
|
|
205
205
|
:rtype: str
|
|
@@ -208,7 +208,7 @@ class ListWorkflowsResponse(SdkResponse):
|
|
|
208
208
|
|
|
209
209
|
@connection.setter
|
|
210
210
|
def connection(self, connection):
|
|
211
|
-
"""Sets the connection of this ListWorkflowsResponse.
|
|
211
|
+
r"""Sets the connection of this ListWorkflowsResponse.
|
|
212
212
|
|
|
213
213
|
:param connection: The connection of this ListWorkflowsResponse.
|
|
214
214
|
:type connection: str
|
|
@@ -217,7 +217,7 @@ class ListWorkflowsResponse(SdkResponse):
|
|
|
217
217
|
|
|
218
218
|
@property
|
|
219
219
|
def content_length(self):
|
|
220
|
-
"""Gets the content_length of this ListWorkflowsResponse.
|
|
220
|
+
r"""Gets the content_length of this ListWorkflowsResponse.
|
|
221
221
|
|
|
222
222
|
:return: The content_length of this ListWorkflowsResponse.
|
|
223
223
|
:rtype: str
|
|
@@ -226,7 +226,7 @@ class ListWorkflowsResponse(SdkResponse):
|
|
|
226
226
|
|
|
227
227
|
@content_length.setter
|
|
228
228
|
def content_length(self, content_length):
|
|
229
|
-
"""Sets the content_length of this ListWorkflowsResponse.
|
|
229
|
+
r"""Sets the content_length of this ListWorkflowsResponse.
|
|
230
230
|
|
|
231
231
|
:param content_length: The content_length of this ListWorkflowsResponse.
|
|
232
232
|
:type content_length: str
|
|
@@ -235,7 +235,7 @@ class ListWorkflowsResponse(SdkResponse):
|
|
|
235
235
|
|
|
236
236
|
@property
|
|
237
237
|
def date(self):
|
|
238
|
-
"""Gets the date of this ListWorkflowsResponse.
|
|
238
|
+
r"""Gets the date of this ListWorkflowsResponse.
|
|
239
239
|
|
|
240
240
|
:return: The date of this ListWorkflowsResponse.
|
|
241
241
|
:rtype: str
|
|
@@ -244,7 +244,7 @@ class ListWorkflowsResponse(SdkResponse):
|
|
|
244
244
|
|
|
245
245
|
@date.setter
|
|
246
246
|
def date(self, date):
|
|
247
|
-
"""Sets the date of this ListWorkflowsResponse.
|
|
247
|
+
r"""Sets the date of this ListWorkflowsResponse.
|
|
248
248
|
|
|
249
249
|
:param date: The date of this ListWorkflowsResponse.
|
|
250
250
|
:type date: str
|
|
@@ -37,7 +37,7 @@ class NodeExecution:
|
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
def __init__(self, status=None, input=None, output=None, begin_time=None, end_time=None, error_message=None, request_id=None):
|
|
40
|
-
"""NodeExecution
|
|
40
|
+
r"""NodeExecution
|
|
41
41
|
|
|
42
42
|
The model defined in huaweicloud sdk
|
|
43
43
|
|
|
@@ -85,7 +85,7 @@ class NodeExecution:
|
|
|
85
85
|
|
|
86
86
|
@property
|
|
87
87
|
def status(self):
|
|
88
|
-
"""Gets the status of this NodeExecution.
|
|
88
|
+
r"""Gets the status of this NodeExecution.
|
|
89
89
|
|
|
90
90
|
流程节点执行状态 最小长度:1 最大长度:32 枚举值: success fail running timeout cancel
|
|
91
91
|
|
|
@@ -96,7 +96,7 @@ class NodeExecution:
|
|
|
96
96
|
|
|
97
97
|
@status.setter
|
|
98
98
|
def status(self, status):
|
|
99
|
-
"""Sets the status of this NodeExecution.
|
|
99
|
+
r"""Sets the status of this NodeExecution.
|
|
100
100
|
|
|
101
101
|
流程节点执行状态 最小长度:1 最大长度:32 枚举值: success fail running timeout cancel
|
|
102
102
|
|
|
@@ -107,7 +107,7 @@ class NodeExecution:
|
|
|
107
107
|
|
|
108
108
|
@property
|
|
109
109
|
def input(self):
|
|
110
|
-
"""Gets the input of this NodeExecution.
|
|
110
|
+
r"""Gets the input of this NodeExecution.
|
|
111
111
|
|
|
112
112
|
函数执行时的入参
|
|
113
113
|
|
|
@@ -118,7 +118,7 @@ class NodeExecution:
|
|
|
118
118
|
|
|
119
119
|
@input.setter
|
|
120
120
|
def input(self, input):
|
|
121
|
-
"""Sets the input of this NodeExecution.
|
|
121
|
+
r"""Sets the input of this NodeExecution.
|
|
122
122
|
|
|
123
123
|
函数执行时的入参
|
|
124
124
|
|
|
@@ -129,7 +129,7 @@ class NodeExecution:
|
|
|
129
129
|
|
|
130
130
|
@property
|
|
131
131
|
def output(self):
|
|
132
|
-
"""Gets the output of this NodeExecution.
|
|
132
|
+
r"""Gets the output of this NodeExecution.
|
|
133
133
|
|
|
134
134
|
函数执行结果
|
|
135
135
|
|
|
@@ -140,7 +140,7 @@ class NodeExecution:
|
|
|
140
140
|
|
|
141
141
|
@output.setter
|
|
142
142
|
def output(self, output):
|
|
143
|
-
"""Sets the output of this NodeExecution.
|
|
143
|
+
r"""Sets the output of this NodeExecution.
|
|
144
144
|
|
|
145
145
|
函数执行结果
|
|
146
146
|
|
|
@@ -151,7 +151,7 @@ class NodeExecution:
|
|
|
151
151
|
|
|
152
152
|
@property
|
|
153
153
|
def begin_time(self):
|
|
154
|
-
"""Gets the begin_time of this NodeExecution.
|
|
154
|
+
r"""Gets the begin_time of this NodeExecution.
|
|
155
155
|
|
|
156
156
|
节点启动时间,UTC毫秒时间戳格式 最小值:0 最大值:99999999999999999
|
|
157
157
|
|
|
@@ -162,7 +162,7 @@ class NodeExecution:
|
|
|
162
162
|
|
|
163
163
|
@begin_time.setter
|
|
164
164
|
def begin_time(self, begin_time):
|
|
165
|
-
"""Sets the begin_time of this NodeExecution.
|
|
165
|
+
r"""Sets the begin_time of this NodeExecution.
|
|
166
166
|
|
|
167
167
|
节点启动时间,UTC毫秒时间戳格式 最小值:0 最大值:99999999999999999
|
|
168
168
|
|
|
@@ -173,7 +173,7 @@ class NodeExecution:
|
|
|
173
173
|
|
|
174
174
|
@property
|
|
175
175
|
def end_time(self):
|
|
176
|
-
"""Gets the end_time of this NodeExecution.
|
|
176
|
+
r"""Gets the end_time of this NodeExecution.
|
|
177
177
|
|
|
178
178
|
节点结束时间,UTC毫秒时间戳格式 最小值:0 最大值:99999999999999999
|
|
179
179
|
|
|
@@ -184,7 +184,7 @@ class NodeExecution:
|
|
|
184
184
|
|
|
185
185
|
@end_time.setter
|
|
186
186
|
def end_time(self, end_time):
|
|
187
|
-
"""Sets the end_time of this NodeExecution.
|
|
187
|
+
r"""Sets the end_time of this NodeExecution.
|
|
188
188
|
|
|
189
189
|
节点结束时间,UTC毫秒时间戳格式 最小值:0 最大值:99999999999999999
|
|
190
190
|
|
|
@@ -195,7 +195,7 @@ class NodeExecution:
|
|
|
195
195
|
|
|
196
196
|
@property
|
|
197
197
|
def error_message(self):
|
|
198
|
-
"""Gets the error_message of this NodeExecution.
|
|
198
|
+
r"""Gets the error_message of this NodeExecution.
|
|
199
199
|
|
|
200
200
|
节点错误信息,仅在节点出错时非空
|
|
201
201
|
|
|
@@ -206,7 +206,7 @@ class NodeExecution:
|
|
|
206
206
|
|
|
207
207
|
@error_message.setter
|
|
208
208
|
def error_message(self, error_message):
|
|
209
|
-
"""Sets the error_message of this NodeExecution.
|
|
209
|
+
r"""Sets the error_message of this NodeExecution.
|
|
210
210
|
|
|
211
211
|
节点错误信息,仅在节点出错时非空
|
|
212
212
|
|
|
@@ -217,7 +217,7 @@ class NodeExecution:
|
|
|
217
217
|
|
|
218
218
|
@property
|
|
219
219
|
def request_id(self):
|
|
220
|
-
"""Gets the request_id of this NodeExecution.
|
|
220
|
+
r"""Gets the request_id of this NodeExecution.
|
|
221
221
|
|
|
222
222
|
流程节点请求ID
|
|
223
223
|
|
|
@@ -228,7 +228,7 @@ class NodeExecution:
|
|
|
228
228
|
|
|
229
229
|
@request_id.setter
|
|
230
230
|
def request_id(self, request_id):
|
|
231
|
-
"""Sets the request_id of this NodeExecution.
|
|
231
|
+
r"""Sets the request_id of this NodeExecution.
|
|
232
232
|
|
|
233
233
|
流程节点请求ID
|
|
234
234
|
|
|
@@ -27,7 +27,7 @@ class Policy:
|
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
def __init__(self, version=None, statement=None):
|
|
30
|
-
"""Policy
|
|
30
|
+
r"""Policy
|
|
31
31
|
|
|
32
32
|
The model defined in huaweicloud sdk
|
|
33
33
|
|
|
@@ -50,7 +50,7 @@ class Policy:
|
|
|
50
50
|
|
|
51
51
|
@property
|
|
52
52
|
def version(self):
|
|
53
|
-
"""Gets the version of this Policy.
|
|
53
|
+
r"""Gets the version of this Policy.
|
|
54
54
|
|
|
55
55
|
权限版本号。 1.0:系统预置的角色。以服务为粒度,提供有限的服务相关角色用于授权。 1.1:策略。IAM最新提供的一种细粒度授权的能力,可以精确到具体服务的操作、资源以及请求条件等。
|
|
56
56
|
|
|
@@ -61,7 +61,7 @@ class Policy:
|
|
|
61
61
|
|
|
62
62
|
@version.setter
|
|
63
63
|
def version(self, version):
|
|
64
|
-
"""Sets the version of this Policy.
|
|
64
|
+
r"""Sets the version of this Policy.
|
|
65
65
|
|
|
66
66
|
权限版本号。 1.0:系统预置的角色。以服务为粒度,提供有限的服务相关角色用于授权。 1.1:策略。IAM最新提供的一种细粒度授权的能力,可以精确到具体服务的操作、资源以及请求条件等。
|
|
67
67
|
|
|
@@ -72,7 +72,7 @@ class Policy:
|
|
|
72
72
|
|
|
73
73
|
@property
|
|
74
74
|
def statement(self):
|
|
75
|
-
"""Gets the statement of this Policy.
|
|
75
|
+
r"""Gets the statement of this Policy.
|
|
76
76
|
|
|
77
77
|
授权语句,描述自定义策略的具体内容。
|
|
78
78
|
|
|
@@ -83,7 +83,7 @@ class Policy:
|
|
|
83
83
|
|
|
84
84
|
@statement.setter
|
|
85
85
|
def statement(self, statement):
|
|
86
|
-
"""Sets the statement of this Policy.
|
|
86
|
+
r"""Sets the statement of this Policy.
|
|
87
87
|
|
|
88
88
|
授权语句,描述自定义策略的具体内容。
|
|
89
89
|
|