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
|
@@ -27,7 +27,7 @@ class Statement:
|
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
def __init__(self, action=None, resource=None):
|
|
30
|
-
"""Statement
|
|
30
|
+
r"""Statement
|
|
31
31
|
|
|
32
32
|
The model defined in huaweicloud sdk
|
|
33
33
|
|
|
@@ -50,7 +50,7 @@ class Statement:
|
|
|
50
50
|
|
|
51
51
|
@property
|
|
52
52
|
def action(self):
|
|
53
|
-
"""Gets the action of this Statement.
|
|
53
|
+
r"""Gets the action of this Statement.
|
|
54
54
|
|
|
55
55
|
授权项。指对资源的具体操作权限,不超过100个。 - 格式为:服务名:资源类型:操作,例:vpc:ports:create。 - 服务名为产品名称,例如ecs、evs和vpc等,服务名仅支持小写。 资源类型和操作没有大小写,要求支持通配符号*,无需罗列全部授权项。 - 当自定义策略为委托自定义策略时,该字段值为: \"Action\": [\"iam:agencies:assume\"]。
|
|
56
56
|
|
|
@@ -61,7 +61,7 @@ class Statement:
|
|
|
61
61
|
|
|
62
62
|
@action.setter
|
|
63
63
|
def action(self, action):
|
|
64
|
-
"""Sets the action of this Statement.
|
|
64
|
+
r"""Sets the action of this Statement.
|
|
65
65
|
|
|
66
66
|
授权项。指对资源的具体操作权限,不超过100个。 - 格式为:服务名:资源类型:操作,例:vpc:ports:create。 - 服务名为产品名称,例如ecs、evs和vpc等,服务名仅支持小写。 资源类型和操作没有大小写,要求支持通配符号*,无需罗列全部授权项。 - 当自定义策略为委托自定义策略时,该字段值为: \"Action\": [\"iam:agencies:assume\"]。
|
|
67
67
|
|
|
@@ -72,7 +72,7 @@ class Statement:
|
|
|
72
72
|
|
|
73
73
|
@property
|
|
74
74
|
def resource(self):
|
|
75
|
-
"""Gets the resource of this Statement.
|
|
75
|
+
r"""Gets the resource of this Statement.
|
|
76
76
|
|
|
77
77
|
资源。数组长度不超过10,每个字符串长度不超过128,规则如下: - 可填 * 的五段式:::::,例:\"obs:::bucket:*\"。 - region字段为*或用户可访问的region。service必须存在且resource属于对应service。 - 当该自定义策略为委托自定义策略时,该字段类型为Object,值为:\"Resource\": {\"uri\": [\"/iam/agencies/07805acaba800fdd4fbdc00b8f888c7c\"]}。
|
|
78
78
|
|
|
@@ -83,7 +83,7 @@ class Statement:
|
|
|
83
83
|
|
|
84
84
|
@resource.setter
|
|
85
85
|
def resource(self, resource):
|
|
86
|
-
"""Sets the resource of this Statement.
|
|
86
|
+
r"""Sets the resource of this Statement.
|
|
87
87
|
|
|
88
88
|
资源。数组长度不超过10,每个字符串长度不超过128,规则如下: - 可填 * 的五段式:::::,例:\"obs:::bucket:*\"。 - region字段为*或用户可访问的region。service必须存在且resource属于对应service。 - 当该自定义策略为委托自定义策略时,该字段类型为Object,值为:\"Resource\": {\"uri\": [\"/iam/agencies/07805acaba800fdd4fbdc00b8f888c7c\"]}。
|
|
89
89
|
|
|
@@ -37,7 +37,7 @@ class ThirdActionTemplateItem:
|
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
def __init__(self, name=None, category=None, register_status=None, provider_name=None, description=None, create_time=None, last_modify_time=None):
|
|
40
|
-
"""ThirdActionTemplateItem
|
|
40
|
+
r"""ThirdActionTemplateItem
|
|
41
41
|
|
|
42
42
|
The model defined in huaweicloud sdk
|
|
43
43
|
|
|
@@ -85,7 +85,7 @@ class ThirdActionTemplateItem:
|
|
|
85
85
|
|
|
86
86
|
@property
|
|
87
87
|
def name(self):
|
|
88
|
-
"""Gets the name of this ThirdActionTemplateItem.
|
|
88
|
+
r"""Gets the name of this ThirdActionTemplateItem.
|
|
89
89
|
|
|
90
90
|
名称。
|
|
91
91
|
|
|
@@ -96,7 +96,7 @@ class ThirdActionTemplateItem:
|
|
|
96
96
|
|
|
97
97
|
@name.setter
|
|
98
98
|
def name(self, name):
|
|
99
|
-
"""Sets the name of this ThirdActionTemplateItem.
|
|
99
|
+
r"""Sets the name of this ThirdActionTemplateItem.
|
|
100
100
|
|
|
101
101
|
名称。
|
|
102
102
|
|
|
@@ -107,7 +107,7 @@ class ThirdActionTemplateItem:
|
|
|
107
107
|
|
|
108
108
|
@property
|
|
109
109
|
def category(self):
|
|
110
|
-
"""Gets the category of this ThirdActionTemplateItem.
|
|
110
|
+
r"""Gets the category of this ThirdActionTemplateItem.
|
|
111
111
|
|
|
112
112
|
算子分类。默认分类为FileProcess,MediaProcess,ImageProcess,ContentReview,NotificationProcess,VoiceInteraction
|
|
113
113
|
|
|
@@ -118,7 +118,7 @@ class ThirdActionTemplateItem:
|
|
|
118
118
|
|
|
119
119
|
@category.setter
|
|
120
120
|
def category(self, category):
|
|
121
|
-
"""Sets the category of this ThirdActionTemplateItem.
|
|
121
|
+
r"""Sets the category of this ThirdActionTemplateItem.
|
|
122
122
|
|
|
123
123
|
算子分类。默认分类为FileProcess,MediaProcess,ImageProcess,ContentReview,NotificationProcess,VoiceInteraction
|
|
124
124
|
|
|
@@ -129,7 +129,7 @@ class ThirdActionTemplateItem:
|
|
|
129
129
|
|
|
130
130
|
@property
|
|
131
131
|
def register_status(self):
|
|
132
|
-
"""Gets the register_status of this ThirdActionTemplateItem.
|
|
132
|
+
r"""Gets the register_status of this ThirdActionTemplateItem.
|
|
133
133
|
|
|
134
134
|
:return: The register_status of this ThirdActionTemplateItem.
|
|
135
135
|
:rtype: :class:`huaweicloudsdkdwr.v3.PublicTemplateRegisterType`
|
|
@@ -138,7 +138,7 @@ class ThirdActionTemplateItem:
|
|
|
138
138
|
|
|
139
139
|
@register_status.setter
|
|
140
140
|
def register_status(self, register_status):
|
|
141
|
-
"""Sets the register_status of this ThirdActionTemplateItem.
|
|
141
|
+
r"""Sets the register_status of this ThirdActionTemplateItem.
|
|
142
142
|
|
|
143
143
|
:param register_status: The register_status of this ThirdActionTemplateItem.
|
|
144
144
|
:type register_status: :class:`huaweicloudsdkdwr.v3.PublicTemplateRegisterType`
|
|
@@ -147,7 +147,7 @@ class ThirdActionTemplateItem:
|
|
|
147
147
|
|
|
148
148
|
@property
|
|
149
149
|
def provider_name(self):
|
|
150
|
-
"""Gets the provider_name of this ThirdActionTemplateItem.
|
|
150
|
+
r"""Gets the provider_name of this ThirdActionTemplateItem.
|
|
151
151
|
|
|
152
152
|
算子提供方
|
|
153
153
|
|
|
@@ -158,7 +158,7 @@ class ThirdActionTemplateItem:
|
|
|
158
158
|
|
|
159
159
|
@provider_name.setter
|
|
160
160
|
def provider_name(self, provider_name):
|
|
161
|
-
"""Sets the provider_name of this ThirdActionTemplateItem.
|
|
161
|
+
r"""Sets the provider_name of this ThirdActionTemplateItem.
|
|
162
162
|
|
|
163
163
|
算子提供方
|
|
164
164
|
|
|
@@ -169,7 +169,7 @@ class ThirdActionTemplateItem:
|
|
|
169
169
|
|
|
170
170
|
@property
|
|
171
171
|
def description(self):
|
|
172
|
-
"""Gets the description of this ThirdActionTemplateItem.
|
|
172
|
+
r"""Gets the description of this ThirdActionTemplateItem.
|
|
173
173
|
|
|
174
174
|
算子描述
|
|
175
175
|
|
|
@@ -180,7 +180,7 @@ class ThirdActionTemplateItem:
|
|
|
180
180
|
|
|
181
181
|
@description.setter
|
|
182
182
|
def description(self, description):
|
|
183
|
-
"""Sets the description of this ThirdActionTemplateItem.
|
|
183
|
+
r"""Sets the description of this ThirdActionTemplateItem.
|
|
184
184
|
|
|
185
185
|
算子描述
|
|
186
186
|
|
|
@@ -191,7 +191,7 @@ class ThirdActionTemplateItem:
|
|
|
191
191
|
|
|
192
192
|
@property
|
|
193
193
|
def create_time(self):
|
|
194
|
-
"""Gets the create_time of this ThirdActionTemplateItem.
|
|
194
|
+
r"""Gets the create_time of this ThirdActionTemplateItem.
|
|
195
195
|
|
|
196
196
|
算子创建时间
|
|
197
197
|
|
|
@@ -202,7 +202,7 @@ class ThirdActionTemplateItem:
|
|
|
202
202
|
|
|
203
203
|
@create_time.setter
|
|
204
204
|
def create_time(self, create_time):
|
|
205
|
-
"""Sets the create_time of this ThirdActionTemplateItem.
|
|
205
|
+
r"""Sets the create_time of this ThirdActionTemplateItem.
|
|
206
206
|
|
|
207
207
|
算子创建时间
|
|
208
208
|
|
|
@@ -213,7 +213,7 @@ class ThirdActionTemplateItem:
|
|
|
213
213
|
|
|
214
214
|
@property
|
|
215
215
|
def last_modify_time(self):
|
|
216
|
-
"""Gets the last_modify_time of this ThirdActionTemplateItem.
|
|
216
|
+
r"""Gets the last_modify_time of this ThirdActionTemplateItem.
|
|
217
217
|
|
|
218
218
|
最后修改时间
|
|
219
219
|
|
|
@@ -224,7 +224,7 @@ class ThirdActionTemplateItem:
|
|
|
224
224
|
|
|
225
225
|
@last_modify_time.setter
|
|
226
226
|
def last_modify_time(self, last_modify_time):
|
|
227
|
-
"""Sets the last_modify_time of this ThirdActionTemplateItem.
|
|
227
|
+
r"""Sets the last_modify_time of this ThirdActionTemplateItem.
|
|
228
228
|
|
|
229
229
|
最后修改时间
|
|
230
230
|
|
|
@@ -47,7 +47,7 @@ class ThirdTemplateRequestBody:
|
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
def __init__(self, category=None, inputs=None, dynamic_source_definition=None, need_policy=None, func_provider=None, func_name=None, func_description=None, func_link=None, app_urn=None, bill_value=None, agency=None, register_status=None):
|
|
50
|
-
"""ThirdTemplateRequestBody
|
|
50
|
+
r"""ThirdTemplateRequestBody
|
|
51
51
|
|
|
52
52
|
The model defined in huaweicloud sdk
|
|
53
53
|
|
|
@@ -116,7 +116,7 @@ class ThirdTemplateRequestBody:
|
|
|
116
116
|
|
|
117
117
|
@property
|
|
118
118
|
def category(self):
|
|
119
|
-
"""Gets the category of this ThirdTemplateRequestBody.
|
|
119
|
+
r"""Gets the category of this ThirdTemplateRequestBody.
|
|
120
120
|
|
|
121
121
|
必须以字母或数字开头,只能由字母、数字、下划线和中划线组成,长度小于等于64个字符。
|
|
122
122
|
|
|
@@ -127,7 +127,7 @@ class ThirdTemplateRequestBody:
|
|
|
127
127
|
|
|
128
128
|
@category.setter
|
|
129
129
|
def category(self, category):
|
|
130
|
-
"""Sets the category of this ThirdTemplateRequestBody.
|
|
130
|
+
r"""Sets the category of this ThirdTemplateRequestBody.
|
|
131
131
|
|
|
132
132
|
必须以字母或数字开头,只能由字母、数字、下划线和中划线组成,长度小于等于64个字符。
|
|
133
133
|
|
|
@@ -138,7 +138,7 @@ class ThirdTemplateRequestBody:
|
|
|
138
138
|
|
|
139
139
|
@property
|
|
140
140
|
def inputs(self):
|
|
141
|
-
"""Gets the inputs of this ThirdTemplateRequestBody.
|
|
141
|
+
r"""Gets the inputs of this ThirdTemplateRequestBody.
|
|
142
142
|
|
|
143
143
|
Inputs参数
|
|
144
144
|
|
|
@@ -149,7 +149,7 @@ class ThirdTemplateRequestBody:
|
|
|
149
149
|
|
|
150
150
|
@inputs.setter
|
|
151
151
|
def inputs(self, inputs):
|
|
152
|
-
"""Sets the inputs of this ThirdTemplateRequestBody.
|
|
152
|
+
r"""Sets the inputs of this ThirdTemplateRequestBody.
|
|
153
153
|
|
|
154
154
|
Inputs参数
|
|
155
155
|
|
|
@@ -160,7 +160,7 @@ class ThirdTemplateRequestBody:
|
|
|
160
160
|
|
|
161
161
|
@property
|
|
162
162
|
def dynamic_source_definition(self):
|
|
163
|
-
"""Gets the dynamic_source_definition of this ThirdTemplateRequestBody.
|
|
163
|
+
r"""Gets the dynamic_source_definition of this ThirdTemplateRequestBody.
|
|
164
164
|
|
|
165
165
|
根据DWR自定义的函数模板创建属于用户的function,并指定该参数设置的参数值。
|
|
166
166
|
|
|
@@ -171,7 +171,7 @@ class ThirdTemplateRequestBody:
|
|
|
171
171
|
|
|
172
172
|
@dynamic_source_definition.setter
|
|
173
173
|
def dynamic_source_definition(self, dynamic_source_definition):
|
|
174
|
-
"""Sets the dynamic_source_definition of this ThirdTemplateRequestBody.
|
|
174
|
+
r"""Sets the dynamic_source_definition of this ThirdTemplateRequestBody.
|
|
175
175
|
|
|
176
176
|
根据DWR自定义的函数模板创建属于用户的function,并指定该参数设置的参数值。
|
|
177
177
|
|
|
@@ -182,7 +182,7 @@ class ThirdTemplateRequestBody:
|
|
|
182
182
|
|
|
183
183
|
@property
|
|
184
184
|
def need_policy(self):
|
|
185
|
-
"""Gets the need_policy of this ThirdTemplateRequestBody.
|
|
185
|
+
r"""Gets the need_policy of this ThirdTemplateRequestBody.
|
|
186
186
|
|
|
187
187
|
算子执行时需要的权限信息。
|
|
188
188
|
|
|
@@ -193,7 +193,7 @@ class ThirdTemplateRequestBody:
|
|
|
193
193
|
|
|
194
194
|
@need_policy.setter
|
|
195
195
|
def need_policy(self, need_policy):
|
|
196
|
-
"""Sets the need_policy of this ThirdTemplateRequestBody.
|
|
196
|
+
r"""Sets the need_policy of this ThirdTemplateRequestBody.
|
|
197
197
|
|
|
198
198
|
算子执行时需要的权限信息。
|
|
199
199
|
|
|
@@ -204,7 +204,7 @@ class ThirdTemplateRequestBody:
|
|
|
204
204
|
|
|
205
205
|
@property
|
|
206
206
|
def func_provider(self):
|
|
207
|
-
"""Gets the func_provider of this ThirdTemplateRequestBody.
|
|
207
|
+
r"""Gets the func_provider of this ThirdTemplateRequestBody.
|
|
208
208
|
|
|
209
209
|
算子提供方。 英文:必须以字母或数字开头,只能由字母、数字、下划线和中划线组成,长度小于等于32个字符。 中文:只能由中文、字母、数字、下划线和中划线组成,长度小于等于32个字符。
|
|
210
210
|
|
|
@@ -215,7 +215,7 @@ class ThirdTemplateRequestBody:
|
|
|
215
215
|
|
|
216
216
|
@func_provider.setter
|
|
217
217
|
def func_provider(self, func_provider):
|
|
218
|
-
"""Sets the func_provider of this ThirdTemplateRequestBody.
|
|
218
|
+
r"""Sets the func_provider of this ThirdTemplateRequestBody.
|
|
219
219
|
|
|
220
220
|
算子提供方。 英文:必须以字母或数字开头,只能由字母、数字、下划线和中划线组成,长度小于等于32个字符。 中文:只能由中文、字母、数字、下划线和中划线组成,长度小于等于32个字符。
|
|
221
221
|
|
|
@@ -226,7 +226,7 @@ class ThirdTemplateRequestBody:
|
|
|
226
226
|
|
|
227
227
|
@property
|
|
228
228
|
def func_name(self):
|
|
229
|
-
"""Gets the func_name of this ThirdTemplateRequestBody.
|
|
229
|
+
r"""Gets the func_name of this ThirdTemplateRequestBody.
|
|
230
230
|
|
|
231
231
|
算子名称。 英文:必须以字母或数字开头,只能由字母、数字、下划线和中划线组成,长度小于等于50个字符。 中文:只能由中文、字母、数字、下划线和中划线组成,长度小于等于50个字符。
|
|
232
232
|
|
|
@@ -237,7 +237,7 @@ class ThirdTemplateRequestBody:
|
|
|
237
237
|
|
|
238
238
|
@func_name.setter
|
|
239
239
|
def func_name(self, func_name):
|
|
240
|
-
"""Sets the func_name of this ThirdTemplateRequestBody.
|
|
240
|
+
r"""Sets the func_name of this ThirdTemplateRequestBody.
|
|
241
241
|
|
|
242
242
|
算子名称。 英文:必须以字母或数字开头,只能由字母、数字、下划线和中划线组成,长度小于等于50个字符。 中文:只能由中文、字母、数字、下划线和中划线组成,长度小于等于50个字符。
|
|
243
243
|
|
|
@@ -248,7 +248,7 @@ class ThirdTemplateRequestBody:
|
|
|
248
248
|
|
|
249
249
|
@property
|
|
250
250
|
def func_description(self):
|
|
251
|
-
"""Gets the func_description of this ThirdTemplateRequestBody.
|
|
251
|
+
r"""Gets the func_description of this ThirdTemplateRequestBody.
|
|
252
252
|
|
|
253
253
|
算子描述。 英文:长度最小为0,最长为256,可以是数字、大小写字母以及英文的逗号,句号,冒号,中划线,,下划线,空格。 中文:长度最小为0,最长为256,可以是中文、数字、大小写字母以及中英文的逗号,句号,冒号,中划线,下划线,空格。
|
|
254
254
|
|
|
@@ -259,7 +259,7 @@ class ThirdTemplateRequestBody:
|
|
|
259
259
|
|
|
260
260
|
@func_description.setter
|
|
261
261
|
def func_description(self, func_description):
|
|
262
|
-
"""Sets the func_description of this ThirdTemplateRequestBody.
|
|
262
|
+
r"""Sets the func_description of this ThirdTemplateRequestBody.
|
|
263
263
|
|
|
264
264
|
算子描述。 英文:长度最小为0,最长为256,可以是数字、大小写字母以及英文的逗号,句号,冒号,中划线,,下划线,空格。 中文:长度最小为0,最长为256,可以是中文、数字、大小写字母以及中英文的逗号,句号,冒号,中划线,下划线,空格。
|
|
265
265
|
|
|
@@ -270,7 +270,7 @@ class ThirdTemplateRequestBody:
|
|
|
270
270
|
|
|
271
271
|
@property
|
|
272
272
|
def func_link(self):
|
|
273
|
-
"""Gets the func_link of this ThirdTemplateRequestBody.
|
|
273
|
+
r"""Gets the func_link of this ThirdTemplateRequestBody.
|
|
274
274
|
|
|
275
275
|
云市场链接。 需要包含中文, 长度最小为0,最长为512,须遵守http协议中定义的规则。
|
|
276
276
|
|
|
@@ -281,7 +281,7 @@ class ThirdTemplateRequestBody:
|
|
|
281
281
|
|
|
282
282
|
@func_link.setter
|
|
283
283
|
def func_link(self, func_link):
|
|
284
|
-
"""Sets the func_link of this ThirdTemplateRequestBody.
|
|
284
|
+
r"""Sets the func_link of this ThirdTemplateRequestBody.
|
|
285
285
|
|
|
286
286
|
云市场链接。 需要包含中文, 长度最小为0,最长为512,须遵守http协议中定义的规则。
|
|
287
287
|
|
|
@@ -292,7 +292,7 @@ class ThirdTemplateRequestBody:
|
|
|
292
292
|
|
|
293
293
|
@property
|
|
294
294
|
def app_urn(self):
|
|
295
|
-
"""Gets the app_urn of this ThirdTemplateRequestBody.
|
|
295
|
+
r"""Gets the app_urn of this ThirdTemplateRequestBody.
|
|
296
296
|
|
|
297
297
|
serverless算子应用程序urn
|
|
298
298
|
|
|
@@ -303,7 +303,7 @@ class ThirdTemplateRequestBody:
|
|
|
303
303
|
|
|
304
304
|
@app_urn.setter
|
|
305
305
|
def app_urn(self, app_urn):
|
|
306
|
-
"""Sets the app_urn of this ThirdTemplateRequestBody.
|
|
306
|
+
r"""Sets the app_urn of this ThirdTemplateRequestBody.
|
|
307
307
|
|
|
308
308
|
serverless算子应用程序urn
|
|
309
309
|
|
|
@@ -314,7 +314,7 @@ class ThirdTemplateRequestBody:
|
|
|
314
314
|
|
|
315
315
|
@property
|
|
316
316
|
def bill_value(self):
|
|
317
|
-
"""Gets the bill_value of this ThirdTemplateRequestBody.
|
|
317
|
+
r"""Gets the bill_value of this ThirdTemplateRequestBody.
|
|
318
318
|
|
|
319
319
|
Serverless计费单价
|
|
320
320
|
|
|
@@ -325,7 +325,7 @@ class ThirdTemplateRequestBody:
|
|
|
325
325
|
|
|
326
326
|
@bill_value.setter
|
|
327
327
|
def bill_value(self, bill_value):
|
|
328
|
-
"""Sets the bill_value of this ThirdTemplateRequestBody.
|
|
328
|
+
r"""Sets the bill_value of this ThirdTemplateRequestBody.
|
|
329
329
|
|
|
330
330
|
Serverless计费单价
|
|
331
331
|
|
|
@@ -336,7 +336,7 @@ class ThirdTemplateRequestBody:
|
|
|
336
336
|
|
|
337
337
|
@property
|
|
338
338
|
def agency(self):
|
|
339
|
-
"""Gets the agency of this ThirdTemplateRequestBody.
|
|
339
|
+
r"""Gets the agency of this ThirdTemplateRequestBody.
|
|
340
340
|
|
|
341
341
|
serverless所需要委托名
|
|
342
342
|
|
|
@@ -347,7 +347,7 @@ class ThirdTemplateRequestBody:
|
|
|
347
347
|
|
|
348
348
|
@agency.setter
|
|
349
349
|
def agency(self, agency):
|
|
350
|
-
"""Sets the agency of this ThirdTemplateRequestBody.
|
|
350
|
+
r"""Sets the agency of this ThirdTemplateRequestBody.
|
|
351
351
|
|
|
352
352
|
serverless所需要委托名
|
|
353
353
|
|
|
@@ -358,7 +358,7 @@ class ThirdTemplateRequestBody:
|
|
|
358
358
|
|
|
359
359
|
@property
|
|
360
360
|
def register_status(self):
|
|
361
|
-
"""Gets the register_status of this ThirdTemplateRequestBody.
|
|
361
|
+
r"""Gets the register_status of this ThirdTemplateRequestBody.
|
|
362
362
|
|
|
363
363
|
算子状态。初始创建时为init_created。申请提交时传入submit_approve。 算子状态。申请提交时传入submit_approve。
|
|
364
364
|
|
|
@@ -369,7 +369,7 @@ class ThirdTemplateRequestBody:
|
|
|
369
369
|
|
|
370
370
|
@register_status.setter
|
|
371
371
|
def register_status(self, register_status):
|
|
372
|
-
"""Sets the register_status of this ThirdTemplateRequestBody.
|
|
372
|
+
r"""Sets the register_status of this ThirdTemplateRequestBody.
|
|
373
373
|
|
|
374
374
|
算子状态。初始创建时为init_created。申请提交时传入submit_approve。 算子状态。申请提交时传入submit_approve。
|
|
375
375
|
|
|
@@ -27,7 +27,7 @@ class UpdateMyActionTemplateRequest:
|
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
def __init__(self, template_name=None, body=None):
|
|
30
|
-
"""UpdateMyActionTemplateRequest
|
|
30
|
+
r"""UpdateMyActionTemplateRequest
|
|
31
31
|
|
|
32
32
|
The model defined in huaweicloud sdk
|
|
33
33
|
|
|
@@ -49,7 +49,7 @@ class UpdateMyActionTemplateRequest:
|
|
|
49
49
|
|
|
50
50
|
@property
|
|
51
51
|
def template_name(self):
|
|
52
|
-
"""Gets the template_name of this UpdateMyActionTemplateRequest.
|
|
52
|
+
r"""Gets the template_name of this UpdateMyActionTemplateRequest.
|
|
53
53
|
|
|
54
54
|
模板名称。名称必须以third开头,只能由字母、数字、下划线和中划线组成,长度小于等于32个字符。
|
|
55
55
|
|
|
@@ -60,7 +60,7 @@ class UpdateMyActionTemplateRequest:
|
|
|
60
60
|
|
|
61
61
|
@template_name.setter
|
|
62
62
|
def template_name(self, template_name):
|
|
63
|
-
"""Sets the template_name of this UpdateMyActionTemplateRequest.
|
|
63
|
+
r"""Sets the template_name of this UpdateMyActionTemplateRequest.
|
|
64
64
|
|
|
65
65
|
模板名称。名称必须以third开头,只能由字母、数字、下划线和中划线组成,长度小于等于32个字符。
|
|
66
66
|
|
|
@@ -71,7 +71,7 @@ class UpdateMyActionTemplateRequest:
|
|
|
71
71
|
|
|
72
72
|
@property
|
|
73
73
|
def body(self):
|
|
74
|
-
"""Gets the body of this UpdateMyActionTemplateRequest.
|
|
74
|
+
r"""Gets the body of this UpdateMyActionTemplateRequest.
|
|
75
75
|
|
|
76
76
|
:return: The body of this UpdateMyActionTemplateRequest.
|
|
77
77
|
:rtype: :class:`huaweicloudsdkdwr.v3.ThirdTemplateRequestBody`
|
|
@@ -80,7 +80,7 @@ class UpdateMyActionTemplateRequest:
|
|
|
80
80
|
|
|
81
81
|
@body.setter
|
|
82
82
|
def body(self, body):
|
|
83
|
-
"""Sets the body of this UpdateMyActionTemplateRequest.
|
|
83
|
+
r"""Sets the body of this UpdateMyActionTemplateRequest.
|
|
84
84
|
|
|
85
85
|
:param body: The body of this UpdateMyActionTemplateRequest.
|
|
86
86
|
:type body: :class:`huaweicloudsdkdwr.v3.ThirdTemplateRequestBody`
|
|
@@ -38,7 +38,7 @@ class UpdateMyActionTemplateResponse(SdkResponse):
|
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
def __init__(self, template_name=None, created_at=None, version=None, x_request_id=None, connection=None, content_length=None, date=None):
|
|
41
|
-
"""UpdateMyActionTemplateResponse
|
|
41
|
+
r"""UpdateMyActionTemplateResponse
|
|
42
42
|
|
|
43
43
|
The model defined in huaweicloud sdk
|
|
44
44
|
|
|
@@ -86,7 +86,7 @@ class UpdateMyActionTemplateResponse(SdkResponse):
|
|
|
86
86
|
|
|
87
87
|
@property
|
|
88
88
|
def template_name(self):
|
|
89
|
-
"""Gets the template_name of this UpdateMyActionTemplateResponse.
|
|
89
|
+
r"""Gets the template_name of this UpdateMyActionTemplateResponse.
|
|
90
90
|
|
|
91
91
|
算子模板名称。
|
|
92
92
|
|
|
@@ -97,7 +97,7 @@ class UpdateMyActionTemplateResponse(SdkResponse):
|
|
|
97
97
|
|
|
98
98
|
@template_name.setter
|
|
99
99
|
def template_name(self, template_name):
|
|
100
|
-
"""Sets the template_name of this UpdateMyActionTemplateResponse.
|
|
100
|
+
r"""Sets the template_name of this UpdateMyActionTemplateResponse.
|
|
101
101
|
|
|
102
102
|
算子模板名称。
|
|
103
103
|
|
|
@@ -108,7 +108,7 @@ class UpdateMyActionTemplateResponse(SdkResponse):
|
|
|
108
108
|
|
|
109
109
|
@property
|
|
110
110
|
def created_at(self):
|
|
111
|
-
"""Gets the created_at of this UpdateMyActionTemplateResponse.
|
|
111
|
+
r"""Gets the created_at of this UpdateMyActionTemplateResponse.
|
|
112
112
|
|
|
113
113
|
算子模板创建的时间。
|
|
114
114
|
|
|
@@ -119,7 +119,7 @@ class UpdateMyActionTemplateResponse(SdkResponse):
|
|
|
119
119
|
|
|
120
120
|
@created_at.setter
|
|
121
121
|
def created_at(self, created_at):
|
|
122
|
-
"""Sets the created_at of this UpdateMyActionTemplateResponse.
|
|
122
|
+
r"""Sets the created_at of this UpdateMyActionTemplateResponse.
|
|
123
123
|
|
|
124
124
|
算子模板创建的时间。
|
|
125
125
|
|
|
@@ -130,7 +130,7 @@ class UpdateMyActionTemplateResponse(SdkResponse):
|
|
|
130
130
|
|
|
131
131
|
@property
|
|
132
132
|
def version(self):
|
|
133
|
-
"""Gets the version of this UpdateMyActionTemplateResponse.
|
|
133
|
+
r"""Gets the version of this UpdateMyActionTemplateResponse.
|
|
134
134
|
|
|
135
135
|
版本号。
|
|
136
136
|
|
|
@@ -141,7 +141,7 @@ class UpdateMyActionTemplateResponse(SdkResponse):
|
|
|
141
141
|
|
|
142
142
|
@version.setter
|
|
143
143
|
def version(self, version):
|
|
144
|
-
"""Sets the version of this UpdateMyActionTemplateResponse.
|
|
144
|
+
r"""Sets the version of this UpdateMyActionTemplateResponse.
|
|
145
145
|
|
|
146
146
|
版本号。
|
|
147
147
|
|
|
@@ -152,7 +152,7 @@ class UpdateMyActionTemplateResponse(SdkResponse):
|
|
|
152
152
|
|
|
153
153
|
@property
|
|
154
154
|
def x_request_id(self):
|
|
155
|
-
"""Gets the x_request_id of this UpdateMyActionTemplateResponse.
|
|
155
|
+
r"""Gets the x_request_id of this UpdateMyActionTemplateResponse.
|
|
156
156
|
|
|
157
157
|
:return: The x_request_id of this UpdateMyActionTemplateResponse.
|
|
158
158
|
:rtype: str
|
|
@@ -161,7 +161,7 @@ class UpdateMyActionTemplateResponse(SdkResponse):
|
|
|
161
161
|
|
|
162
162
|
@x_request_id.setter
|
|
163
163
|
def x_request_id(self, x_request_id):
|
|
164
|
-
"""Sets the x_request_id of this UpdateMyActionTemplateResponse.
|
|
164
|
+
r"""Sets the x_request_id of this UpdateMyActionTemplateResponse.
|
|
165
165
|
|
|
166
166
|
:param x_request_id: The x_request_id of this UpdateMyActionTemplateResponse.
|
|
167
167
|
:type x_request_id: str
|
|
@@ -170,7 +170,7 @@ class UpdateMyActionTemplateResponse(SdkResponse):
|
|
|
170
170
|
|
|
171
171
|
@property
|
|
172
172
|
def connection(self):
|
|
173
|
-
"""Gets the connection of this UpdateMyActionTemplateResponse.
|
|
173
|
+
r"""Gets the connection of this UpdateMyActionTemplateResponse.
|
|
174
174
|
|
|
175
175
|
:return: The connection of this UpdateMyActionTemplateResponse.
|
|
176
176
|
:rtype: str
|
|
@@ -179,7 +179,7 @@ class UpdateMyActionTemplateResponse(SdkResponse):
|
|
|
179
179
|
|
|
180
180
|
@connection.setter
|
|
181
181
|
def connection(self, connection):
|
|
182
|
-
"""Sets the connection of this UpdateMyActionTemplateResponse.
|
|
182
|
+
r"""Sets the connection of this UpdateMyActionTemplateResponse.
|
|
183
183
|
|
|
184
184
|
:param connection: The connection of this UpdateMyActionTemplateResponse.
|
|
185
185
|
:type connection: str
|
|
@@ -188,7 +188,7 @@ class UpdateMyActionTemplateResponse(SdkResponse):
|
|
|
188
188
|
|
|
189
189
|
@property
|
|
190
190
|
def content_length(self):
|
|
191
|
-
"""Gets the content_length of this UpdateMyActionTemplateResponse.
|
|
191
|
+
r"""Gets the content_length of this UpdateMyActionTemplateResponse.
|
|
192
192
|
|
|
193
193
|
:return: The content_length of this UpdateMyActionTemplateResponse.
|
|
194
194
|
:rtype: str
|
|
@@ -197,7 +197,7 @@ class UpdateMyActionTemplateResponse(SdkResponse):
|
|
|
197
197
|
|
|
198
198
|
@content_length.setter
|
|
199
199
|
def content_length(self, content_length):
|
|
200
|
-
"""Sets the content_length of this UpdateMyActionTemplateResponse.
|
|
200
|
+
r"""Sets the content_length of this UpdateMyActionTemplateResponse.
|
|
201
201
|
|
|
202
202
|
:param content_length: The content_length of this UpdateMyActionTemplateResponse.
|
|
203
203
|
:type content_length: str
|
|
@@ -206,7 +206,7 @@ class UpdateMyActionTemplateResponse(SdkResponse):
|
|
|
206
206
|
|
|
207
207
|
@property
|
|
208
208
|
def date(self):
|
|
209
|
-
"""Gets the date of this UpdateMyActionTemplateResponse.
|
|
209
|
+
r"""Gets the date of this UpdateMyActionTemplateResponse.
|
|
210
210
|
|
|
211
211
|
:return: The date of this UpdateMyActionTemplateResponse.
|
|
212
212
|
:rtype: str
|
|
@@ -215,7 +215,7 @@ class UpdateMyActionTemplateResponse(SdkResponse):
|
|
|
215
215
|
|
|
216
216
|
@date.setter
|
|
217
217
|
def date(self, date):
|
|
218
|
-
"""Sets the date of this UpdateMyActionTemplateResponse.
|
|
218
|
+
r"""Sets the date of this UpdateMyActionTemplateResponse.
|
|
219
219
|
|
|
220
220
|
:param date: The date of this UpdateMyActionTemplateResponse.
|
|
221
221
|
:type date: str
|
|
@@ -25,7 +25,7 @@ class UpdateMyActionTemplateToDeprecatedRequest:
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
def __init__(self, template_name=None):
|
|
28
|
-
"""UpdateMyActionTemplateToDeprecatedRequest
|
|
28
|
+
r"""UpdateMyActionTemplateToDeprecatedRequest
|
|
29
29
|
|
|
30
30
|
The model defined in huaweicloud sdk
|
|
31
31
|
|
|
@@ -42,7 +42,7 @@ class UpdateMyActionTemplateToDeprecatedRequest:
|
|
|
42
42
|
|
|
43
43
|
@property
|
|
44
44
|
def template_name(self):
|
|
45
|
-
"""Gets the template_name of this UpdateMyActionTemplateToDeprecatedRequest.
|
|
45
|
+
r"""Gets the template_name of this UpdateMyActionTemplateToDeprecatedRequest.
|
|
46
46
|
|
|
47
47
|
申请禁用的三方算子名称。
|
|
48
48
|
|
|
@@ -53,7 +53,7 @@ class UpdateMyActionTemplateToDeprecatedRequest:
|
|
|
53
53
|
|
|
54
54
|
@template_name.setter
|
|
55
55
|
def template_name(self, template_name):
|
|
56
|
-
"""Sets the template_name of this UpdateMyActionTemplateToDeprecatedRequest.
|
|
56
|
+
r"""Sets the template_name of this UpdateMyActionTemplateToDeprecatedRequest.
|
|
57
57
|
|
|
58
58
|
申请禁用的三方算子名称。
|
|
59
59
|
|
|
@@ -28,7 +28,7 @@ class UpdateMyActionTemplateToDeprecatedResponse(SdkResponse):
|
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
def __init__(self, x_request_id=None, content_length=None):
|
|
31
|
-
"""UpdateMyActionTemplateToDeprecatedResponse
|
|
31
|
+
r"""UpdateMyActionTemplateToDeprecatedResponse
|
|
32
32
|
|
|
33
33
|
The model defined in huaweicloud sdk
|
|
34
34
|
|
|
@@ -51,7 +51,7 @@ class UpdateMyActionTemplateToDeprecatedResponse(SdkResponse):
|
|
|
51
51
|
|
|
52
52
|
@property
|
|
53
53
|
def x_request_id(self):
|
|
54
|
-
"""Gets the x_request_id of this UpdateMyActionTemplateToDeprecatedResponse.
|
|
54
|
+
r"""Gets the x_request_id of this UpdateMyActionTemplateToDeprecatedResponse.
|
|
55
55
|
|
|
56
56
|
:return: The x_request_id of this UpdateMyActionTemplateToDeprecatedResponse.
|
|
57
57
|
:rtype: str
|
|
@@ -60,7 +60,7 @@ class UpdateMyActionTemplateToDeprecatedResponse(SdkResponse):
|
|
|
60
60
|
|
|
61
61
|
@x_request_id.setter
|
|
62
62
|
def x_request_id(self, x_request_id):
|
|
63
|
-
"""Sets the x_request_id of this UpdateMyActionTemplateToDeprecatedResponse.
|
|
63
|
+
r"""Sets the x_request_id of this UpdateMyActionTemplateToDeprecatedResponse.
|
|
64
64
|
|
|
65
65
|
:param x_request_id: The x_request_id of this UpdateMyActionTemplateToDeprecatedResponse.
|
|
66
66
|
:type x_request_id: str
|
|
@@ -69,7 +69,7 @@ class UpdateMyActionTemplateToDeprecatedResponse(SdkResponse):
|
|
|
69
69
|
|
|
70
70
|
@property
|
|
71
71
|
def content_length(self):
|
|
72
|
-
"""Gets the content_length of this UpdateMyActionTemplateToDeprecatedResponse.
|
|
72
|
+
r"""Gets the content_length of this UpdateMyActionTemplateToDeprecatedResponse.
|
|
73
73
|
|
|
74
74
|
:return: The content_length of this UpdateMyActionTemplateToDeprecatedResponse.
|
|
75
75
|
:rtype: str
|
|
@@ -78,7 +78,7 @@ class UpdateMyActionTemplateToDeprecatedResponse(SdkResponse):
|
|
|
78
78
|
|
|
79
79
|
@content_length.setter
|
|
80
80
|
def content_length(self, content_length):
|
|
81
|
-
"""Sets the content_length of this UpdateMyActionTemplateToDeprecatedResponse.
|
|
81
|
+
r"""Sets the content_length of this UpdateMyActionTemplateToDeprecatedResponse.
|
|
82
82
|
|
|
83
83
|
:param content_length: The content_length of this UpdateMyActionTemplateToDeprecatedResponse.
|
|
84
84
|
:type content_length: str
|
|
@@ -25,7 +25,7 @@ class UpdateWorkflowBody:
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
def __init__(self, parameters=None):
|
|
28
|
-
"""UpdateWorkflowBody
|
|
28
|
+
r"""UpdateWorkflowBody
|
|
29
29
|
|
|
30
30
|
The model defined in huaweicloud sdk
|
|
31
31
|
|
|
@@ -43,7 +43,7 @@ class UpdateWorkflowBody:
|
|
|
43
43
|
|
|
44
44
|
@property
|
|
45
45
|
def parameters(self):
|
|
46
|
-
"""Gets the parameters of this UpdateWorkflowBody.
|
|
46
|
+
r"""Gets the parameters of this UpdateWorkflowBody.
|
|
47
47
|
|
|
48
48
|
工作流中每个算子待修改参数与待更新的值。
|
|
49
49
|
|
|
@@ -54,7 +54,7 @@ class UpdateWorkflowBody:
|
|
|
54
54
|
|
|
55
55
|
@parameters.setter
|
|
56
56
|
def parameters(self, parameters):
|
|
57
|
-
"""Sets the parameters of this UpdateWorkflowBody.
|
|
57
|
+
r"""Sets the parameters of this UpdateWorkflowBody.
|
|
58
58
|
|
|
59
59
|
工作流中每个算子待修改参数与待更新的值。
|
|
60
60
|
|