huaweicloudsdkmssi 3.1.142__py2.py3-none-any.whl → 3.1.143__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- huaweicloudsdkmssi/v1/model/action_base_info.py +33 -33
- huaweicloudsdkmssi/v1/model/api_config.py +3 -3
- huaweicloudsdkmssi/v1/model/auth_config_a.py +15 -15
- huaweicloudsdkmssi/v1/model/base_connection_info.py +23 -23
- huaweicloudsdkmssi/v1/model/connection_info.py +55 -55
- huaweicloudsdkmssi/v1/model/connector_info.py +47 -47
- huaweicloudsdkmssi/v1/model/connector_info0.py +35 -35
- huaweicloudsdkmssi/v1/model/create_connection_info_request.py +3 -3
- huaweicloudsdkmssi/v1/model/create_connection_info_response.py +7 -7
- huaweicloudsdkmssi/v1/model/create_custom_connector_from_openapi_request.py +3 -3
- huaweicloudsdkmssi/v1/model/create_custom_connector_from_openapi_response.py +15 -15
- huaweicloudsdkmssi/v1/model/create_flow_request.py +3 -3
- huaweicloudsdkmssi/v1/model/create_flow_response.py +9 -9
- huaweicloudsdkmssi/v1/model/create_flow_template_from_flow_request.py +5 -5
- huaweicloudsdkmssi/v1/model/create_flow_template_from_flow_response.py +9 -9
- huaweicloudsdkmssi/v1/model/custom_connector_info_v2.py +13 -13
- huaweicloudsdkmssi/v1/model/delete_connection_info_request.py +3 -3
- huaweicloudsdkmssi/v1/model/delete_connection_info_response.py +7 -7
- huaweicloudsdkmssi/v1/model/delete_custom_connector_request.py +3 -3
- huaweicloudsdkmssi/v1/model/delete_custom_connector_response.py +7 -7
- huaweicloudsdkmssi/v1/model/delete_flow_request.py +3 -3
- huaweicloudsdkmssi/v1/model/delete_flow_response.py +7 -7
- huaweicloudsdkmssi/v1/model/flow_meta.py +73 -73
- huaweicloudsdkmssi/v1/model/runtime_permission.py +11 -11
- huaweicloudsdkmssi/v1/model/search_flow_by_id_request.py +5 -5
- huaweicloudsdkmssi/v1/model/search_flow_by_id_response.py +73 -73
- huaweicloudsdkmssi/v1/model/show_all_connections_request.py +7 -7
- huaweicloudsdkmssi/v1/model/show_all_connections_response.py +1 -1
- huaweicloudsdkmssi/v1/model/show_all_flows_request.py +13 -13
- huaweicloudsdkmssi/v1/model/show_all_flows_response.py +5 -5
- huaweicloudsdkmssi/v1/model/show_connectors_request.py +13 -13
- huaweicloudsdkmssi/v1/model/show_connectors_response.py +5 -5
- huaweicloudsdkmssi/v1/model/show_custom_connector_request.py +3 -3
- huaweicloudsdkmssi/v1/model/show_custom_connector_response.py +7 -7
- huaweicloudsdkmssi/v1/model/show_custom_connectors_request.py +7 -7
- huaweicloudsdkmssi/v1/model/show_custom_connectors_response.py +5 -5
- huaweicloudsdkmssi/v1/model/show_single_connection_request.py +3 -3
- huaweicloudsdkmssi/v1/model/show_single_connection_response.py +55 -55
- huaweicloudsdkmssi/v1/model/tag.py +5 -5
- huaweicloudsdkmssi/v1/model/template_message.py +7 -7
- huaweicloudsdkmssi/v1/model/trigger_base_info.py +33 -33
- huaweicloudsdkmssi/v1/model/update_connection_info_request.py +5 -5
- huaweicloudsdkmssi/v1/model/update_connection_info_response.py +7 -7
- huaweicloudsdkmssi/v1/model/update_flow_request.py +5 -5
- huaweicloudsdkmssi/v1/model/update_flow_response.py +9 -9
- huaweicloudsdkmssi/v1/mssi_async_client.py +16 -16
- huaweicloudsdkmssi/v1/mssi_client.py +16 -16
- {huaweicloudsdkmssi-3.1.142.dist-info → huaweicloudsdkmssi-3.1.143.dist-info}/METADATA +2 -2
- huaweicloudsdkmssi-3.1.143.dist-info/RECORD +57 -0
- huaweicloudsdkmssi-3.1.142.dist-info/RECORD +0 -57
- {huaweicloudsdkmssi-3.1.142.dist-info → huaweicloudsdkmssi-3.1.143.dist-info}/LICENSE +0 -0
- {huaweicloudsdkmssi-3.1.142.dist-info → huaweicloudsdkmssi-3.1.143.dist-info}/WHEEL +0 -0
- {huaweicloudsdkmssi-3.1.142.dist-info → huaweicloudsdkmssi-3.1.143.dist-info}/top_level.txt +0 -0
@@ -25,7 +25,7 @@ class CreateConnectionInfoRequest:
|
|
25
25
|
}
|
26
26
|
|
27
27
|
def __init__(self, body=None):
|
28
|
-
"""CreateConnectionInfoRequest
|
28
|
+
r"""CreateConnectionInfoRequest
|
29
29
|
|
30
30
|
The model defined in huaweicloud sdk
|
31
31
|
|
@@ -43,7 +43,7 @@ class CreateConnectionInfoRequest:
|
|
43
43
|
|
44
44
|
@property
|
45
45
|
def body(self):
|
46
|
-
"""Gets the body of this CreateConnectionInfoRequest.
|
46
|
+
r"""Gets the body of this CreateConnectionInfoRequest.
|
47
47
|
|
48
48
|
:return: The body of this CreateConnectionInfoRequest.
|
49
49
|
:rtype: :class:`huaweicloudsdkmssi.v1.BaseConnectionInfo`
|
@@ -52,7 +52,7 @@ class CreateConnectionInfoRequest:
|
|
52
52
|
|
53
53
|
@body.setter
|
54
54
|
def body(self, body):
|
55
|
-
"""Sets the body of this CreateConnectionInfoRequest.
|
55
|
+
r"""Sets the body of this CreateConnectionInfoRequest.
|
56
56
|
|
57
57
|
:param body: The body of this CreateConnectionInfoRequest.
|
58
58
|
:type body: :class:`huaweicloudsdkmssi.v1.BaseConnectionInfo`
|
@@ -30,7 +30,7 @@ class CreateConnectionInfoResponse(SdkResponse):
|
|
30
30
|
}
|
31
31
|
|
32
32
|
def __init__(self, res_code=None, res_log=None, res_msg=None):
|
33
|
-
"""CreateConnectionInfoResponse
|
33
|
+
r"""CreateConnectionInfoResponse
|
34
34
|
|
35
35
|
The model defined in huaweicloud sdk
|
36
36
|
|
@@ -58,7 +58,7 @@ class CreateConnectionInfoResponse(SdkResponse):
|
|
58
58
|
|
59
59
|
@property
|
60
60
|
def res_code(self):
|
61
|
-
"""Gets the res_code of this CreateConnectionInfoResponse.
|
61
|
+
r"""Gets the res_code of this CreateConnectionInfoResponse.
|
62
62
|
|
63
63
|
状态码
|
64
64
|
|
@@ -69,7 +69,7 @@ class CreateConnectionInfoResponse(SdkResponse):
|
|
69
69
|
|
70
70
|
@res_code.setter
|
71
71
|
def res_code(self, res_code):
|
72
|
-
"""Sets the res_code of this CreateConnectionInfoResponse.
|
72
|
+
r"""Sets the res_code of this CreateConnectionInfoResponse.
|
73
73
|
|
74
74
|
状态码
|
75
75
|
|
@@ -80,7 +80,7 @@ class CreateConnectionInfoResponse(SdkResponse):
|
|
80
80
|
|
81
81
|
@property
|
82
82
|
def res_log(self):
|
83
|
-
"""Gets the res_log of this CreateConnectionInfoResponse.
|
83
|
+
r"""Gets the res_log of this CreateConnectionInfoResponse.
|
84
84
|
|
85
85
|
成功信息
|
86
86
|
|
@@ -91,7 +91,7 @@ class CreateConnectionInfoResponse(SdkResponse):
|
|
91
91
|
|
92
92
|
@res_log.setter
|
93
93
|
def res_log(self, res_log):
|
94
|
-
"""Sets the res_log of this CreateConnectionInfoResponse.
|
94
|
+
r"""Sets the res_log of this CreateConnectionInfoResponse.
|
95
95
|
|
96
96
|
成功信息
|
97
97
|
|
@@ -102,7 +102,7 @@ class CreateConnectionInfoResponse(SdkResponse):
|
|
102
102
|
|
103
103
|
@property
|
104
104
|
def res_msg(self):
|
105
|
-
"""Gets the res_msg of this CreateConnectionInfoResponse.
|
105
|
+
r"""Gets the res_msg of this CreateConnectionInfoResponse.
|
106
106
|
|
107
107
|
成功信息
|
108
108
|
|
@@ -113,7 +113,7 @@ class CreateConnectionInfoResponse(SdkResponse):
|
|
113
113
|
|
114
114
|
@res_msg.setter
|
115
115
|
def res_msg(self, res_msg):
|
116
|
-
"""Sets the res_msg of this CreateConnectionInfoResponse.
|
116
|
+
r"""Sets the res_msg of this CreateConnectionInfoResponse.
|
117
117
|
|
118
118
|
成功信息
|
119
119
|
|
@@ -25,7 +25,7 @@ class CreateCustomConnectorFromOpenapiRequest:
|
|
25
25
|
}
|
26
26
|
|
27
27
|
def __init__(self, body=None):
|
28
|
-
"""CreateCustomConnectorFromOpenapiRequest
|
28
|
+
r"""CreateCustomConnectorFromOpenapiRequest
|
29
29
|
|
30
30
|
The model defined in huaweicloud sdk
|
31
31
|
|
@@ -43,7 +43,7 @@ class CreateCustomConnectorFromOpenapiRequest:
|
|
43
43
|
|
44
44
|
@property
|
45
45
|
def body(self):
|
46
|
-
"""Gets the body of this CreateCustomConnectorFromOpenapiRequest.
|
46
|
+
r"""Gets the body of this CreateCustomConnectorFromOpenapiRequest.
|
47
47
|
|
48
48
|
:return: The body of this CreateCustomConnectorFromOpenapiRequest.
|
49
49
|
:rtype: :class:`huaweicloudsdkmssi.v1.CustomConnectorInfoV2`
|
@@ -52,7 +52,7 @@ class CreateCustomConnectorFromOpenapiRequest:
|
|
52
52
|
|
53
53
|
@body.setter
|
54
54
|
def body(self, body):
|
55
|
-
"""Sets the body of this CreateCustomConnectorFromOpenapiRequest.
|
55
|
+
r"""Sets the body of this CreateCustomConnectorFromOpenapiRequest.
|
56
56
|
|
57
57
|
:param body: The body of this CreateCustomConnectorFromOpenapiRequest.
|
58
58
|
:type body: :class:`huaweicloudsdkmssi.v1.CustomConnectorInfoV2`
|
@@ -38,7 +38,7 @@ class CreateCustomConnectorFromOpenapiResponse(SdkResponse):
|
|
38
38
|
}
|
39
39
|
|
40
40
|
def __init__(self, connector_version_id=None, created_time=None, description=None, id=None, name=None, updated_time=None, version=None):
|
41
|
-
"""CreateCustomConnectorFromOpenapiResponse
|
41
|
+
r"""CreateCustomConnectorFromOpenapiResponse
|
42
42
|
|
43
43
|
The model defined in huaweicloud sdk
|
44
44
|
|
@@ -86,7 +86,7 @@ class CreateCustomConnectorFromOpenapiResponse(SdkResponse):
|
|
86
86
|
|
87
87
|
@property
|
88
88
|
def connector_version_id(self):
|
89
|
-
"""Gets the connector_version_id of this CreateCustomConnectorFromOpenapiResponse.
|
89
|
+
r"""Gets the connector_version_id of this CreateCustomConnectorFromOpenapiResponse.
|
90
90
|
|
91
91
|
自定义连接器版本ID
|
92
92
|
|
@@ -97,7 +97,7 @@ class CreateCustomConnectorFromOpenapiResponse(SdkResponse):
|
|
97
97
|
|
98
98
|
@connector_version_id.setter
|
99
99
|
def connector_version_id(self, connector_version_id):
|
100
|
-
"""Sets the connector_version_id of this CreateCustomConnectorFromOpenapiResponse.
|
100
|
+
r"""Sets the connector_version_id of this CreateCustomConnectorFromOpenapiResponse.
|
101
101
|
|
102
102
|
自定义连接器版本ID
|
103
103
|
|
@@ -108,7 +108,7 @@ class CreateCustomConnectorFromOpenapiResponse(SdkResponse):
|
|
108
108
|
|
109
109
|
@property
|
110
110
|
def created_time(self):
|
111
|
-
"""Gets the created_time of this CreateCustomConnectorFromOpenapiResponse.
|
111
|
+
r"""Gets the created_time of this CreateCustomConnectorFromOpenapiResponse.
|
112
112
|
|
113
113
|
创建时间
|
114
114
|
|
@@ -119,7 +119,7 @@ class CreateCustomConnectorFromOpenapiResponse(SdkResponse):
|
|
119
119
|
|
120
120
|
@created_time.setter
|
121
121
|
def created_time(self, created_time):
|
122
|
-
"""Sets the created_time of this CreateCustomConnectorFromOpenapiResponse.
|
122
|
+
r"""Sets the created_time of this CreateCustomConnectorFromOpenapiResponse.
|
123
123
|
|
124
124
|
创建时间
|
125
125
|
|
@@ -130,7 +130,7 @@ class CreateCustomConnectorFromOpenapiResponse(SdkResponse):
|
|
130
130
|
|
131
131
|
@property
|
132
132
|
def description(self):
|
133
|
-
"""Gets the description of this CreateCustomConnectorFromOpenapiResponse.
|
133
|
+
r"""Gets the description of this CreateCustomConnectorFromOpenapiResponse.
|
134
134
|
|
135
135
|
:return: The description of this CreateCustomConnectorFromOpenapiResponse.
|
136
136
|
:rtype: str
|
@@ -139,7 +139,7 @@ class CreateCustomConnectorFromOpenapiResponse(SdkResponse):
|
|
139
139
|
|
140
140
|
@description.setter
|
141
141
|
def description(self, description):
|
142
|
-
"""Sets the description of this CreateCustomConnectorFromOpenapiResponse.
|
142
|
+
r"""Sets the description of this CreateCustomConnectorFromOpenapiResponse.
|
143
143
|
|
144
144
|
:param description: The description of this CreateCustomConnectorFromOpenapiResponse.
|
145
145
|
:type description: str
|
@@ -148,7 +148,7 @@ class CreateCustomConnectorFromOpenapiResponse(SdkResponse):
|
|
148
148
|
|
149
149
|
@property
|
150
150
|
def id(self):
|
151
|
-
"""Gets the id of this CreateCustomConnectorFromOpenapiResponse.
|
151
|
+
r"""Gets the id of this CreateCustomConnectorFromOpenapiResponse.
|
152
152
|
|
153
153
|
自定义连接器ID
|
154
154
|
|
@@ -159,7 +159,7 @@ class CreateCustomConnectorFromOpenapiResponse(SdkResponse):
|
|
159
159
|
|
160
160
|
@id.setter
|
161
161
|
def id(self, id):
|
162
|
-
"""Sets the id of this CreateCustomConnectorFromOpenapiResponse.
|
162
|
+
r"""Sets the id of this CreateCustomConnectorFromOpenapiResponse.
|
163
163
|
|
164
164
|
自定义连接器ID
|
165
165
|
|
@@ -170,7 +170,7 @@ class CreateCustomConnectorFromOpenapiResponse(SdkResponse):
|
|
170
170
|
|
171
171
|
@property
|
172
172
|
def name(self):
|
173
|
-
"""Gets the name of this CreateCustomConnectorFromOpenapiResponse.
|
173
|
+
r"""Gets the name of this CreateCustomConnectorFromOpenapiResponse.
|
174
174
|
|
175
175
|
自定义连接器名称
|
176
176
|
|
@@ -181,7 +181,7 @@ class CreateCustomConnectorFromOpenapiResponse(SdkResponse):
|
|
181
181
|
|
182
182
|
@name.setter
|
183
183
|
def name(self, name):
|
184
|
-
"""Sets the name of this CreateCustomConnectorFromOpenapiResponse.
|
184
|
+
r"""Sets the name of this CreateCustomConnectorFromOpenapiResponse.
|
185
185
|
|
186
186
|
自定义连接器名称
|
187
187
|
|
@@ -192,7 +192,7 @@ class CreateCustomConnectorFromOpenapiResponse(SdkResponse):
|
|
192
192
|
|
193
193
|
@property
|
194
194
|
def updated_time(self):
|
195
|
-
"""Gets the updated_time of this CreateCustomConnectorFromOpenapiResponse.
|
195
|
+
r"""Gets the updated_time of this CreateCustomConnectorFromOpenapiResponse.
|
196
196
|
|
197
197
|
修改时间
|
198
198
|
|
@@ -203,7 +203,7 @@ class CreateCustomConnectorFromOpenapiResponse(SdkResponse):
|
|
203
203
|
|
204
204
|
@updated_time.setter
|
205
205
|
def updated_time(self, updated_time):
|
206
|
-
"""Sets the updated_time of this CreateCustomConnectorFromOpenapiResponse.
|
206
|
+
r"""Sets the updated_time of this CreateCustomConnectorFromOpenapiResponse.
|
207
207
|
|
208
208
|
修改时间
|
209
209
|
|
@@ -214,7 +214,7 @@ class CreateCustomConnectorFromOpenapiResponse(SdkResponse):
|
|
214
214
|
|
215
215
|
@property
|
216
216
|
def version(self):
|
217
|
-
"""Gets the version of this CreateCustomConnectorFromOpenapiResponse.
|
217
|
+
r"""Gets the version of this CreateCustomConnectorFromOpenapiResponse.
|
218
218
|
|
219
219
|
:return: The version of this CreateCustomConnectorFromOpenapiResponse.
|
220
220
|
:rtype: str
|
@@ -223,7 +223,7 @@ class CreateCustomConnectorFromOpenapiResponse(SdkResponse):
|
|
223
223
|
|
224
224
|
@version.setter
|
225
225
|
def version(self, version):
|
226
|
-
"""Sets the version of this CreateCustomConnectorFromOpenapiResponse.
|
226
|
+
r"""Sets the version of this CreateCustomConnectorFromOpenapiResponse.
|
227
227
|
|
228
228
|
:param version: The version of this CreateCustomConnectorFromOpenapiResponse.
|
229
229
|
:type version: str
|
@@ -25,7 +25,7 @@ class CreateFlowRequest:
|
|
25
25
|
}
|
26
26
|
|
27
27
|
def __init__(self, body=None):
|
28
|
-
"""CreateFlowRequest
|
28
|
+
r"""CreateFlowRequest
|
29
29
|
|
30
30
|
The model defined in huaweicloud sdk
|
31
31
|
|
@@ -43,7 +43,7 @@ class CreateFlowRequest:
|
|
43
43
|
|
44
44
|
@property
|
45
45
|
def body(self):
|
46
|
-
"""Gets the body of this CreateFlowRequest.
|
46
|
+
r"""Gets the body of this CreateFlowRequest.
|
47
47
|
|
48
48
|
:return: The body of this CreateFlowRequest.
|
49
49
|
:rtype: :class:`huaweicloudsdkmssi.v1.FlowMeta`
|
@@ -52,7 +52,7 @@ class CreateFlowRequest:
|
|
52
52
|
|
53
53
|
@body.setter
|
54
54
|
def body(self, body):
|
55
|
-
"""Sets the body of this CreateFlowRequest.
|
55
|
+
r"""Sets the body of this CreateFlowRequest.
|
56
56
|
|
57
57
|
:param body: The body of this CreateFlowRequest.
|
58
58
|
:type body: :class:`huaweicloudsdkmssi.v1.FlowMeta`
|
@@ -32,7 +32,7 @@ class CreateFlowResponse(SdkResponse):
|
|
32
32
|
}
|
33
33
|
|
34
34
|
def __init__(self, apig_url=None, flow_id=None, steps=None, webhook=None):
|
35
|
-
"""CreateFlowResponse
|
35
|
+
r"""CreateFlowResponse
|
36
36
|
|
37
37
|
The model defined in huaweicloud sdk
|
38
38
|
|
@@ -65,7 +65,7 @@ class CreateFlowResponse(SdkResponse):
|
|
65
65
|
|
66
66
|
@property
|
67
67
|
def apig_url(self):
|
68
|
-
"""Gets the apig_url of this CreateFlowResponse.
|
68
|
+
r"""Gets the apig_url of this CreateFlowResponse.
|
69
69
|
|
70
70
|
api流注册到apig的url
|
71
71
|
|
@@ -76,7 +76,7 @@ class CreateFlowResponse(SdkResponse):
|
|
76
76
|
|
77
77
|
@apig_url.setter
|
78
78
|
def apig_url(self, apig_url):
|
79
|
-
"""Sets the apig_url of this CreateFlowResponse.
|
79
|
+
r"""Sets the apig_url of this CreateFlowResponse.
|
80
80
|
|
81
81
|
api流注册到apig的url
|
82
82
|
|
@@ -87,7 +87,7 @@ class CreateFlowResponse(SdkResponse):
|
|
87
87
|
|
88
88
|
@property
|
89
89
|
def flow_id(self):
|
90
|
-
"""Gets the flow_id of this CreateFlowResponse.
|
90
|
+
r"""Gets the flow_id of this CreateFlowResponse.
|
91
91
|
|
92
92
|
ID
|
93
93
|
|
@@ -98,7 +98,7 @@ class CreateFlowResponse(SdkResponse):
|
|
98
98
|
|
99
99
|
@flow_id.setter
|
100
100
|
def flow_id(self, flow_id):
|
101
|
-
"""Sets the flow_id of this CreateFlowResponse.
|
101
|
+
r"""Sets the flow_id of this CreateFlowResponse.
|
102
102
|
|
103
103
|
ID
|
104
104
|
|
@@ -109,7 +109,7 @@ class CreateFlowResponse(SdkResponse):
|
|
109
109
|
|
110
110
|
@property
|
111
111
|
def steps(self):
|
112
|
-
"""Gets the steps of this CreateFlowResponse.
|
112
|
+
r"""Gets the steps of this CreateFlowResponse.
|
113
113
|
|
114
114
|
函数连接器对应functionId
|
115
115
|
|
@@ -120,7 +120,7 @@ class CreateFlowResponse(SdkResponse):
|
|
120
120
|
|
121
121
|
@steps.setter
|
122
122
|
def steps(self, steps):
|
123
|
-
"""Sets the steps of this CreateFlowResponse.
|
123
|
+
r"""Sets the steps of this CreateFlowResponse.
|
124
124
|
|
125
125
|
函数连接器对应functionId
|
126
126
|
|
@@ -131,7 +131,7 @@ class CreateFlowResponse(SdkResponse):
|
|
131
131
|
|
132
132
|
@property
|
133
133
|
def webhook(self):
|
134
|
-
"""Gets the webhook of this CreateFlowResponse.
|
134
|
+
r"""Gets the webhook of this CreateFlowResponse.
|
135
135
|
|
136
136
|
webhook触发url的ID
|
137
137
|
|
@@ -142,7 +142,7 @@ class CreateFlowResponse(SdkResponse):
|
|
142
142
|
|
143
143
|
@webhook.setter
|
144
144
|
def webhook(self, webhook):
|
145
|
-
"""Sets the webhook of this CreateFlowResponse.
|
145
|
+
r"""Sets the webhook of this CreateFlowResponse.
|
146
146
|
|
147
147
|
webhook触发url的ID
|
148
148
|
|
@@ -27,7 +27,7 @@ class CreateFlowTemplateFromFlowRequest:
|
|
27
27
|
}
|
28
28
|
|
29
29
|
def __init__(self, flow_id=None, body=None):
|
30
|
-
"""CreateFlowTemplateFromFlowRequest
|
30
|
+
r"""CreateFlowTemplateFromFlowRequest
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
@@ -49,7 +49,7 @@ class CreateFlowTemplateFromFlowRequest:
|
|
49
49
|
|
50
50
|
@property
|
51
51
|
def flow_id(self):
|
52
|
-
"""Gets the flow_id of this CreateFlowTemplateFromFlowRequest.
|
52
|
+
r"""Gets the flow_id of this CreateFlowTemplateFromFlowRequest.
|
53
53
|
|
54
54
|
ID of flow
|
55
55
|
|
@@ -60,7 +60,7 @@ class CreateFlowTemplateFromFlowRequest:
|
|
60
60
|
|
61
61
|
@flow_id.setter
|
62
62
|
def flow_id(self, flow_id):
|
63
|
-
"""Sets the flow_id of this CreateFlowTemplateFromFlowRequest.
|
63
|
+
r"""Sets the flow_id of this CreateFlowTemplateFromFlowRequest.
|
64
64
|
|
65
65
|
ID of flow
|
66
66
|
|
@@ -71,7 +71,7 @@ class CreateFlowTemplateFromFlowRequest:
|
|
71
71
|
|
72
72
|
@property
|
73
73
|
def body(self):
|
74
|
-
"""Gets the body of this CreateFlowTemplateFromFlowRequest.
|
74
|
+
r"""Gets the body of this CreateFlowTemplateFromFlowRequest.
|
75
75
|
|
76
76
|
:return: The body of this CreateFlowTemplateFromFlowRequest.
|
77
77
|
:rtype: :class:`huaweicloudsdkmssi.v1.TemplateMessage`
|
@@ -80,7 +80,7 @@ class CreateFlowTemplateFromFlowRequest:
|
|
80
80
|
|
81
81
|
@body.setter
|
82
82
|
def body(self, body):
|
83
|
-
"""Sets the body of this CreateFlowTemplateFromFlowRequest.
|
83
|
+
r"""Sets the body of this CreateFlowTemplateFromFlowRequest.
|
84
84
|
|
85
85
|
:param body: The body of this CreateFlowTemplateFromFlowRequest.
|
86
86
|
:type body: :class:`huaweicloudsdkmssi.v1.TemplateMessage`
|
@@ -32,7 +32,7 @@ class CreateFlowTemplateFromFlowResponse(SdkResponse):
|
|
32
32
|
}
|
33
33
|
|
34
34
|
def __init__(self, apig_url=None, flow_id=None, steps=None, webhook=None):
|
35
|
-
"""CreateFlowTemplateFromFlowResponse
|
35
|
+
r"""CreateFlowTemplateFromFlowResponse
|
36
36
|
|
37
37
|
The model defined in huaweicloud sdk
|
38
38
|
|
@@ -65,7 +65,7 @@ class CreateFlowTemplateFromFlowResponse(SdkResponse):
|
|
65
65
|
|
66
66
|
@property
|
67
67
|
def apig_url(self):
|
68
|
-
"""Gets the apig_url of this CreateFlowTemplateFromFlowResponse.
|
68
|
+
r"""Gets the apig_url of this CreateFlowTemplateFromFlowResponse.
|
69
69
|
|
70
70
|
api流注册到apig的url
|
71
71
|
|
@@ -76,7 +76,7 @@ class CreateFlowTemplateFromFlowResponse(SdkResponse):
|
|
76
76
|
|
77
77
|
@apig_url.setter
|
78
78
|
def apig_url(self, apig_url):
|
79
|
-
"""Sets the apig_url of this CreateFlowTemplateFromFlowResponse.
|
79
|
+
r"""Sets the apig_url of this CreateFlowTemplateFromFlowResponse.
|
80
80
|
|
81
81
|
api流注册到apig的url
|
82
82
|
|
@@ -87,7 +87,7 @@ class CreateFlowTemplateFromFlowResponse(SdkResponse):
|
|
87
87
|
|
88
88
|
@property
|
89
89
|
def flow_id(self):
|
90
|
-
"""Gets the flow_id of this CreateFlowTemplateFromFlowResponse.
|
90
|
+
r"""Gets the flow_id of this CreateFlowTemplateFromFlowResponse.
|
91
91
|
|
92
92
|
ID
|
93
93
|
|
@@ -98,7 +98,7 @@ class CreateFlowTemplateFromFlowResponse(SdkResponse):
|
|
98
98
|
|
99
99
|
@flow_id.setter
|
100
100
|
def flow_id(self, flow_id):
|
101
|
-
"""Sets the flow_id of this CreateFlowTemplateFromFlowResponse.
|
101
|
+
r"""Sets the flow_id of this CreateFlowTemplateFromFlowResponse.
|
102
102
|
|
103
103
|
ID
|
104
104
|
|
@@ -109,7 +109,7 @@ class CreateFlowTemplateFromFlowResponse(SdkResponse):
|
|
109
109
|
|
110
110
|
@property
|
111
111
|
def steps(self):
|
112
|
-
"""Gets the steps of this CreateFlowTemplateFromFlowResponse.
|
112
|
+
r"""Gets the steps of this CreateFlowTemplateFromFlowResponse.
|
113
113
|
|
114
114
|
函数连接器对应functionId
|
115
115
|
|
@@ -120,7 +120,7 @@ class CreateFlowTemplateFromFlowResponse(SdkResponse):
|
|
120
120
|
|
121
121
|
@steps.setter
|
122
122
|
def steps(self, steps):
|
123
|
-
"""Sets the steps of this CreateFlowTemplateFromFlowResponse.
|
123
|
+
r"""Sets the steps of this CreateFlowTemplateFromFlowResponse.
|
124
124
|
|
125
125
|
函数连接器对应functionId
|
126
126
|
|
@@ -131,7 +131,7 @@ class CreateFlowTemplateFromFlowResponse(SdkResponse):
|
|
131
131
|
|
132
132
|
@property
|
133
133
|
def webhook(self):
|
134
|
-
"""Gets the webhook of this CreateFlowTemplateFromFlowResponse.
|
134
|
+
r"""Gets the webhook of this CreateFlowTemplateFromFlowResponse.
|
135
135
|
|
136
136
|
webhook触发url的ID
|
137
137
|
|
@@ -142,7 +142,7 @@ class CreateFlowTemplateFromFlowResponse(SdkResponse):
|
|
142
142
|
|
143
143
|
@webhook.setter
|
144
144
|
def webhook(self, webhook):
|
145
|
-
"""Sets the webhook of this CreateFlowTemplateFromFlowResponse.
|
145
|
+
r"""Sets the webhook of this CreateFlowTemplateFromFlowResponse.
|
146
146
|
|
147
147
|
webhook触发url的ID
|
148
148
|
|
@@ -35,7 +35,7 @@ class CustomConnectorInfoV2:
|
|
35
35
|
}
|
36
36
|
|
37
37
|
def __init__(self, api_config=None, auth_content=None, connector_created_type=None, connector_type=None, icon=None, swagger=None):
|
38
|
-
"""CustomConnectorInfoV2
|
38
|
+
r"""CustomConnectorInfoV2
|
39
39
|
|
40
40
|
The model defined in huaweicloud sdk
|
41
41
|
|
@@ -78,7 +78,7 @@ class CustomConnectorInfoV2:
|
|
78
78
|
|
79
79
|
@property
|
80
80
|
def api_config(self):
|
81
|
-
"""Gets the api_config of this CustomConnectorInfoV2.
|
81
|
+
r"""Gets the api_config of this CustomConnectorInfoV2.
|
82
82
|
|
83
83
|
:return: The api_config of this CustomConnectorInfoV2.
|
84
84
|
:rtype: :class:`huaweicloudsdkmssi.v1.ApiConfig`
|
@@ -87,7 +87,7 @@ class CustomConnectorInfoV2:
|
|
87
87
|
|
88
88
|
@api_config.setter
|
89
89
|
def api_config(self, api_config):
|
90
|
-
"""Sets the api_config of this CustomConnectorInfoV2.
|
90
|
+
r"""Sets the api_config of this CustomConnectorInfoV2.
|
91
91
|
|
92
92
|
:param api_config: The api_config of this CustomConnectorInfoV2.
|
93
93
|
:type api_config: :class:`huaweicloudsdkmssi.v1.ApiConfig`
|
@@ -96,7 +96,7 @@ class CustomConnectorInfoV2:
|
|
96
96
|
|
97
97
|
@property
|
98
98
|
def auth_content(self):
|
99
|
-
"""Gets the auth_content of this CustomConnectorInfoV2.
|
99
|
+
r"""Gets the auth_content of this CustomConnectorInfoV2.
|
100
100
|
|
101
101
|
:return: The auth_content of this CustomConnectorInfoV2.
|
102
102
|
:rtype: :class:`huaweicloudsdkmssi.v1.AuthConfigA`
|
@@ -105,7 +105,7 @@ class CustomConnectorInfoV2:
|
|
105
105
|
|
106
106
|
@auth_content.setter
|
107
107
|
def auth_content(self, auth_content):
|
108
|
-
"""Sets the auth_content of this CustomConnectorInfoV2.
|
108
|
+
r"""Sets the auth_content of this CustomConnectorInfoV2.
|
109
109
|
|
110
110
|
:param auth_content: The auth_content of this CustomConnectorInfoV2.
|
111
111
|
:type auth_content: :class:`huaweicloudsdkmssi.v1.AuthConfigA`
|
@@ -114,7 +114,7 @@ class CustomConnectorInfoV2:
|
|
114
114
|
|
115
115
|
@property
|
116
116
|
def connector_created_type(self):
|
117
|
-
"""Gets the connector_created_type of this CustomConnectorInfoV2.
|
117
|
+
r"""Gets the connector_created_type of this CustomConnectorInfoV2.
|
118
118
|
|
119
119
|
:return: The connector_created_type of this CustomConnectorInfoV2.
|
120
120
|
:rtype: str
|
@@ -123,7 +123,7 @@ class CustomConnectorInfoV2:
|
|
123
123
|
|
124
124
|
@connector_created_type.setter
|
125
125
|
def connector_created_type(self, connector_created_type):
|
126
|
-
"""Sets the connector_created_type of this CustomConnectorInfoV2.
|
126
|
+
r"""Sets the connector_created_type of this CustomConnectorInfoV2.
|
127
127
|
|
128
128
|
:param connector_created_type: The connector_created_type of this CustomConnectorInfoV2.
|
129
129
|
:type connector_created_type: str
|
@@ -132,7 +132,7 @@ class CustomConnectorInfoV2:
|
|
132
132
|
|
133
133
|
@property
|
134
134
|
def connector_type(self):
|
135
|
-
"""Gets the connector_type of this CustomConnectorInfoV2.
|
135
|
+
r"""Gets the connector_type of this CustomConnectorInfoV2.
|
136
136
|
|
137
137
|
:return: The connector_type of this CustomConnectorInfoV2.
|
138
138
|
:rtype: str
|
@@ -141,7 +141,7 @@ class CustomConnectorInfoV2:
|
|
141
141
|
|
142
142
|
@connector_type.setter
|
143
143
|
def connector_type(self, connector_type):
|
144
|
-
"""Sets the connector_type of this CustomConnectorInfoV2.
|
144
|
+
r"""Sets the connector_type of this CustomConnectorInfoV2.
|
145
145
|
|
146
146
|
:param connector_type: The connector_type of this CustomConnectorInfoV2.
|
147
147
|
:type connector_type: str
|
@@ -150,7 +150,7 @@ class CustomConnectorInfoV2:
|
|
150
150
|
|
151
151
|
@property
|
152
152
|
def icon(self):
|
153
|
-
"""Gets the icon of this CustomConnectorInfoV2.
|
153
|
+
r"""Gets the icon of this CustomConnectorInfoV2.
|
154
154
|
|
155
155
|
logo base64编码
|
156
156
|
|
@@ -161,7 +161,7 @@ class CustomConnectorInfoV2:
|
|
161
161
|
|
162
162
|
@icon.setter
|
163
163
|
def icon(self, icon):
|
164
|
-
"""Sets the icon of this CustomConnectorInfoV2.
|
164
|
+
r"""Sets the icon of this CustomConnectorInfoV2.
|
165
165
|
|
166
166
|
logo base64编码
|
167
167
|
|
@@ -172,7 +172,7 @@ class CustomConnectorInfoV2:
|
|
172
172
|
|
173
173
|
@property
|
174
174
|
def swagger(self):
|
175
|
-
"""Gets the swagger of this CustomConnectorInfoV2.
|
175
|
+
r"""Gets the swagger of this CustomConnectorInfoV2.
|
176
176
|
|
177
177
|
swagger文档,大文本
|
178
178
|
|
@@ -183,7 +183,7 @@ class CustomConnectorInfoV2:
|
|
183
183
|
|
184
184
|
@swagger.setter
|
185
185
|
def swagger(self, swagger):
|
186
|
-
"""Sets the swagger of this CustomConnectorInfoV2.
|
186
|
+
r"""Sets the swagger of this CustomConnectorInfoV2.
|
187
187
|
|
188
188
|
swagger文档,大文本
|
189
189
|
|
@@ -25,7 +25,7 @@ class DeleteConnectionInfoRequest:
|
|
25
25
|
}
|
26
26
|
|
27
27
|
def __init__(self, connect_id=None):
|
28
|
-
"""DeleteConnectionInfoRequest
|
28
|
+
r"""DeleteConnectionInfoRequest
|
29
29
|
|
30
30
|
The model defined in huaweicloud sdk
|
31
31
|
|
@@ -42,7 +42,7 @@ class DeleteConnectionInfoRequest:
|
|
42
42
|
|
43
43
|
@property
|
44
44
|
def connect_id(self):
|
45
|
-
"""Gets the connect_id of this DeleteConnectionInfoRequest.
|
45
|
+
r"""Gets the connect_id of this DeleteConnectionInfoRequest.
|
46
46
|
|
47
47
|
ID of Connection
|
48
48
|
|
@@ -53,7 +53,7 @@ class DeleteConnectionInfoRequest:
|
|
53
53
|
|
54
54
|
@connect_id.setter
|
55
55
|
def connect_id(self, connect_id):
|
56
|
-
"""Sets the connect_id of this DeleteConnectionInfoRequest.
|
56
|
+
r"""Sets the connect_id of this DeleteConnectionInfoRequest.
|
57
57
|
|
58
58
|
ID of Connection
|
59
59
|
|
@@ -30,7 +30,7 @@ class DeleteConnectionInfoResponse(SdkResponse):
|
|
30
30
|
}
|
31
31
|
|
32
32
|
def __init__(self, res_code=None, res_log=None, res_msg=None):
|
33
|
-
"""DeleteConnectionInfoResponse
|
33
|
+
r"""DeleteConnectionInfoResponse
|
34
34
|
|
35
35
|
The model defined in huaweicloud sdk
|
36
36
|
|
@@ -58,7 +58,7 @@ class DeleteConnectionInfoResponse(SdkResponse):
|
|
58
58
|
|
59
59
|
@property
|
60
60
|
def res_code(self):
|
61
|
-
"""Gets the res_code of this DeleteConnectionInfoResponse.
|
61
|
+
r"""Gets the res_code of this DeleteConnectionInfoResponse.
|
62
62
|
|
63
63
|
状态码
|
64
64
|
|
@@ -69,7 +69,7 @@ class DeleteConnectionInfoResponse(SdkResponse):
|
|
69
69
|
|
70
70
|
@res_code.setter
|
71
71
|
def res_code(self, res_code):
|
72
|
-
"""Sets the res_code of this DeleteConnectionInfoResponse.
|
72
|
+
r"""Sets the res_code of this DeleteConnectionInfoResponse.
|
73
73
|
|
74
74
|
状态码
|
75
75
|
|
@@ -80,7 +80,7 @@ class DeleteConnectionInfoResponse(SdkResponse):
|
|
80
80
|
|
81
81
|
@property
|
82
82
|
def res_log(self):
|
83
|
-
"""Gets the res_log of this DeleteConnectionInfoResponse.
|
83
|
+
r"""Gets the res_log of this DeleteConnectionInfoResponse.
|
84
84
|
|
85
85
|
成功信息
|
86
86
|
|
@@ -91,7 +91,7 @@ class DeleteConnectionInfoResponse(SdkResponse):
|
|
91
91
|
|
92
92
|
@res_log.setter
|
93
93
|
def res_log(self, res_log):
|
94
|
-
"""Sets the res_log of this DeleteConnectionInfoResponse.
|
94
|
+
r"""Sets the res_log of this DeleteConnectionInfoResponse.
|
95
95
|
|
96
96
|
成功信息
|
97
97
|
|
@@ -102,7 +102,7 @@ class DeleteConnectionInfoResponse(SdkResponse):
|
|
102
102
|
|
103
103
|
@property
|
104
104
|
def res_msg(self):
|
105
|
-
"""Gets the res_msg of this DeleteConnectionInfoResponse.
|
105
|
+
r"""Gets the res_msg of this DeleteConnectionInfoResponse.
|
106
106
|
|
107
107
|
成功信息
|
108
108
|
|
@@ -113,7 +113,7 @@ class DeleteConnectionInfoResponse(SdkResponse):
|
|
113
113
|
|
114
114
|
@res_msg.setter
|
115
115
|
def res_msg(self, res_msg):
|
116
|
-
"""Sets the res_msg of this DeleteConnectionInfoResponse.
|
116
|
+
r"""Sets the res_msg of this DeleteConnectionInfoResponse.
|
117
117
|
|
118
118
|
成功信息
|
119
119
|
|