huaweicloudsdkdwr 3.1.141__py2.py3-none-any.whl → 3.1.143__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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.141.dist-info → huaweicloudsdkdwr-3.1.143.dist-info}/METADATA +2 -2
- huaweicloudsdkdwr-3.1.143.dist-info/RECORD +80 -0
- huaweicloudsdkdwr-3.1.141.dist-info/RECORD +0 -80
- {huaweicloudsdkdwr-3.1.141.dist-info → huaweicloudsdkdwr-3.1.143.dist-info}/LICENSE +0 -0
- {huaweicloudsdkdwr-3.1.141.dist-info → huaweicloudsdkdwr-3.1.143.dist-info}/WHEEL +0 -0
- {huaweicloudsdkdwr-3.1.141.dist-info → huaweicloudsdkdwr-3.1.143.dist-info}/top_level.txt +0 -0
|
@@ -42,7 +42,7 @@ class ShowPublicActionListResponse(SdkResponse):
|
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
def __init__(self, count=None, action_templates=None, total=None, is_truncated=None, offset=None, x_request_id=None, connection=None, content_length=None, date=None):
|
|
45
|
-
"""ShowPublicActionListResponse
|
|
45
|
+
r"""ShowPublicActionListResponse
|
|
46
46
|
|
|
47
47
|
The model defined in huaweicloud sdk
|
|
48
48
|
|
|
@@ -100,7 +100,7 @@ class ShowPublicActionListResponse(SdkResponse):
|
|
|
100
100
|
|
|
101
101
|
@property
|
|
102
102
|
def count(self):
|
|
103
|
-
"""Gets the count of this ShowPublicActionListResponse.
|
|
103
|
+
r"""Gets the count of this ShowPublicActionListResponse.
|
|
104
104
|
|
|
105
105
|
列表条目数
|
|
106
106
|
|
|
@@ -111,7 +111,7 @@ class ShowPublicActionListResponse(SdkResponse):
|
|
|
111
111
|
|
|
112
112
|
@count.setter
|
|
113
113
|
def count(self, count):
|
|
114
|
-
"""Sets the count of this ShowPublicActionListResponse.
|
|
114
|
+
r"""Sets the count of this ShowPublicActionListResponse.
|
|
115
115
|
|
|
116
116
|
列表条目数
|
|
117
117
|
|
|
@@ -122,7 +122,7 @@ class ShowPublicActionListResponse(SdkResponse):
|
|
|
122
122
|
|
|
123
123
|
@property
|
|
124
124
|
def action_templates(self):
|
|
125
|
-
"""Gets the action_templates of this ShowPublicActionListResponse.
|
|
125
|
+
r"""Gets the action_templates of this ShowPublicActionListResponse.
|
|
126
126
|
|
|
127
127
|
模板列表信息
|
|
128
128
|
|
|
@@ -133,7 +133,7 @@ class ShowPublicActionListResponse(SdkResponse):
|
|
|
133
133
|
|
|
134
134
|
@action_templates.setter
|
|
135
135
|
def action_templates(self, action_templates):
|
|
136
|
-
"""Sets the action_templates of this ShowPublicActionListResponse.
|
|
136
|
+
r"""Sets the action_templates of this ShowPublicActionListResponse.
|
|
137
137
|
|
|
138
138
|
模板列表信息
|
|
139
139
|
|
|
@@ -144,7 +144,7 @@ class ShowPublicActionListResponse(SdkResponse):
|
|
|
144
144
|
|
|
145
145
|
@property
|
|
146
146
|
def total(self):
|
|
147
|
-
"""Gets the total of this ShowPublicActionListResponse.
|
|
147
|
+
r"""Gets the total of this ShowPublicActionListResponse.
|
|
148
148
|
|
|
149
149
|
列表总条目数
|
|
150
150
|
|
|
@@ -155,7 +155,7 @@ class ShowPublicActionListResponse(SdkResponse):
|
|
|
155
155
|
|
|
156
156
|
@total.setter
|
|
157
157
|
def total(self, total):
|
|
158
|
-
"""Sets the total of this ShowPublicActionListResponse.
|
|
158
|
+
r"""Sets the total of this ShowPublicActionListResponse.
|
|
159
159
|
|
|
160
160
|
列表总条目数
|
|
161
161
|
|
|
@@ -166,7 +166,7 @@ class ShowPublicActionListResponse(SdkResponse):
|
|
|
166
166
|
|
|
167
167
|
@property
|
|
168
168
|
def is_truncated(self):
|
|
169
|
-
"""Gets the is_truncated of this ShowPublicActionListResponse.
|
|
169
|
+
r"""Gets the is_truncated of this ShowPublicActionListResponse.
|
|
170
170
|
|
|
171
171
|
是否为分页返回
|
|
172
172
|
|
|
@@ -177,7 +177,7 @@ class ShowPublicActionListResponse(SdkResponse):
|
|
|
177
177
|
|
|
178
178
|
@is_truncated.setter
|
|
179
179
|
def is_truncated(self, is_truncated):
|
|
180
|
-
"""Sets the is_truncated of this ShowPublicActionListResponse.
|
|
180
|
+
r"""Sets the is_truncated of this ShowPublicActionListResponse.
|
|
181
181
|
|
|
182
182
|
是否为分页返回
|
|
183
183
|
|
|
@@ -188,7 +188,7 @@ class ShowPublicActionListResponse(SdkResponse):
|
|
|
188
188
|
|
|
189
189
|
@property
|
|
190
190
|
def offset(self):
|
|
191
|
-
"""Gets the offset of this ShowPublicActionListResponse.
|
|
191
|
+
r"""Gets the offset of this ShowPublicActionListResponse.
|
|
192
192
|
|
|
193
193
|
下次查询的起始位置
|
|
194
194
|
|
|
@@ -199,7 +199,7 @@ class ShowPublicActionListResponse(SdkResponse):
|
|
|
199
199
|
|
|
200
200
|
@offset.setter
|
|
201
201
|
def offset(self, offset):
|
|
202
|
-
"""Sets the offset of this ShowPublicActionListResponse.
|
|
202
|
+
r"""Sets the offset of this ShowPublicActionListResponse.
|
|
203
203
|
|
|
204
204
|
下次查询的起始位置
|
|
205
205
|
|
|
@@ -210,7 +210,7 @@ class ShowPublicActionListResponse(SdkResponse):
|
|
|
210
210
|
|
|
211
211
|
@property
|
|
212
212
|
def x_request_id(self):
|
|
213
|
-
"""Gets the x_request_id of this ShowPublicActionListResponse.
|
|
213
|
+
r"""Gets the x_request_id of this ShowPublicActionListResponse.
|
|
214
214
|
|
|
215
215
|
:return: The x_request_id of this ShowPublicActionListResponse.
|
|
216
216
|
:rtype: str
|
|
@@ -219,7 +219,7 @@ class ShowPublicActionListResponse(SdkResponse):
|
|
|
219
219
|
|
|
220
220
|
@x_request_id.setter
|
|
221
221
|
def x_request_id(self, x_request_id):
|
|
222
|
-
"""Sets the x_request_id of this ShowPublicActionListResponse.
|
|
222
|
+
r"""Sets the x_request_id of this ShowPublicActionListResponse.
|
|
223
223
|
|
|
224
224
|
:param x_request_id: The x_request_id of this ShowPublicActionListResponse.
|
|
225
225
|
:type x_request_id: str
|
|
@@ -228,7 +228,7 @@ class ShowPublicActionListResponse(SdkResponse):
|
|
|
228
228
|
|
|
229
229
|
@property
|
|
230
230
|
def connection(self):
|
|
231
|
-
"""Gets the connection of this ShowPublicActionListResponse.
|
|
231
|
+
r"""Gets the connection of this ShowPublicActionListResponse.
|
|
232
232
|
|
|
233
233
|
:return: The connection of this ShowPublicActionListResponse.
|
|
234
234
|
:rtype: str
|
|
@@ -237,7 +237,7 @@ class ShowPublicActionListResponse(SdkResponse):
|
|
|
237
237
|
|
|
238
238
|
@connection.setter
|
|
239
239
|
def connection(self, connection):
|
|
240
|
-
"""Sets the connection of this ShowPublicActionListResponse.
|
|
240
|
+
r"""Sets the connection of this ShowPublicActionListResponse.
|
|
241
241
|
|
|
242
242
|
:param connection: The connection of this ShowPublicActionListResponse.
|
|
243
243
|
:type connection: str
|
|
@@ -246,7 +246,7 @@ class ShowPublicActionListResponse(SdkResponse):
|
|
|
246
246
|
|
|
247
247
|
@property
|
|
248
248
|
def content_length(self):
|
|
249
|
-
"""Gets the content_length of this ShowPublicActionListResponse.
|
|
249
|
+
r"""Gets the content_length of this ShowPublicActionListResponse.
|
|
250
250
|
|
|
251
251
|
:return: The content_length of this ShowPublicActionListResponse.
|
|
252
252
|
:rtype: str
|
|
@@ -255,7 +255,7 @@ class ShowPublicActionListResponse(SdkResponse):
|
|
|
255
255
|
|
|
256
256
|
@content_length.setter
|
|
257
257
|
def content_length(self, content_length):
|
|
258
|
-
"""Sets the content_length of this ShowPublicActionListResponse.
|
|
258
|
+
r"""Sets the content_length of this ShowPublicActionListResponse.
|
|
259
259
|
|
|
260
260
|
:param content_length: The content_length of this ShowPublicActionListResponse.
|
|
261
261
|
:type content_length: str
|
|
@@ -264,7 +264,7 @@ class ShowPublicActionListResponse(SdkResponse):
|
|
|
264
264
|
|
|
265
265
|
@property
|
|
266
266
|
def date(self):
|
|
267
|
-
"""Gets the date of this ShowPublicActionListResponse.
|
|
267
|
+
r"""Gets the date of this ShowPublicActionListResponse.
|
|
268
268
|
|
|
269
269
|
:return: The date of this ShowPublicActionListResponse.
|
|
270
270
|
:rtype: str
|
|
@@ -273,7 +273,7 @@ class ShowPublicActionListResponse(SdkResponse):
|
|
|
273
273
|
|
|
274
274
|
@date.setter
|
|
275
275
|
def date(self, date):
|
|
276
|
-
"""Sets the date of this ShowPublicActionListResponse.
|
|
276
|
+
r"""Sets the date of this ShowPublicActionListResponse.
|
|
277
277
|
|
|
278
278
|
:param date: The date of this ShowPublicActionListResponse.
|
|
279
279
|
:type date: str
|
|
@@ -25,7 +25,7 @@ class ShowPublicTemplateInfoRequest:
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
def __init__(self, template_name=None):
|
|
28
|
-
"""ShowPublicTemplateInfoRequest
|
|
28
|
+
r"""ShowPublicTemplateInfoRequest
|
|
29
29
|
|
|
30
30
|
The model defined in huaweicloud sdk
|
|
31
31
|
|
|
@@ -42,7 +42,7 @@ class ShowPublicTemplateInfoRequest:
|
|
|
42
42
|
|
|
43
43
|
@property
|
|
44
44
|
def template_name(self):
|
|
45
|
-
"""Gets the template_name of this ShowPublicTemplateInfoRequest.
|
|
45
|
+
r"""Gets the template_name of this ShowPublicTemplateInfoRequest.
|
|
46
46
|
|
|
47
47
|
模板名称。
|
|
48
48
|
|
|
@@ -53,7 +53,7 @@ class ShowPublicTemplateInfoRequest:
|
|
|
53
53
|
|
|
54
54
|
@template_name.setter
|
|
55
55
|
def template_name(self, template_name):
|
|
56
|
-
"""Sets the template_name of this ShowPublicTemplateInfoRequest.
|
|
56
|
+
r"""Sets the template_name of this ShowPublicTemplateInfoRequest.
|
|
57
57
|
|
|
58
58
|
模板名称。
|
|
59
59
|
|
|
@@ -34,7 +34,7 @@ class ShowPublicTemplateInfoResponse(SdkResponse):
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
def __init__(self, provided_actions=None, x_request_id=None, connection=None, content_length=None, date=None):
|
|
37
|
-
"""ShowPublicTemplateInfoResponse
|
|
37
|
+
r"""ShowPublicTemplateInfoResponse
|
|
38
38
|
|
|
39
39
|
The model defined in huaweicloud sdk
|
|
40
40
|
|
|
@@ -72,7 +72,7 @@ class ShowPublicTemplateInfoResponse(SdkResponse):
|
|
|
72
72
|
|
|
73
73
|
@property
|
|
74
74
|
def provided_actions(self):
|
|
75
|
-
"""Gets the provided_actions of this ShowPublicTemplateInfoResponse.
|
|
75
|
+
r"""Gets the provided_actions of this ShowPublicTemplateInfoResponse.
|
|
76
76
|
|
|
77
77
|
:return: The provided_actions of this ShowPublicTemplateInfoResponse.
|
|
78
78
|
:rtype: :class:`huaweicloudsdkdwr.v3.ProvidedAction`
|
|
@@ -81,7 +81,7 @@ class ShowPublicTemplateInfoResponse(SdkResponse):
|
|
|
81
81
|
|
|
82
82
|
@provided_actions.setter
|
|
83
83
|
def provided_actions(self, provided_actions):
|
|
84
|
-
"""Sets the provided_actions of this ShowPublicTemplateInfoResponse.
|
|
84
|
+
r"""Sets the provided_actions of this ShowPublicTemplateInfoResponse.
|
|
85
85
|
|
|
86
86
|
:param provided_actions: The provided_actions of this ShowPublicTemplateInfoResponse.
|
|
87
87
|
:type provided_actions: :class:`huaweicloudsdkdwr.v3.ProvidedAction`
|
|
@@ -90,7 +90,7 @@ class ShowPublicTemplateInfoResponse(SdkResponse):
|
|
|
90
90
|
|
|
91
91
|
@property
|
|
92
92
|
def x_request_id(self):
|
|
93
|
-
"""Gets the x_request_id of this ShowPublicTemplateInfoResponse.
|
|
93
|
+
r"""Gets the x_request_id of this ShowPublicTemplateInfoResponse.
|
|
94
94
|
|
|
95
95
|
:return: The x_request_id of this ShowPublicTemplateInfoResponse.
|
|
96
96
|
:rtype: str
|
|
@@ -99,7 +99,7 @@ class ShowPublicTemplateInfoResponse(SdkResponse):
|
|
|
99
99
|
|
|
100
100
|
@x_request_id.setter
|
|
101
101
|
def x_request_id(self, x_request_id):
|
|
102
|
-
"""Sets the x_request_id of this ShowPublicTemplateInfoResponse.
|
|
102
|
+
r"""Sets the x_request_id of this ShowPublicTemplateInfoResponse.
|
|
103
103
|
|
|
104
104
|
:param x_request_id: The x_request_id of this ShowPublicTemplateInfoResponse.
|
|
105
105
|
:type x_request_id: str
|
|
@@ -108,7 +108,7 @@ class ShowPublicTemplateInfoResponse(SdkResponse):
|
|
|
108
108
|
|
|
109
109
|
@property
|
|
110
110
|
def connection(self):
|
|
111
|
-
"""Gets the connection of this ShowPublicTemplateInfoResponse.
|
|
111
|
+
r"""Gets the connection of this ShowPublicTemplateInfoResponse.
|
|
112
112
|
|
|
113
113
|
:return: The connection of this ShowPublicTemplateInfoResponse.
|
|
114
114
|
:rtype: str
|
|
@@ -117,7 +117,7 @@ class ShowPublicTemplateInfoResponse(SdkResponse):
|
|
|
117
117
|
|
|
118
118
|
@connection.setter
|
|
119
119
|
def connection(self, connection):
|
|
120
|
-
"""Sets the connection of this ShowPublicTemplateInfoResponse.
|
|
120
|
+
r"""Sets the connection of this ShowPublicTemplateInfoResponse.
|
|
121
121
|
|
|
122
122
|
:param connection: The connection of this ShowPublicTemplateInfoResponse.
|
|
123
123
|
:type connection: str
|
|
@@ -126,7 +126,7 @@ class ShowPublicTemplateInfoResponse(SdkResponse):
|
|
|
126
126
|
|
|
127
127
|
@property
|
|
128
128
|
def content_length(self):
|
|
129
|
-
"""Gets the content_length of this ShowPublicTemplateInfoResponse.
|
|
129
|
+
r"""Gets the content_length of this ShowPublicTemplateInfoResponse.
|
|
130
130
|
|
|
131
131
|
:return: The content_length of this ShowPublicTemplateInfoResponse.
|
|
132
132
|
:rtype: str
|
|
@@ -135,7 +135,7 @@ class ShowPublicTemplateInfoResponse(SdkResponse):
|
|
|
135
135
|
|
|
136
136
|
@content_length.setter
|
|
137
137
|
def content_length(self, content_length):
|
|
138
|
-
"""Sets the content_length of this ShowPublicTemplateInfoResponse.
|
|
138
|
+
r"""Sets the content_length of this ShowPublicTemplateInfoResponse.
|
|
139
139
|
|
|
140
140
|
:param content_length: The content_length of this ShowPublicTemplateInfoResponse.
|
|
141
141
|
:type content_length: str
|
|
@@ -144,7 +144,7 @@ class ShowPublicTemplateInfoResponse(SdkResponse):
|
|
|
144
144
|
|
|
145
145
|
@property
|
|
146
146
|
def date(self):
|
|
147
|
-
"""Gets the date of this ShowPublicTemplateInfoResponse.
|
|
147
|
+
r"""Gets the date of this ShowPublicTemplateInfoResponse.
|
|
148
148
|
|
|
149
149
|
:return: The date of this ShowPublicTemplateInfoResponse.
|
|
150
150
|
:rtype: str
|
|
@@ -153,7 +153,7 @@ class ShowPublicTemplateInfoResponse(SdkResponse):
|
|
|
153
153
|
|
|
154
154
|
@date.setter
|
|
155
155
|
def date(self, date):
|
|
156
|
-
"""Sets the date of this ShowPublicTemplateInfoResponse.
|
|
156
|
+
r"""Sets the date of this ShowPublicTemplateInfoResponse.
|
|
157
157
|
|
|
158
158
|
:param date: The date of this ShowPublicTemplateInfoResponse.
|
|
159
159
|
:type date: str
|
|
@@ -25,7 +25,7 @@ class ShowServiceContractRequest:
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
def __init__(self, type=None):
|
|
28
|
-
"""ShowServiceContractRequest
|
|
28
|
+
r"""ShowServiceContractRequest
|
|
29
29
|
|
|
30
30
|
The model defined in huaweicloud sdk
|
|
31
31
|
|
|
@@ -42,7 +42,7 @@ class ShowServiceContractRequest:
|
|
|
42
42
|
|
|
43
43
|
@property
|
|
44
44
|
def type(self):
|
|
45
|
-
"""Gets the type of this ShowServiceContractRequest.
|
|
45
|
+
r"""Gets the type of this ShowServiceContractRequest.
|
|
46
46
|
|
|
47
47
|
服务协议名称 使用公共Action的免责声明协议: use_public_action_privacy_statement 注册公共Action的免责声明协议: register_public_action_privacy_statement
|
|
48
48
|
|
|
@@ -53,7 +53,7 @@ class ShowServiceContractRequest:
|
|
|
53
53
|
|
|
54
54
|
@type.setter
|
|
55
55
|
def type(self, type):
|
|
56
|
-
"""Sets the type of this ShowServiceContractRequest.
|
|
56
|
+
r"""Sets the type of this ShowServiceContractRequest.
|
|
57
57
|
|
|
58
58
|
服务协议名称 使用公共Action的免责声明协议: use_public_action_privacy_statement 注册公共Action的免责声明协议: register_public_action_privacy_statement
|
|
59
59
|
|
|
@@ -36,7 +36,7 @@ class ShowServiceContractResponse(SdkResponse):
|
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
def __init__(self, agreement_type=None, create_time=None, x_request_id=None, connection=None, content_length=None, date=None):
|
|
39
|
-
"""ShowServiceContractResponse
|
|
39
|
+
r"""ShowServiceContractResponse
|
|
40
40
|
|
|
41
41
|
The model defined in huaweicloud sdk
|
|
42
42
|
|
|
@@ -79,7 +79,7 @@ class ShowServiceContractResponse(SdkResponse):
|
|
|
79
79
|
|
|
80
80
|
@property
|
|
81
81
|
def agreement_type(self):
|
|
82
|
-
"""Gets the agreement_type of this ShowServiceContractResponse.
|
|
82
|
+
r"""Gets the agreement_type of this ShowServiceContractResponse.
|
|
83
83
|
|
|
84
84
|
服务协议类型,默认为use_public_action_privacy_statement。
|
|
85
85
|
|
|
@@ -90,7 +90,7 @@ class ShowServiceContractResponse(SdkResponse):
|
|
|
90
90
|
|
|
91
91
|
@agreement_type.setter
|
|
92
92
|
def agreement_type(self, agreement_type):
|
|
93
|
-
"""Sets the agreement_type of this ShowServiceContractResponse.
|
|
93
|
+
r"""Sets the agreement_type of this ShowServiceContractResponse.
|
|
94
94
|
|
|
95
95
|
服务协议类型,默认为use_public_action_privacy_statement。
|
|
96
96
|
|
|
@@ -101,7 +101,7 @@ class ShowServiceContractResponse(SdkResponse):
|
|
|
101
101
|
|
|
102
102
|
@property
|
|
103
103
|
def create_time(self):
|
|
104
|
-
"""Gets the create_time of this ShowServiceContractResponse.
|
|
104
|
+
r"""Gets the create_time of this ShowServiceContractResponse.
|
|
105
105
|
|
|
106
106
|
同意时间。
|
|
107
107
|
|
|
@@ -112,7 +112,7 @@ class ShowServiceContractResponse(SdkResponse):
|
|
|
112
112
|
|
|
113
113
|
@create_time.setter
|
|
114
114
|
def create_time(self, create_time):
|
|
115
|
-
"""Sets the create_time of this ShowServiceContractResponse.
|
|
115
|
+
r"""Sets the create_time of this ShowServiceContractResponse.
|
|
116
116
|
|
|
117
117
|
同意时间。
|
|
118
118
|
|
|
@@ -123,7 +123,7 @@ class ShowServiceContractResponse(SdkResponse):
|
|
|
123
123
|
|
|
124
124
|
@property
|
|
125
125
|
def x_request_id(self):
|
|
126
|
-
"""Gets the x_request_id of this ShowServiceContractResponse.
|
|
126
|
+
r"""Gets the x_request_id of this ShowServiceContractResponse.
|
|
127
127
|
|
|
128
128
|
:return: The x_request_id of this ShowServiceContractResponse.
|
|
129
129
|
:rtype: str
|
|
@@ -132,7 +132,7 @@ class ShowServiceContractResponse(SdkResponse):
|
|
|
132
132
|
|
|
133
133
|
@x_request_id.setter
|
|
134
134
|
def x_request_id(self, x_request_id):
|
|
135
|
-
"""Sets the x_request_id of this ShowServiceContractResponse.
|
|
135
|
+
r"""Sets the x_request_id of this ShowServiceContractResponse.
|
|
136
136
|
|
|
137
137
|
:param x_request_id: The x_request_id of this ShowServiceContractResponse.
|
|
138
138
|
:type x_request_id: str
|
|
@@ -141,7 +141,7 @@ class ShowServiceContractResponse(SdkResponse):
|
|
|
141
141
|
|
|
142
142
|
@property
|
|
143
143
|
def connection(self):
|
|
144
|
-
"""Gets the connection of this ShowServiceContractResponse.
|
|
144
|
+
r"""Gets the connection of this ShowServiceContractResponse.
|
|
145
145
|
|
|
146
146
|
:return: The connection of this ShowServiceContractResponse.
|
|
147
147
|
:rtype: str
|
|
@@ -150,7 +150,7 @@ class ShowServiceContractResponse(SdkResponse):
|
|
|
150
150
|
|
|
151
151
|
@connection.setter
|
|
152
152
|
def connection(self, connection):
|
|
153
|
-
"""Sets the connection of this ShowServiceContractResponse.
|
|
153
|
+
r"""Sets the connection of this ShowServiceContractResponse.
|
|
154
154
|
|
|
155
155
|
:param connection: The connection of this ShowServiceContractResponse.
|
|
156
156
|
:type connection: str
|
|
@@ -159,7 +159,7 @@ class ShowServiceContractResponse(SdkResponse):
|
|
|
159
159
|
|
|
160
160
|
@property
|
|
161
161
|
def content_length(self):
|
|
162
|
-
"""Gets the content_length of this ShowServiceContractResponse.
|
|
162
|
+
r"""Gets the content_length of this ShowServiceContractResponse.
|
|
163
163
|
|
|
164
164
|
:return: The content_length of this ShowServiceContractResponse.
|
|
165
165
|
:rtype: str
|
|
@@ -168,7 +168,7 @@ class ShowServiceContractResponse(SdkResponse):
|
|
|
168
168
|
|
|
169
169
|
@content_length.setter
|
|
170
170
|
def content_length(self, content_length):
|
|
171
|
-
"""Sets the content_length of this ShowServiceContractResponse.
|
|
171
|
+
r"""Sets the content_length of this ShowServiceContractResponse.
|
|
172
172
|
|
|
173
173
|
:param content_length: The content_length of this ShowServiceContractResponse.
|
|
174
174
|
:type content_length: str
|
|
@@ -177,7 +177,7 @@ class ShowServiceContractResponse(SdkResponse):
|
|
|
177
177
|
|
|
178
178
|
@property
|
|
179
179
|
def date(self):
|
|
180
|
-
"""Gets the date of this ShowServiceContractResponse.
|
|
180
|
+
r"""Gets the date of this ShowServiceContractResponse.
|
|
181
181
|
|
|
182
182
|
:return: The date of this ShowServiceContractResponse.
|
|
183
183
|
:rtype: str
|
|
@@ -186,7 +186,7 @@ class ShowServiceContractResponse(SdkResponse):
|
|
|
186
186
|
|
|
187
187
|
@date.setter
|
|
188
188
|
def date(self, date):
|
|
189
|
-
"""Sets the date of this ShowServiceContractResponse.
|
|
189
|
+
r"""Sets the date of this ShowServiceContractResponse.
|
|
190
190
|
|
|
191
191
|
:param date: The date of this ShowServiceContractResponse.
|
|
192
192
|
:type date: str
|
|
@@ -25,7 +25,7 @@ class ShowSystemTemplateDetailRequest:
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
def __init__(self, template_name=None):
|
|
28
|
-
"""ShowSystemTemplateDetailRequest
|
|
28
|
+
r"""ShowSystemTemplateDetailRequest
|
|
29
29
|
|
|
30
30
|
The model defined in huaweicloud sdk
|
|
31
31
|
|
|
@@ -42,7 +42,7 @@ class ShowSystemTemplateDetailRequest:
|
|
|
42
42
|
|
|
43
43
|
@property
|
|
44
44
|
def template_name(self):
|
|
45
|
-
"""Gets the template_name of this ShowSystemTemplateDetailRequest.
|
|
45
|
+
r"""Gets the template_name of this ShowSystemTemplateDetailRequest.
|
|
46
46
|
|
|
47
47
|
系统算子模板名称.。名称必须以字母或数字开头,只能由字母、数字、下划线和中划线组成,长度小于等于64个字符,且不能重名。
|
|
48
48
|
|
|
@@ -53,7 +53,7 @@ class ShowSystemTemplateDetailRequest:
|
|
|
53
53
|
|
|
54
54
|
@template_name.setter
|
|
55
55
|
def template_name(self, template_name):
|
|
56
|
-
"""Sets the template_name of this ShowSystemTemplateDetailRequest.
|
|
56
|
+
r"""Sets the template_name of this ShowSystemTemplateDetailRequest.
|
|
57
57
|
|
|
58
58
|
系统算子模板名称.。名称必须以字母或数字开头,只能由字母、数字、下划线和中划线组成,长度小于等于64个字符,且不能重名。
|
|
59
59
|
|
|
@@ -34,7 +34,7 @@ class ShowSystemTemplateDetailResponse(SdkResponse):
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
def __init__(self, provided_actions=None, x_request_id=None, connection=None, content_length=None, date=None):
|
|
37
|
-
"""ShowSystemTemplateDetailResponse
|
|
37
|
+
r"""ShowSystemTemplateDetailResponse
|
|
38
38
|
|
|
39
39
|
The model defined in huaweicloud sdk
|
|
40
40
|
|
|
@@ -72,7 +72,7 @@ class ShowSystemTemplateDetailResponse(SdkResponse):
|
|
|
72
72
|
|
|
73
73
|
@property
|
|
74
74
|
def provided_actions(self):
|
|
75
|
-
"""Gets the provided_actions of this ShowSystemTemplateDetailResponse.
|
|
75
|
+
r"""Gets the provided_actions of this ShowSystemTemplateDetailResponse.
|
|
76
76
|
|
|
77
77
|
:return: The provided_actions of this ShowSystemTemplateDetailResponse.
|
|
78
78
|
:rtype: list[:class:`huaweicloudsdkdwr.v3.ProvidedAction`]
|
|
@@ -81,7 +81,7 @@ class ShowSystemTemplateDetailResponse(SdkResponse):
|
|
|
81
81
|
|
|
82
82
|
@provided_actions.setter
|
|
83
83
|
def provided_actions(self, provided_actions):
|
|
84
|
-
"""Sets the provided_actions of this ShowSystemTemplateDetailResponse.
|
|
84
|
+
r"""Sets the provided_actions of this ShowSystemTemplateDetailResponse.
|
|
85
85
|
|
|
86
86
|
:param provided_actions: The provided_actions of this ShowSystemTemplateDetailResponse.
|
|
87
87
|
:type provided_actions: list[:class:`huaweicloudsdkdwr.v3.ProvidedAction`]
|
|
@@ -90,7 +90,7 @@ class ShowSystemTemplateDetailResponse(SdkResponse):
|
|
|
90
90
|
|
|
91
91
|
@property
|
|
92
92
|
def x_request_id(self):
|
|
93
|
-
"""Gets the x_request_id of this ShowSystemTemplateDetailResponse.
|
|
93
|
+
r"""Gets the x_request_id of this ShowSystemTemplateDetailResponse.
|
|
94
94
|
|
|
95
95
|
:return: The x_request_id of this ShowSystemTemplateDetailResponse.
|
|
96
96
|
:rtype: str
|
|
@@ -99,7 +99,7 @@ class ShowSystemTemplateDetailResponse(SdkResponse):
|
|
|
99
99
|
|
|
100
100
|
@x_request_id.setter
|
|
101
101
|
def x_request_id(self, x_request_id):
|
|
102
|
-
"""Sets the x_request_id of this ShowSystemTemplateDetailResponse.
|
|
102
|
+
r"""Sets the x_request_id of this ShowSystemTemplateDetailResponse.
|
|
103
103
|
|
|
104
104
|
:param x_request_id: The x_request_id of this ShowSystemTemplateDetailResponse.
|
|
105
105
|
:type x_request_id: str
|
|
@@ -108,7 +108,7 @@ class ShowSystemTemplateDetailResponse(SdkResponse):
|
|
|
108
108
|
|
|
109
109
|
@property
|
|
110
110
|
def connection(self):
|
|
111
|
-
"""Gets the connection of this ShowSystemTemplateDetailResponse.
|
|
111
|
+
r"""Gets the connection of this ShowSystemTemplateDetailResponse.
|
|
112
112
|
|
|
113
113
|
:return: The connection of this ShowSystemTemplateDetailResponse.
|
|
114
114
|
:rtype: str
|
|
@@ -117,7 +117,7 @@ class ShowSystemTemplateDetailResponse(SdkResponse):
|
|
|
117
117
|
|
|
118
118
|
@connection.setter
|
|
119
119
|
def connection(self, connection):
|
|
120
|
-
"""Sets the connection of this ShowSystemTemplateDetailResponse.
|
|
120
|
+
r"""Sets the connection of this ShowSystemTemplateDetailResponse.
|
|
121
121
|
|
|
122
122
|
:param connection: The connection of this ShowSystemTemplateDetailResponse.
|
|
123
123
|
:type connection: str
|
|
@@ -126,7 +126,7 @@ class ShowSystemTemplateDetailResponse(SdkResponse):
|
|
|
126
126
|
|
|
127
127
|
@property
|
|
128
128
|
def content_length(self):
|
|
129
|
-
"""Gets the content_length of this ShowSystemTemplateDetailResponse.
|
|
129
|
+
r"""Gets the content_length of this ShowSystemTemplateDetailResponse.
|
|
130
130
|
|
|
131
131
|
:return: The content_length of this ShowSystemTemplateDetailResponse.
|
|
132
132
|
:rtype: str
|
|
@@ -135,7 +135,7 @@ class ShowSystemTemplateDetailResponse(SdkResponse):
|
|
|
135
135
|
|
|
136
136
|
@content_length.setter
|
|
137
137
|
def content_length(self, content_length):
|
|
138
|
-
"""Sets the content_length of this ShowSystemTemplateDetailResponse.
|
|
138
|
+
r"""Sets the content_length of this ShowSystemTemplateDetailResponse.
|
|
139
139
|
|
|
140
140
|
:param content_length: The content_length of this ShowSystemTemplateDetailResponse.
|
|
141
141
|
:type content_length: str
|
|
@@ -144,7 +144,7 @@ class ShowSystemTemplateDetailResponse(SdkResponse):
|
|
|
144
144
|
|
|
145
145
|
@property
|
|
146
146
|
def date(self):
|
|
147
|
-
"""Gets the date of this ShowSystemTemplateDetailResponse.
|
|
147
|
+
r"""Gets the date of this ShowSystemTemplateDetailResponse.
|
|
148
148
|
|
|
149
149
|
:return: The date of this ShowSystemTemplateDetailResponse.
|
|
150
150
|
:rtype: str
|
|
@@ -153,7 +153,7 @@ class ShowSystemTemplateDetailResponse(SdkResponse):
|
|
|
153
153
|
|
|
154
154
|
@date.setter
|
|
155
155
|
def date(self, date):
|
|
156
|
-
"""Sets the date of this ShowSystemTemplateDetailResponse.
|
|
156
|
+
r"""Sets the date of this ShowSystemTemplateDetailResponse.
|
|
157
157
|
|
|
158
158
|
:param date: The date of this ShowSystemTemplateDetailResponse.
|
|
159
159
|
:type date: str
|
|
@@ -25,7 +25,7 @@ class ShowThirdTemplateInfoRequest:
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
def __init__(self, template_name=None):
|
|
28
|
-
"""ShowThirdTemplateInfoRequest
|
|
28
|
+
r"""ShowThirdTemplateInfoRequest
|
|
29
29
|
|
|
30
30
|
The model defined in huaweicloud sdk
|
|
31
31
|
|
|
@@ -42,7 +42,7 @@ class ShowThirdTemplateInfoRequest:
|
|
|
42
42
|
|
|
43
43
|
@property
|
|
44
44
|
def template_name(self):
|
|
45
|
-
"""Gets the template_name of this ShowThirdTemplateInfoRequest.
|
|
45
|
+
r"""Gets the template_name of this ShowThirdTemplateInfoRequest.
|
|
46
46
|
|
|
47
47
|
三方算子模板名称。
|
|
48
48
|
|
|
@@ -53,7 +53,7 @@ class ShowThirdTemplateInfoRequest:
|
|
|
53
53
|
|
|
54
54
|
@template_name.setter
|
|
55
55
|
def template_name(self, template_name):
|
|
56
|
-
"""Sets the template_name of this ShowThirdTemplateInfoRequest.
|
|
56
|
+
r"""Sets the template_name of this ShowThirdTemplateInfoRequest.
|
|
57
57
|
|
|
58
58
|
三方算子模板名称。
|
|
59
59
|
|
|
@@ -34,7 +34,7 @@ class ShowThirdTemplateInfoResponse(SdkResponse):
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
def __init__(self, provided_actions=None, x_request_id=None, connection=None, content_length=None, date=None):
|
|
37
|
-
"""ShowThirdTemplateInfoResponse
|
|
37
|
+
r"""ShowThirdTemplateInfoResponse
|
|
38
38
|
|
|
39
39
|
The model defined in huaweicloud sdk
|
|
40
40
|
|
|
@@ -72,7 +72,7 @@ class ShowThirdTemplateInfoResponse(SdkResponse):
|
|
|
72
72
|
|
|
73
73
|
@property
|
|
74
74
|
def provided_actions(self):
|
|
75
|
-
"""Gets the provided_actions of this ShowThirdTemplateInfoResponse.
|
|
75
|
+
r"""Gets the provided_actions of this ShowThirdTemplateInfoResponse.
|
|
76
76
|
|
|
77
77
|
:return: The provided_actions of this ShowThirdTemplateInfoResponse.
|
|
78
78
|
:rtype: :class:`huaweicloudsdkdwr.v3.ProvidedAction`
|
|
@@ -81,7 +81,7 @@ class ShowThirdTemplateInfoResponse(SdkResponse):
|
|
|
81
81
|
|
|
82
82
|
@provided_actions.setter
|
|
83
83
|
def provided_actions(self, provided_actions):
|
|
84
|
-
"""Sets the provided_actions of this ShowThirdTemplateInfoResponse.
|
|
84
|
+
r"""Sets the provided_actions of this ShowThirdTemplateInfoResponse.
|
|
85
85
|
|
|
86
86
|
:param provided_actions: The provided_actions of this ShowThirdTemplateInfoResponse.
|
|
87
87
|
:type provided_actions: :class:`huaweicloudsdkdwr.v3.ProvidedAction`
|
|
@@ -90,7 +90,7 @@ class ShowThirdTemplateInfoResponse(SdkResponse):
|
|
|
90
90
|
|
|
91
91
|
@property
|
|
92
92
|
def x_request_id(self):
|
|
93
|
-
"""Gets the x_request_id of this ShowThirdTemplateInfoResponse.
|
|
93
|
+
r"""Gets the x_request_id of this ShowThirdTemplateInfoResponse.
|
|
94
94
|
|
|
95
95
|
:return: The x_request_id of this ShowThirdTemplateInfoResponse.
|
|
96
96
|
:rtype: str
|
|
@@ -99,7 +99,7 @@ class ShowThirdTemplateInfoResponse(SdkResponse):
|
|
|
99
99
|
|
|
100
100
|
@x_request_id.setter
|
|
101
101
|
def x_request_id(self, x_request_id):
|
|
102
|
-
"""Sets the x_request_id of this ShowThirdTemplateInfoResponse.
|
|
102
|
+
r"""Sets the x_request_id of this ShowThirdTemplateInfoResponse.
|
|
103
103
|
|
|
104
104
|
:param x_request_id: The x_request_id of this ShowThirdTemplateInfoResponse.
|
|
105
105
|
:type x_request_id: str
|
|
@@ -108,7 +108,7 @@ class ShowThirdTemplateInfoResponse(SdkResponse):
|
|
|
108
108
|
|
|
109
109
|
@property
|
|
110
110
|
def connection(self):
|
|
111
|
-
"""Gets the connection of this ShowThirdTemplateInfoResponse.
|
|
111
|
+
r"""Gets the connection of this ShowThirdTemplateInfoResponse.
|
|
112
112
|
|
|
113
113
|
:return: The connection of this ShowThirdTemplateInfoResponse.
|
|
114
114
|
:rtype: str
|
|
@@ -117,7 +117,7 @@ class ShowThirdTemplateInfoResponse(SdkResponse):
|
|
|
117
117
|
|
|
118
118
|
@connection.setter
|
|
119
119
|
def connection(self, connection):
|
|
120
|
-
"""Sets the connection of this ShowThirdTemplateInfoResponse.
|
|
120
|
+
r"""Sets the connection of this ShowThirdTemplateInfoResponse.
|
|
121
121
|
|
|
122
122
|
:param connection: The connection of this ShowThirdTemplateInfoResponse.
|
|
123
123
|
:type connection: str
|
|
@@ -126,7 +126,7 @@ class ShowThirdTemplateInfoResponse(SdkResponse):
|
|
|
126
126
|
|
|
127
127
|
@property
|
|
128
128
|
def content_length(self):
|
|
129
|
-
"""Gets the content_length of this ShowThirdTemplateInfoResponse.
|
|
129
|
+
r"""Gets the content_length of this ShowThirdTemplateInfoResponse.
|
|
130
130
|
|
|
131
131
|
:return: The content_length of this ShowThirdTemplateInfoResponse.
|
|
132
132
|
:rtype: str
|
|
@@ -135,7 +135,7 @@ class ShowThirdTemplateInfoResponse(SdkResponse):
|
|
|
135
135
|
|
|
136
136
|
@content_length.setter
|
|
137
137
|
def content_length(self, content_length):
|
|
138
|
-
"""Sets the content_length of this ShowThirdTemplateInfoResponse.
|
|
138
|
+
r"""Sets the content_length of this ShowThirdTemplateInfoResponse.
|
|
139
139
|
|
|
140
140
|
:param content_length: The content_length of this ShowThirdTemplateInfoResponse.
|
|
141
141
|
:type content_length: str
|
|
@@ -144,7 +144,7 @@ class ShowThirdTemplateInfoResponse(SdkResponse):
|
|
|
144
144
|
|
|
145
145
|
@property
|
|
146
146
|
def date(self):
|
|
147
|
-
"""Gets the date of this ShowThirdTemplateInfoResponse.
|
|
147
|
+
r"""Gets the date of this ShowThirdTemplateInfoResponse.
|
|
148
148
|
|
|
149
149
|
:return: The date of this ShowThirdTemplateInfoResponse.
|
|
150
150
|
:rtype: str
|
|
@@ -153,7 +153,7 @@ class ShowThirdTemplateInfoResponse(SdkResponse):
|
|
|
153
153
|
|
|
154
154
|
@date.setter
|
|
155
155
|
def date(self, date):
|
|
156
|
-
"""Sets the date of this ShowThirdTemplateInfoResponse.
|
|
156
|
+
r"""Sets the date of this ShowThirdTemplateInfoResponse.
|
|
157
157
|
|
|
158
158
|
:param date: The date of this ShowThirdTemplateInfoResponse.
|
|
159
159
|
:type date: str
|