@@ -633,19 +633,19 @@ def distribute_content_library_vmtemplate_clusters_with_http_info(self, content_
633633 collection_formats = collection_formats ,
634634 _request_auth = local_var_params .get ('_request_auth' ))
635635
636- def export_content_library_vm_template (self , content_language , content_library_vm_template_export_params , ** kwargs ): # noqa: E501
636+ def export_content_library_vm_template (self , content_library_vm_template_export_params , ** kwargs ): # noqa: E501
637637 """export_content_library_vm_template # noqa: E501
638638
639639 This method makes a synchronous HTTP request by default. To make an
640640 asynchronous HTTP request, please pass async_req=True
641641
642- >>> thread = api.export_content_library_vm_template(content_language, content_library_vm_template_export_params, async_req=True)
642+ >>> thread = api.export_content_library_vm_template(content_library_vm_template_export_params, async_req=True)
643643 >>> result = thread.get()
644644
645- :param content_language: (required)
646- :type content_language: ContentLanguage
647645 :param content_library_vm_template_export_params: (required)
648646 :type content_library_vm_template_export_params: ContentLibraryVmTemplateExportParams
647+ :param content_language:
648+ :type content_language: ContentLanguage
649649 :param async_req: Whether to execute the request asynchronously.
650650 :type async_req: bool, optional
651651 :param _preload_content: if False, the urllib3.HTTPResponse object will
@@ -662,21 +662,21 @@ def export_content_library_vm_template(self, content_language, content_library_v
662662 :rtype: list[WithTaskVmExportFile]
663663 """
664664 kwargs ['_return_http_data_only' ] = True
665- return self .export_content_library_vm_template_with_http_info (content_language , content_library_vm_template_export_params , ** kwargs ) # noqa: E501
665+ return self .export_content_library_vm_template_with_http_info (content_library_vm_template_export_params , ** kwargs ) # noqa: E501
666666
667- def export_content_library_vm_template_with_http_info (self , content_language , content_library_vm_template_export_params , ** kwargs ): # noqa: E501
667+ def export_content_library_vm_template_with_http_info (self , content_library_vm_template_export_params , ** kwargs ): # noqa: E501
668668 """export_content_library_vm_template # noqa: E501
669669
670670 This method makes a synchronous HTTP request by default. To make an
671671 asynchronous HTTP request, please pass async_req=True
672672
673- >>> thread = api.export_content_library_vm_template_with_http_info(content_language, content_library_vm_template_export_params, async_req=True)
673+ >>> thread = api.export_content_library_vm_template_with_http_info(content_library_vm_template_export_params, async_req=True)
674674 >>> result = thread.get()
675675
676- :param content_language: (required)
677- :type content_language: ContentLanguage
678676 :param content_library_vm_template_export_params: (required)
679677 :type content_library_vm_template_export_params: ContentLibraryVmTemplateExportParams
678+ :param content_language:
679+ :type content_language: ContentLanguage
680680 :param async_req: Whether to execute the request asynchronously.
681681 :type async_req: bool, optional
682682 :param _return_http_data_only: response data without head status code
@@ -704,8 +704,8 @@ def export_content_library_vm_template_with_http_info(self, content_language, co
704704 local_var_params = locals ()
705705
706706 all_params = [
707- 'content_language ' ,
708- 'content_library_vm_template_export_params '
707+ 'content_library_vm_template_export_params ' ,
708+ 'content_language '
709709 ]
710710 all_params .extend (
711711 [
@@ -727,10 +727,6 @@ def export_content_library_vm_template_with_http_info(self, content_language, co
727727 )
728728 local_var_params [key ] = val
729729 del local_var_params ['kwargs' ]
730- # verify the required parameter 'content_language' is set
731- if self .api_client .client_side_validation and ('content_language' not in local_var_params or # noqa: E501
732- local_var_params ['content_language' ] is None ): # noqa: E501
733- raise ApiValueError ("Missing the required parameter `content_language` when calling `export_content_library_vm_template`" ) # noqa: E501
734730 # verify the required parameter 'content_library_vm_template_export_params' is set
735731 if self .api_client .client_side_validation and ('content_library_vm_template_export_params' not in local_var_params or # noqa: E501
736732 local_var_params ['content_library_vm_template_export_params' ] is None ): # noqa: E501
@@ -1093,19 +1089,19 @@ def get_content_library_vm_templates_connection_with_http_info(self, get_content
10931089 collection_formats = collection_formats ,
10941090 _request_auth = local_var_params .get ('_request_auth' ))
10951091
1096- def import_content_library_vm_template (self , content_language , content_library_vm_template_import_params , ** kwargs ): # noqa: E501
1092+ def import_content_library_vm_template (self , content_library_vm_template_import_params , ** kwargs ): # noqa: E501
10971093 """import_content_library_vm_template # noqa: E501
10981094
10991095 This method makes a synchronous HTTP request by default. To make an
11001096 asynchronous HTTP request, please pass async_req=True
11011097
1102- >>> thread = api.import_content_library_vm_template(content_language, content_library_vm_template_import_params, async_req=True)
1098+ >>> thread = api.import_content_library_vm_template(content_library_vm_template_import_params, async_req=True)
11031099 >>> result = thread.get()
11041100
1105- :param content_language: (required)
1106- :type content_language: ContentLanguage
11071101 :param content_library_vm_template_import_params: (required)
11081102 :type content_library_vm_template_import_params: list[ContentLibraryVmTemplateImportParams]
1103+ :param content_language:
1104+ :type content_language: ContentLanguage
11091105 :param async_req: Whether to execute the request asynchronously.
11101106 :type async_req: bool, optional
11111107 :param _preload_content: if False, the urllib3.HTTPResponse object will
@@ -1122,21 +1118,21 @@ def import_content_library_vm_template(self, content_language, content_library_v
11221118 :rtype: list[WithTaskContentLibraryVmTemplate]
11231119 """
11241120 kwargs ['_return_http_data_only' ] = True
1125- return self .import_content_library_vm_template_with_http_info (content_language , content_library_vm_template_import_params , ** kwargs ) # noqa: E501
1121+ return self .import_content_library_vm_template_with_http_info (content_library_vm_template_import_params , ** kwargs ) # noqa: E501
11261122
1127- def import_content_library_vm_template_with_http_info (self , content_language , content_library_vm_template_import_params , ** kwargs ): # noqa: E501
1123+ def import_content_library_vm_template_with_http_info (self , content_library_vm_template_import_params , ** kwargs ): # noqa: E501
11281124 """import_content_library_vm_template # noqa: E501
11291125
11301126 This method makes a synchronous HTTP request by default. To make an
11311127 asynchronous HTTP request, please pass async_req=True
11321128
1133- >>> thread = api.import_content_library_vm_template_with_http_info(content_language, content_library_vm_template_import_params, async_req=True)
1129+ >>> thread = api.import_content_library_vm_template_with_http_info(content_library_vm_template_import_params, async_req=True)
11341130 >>> result = thread.get()
11351131
1136- :param content_language: (required)
1137- :type content_language: ContentLanguage
11381132 :param content_library_vm_template_import_params: (required)
11391133 :type content_library_vm_template_import_params: list[ContentLibraryVmTemplateImportParams]
1134+ :param content_language:
1135+ :type content_language: ContentLanguage
11401136 :param async_req: Whether to execute the request asynchronously.
11411137 :type async_req: bool, optional
11421138 :param _return_http_data_only: response data without head status code
@@ -1164,8 +1160,8 @@ def import_content_library_vm_template_with_http_info(self, content_language, co
11641160 local_var_params = locals ()
11651161
11661162 all_params = [
1167- 'content_language ' ,
1168- 'content_library_vm_template_import_params '
1163+ 'content_library_vm_template_import_params ' ,
1164+ 'content_language '
11691165 ]
11701166 all_params .extend (
11711167 [
@@ -1187,10 +1183,6 @@ def import_content_library_vm_template_with_http_info(self, content_language, co
11871183 )
11881184 local_var_params [key ] = val
11891185 del local_var_params ['kwargs' ]
1190- # verify the required parameter 'content_language' is set
1191- if self .api_client .client_side_validation and ('content_language' not in local_var_params or # noqa: E501
1192- local_var_params ['content_language' ] is None ): # noqa: E501
1193- raise ApiValueError ("Missing the required parameter `content_language` when calling `import_content_library_vm_template`" ) # noqa: E501
11941186 # verify the required parameter 'content_library_vm_template_import_params' is set
11951187 if self .api_client .client_side_validation and ('content_library_vm_template_import_params' not in local_var_params or # noqa: E501
11961188 local_var_params ['content_library_vm_template_import_params' ] is None ): # noqa: E501
0 commit comments