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
|
@@ -33,7 +33,7 @@ class ActionResult:
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
def __init__(self, match=None, retry_interval=None, max_retry=None, next_state=None, is_terminal=None):
|
|
36
|
-
"""ActionResult
|
|
36
|
+
r"""ActionResult
|
|
37
37
|
|
|
38
38
|
The model defined in huaweicloud sdk
|
|
39
39
|
|
|
@@ -68,7 +68,7 @@ class ActionResult:
|
|
|
68
68
|
|
|
69
69
|
@property
|
|
70
70
|
def match(self):
|
|
71
|
-
"""Gets the match of this ActionResult.
|
|
71
|
+
r"""Gets the match of this ActionResult.
|
|
72
72
|
|
|
73
73
|
触发错误处理需符合的条件
|
|
74
74
|
|
|
@@ -79,7 +79,7 @@ class ActionResult:
|
|
|
79
79
|
|
|
80
80
|
@match.setter
|
|
81
81
|
def match(self, match):
|
|
82
|
-
"""Sets the match of this ActionResult.
|
|
82
|
+
r"""Sets the match of this ActionResult.
|
|
83
83
|
|
|
84
84
|
触发错误处理需符合的条件
|
|
85
85
|
|
|
@@ -90,7 +90,7 @@ class ActionResult:
|
|
|
90
90
|
|
|
91
91
|
@property
|
|
92
92
|
def retry_interval(self):
|
|
93
|
-
"""Gets the retry_interval of this ActionResult.
|
|
93
|
+
r"""Gets the retry_interval of this ActionResult.
|
|
94
94
|
|
|
95
95
|
每次重试间隔时间
|
|
96
96
|
|
|
@@ -101,7 +101,7 @@ class ActionResult:
|
|
|
101
101
|
|
|
102
102
|
@retry_interval.setter
|
|
103
103
|
def retry_interval(self, retry_interval):
|
|
104
|
-
"""Sets the retry_interval of this ActionResult.
|
|
104
|
+
r"""Sets the retry_interval of this ActionResult.
|
|
105
105
|
|
|
106
106
|
每次重试间隔时间
|
|
107
107
|
|
|
@@ -112,7 +112,7 @@ class ActionResult:
|
|
|
112
112
|
|
|
113
113
|
@property
|
|
114
114
|
def max_retry(self):
|
|
115
|
-
"""Gets the max_retry of this ActionResult.
|
|
115
|
+
r"""Gets the max_retry of this ActionResult.
|
|
116
116
|
|
|
117
117
|
最多重试次数
|
|
118
118
|
|
|
@@ -123,7 +123,7 @@ class ActionResult:
|
|
|
123
123
|
|
|
124
124
|
@max_retry.setter
|
|
125
125
|
def max_retry(self, max_retry):
|
|
126
|
-
"""Sets the max_retry of this ActionResult.
|
|
126
|
+
r"""Sets the max_retry of this ActionResult.
|
|
127
127
|
|
|
128
128
|
最多重试次数
|
|
129
129
|
|
|
@@ -134,7 +134,7 @@ class ActionResult:
|
|
|
134
134
|
|
|
135
135
|
@property
|
|
136
136
|
def next_state(self):
|
|
137
|
-
"""Gets the next_state of this ActionResult.
|
|
137
|
+
r"""Gets the next_state of this ActionResult.
|
|
138
138
|
|
|
139
139
|
下一个状态
|
|
140
140
|
|
|
@@ -145,7 +145,7 @@ class ActionResult:
|
|
|
145
145
|
|
|
146
146
|
@next_state.setter
|
|
147
147
|
def next_state(self, next_state):
|
|
148
|
-
"""Sets the next_state of this ActionResult.
|
|
148
|
+
r"""Sets the next_state of this ActionResult.
|
|
149
149
|
|
|
150
150
|
下一个状态
|
|
151
151
|
|
|
@@ -156,7 +156,7 @@ class ActionResult:
|
|
|
156
156
|
|
|
157
157
|
@property
|
|
158
158
|
def is_terminal(self):
|
|
159
|
-
"""Gets the is_terminal of this ActionResult.
|
|
159
|
+
r"""Gets the is_terminal of this ActionResult.
|
|
160
160
|
|
|
161
161
|
是否为结束状态
|
|
162
162
|
|
|
@@ -167,7 +167,7 @@ class ActionResult:
|
|
|
167
167
|
|
|
168
168
|
@is_terminal.setter
|
|
169
169
|
def is_terminal(self, is_terminal):
|
|
170
|
-
"""Sets the is_terminal of this ActionResult.
|
|
170
|
+
r"""Sets the is_terminal of this ActionResult.
|
|
171
171
|
|
|
172
172
|
是否为结束状态
|
|
173
173
|
|
|
@@ -27,7 +27,7 @@ class ActionTemplateItem:
|
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
def __init__(self, name=None, category=None):
|
|
30
|
-
"""ActionTemplateItem
|
|
30
|
+
r"""ActionTemplateItem
|
|
31
31
|
|
|
32
32
|
The model defined in huaweicloud sdk
|
|
33
33
|
|
|
@@ -50,7 +50,7 @@ class ActionTemplateItem:
|
|
|
50
50
|
|
|
51
51
|
@property
|
|
52
52
|
def name(self):
|
|
53
|
-
"""Gets the name of this ActionTemplateItem.
|
|
53
|
+
r"""Gets the name of this ActionTemplateItem.
|
|
54
54
|
|
|
55
55
|
名称。
|
|
56
56
|
|
|
@@ -61,7 +61,7 @@ class ActionTemplateItem:
|
|
|
61
61
|
|
|
62
62
|
@name.setter
|
|
63
63
|
def name(self, name):
|
|
64
|
-
"""Sets the name of this ActionTemplateItem.
|
|
64
|
+
r"""Sets the name of this ActionTemplateItem.
|
|
65
65
|
|
|
66
66
|
名称。
|
|
67
67
|
|
|
@@ -72,7 +72,7 @@ class ActionTemplateItem:
|
|
|
72
72
|
|
|
73
73
|
@property
|
|
74
74
|
def category(self):
|
|
75
|
-
"""Gets the category of this ActionTemplateItem.
|
|
75
|
+
r"""Gets the category of this ActionTemplateItem.
|
|
76
76
|
|
|
77
77
|
第三方算子模板的分类。默认分类为FileProcess,MediaProcess,ImageProcess,ContentReview,NotificationProcess,VoiceInteraction
|
|
78
78
|
|
|
@@ -83,7 +83,7 @@ class ActionTemplateItem:
|
|
|
83
83
|
|
|
84
84
|
@category.setter
|
|
85
85
|
def category(self, category):
|
|
86
|
-
"""Sets the category of this ActionTemplateItem.
|
|
86
|
+
r"""Sets the category of this ActionTemplateItem.
|
|
87
87
|
|
|
88
88
|
第三方算子模板的分类。默认分类为FileProcess,MediaProcess,ImageProcess,ContentReview,NotificationProcess,VoiceInteraction
|
|
89
89
|
|
|
@@ -27,7 +27,7 @@ class AsyncInvokeApiStartWorkflowRequest:
|
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
def __init__(self, graph_name=None, body=None):
|
|
30
|
-
"""AsyncInvokeApiStartWorkflowRequest
|
|
30
|
+
r"""AsyncInvokeApiStartWorkflowRequest
|
|
31
31
|
|
|
32
32
|
The model defined in huaweicloud sdk
|
|
33
33
|
|
|
@@ -49,7 +49,7 @@ class AsyncInvokeApiStartWorkflowRequest:
|
|
|
49
49
|
|
|
50
50
|
@property
|
|
51
51
|
def graph_name(self):
|
|
52
|
-
"""Gets the graph_name of this AsyncInvokeApiStartWorkflowRequest.
|
|
52
|
+
r"""Gets the graph_name of this AsyncInvokeApiStartWorkflowRequest.
|
|
53
53
|
|
|
54
54
|
工作流名称。
|
|
55
55
|
|
|
@@ -60,7 +60,7 @@ class AsyncInvokeApiStartWorkflowRequest:
|
|
|
60
60
|
|
|
61
61
|
@graph_name.setter
|
|
62
62
|
def graph_name(self, graph_name):
|
|
63
|
-
"""Sets the graph_name of this AsyncInvokeApiStartWorkflowRequest.
|
|
63
|
+
r"""Sets the graph_name of this AsyncInvokeApiStartWorkflowRequest.
|
|
64
64
|
|
|
65
65
|
工作流名称。
|
|
66
66
|
|
|
@@ -71,7 +71,7 @@ class AsyncInvokeApiStartWorkflowRequest:
|
|
|
71
71
|
|
|
72
72
|
@property
|
|
73
73
|
def body(self):
|
|
74
|
-
"""Gets the body of this AsyncInvokeApiStartWorkflowRequest.
|
|
74
|
+
r"""Gets the body of this AsyncInvokeApiStartWorkflowRequest.
|
|
75
75
|
|
|
76
76
|
:return: The body of this AsyncInvokeApiStartWorkflowRequest.
|
|
77
77
|
:rtype: :class:`huaweicloudsdkdwr.v3.ExecuteWorkflowBody`
|
|
@@ -80,7 +80,7 @@ class AsyncInvokeApiStartWorkflowRequest:
|
|
|
80
80
|
|
|
81
81
|
@body.setter
|
|
82
82
|
def body(self, body):
|
|
83
|
-
"""Sets the body of this AsyncInvokeApiStartWorkflowRequest.
|
|
83
|
+
r"""Sets the body of this AsyncInvokeApiStartWorkflowRequest.
|
|
84
84
|
|
|
85
85
|
:param body: The body of this AsyncInvokeApiStartWorkflowRequest.
|
|
86
86
|
:type body: :class:`huaweicloudsdkdwr.v3.ExecuteWorkflowBody`
|
|
@@ -38,7 +38,7 @@ class AsyncInvokeApiStartWorkflowResponse(SdkResponse):
|
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
def __init__(self, execution_urn=None, started_at=None, execution_name=None, x_request_id=None, connection=None, content_length=None, date=None):
|
|
41
|
-
"""AsyncInvokeApiStartWorkflowResponse
|
|
41
|
+
r"""AsyncInvokeApiStartWorkflowResponse
|
|
42
42
|
|
|
43
43
|
The model defined in huaweicloud sdk
|
|
44
44
|
|
|
@@ -86,7 +86,7 @@ class AsyncInvokeApiStartWorkflowResponse(SdkResponse):
|
|
|
86
86
|
|
|
87
87
|
@property
|
|
88
88
|
def execution_urn(self):
|
|
89
|
-
"""Gets the execution_urn of this AsyncInvokeApiStartWorkflowResponse.
|
|
89
|
+
r"""Gets the execution_urn of this AsyncInvokeApiStartWorkflowResponse.
|
|
90
90
|
|
|
91
91
|
运行实例的URN。
|
|
92
92
|
|
|
@@ -97,7 +97,7 @@ class AsyncInvokeApiStartWorkflowResponse(SdkResponse):
|
|
|
97
97
|
|
|
98
98
|
@execution_urn.setter
|
|
99
99
|
def execution_urn(self, execution_urn):
|
|
100
|
-
"""Sets the execution_urn of this AsyncInvokeApiStartWorkflowResponse.
|
|
100
|
+
r"""Sets the execution_urn of this AsyncInvokeApiStartWorkflowResponse.
|
|
101
101
|
|
|
102
102
|
运行实例的URN。
|
|
103
103
|
|
|
@@ -108,7 +108,7 @@ class AsyncInvokeApiStartWorkflowResponse(SdkResponse):
|
|
|
108
108
|
|
|
109
109
|
@property
|
|
110
110
|
def started_at(self):
|
|
111
|
-
"""Gets the started_at of this AsyncInvokeApiStartWorkflowResponse.
|
|
111
|
+
r"""Gets the started_at of this AsyncInvokeApiStartWorkflowResponse.
|
|
112
112
|
|
|
113
113
|
运行实例启动时间。
|
|
114
114
|
|
|
@@ -119,7 +119,7 @@ class AsyncInvokeApiStartWorkflowResponse(SdkResponse):
|
|
|
119
119
|
|
|
120
120
|
@started_at.setter
|
|
121
121
|
def started_at(self, started_at):
|
|
122
|
-
"""Sets the started_at of this AsyncInvokeApiStartWorkflowResponse.
|
|
122
|
+
r"""Sets the started_at of this AsyncInvokeApiStartWorkflowResponse.
|
|
123
123
|
|
|
124
124
|
运行实例启动时间。
|
|
125
125
|
|
|
@@ -130,7 +130,7 @@ class AsyncInvokeApiStartWorkflowResponse(SdkResponse):
|
|
|
130
130
|
|
|
131
131
|
@property
|
|
132
132
|
def execution_name(self):
|
|
133
|
-
"""Gets the execution_name of this AsyncInvokeApiStartWorkflowResponse.
|
|
133
|
+
r"""Gets the execution_name of this AsyncInvokeApiStartWorkflowResponse.
|
|
134
134
|
|
|
135
135
|
运行实例的名字。
|
|
136
136
|
|
|
@@ -141,7 +141,7 @@ class AsyncInvokeApiStartWorkflowResponse(SdkResponse):
|
|
|
141
141
|
|
|
142
142
|
@execution_name.setter
|
|
143
143
|
def execution_name(self, execution_name):
|
|
144
|
-
"""Sets the execution_name of this AsyncInvokeApiStartWorkflowResponse.
|
|
144
|
+
r"""Sets the execution_name of this AsyncInvokeApiStartWorkflowResponse.
|
|
145
145
|
|
|
146
146
|
运行实例的名字。
|
|
147
147
|
|
|
@@ -152,7 +152,7 @@ class AsyncInvokeApiStartWorkflowResponse(SdkResponse):
|
|
|
152
152
|
|
|
153
153
|
@property
|
|
154
154
|
def x_request_id(self):
|
|
155
|
-
"""Gets the x_request_id of this AsyncInvokeApiStartWorkflowResponse.
|
|
155
|
+
r"""Gets the x_request_id of this AsyncInvokeApiStartWorkflowResponse.
|
|
156
156
|
|
|
157
157
|
:return: The x_request_id of this AsyncInvokeApiStartWorkflowResponse.
|
|
158
158
|
:rtype: str
|
|
@@ -161,7 +161,7 @@ class AsyncInvokeApiStartWorkflowResponse(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 AsyncInvokeApiStartWorkflowResponse.
|
|
164
|
+
r"""Sets the x_request_id of this AsyncInvokeApiStartWorkflowResponse.
|
|
165
165
|
|
|
166
166
|
:param x_request_id: The x_request_id of this AsyncInvokeApiStartWorkflowResponse.
|
|
167
167
|
:type x_request_id: str
|
|
@@ -170,7 +170,7 @@ class AsyncInvokeApiStartWorkflowResponse(SdkResponse):
|
|
|
170
170
|
|
|
171
171
|
@property
|
|
172
172
|
def connection(self):
|
|
173
|
-
"""Gets the connection of this AsyncInvokeApiStartWorkflowResponse.
|
|
173
|
+
r"""Gets the connection of this AsyncInvokeApiStartWorkflowResponse.
|
|
174
174
|
|
|
175
175
|
:return: The connection of this AsyncInvokeApiStartWorkflowResponse.
|
|
176
176
|
:rtype: str
|
|
@@ -179,7 +179,7 @@ class AsyncInvokeApiStartWorkflowResponse(SdkResponse):
|
|
|
179
179
|
|
|
180
180
|
@connection.setter
|
|
181
181
|
def connection(self, connection):
|
|
182
|
-
"""Sets the connection of this AsyncInvokeApiStartWorkflowResponse.
|
|
182
|
+
r"""Sets the connection of this AsyncInvokeApiStartWorkflowResponse.
|
|
183
183
|
|
|
184
184
|
:param connection: The connection of this AsyncInvokeApiStartWorkflowResponse.
|
|
185
185
|
:type connection: str
|
|
@@ -188,7 +188,7 @@ class AsyncInvokeApiStartWorkflowResponse(SdkResponse):
|
|
|
188
188
|
|
|
189
189
|
@property
|
|
190
190
|
def content_length(self):
|
|
191
|
-
"""Gets the content_length of this AsyncInvokeApiStartWorkflowResponse.
|
|
191
|
+
r"""Gets the content_length of this AsyncInvokeApiStartWorkflowResponse.
|
|
192
192
|
|
|
193
193
|
:return: The content_length of this AsyncInvokeApiStartWorkflowResponse.
|
|
194
194
|
:rtype: str
|
|
@@ -197,7 +197,7 @@ class AsyncInvokeApiStartWorkflowResponse(SdkResponse):
|
|
|
197
197
|
|
|
198
198
|
@content_length.setter
|
|
199
199
|
def content_length(self, content_length):
|
|
200
|
-
"""Sets the content_length of this AsyncInvokeApiStartWorkflowResponse.
|
|
200
|
+
r"""Sets the content_length of this AsyncInvokeApiStartWorkflowResponse.
|
|
201
201
|
|
|
202
202
|
:param content_length: The content_length of this AsyncInvokeApiStartWorkflowResponse.
|
|
203
203
|
:type content_length: str
|
|
@@ -206,7 +206,7 @@ class AsyncInvokeApiStartWorkflowResponse(SdkResponse):
|
|
|
206
206
|
|
|
207
207
|
@property
|
|
208
208
|
def date(self):
|
|
209
|
-
"""Gets the date of this AsyncInvokeApiStartWorkflowResponse.
|
|
209
|
+
r"""Gets the date of this AsyncInvokeApiStartWorkflowResponse.
|
|
210
210
|
|
|
211
211
|
:return: The date of this AsyncInvokeApiStartWorkflowResponse.
|
|
212
212
|
:rtype: str
|
|
@@ -215,7 +215,7 @@ class AsyncInvokeApiStartWorkflowResponse(SdkResponse):
|
|
|
215
215
|
|
|
216
216
|
@date.setter
|
|
217
217
|
def date(self, date):
|
|
218
|
-
"""Sets the date of this AsyncInvokeApiStartWorkflowResponse.
|
|
218
|
+
r"""Sets the date of this AsyncInvokeApiStartWorkflowResponse.
|
|
219
219
|
|
|
220
220
|
:param date: The date of this AsyncInvokeApiStartWorkflowResponse.
|
|
221
221
|
:type date: str
|
|
@@ -52,7 +52,7 @@ class CheckWorkflowAuthenticationResponse(SdkResponse):
|
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
def __init__(self, create_time=None, last_modify_time=None, agency_id=None, agency_name=None, agency_duration=None, trust_domain_name=None, role_id=None, role_dependent_by_function=None, role_remark_name=None, role_remark_type=None, x_request_id=None, connection=None, content_length=None, date=None):
|
|
55
|
-
"""CheckWorkflowAuthenticationResponse
|
|
55
|
+
r"""CheckWorkflowAuthenticationResponse
|
|
56
56
|
|
|
57
57
|
The model defined in huaweicloud sdk
|
|
58
58
|
|
|
@@ -135,7 +135,7 @@ class CheckWorkflowAuthenticationResponse(SdkResponse):
|
|
|
135
135
|
|
|
136
136
|
@property
|
|
137
137
|
def create_time(self):
|
|
138
|
-
"""Gets the create_time of this CheckWorkflowAuthenticationResponse.
|
|
138
|
+
r"""Gets the create_time of this CheckWorkflowAuthenticationResponse.
|
|
139
139
|
|
|
140
140
|
创建时间。
|
|
141
141
|
|
|
@@ -146,7 +146,7 @@ class CheckWorkflowAuthenticationResponse(SdkResponse):
|
|
|
146
146
|
|
|
147
147
|
@create_time.setter
|
|
148
148
|
def create_time(self, create_time):
|
|
149
|
-
"""Sets the create_time of this CheckWorkflowAuthenticationResponse.
|
|
149
|
+
r"""Sets the create_time of this CheckWorkflowAuthenticationResponse.
|
|
150
150
|
|
|
151
151
|
创建时间。
|
|
152
152
|
|
|
@@ -157,7 +157,7 @@ class CheckWorkflowAuthenticationResponse(SdkResponse):
|
|
|
157
157
|
|
|
158
158
|
@property
|
|
159
159
|
def last_modify_time(self):
|
|
160
|
-
"""Gets the last_modify_time of this CheckWorkflowAuthenticationResponse.
|
|
160
|
+
r"""Gets the last_modify_time of this CheckWorkflowAuthenticationResponse.
|
|
161
161
|
|
|
162
162
|
最近修改时间。
|
|
163
163
|
|
|
@@ -168,7 +168,7 @@ class CheckWorkflowAuthenticationResponse(SdkResponse):
|
|
|
168
168
|
|
|
169
169
|
@last_modify_time.setter
|
|
170
170
|
def last_modify_time(self, last_modify_time):
|
|
171
|
-
"""Sets the last_modify_time of this CheckWorkflowAuthenticationResponse.
|
|
171
|
+
r"""Sets the last_modify_time of this CheckWorkflowAuthenticationResponse.
|
|
172
172
|
|
|
173
173
|
最近修改时间。
|
|
174
174
|
|
|
@@ -179,7 +179,7 @@ class CheckWorkflowAuthenticationResponse(SdkResponse):
|
|
|
179
179
|
|
|
180
180
|
@property
|
|
181
181
|
def agency_id(self):
|
|
182
|
-
"""Gets the agency_id of this CheckWorkflowAuthenticationResponse.
|
|
182
|
+
r"""Gets the agency_id of this CheckWorkflowAuthenticationResponse.
|
|
183
183
|
|
|
184
184
|
委托方帐号ID。
|
|
185
185
|
|
|
@@ -190,7 +190,7 @@ class CheckWorkflowAuthenticationResponse(SdkResponse):
|
|
|
190
190
|
|
|
191
191
|
@agency_id.setter
|
|
192
192
|
def agency_id(self, agency_id):
|
|
193
|
-
"""Sets the agency_id of this CheckWorkflowAuthenticationResponse.
|
|
193
|
+
r"""Sets the agency_id of this CheckWorkflowAuthenticationResponse.
|
|
194
194
|
|
|
195
195
|
委托方帐号ID。
|
|
196
196
|
|
|
@@ -201,7 +201,7 @@ class CheckWorkflowAuthenticationResponse(SdkResponse):
|
|
|
201
201
|
|
|
202
202
|
@property
|
|
203
203
|
def agency_name(self):
|
|
204
|
-
"""Gets the agency_name of this CheckWorkflowAuthenticationResponse.
|
|
204
|
+
r"""Gets the agency_name of this CheckWorkflowAuthenticationResponse.
|
|
205
205
|
|
|
206
206
|
委托名。
|
|
207
207
|
|
|
@@ -212,7 +212,7 @@ class CheckWorkflowAuthenticationResponse(SdkResponse):
|
|
|
212
212
|
|
|
213
213
|
@agency_name.setter
|
|
214
214
|
def agency_name(self, agency_name):
|
|
215
|
-
"""Sets the agency_name of this CheckWorkflowAuthenticationResponse.
|
|
215
|
+
r"""Sets the agency_name of this CheckWorkflowAuthenticationResponse.
|
|
216
216
|
|
|
217
217
|
委托名。
|
|
218
218
|
|
|
@@ -223,7 +223,7 @@ class CheckWorkflowAuthenticationResponse(SdkResponse):
|
|
|
223
223
|
|
|
224
224
|
@property
|
|
225
225
|
def agency_duration(self):
|
|
226
|
-
"""Gets the agency_duration of this CheckWorkflowAuthenticationResponse.
|
|
226
|
+
r"""Gets the agency_duration of this CheckWorkflowAuthenticationResponse.
|
|
227
227
|
|
|
228
228
|
委托的期限。取值为\"FOREVER\"或“null”表示委托的期限为永久,取值为\"ONEDAY\"表示委托的期限为一天。
|
|
229
229
|
|
|
@@ -234,7 +234,7 @@ class CheckWorkflowAuthenticationResponse(SdkResponse):
|
|
|
234
234
|
|
|
235
235
|
@agency_duration.setter
|
|
236
236
|
def agency_duration(self, agency_duration):
|
|
237
|
-
"""Sets the agency_duration of this CheckWorkflowAuthenticationResponse.
|
|
237
|
+
r"""Sets the agency_duration of this CheckWorkflowAuthenticationResponse.
|
|
238
238
|
|
|
239
239
|
委托的期限。取值为\"FOREVER\"或“null”表示委托的期限为永久,取值为\"ONEDAY\"表示委托的期限为一天。
|
|
240
240
|
|
|
@@ -245,7 +245,7 @@ class CheckWorkflowAuthenticationResponse(SdkResponse):
|
|
|
245
245
|
|
|
246
246
|
@property
|
|
247
247
|
def trust_domain_name(self):
|
|
248
|
-
"""Gets the trust_domain_name of this CheckWorkflowAuthenticationResponse.
|
|
248
|
+
r"""Gets the trust_domain_name of this CheckWorkflowAuthenticationResponse.
|
|
249
249
|
|
|
250
250
|
被委托方帐号名。
|
|
251
251
|
|
|
@@ -256,7 +256,7 @@ class CheckWorkflowAuthenticationResponse(SdkResponse):
|
|
|
256
256
|
|
|
257
257
|
@trust_domain_name.setter
|
|
258
258
|
def trust_domain_name(self, trust_domain_name):
|
|
259
|
-
"""Sets the trust_domain_name of this CheckWorkflowAuthenticationResponse.
|
|
259
|
+
r"""Sets the trust_domain_name of this CheckWorkflowAuthenticationResponse.
|
|
260
260
|
|
|
261
261
|
被委托方帐号名。
|
|
262
262
|
|
|
@@ -267,7 +267,7 @@ class CheckWorkflowAuthenticationResponse(SdkResponse):
|
|
|
267
267
|
|
|
268
268
|
@property
|
|
269
269
|
def role_id(self):
|
|
270
|
-
"""Gets the role_id of this CheckWorkflowAuthenticationResponse.
|
|
270
|
+
r"""Gets the role_id of this CheckWorkflowAuthenticationResponse.
|
|
271
271
|
|
|
272
272
|
权限ID。
|
|
273
273
|
|
|
@@ -278,7 +278,7 @@ class CheckWorkflowAuthenticationResponse(SdkResponse):
|
|
|
278
278
|
|
|
279
279
|
@role_id.setter
|
|
280
280
|
def role_id(self, role_id):
|
|
281
|
-
"""Sets the role_id of this CheckWorkflowAuthenticationResponse.
|
|
281
|
+
r"""Sets the role_id of this CheckWorkflowAuthenticationResponse.
|
|
282
282
|
|
|
283
283
|
权限ID。
|
|
284
284
|
|
|
@@ -289,7 +289,7 @@ class CheckWorkflowAuthenticationResponse(SdkResponse):
|
|
|
289
289
|
|
|
290
290
|
@property
|
|
291
291
|
def role_dependent_by_function(self):
|
|
292
|
-
"""Gets the role_dependent_by_function of this CheckWorkflowAuthenticationResponse.
|
|
292
|
+
r"""Gets the role_dependent_by_function of this CheckWorkflowAuthenticationResponse.
|
|
293
293
|
|
|
294
294
|
权限使用的依赖函数。
|
|
295
295
|
|
|
@@ -300,7 +300,7 @@ class CheckWorkflowAuthenticationResponse(SdkResponse):
|
|
|
300
300
|
|
|
301
301
|
@role_dependent_by_function.setter
|
|
302
302
|
def role_dependent_by_function(self, role_dependent_by_function):
|
|
303
|
-
"""Sets the role_dependent_by_function of this CheckWorkflowAuthenticationResponse.
|
|
303
|
+
r"""Sets the role_dependent_by_function of this CheckWorkflowAuthenticationResponse.
|
|
304
304
|
|
|
305
305
|
权限使用的依赖函数。
|
|
306
306
|
|
|
@@ -311,7 +311,7 @@ class CheckWorkflowAuthenticationResponse(SdkResponse):
|
|
|
311
311
|
|
|
312
312
|
@property
|
|
313
313
|
def role_remark_name(self):
|
|
314
|
-
"""Gets the role_remark_name of this CheckWorkflowAuthenticationResponse.
|
|
314
|
+
r"""Gets the role_remark_name of this CheckWorkflowAuthenticationResponse.
|
|
315
315
|
|
|
316
316
|
权限备注名。
|
|
317
317
|
|
|
@@ -322,7 +322,7 @@ class CheckWorkflowAuthenticationResponse(SdkResponse):
|
|
|
322
322
|
|
|
323
323
|
@role_remark_name.setter
|
|
324
324
|
def role_remark_name(self, role_remark_name):
|
|
325
|
-
"""Sets the role_remark_name of this CheckWorkflowAuthenticationResponse.
|
|
325
|
+
r"""Sets the role_remark_name of this CheckWorkflowAuthenticationResponse.
|
|
326
326
|
|
|
327
327
|
权限备注名。
|
|
328
328
|
|
|
@@ -333,7 +333,7 @@ class CheckWorkflowAuthenticationResponse(SdkResponse):
|
|
|
333
333
|
|
|
334
334
|
@property
|
|
335
335
|
def role_remark_type(self):
|
|
336
|
-
"""Gets the role_remark_type of this CheckWorkflowAuthenticationResponse.
|
|
336
|
+
r"""Gets the role_remark_type of this CheckWorkflowAuthenticationResponse.
|
|
337
337
|
|
|
338
338
|
权限的备注模式: AX表示在domain层显示。 XA表示在project层显示。 AA表示在domain和project层均显示。 XX表示在domain和project层均不显示。 自定义策略的显示模式只能为AX或者XA,不能在domain层和project层都显示(AA),或者在domain层和project层都不显示(XX)
|
|
339
339
|
|
|
@@ -344,7 +344,7 @@ class CheckWorkflowAuthenticationResponse(SdkResponse):
|
|
|
344
344
|
|
|
345
345
|
@role_remark_type.setter
|
|
346
346
|
def role_remark_type(self, role_remark_type):
|
|
347
|
-
"""Sets the role_remark_type of this CheckWorkflowAuthenticationResponse.
|
|
347
|
+
r"""Sets the role_remark_type of this CheckWorkflowAuthenticationResponse.
|
|
348
348
|
|
|
349
349
|
权限的备注模式: AX表示在domain层显示。 XA表示在project层显示。 AA表示在domain和project层均显示。 XX表示在domain和project层均不显示。 自定义策略的显示模式只能为AX或者XA,不能在domain层和project层都显示(AA),或者在domain层和project层都不显示(XX)
|
|
350
350
|
|
|
@@ -355,7 +355,7 @@ class CheckWorkflowAuthenticationResponse(SdkResponse):
|
|
|
355
355
|
|
|
356
356
|
@property
|
|
357
357
|
def x_request_id(self):
|
|
358
|
-
"""Gets the x_request_id of this CheckWorkflowAuthenticationResponse.
|
|
358
|
+
r"""Gets the x_request_id of this CheckWorkflowAuthenticationResponse.
|
|
359
359
|
|
|
360
360
|
:return: The x_request_id of this CheckWorkflowAuthenticationResponse.
|
|
361
361
|
:rtype: str
|
|
@@ -364,7 +364,7 @@ class CheckWorkflowAuthenticationResponse(SdkResponse):
|
|
|
364
364
|
|
|
365
365
|
@x_request_id.setter
|
|
366
366
|
def x_request_id(self, x_request_id):
|
|
367
|
-
"""Sets the x_request_id of this CheckWorkflowAuthenticationResponse.
|
|
367
|
+
r"""Sets the x_request_id of this CheckWorkflowAuthenticationResponse.
|
|
368
368
|
|
|
369
369
|
:param x_request_id: The x_request_id of this CheckWorkflowAuthenticationResponse.
|
|
370
370
|
:type x_request_id: str
|
|
@@ -373,7 +373,7 @@ class CheckWorkflowAuthenticationResponse(SdkResponse):
|
|
|
373
373
|
|
|
374
374
|
@property
|
|
375
375
|
def connection(self):
|
|
376
|
-
"""Gets the connection of this CheckWorkflowAuthenticationResponse.
|
|
376
|
+
r"""Gets the connection of this CheckWorkflowAuthenticationResponse.
|
|
377
377
|
|
|
378
378
|
:return: The connection of this CheckWorkflowAuthenticationResponse.
|
|
379
379
|
:rtype: str
|
|
@@ -382,7 +382,7 @@ class CheckWorkflowAuthenticationResponse(SdkResponse):
|
|
|
382
382
|
|
|
383
383
|
@connection.setter
|
|
384
384
|
def connection(self, connection):
|
|
385
|
-
"""Sets the connection of this CheckWorkflowAuthenticationResponse.
|
|
385
|
+
r"""Sets the connection of this CheckWorkflowAuthenticationResponse.
|
|
386
386
|
|
|
387
387
|
:param connection: The connection of this CheckWorkflowAuthenticationResponse.
|
|
388
388
|
:type connection: str
|
|
@@ -391,7 +391,7 @@ class CheckWorkflowAuthenticationResponse(SdkResponse):
|
|
|
391
391
|
|
|
392
392
|
@property
|
|
393
393
|
def content_length(self):
|
|
394
|
-
"""Gets the content_length of this CheckWorkflowAuthenticationResponse.
|
|
394
|
+
r"""Gets the content_length of this CheckWorkflowAuthenticationResponse.
|
|
395
395
|
|
|
396
396
|
:return: The content_length of this CheckWorkflowAuthenticationResponse.
|
|
397
397
|
:rtype: str
|
|
@@ -400,7 +400,7 @@ class CheckWorkflowAuthenticationResponse(SdkResponse):
|
|
|
400
400
|
|
|
401
401
|
@content_length.setter
|
|
402
402
|
def content_length(self, content_length):
|
|
403
|
-
"""Sets the content_length of this CheckWorkflowAuthenticationResponse.
|
|
403
|
+
r"""Sets the content_length of this CheckWorkflowAuthenticationResponse.
|
|
404
404
|
|
|
405
405
|
:param content_length: The content_length of this CheckWorkflowAuthenticationResponse.
|
|
406
406
|
:type content_length: str
|
|
@@ -409,7 +409,7 @@ class CheckWorkflowAuthenticationResponse(SdkResponse):
|
|
|
409
409
|
|
|
410
410
|
@property
|
|
411
411
|
def date(self):
|
|
412
|
-
"""Gets the date of this CheckWorkflowAuthenticationResponse.
|
|
412
|
+
r"""Gets the date of this CheckWorkflowAuthenticationResponse.
|
|
413
413
|
|
|
414
414
|
:return: The date of this CheckWorkflowAuthenticationResponse.
|
|
415
415
|
:rtype: str
|
|
@@ -418,7 +418,7 @@ class CheckWorkflowAuthenticationResponse(SdkResponse):
|
|
|
418
418
|
|
|
419
419
|
@date.setter
|
|
420
420
|
def date(self, date):
|
|
421
|
-
"""Sets the date of this CheckWorkflowAuthenticationResponse.
|
|
421
|
+
r"""Sets the date of this CheckWorkflowAuthenticationResponse.
|
|
422
422
|
|
|
423
423
|
:param date: The date of this CheckWorkflowAuthenticationResponse.
|
|
424
424
|
:type date: str
|
|
@@ -27,7 +27,7 @@ class CreateMyActionTemplateRequest:
|
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
def __init__(self, template_name=None, body=None):
|
|
30
|
-
"""CreateMyActionTemplateRequest
|
|
30
|
+
r"""CreateMyActionTemplateRequest
|
|
31
31
|
|
|
32
32
|
The model defined in huaweicloud sdk
|
|
33
33
|
|
|
@@ -49,7 +49,7 @@ class CreateMyActionTemplateRequest:
|
|
|
49
49
|
|
|
50
50
|
@property
|
|
51
51
|
def template_name(self):
|
|
52
|
-
"""Gets the template_name of this CreateMyActionTemplateRequest.
|
|
52
|
+
r"""Gets the template_name of this CreateMyActionTemplateRequest.
|
|
53
53
|
|
|
54
54
|
算子名称,名称必须以以third开头,只能由字母、数字、下划线和中划线组成,长度小于等于64个字符,且不能重名。
|
|
55
55
|
|
|
@@ -60,7 +60,7 @@ class CreateMyActionTemplateRequest:
|
|
|
60
60
|
|
|
61
61
|
@template_name.setter
|
|
62
62
|
def template_name(self, template_name):
|
|
63
|
-
"""Sets the template_name of this CreateMyActionTemplateRequest.
|
|
63
|
+
r"""Sets the template_name of this CreateMyActionTemplateRequest.
|
|
64
64
|
|
|
65
65
|
算子名称,名称必须以以third开头,只能由字母、数字、下划线和中划线组成,长度小于等于64个字符,且不能重名。
|
|
66
66
|
|
|
@@ -71,7 +71,7 @@ class CreateMyActionTemplateRequest:
|
|
|
71
71
|
|
|
72
72
|
@property
|
|
73
73
|
def body(self):
|
|
74
|
-
"""Gets the body of this CreateMyActionTemplateRequest.
|
|
74
|
+
r"""Gets the body of this CreateMyActionTemplateRequest.
|
|
75
75
|
|
|
76
76
|
:return: The body of this CreateMyActionTemplateRequest.
|
|
77
77
|
:rtype: :class:`huaweicloudsdkdwr.v3.ThirdTemplateRequestBody`
|
|
@@ -80,7 +80,7 @@ class CreateMyActionTemplateRequest:
|
|
|
80
80
|
|
|
81
81
|
@body.setter
|
|
82
82
|
def body(self, body):
|
|
83
|
-
"""Sets the body of this CreateMyActionTemplateRequest.
|
|
83
|
+
r"""Sets the body of this CreateMyActionTemplateRequest.
|
|
84
84
|
|
|
85
85
|
:param body: The body of this CreateMyActionTemplateRequest.
|
|
86
86
|
:type body: :class:`huaweicloudsdkdwr.v3.ThirdTemplateRequestBody`
|