|
10 | 10 | Generated by OpenAPI Generator (https://openapi-generator.tech) |
11 | 11 |
|
12 | 12 | Do not edit the class manually. |
13 | | -""" # noqa: E501 docstring might be too long |
| 13 | +""" # noqa: E501 |
14 | 14 |
|
15 | 15 | from typing import Any, Dict, List, Optional, Tuple, Union |
16 | 16 |
|
@@ -89,7 +89,7 @@ def create_instance( |
89 | 89 | in the spec for a single request. |
90 | 90 | :type _host_index: int, optional |
91 | 91 | :return: Returns the result object. |
92 | | - """ # noqa: E501 docstring might be too long |
| 92 | + """ # noqa: E501 |
93 | 93 |
|
94 | 94 | _param = self._create_instance_serialize( |
95 | 95 | project_id=project_id, |
@@ -157,7 +157,7 @@ def create_instance_with_http_info( |
157 | 157 | in the spec for a single request. |
158 | 158 | :type _host_index: int, optional |
159 | 159 | :return: Returns the result object. |
160 | | - """ # noqa: E501 docstring might be too long |
| 160 | + """ # noqa: E501 |
161 | 161 |
|
162 | 162 | _param = self._create_instance_serialize( |
163 | 163 | project_id=project_id, |
@@ -225,7 +225,7 @@ def create_instance_without_preload_content( |
225 | 225 | in the spec for a single request. |
226 | 226 | :type _host_index: int, optional |
227 | 227 | :return: Returns the result object. |
228 | | - """ # noqa: E501 docstring might be too long |
| 228 | + """ # noqa: E501 |
229 | 229 |
|
230 | 230 | _param = self._create_instance_serialize( |
231 | 231 | project_id=project_id, |
@@ -264,7 +264,7 @@ def _create_instance_serialize( |
264 | 264 | _query_params: List[Tuple[str, str]] = [] |
265 | 265 | _header_params: Dict[str, Optional[str]] = _headers or {} |
266 | 266 | _form_params: List[Tuple[str, str]] = [] |
267 | | - _files: Dict[str, Union[str, bytes]] = {} |
| 267 | + _files: Dict[str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]] = {} |
268 | 268 | _body_params: Optional[bytes] = None |
269 | 269 |
|
270 | 270 | # process the path parameters |
@@ -352,7 +352,7 @@ def delete_instance( |
352 | 352 | in the spec for a single request. |
353 | 353 | :type _host_index: int, optional |
354 | 354 | :return: Returns the result object. |
355 | | - """ # noqa: E501 docstring might be too long |
| 355 | + """ # noqa: E501 |
356 | 356 |
|
357 | 357 | _param = self._delete_instance_serialize( |
358 | 358 | project_id=project_id, |
@@ -423,7 +423,7 @@ def delete_instance_with_http_info( |
423 | 423 | in the spec for a single request. |
424 | 424 | :type _host_index: int, optional |
425 | 425 | :return: Returns the result object. |
426 | | - """ # noqa: E501 docstring might be too long |
| 426 | + """ # noqa: E501 |
427 | 427 |
|
428 | 428 | _param = self._delete_instance_serialize( |
429 | 429 | project_id=project_id, |
@@ -494,7 +494,7 @@ def delete_instance_without_preload_content( |
494 | 494 | in the spec for a single request. |
495 | 495 | :type _host_index: int, optional |
496 | 496 | :return: Returns the result object. |
497 | | - """ # noqa: E501 docstring might be too long |
| 497 | + """ # noqa: E501 |
498 | 498 |
|
499 | 499 | _param = self._delete_instance_serialize( |
500 | 500 | project_id=project_id, |
@@ -534,7 +534,7 @@ def _delete_instance_serialize( |
534 | 534 | _query_params: List[Tuple[str, str]] = [] |
535 | 535 | _header_params: Dict[str, Optional[str]] = _headers or {} |
536 | 536 | _form_params: List[Tuple[str, str]] = [] |
537 | | - _files: Dict[str, Union[str, bytes]] = {} |
| 537 | + _files: Dict[str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]] = {} |
538 | 538 | _body_params: Optional[bytes] = None |
539 | 539 |
|
540 | 540 | # process the path parameters |
@@ -614,7 +614,7 @@ def get_instance( |
614 | 614 | in the spec for a single request. |
615 | 615 | :type _host_index: int, optional |
616 | 616 | :return: Returns the result object. |
617 | | - """ # noqa: E501 docstring might be too long |
| 617 | + """ # noqa: E501 |
618 | 618 |
|
619 | 619 | _param = self._get_instance_serialize( |
620 | 620 | project_id=project_id, |
@@ -684,7 +684,7 @@ def get_instance_with_http_info( |
684 | 684 | in the spec for a single request. |
685 | 685 | :type _host_index: int, optional |
686 | 686 | :return: Returns the result object. |
687 | | - """ # noqa: E501 docstring might be too long |
| 687 | + """ # noqa: E501 |
688 | 688 |
|
689 | 689 | _param = self._get_instance_serialize( |
690 | 690 | project_id=project_id, |
@@ -754,7 +754,7 @@ def get_instance_without_preload_content( |
754 | 754 | in the spec for a single request. |
755 | 755 | :type _host_index: int, optional |
756 | 756 | :return: Returns the result object. |
757 | | - """ # noqa: E501 docstring might be too long |
| 757 | + """ # noqa: E501 |
758 | 758 |
|
759 | 759 | _param = self._get_instance_serialize( |
760 | 760 | project_id=project_id, |
@@ -793,7 +793,7 @@ def _get_instance_serialize( |
793 | 793 | _query_params: List[Tuple[str, str]] = [] |
794 | 794 | _header_params: Dict[str, Optional[str]] = _headers or {} |
795 | 795 | _form_params: List[Tuple[str, str]] = [] |
796 | | - _files: Dict[str, Union[str, bytes]] = {} |
| 796 | + _files: Dict[str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]] = {} |
797 | 797 | _body_params: Optional[bytes] = None |
798 | 798 |
|
799 | 799 | # process the path parameters |
@@ -875,7 +875,7 @@ def list_flavors( |
875 | 875 | in the spec for a single request. |
876 | 876 | :type _host_index: int, optional |
877 | 877 | :return: Returns the result object. |
878 | | - """ # noqa: E501 docstring might be too long |
| 878 | + """ # noqa: E501 |
879 | 879 |
|
880 | 880 | _param = self._list_flavors_serialize( |
881 | 881 | project_id=project_id, |
@@ -946,7 +946,7 @@ def list_flavors_with_http_info( |
946 | 946 | in the spec for a single request. |
947 | 947 | :type _host_index: int, optional |
948 | 948 | :return: Returns the result object. |
949 | | - """ # noqa: E501 docstring might be too long |
| 949 | + """ # noqa: E501 |
950 | 950 |
|
951 | 951 | _param = self._list_flavors_serialize( |
952 | 952 | project_id=project_id, |
@@ -1017,7 +1017,7 @@ def list_flavors_without_preload_content( |
1017 | 1017 | in the spec for a single request. |
1018 | 1018 | :type _host_index: int, optional |
1019 | 1019 | :return: Returns the result object. |
1020 | | - """ # noqa: E501 docstring might be too long |
| 1020 | + """ # noqa: E501 |
1021 | 1021 |
|
1022 | 1022 | _param = self._list_flavors_serialize( |
1023 | 1023 | project_id=project_id, |
@@ -1054,7 +1054,7 @@ def _list_flavors_serialize( |
1054 | 1054 | _query_params: List[Tuple[str, str]] = [] |
1055 | 1055 | _header_params: Dict[str, Optional[str]] = _headers or {} |
1056 | 1056 | _form_params: List[Tuple[str, str]] = [] |
1057 | | - _files: Dict[str, Union[str, bytes]] = {} |
| 1057 | + _files: Dict[str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]] = {} |
1058 | 1058 | _body_params: Optional[bytes] = None |
1059 | 1059 |
|
1060 | 1060 | # process the path parameters |
@@ -1127,7 +1127,7 @@ def list_instances( |
1127 | 1127 | in the spec for a single request. |
1128 | 1128 | :type _host_index: int, optional |
1129 | 1129 | :return: Returns the result object. |
1130 | | - """ # noqa: E501 docstring might be too long |
| 1130 | + """ # noqa: E501 |
1131 | 1131 |
|
1132 | 1132 | _param = self._list_instances_serialize( |
1133 | 1133 | project_id=project_id, |
@@ -1190,7 +1190,7 @@ def list_instances_with_http_info( |
1190 | 1190 | in the spec for a single request. |
1191 | 1191 | :type _host_index: int, optional |
1192 | 1192 | :return: Returns the result object. |
1193 | | - """ # noqa: E501 docstring might be too long |
| 1193 | + """ # noqa: E501 |
1194 | 1194 |
|
1195 | 1195 | _param = self._list_instances_serialize( |
1196 | 1196 | project_id=project_id, |
@@ -1253,7 +1253,7 @@ def list_instances_without_preload_content( |
1253 | 1253 | in the spec for a single request. |
1254 | 1254 | :type _host_index: int, optional |
1255 | 1255 | :return: Returns the result object. |
1256 | | - """ # noqa: E501 docstring might be too long |
| 1256 | + """ # noqa: E501 |
1257 | 1257 |
|
1258 | 1258 | _param = self._list_instances_serialize( |
1259 | 1259 | project_id=project_id, |
@@ -1289,7 +1289,7 @@ def _list_instances_serialize( |
1289 | 1289 | _query_params: List[Tuple[str, str]] = [] |
1290 | 1290 | _header_params: Dict[str, Optional[str]] = _headers or {} |
1291 | 1291 | _form_params: List[Tuple[str, str]] = [] |
1292 | | - _files: Dict[str, Union[str, bytes]] = {} |
| 1292 | + _files: Dict[str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]] = {} |
1293 | 1293 | _body_params: Optional[bytes] = None |
1294 | 1294 |
|
1295 | 1295 | # process the path parameters |
|
0 commit comments