@@ -1100,38 +1100,38 @@ def modify_deletion_protection_with_http_info(self, body, **kwargs): # noqa: E5
11001100 _request_timeout = params .get ('_request_timeout' ),
11011101 collection_formats = collection_formats )
11021102
1103- def modify_ip_whitelist (self , body , ** kwargs ): # noqa: E501
1104- """modify_ip_whitelist # noqa: E501
1103+ def modify_ip_allow_list (self , body , ** kwargs ): # noqa: E501
1104+ """modify_ip_allow_list # noqa: E501
11051105
11061106 This method makes a synchronous HTTP request by default. To make an
11071107 asynchronous HTTP request, please pass async_req=True
1108- >>> thread = api.modify_ip_whitelist (body, async_req=True)
1108+ >>> thread = api.modify_ip_allow_list (body, async_req=True)
11091109 >>> result = thread.get()
11101110
11111111 :param async_req bool
1112- :param ModifyIpWhitelistRequest body: (required)
1113- :return: ModifyIpWhitelistResponse
1112+ :param ModifyIpAllowListRequest body: (required)
1113+ :return: ModifyIpAllowListResponse
11141114 If the method is called asynchronously,
11151115 returns the request thread.
11161116 """
11171117 kwargs ['_return_http_data_only' ] = True
11181118 if kwargs .get ('async_req' ):
1119- return self .modify_ip_whitelist_with_http_info (body , ** kwargs ) # noqa: E501
1119+ return self .modify_ip_allow_list_with_http_info (body , ** kwargs ) # noqa: E501
11201120 else :
1121- (data ) = self .modify_ip_whitelist_with_http_info (body , ** kwargs ) # noqa: E501
1121+ (data ) = self .modify_ip_allow_list_with_http_info (body , ** kwargs ) # noqa: E501
11221122 return data
11231123
1124- def modify_ip_whitelist_with_http_info (self , body , ** kwargs ): # noqa: E501
1125- """modify_ip_whitelist # noqa: E501
1124+ def modify_ip_allow_list_with_http_info (self , body , ** kwargs ): # noqa: E501
1125+ """modify_ip_allow_list # noqa: E501
11261126
11271127 This method makes a synchronous HTTP request by default. To make an
11281128 asynchronous HTTP request, please pass async_req=True
1129- >>> thread = api.modify_ip_whitelist_with_http_info (body, async_req=True)
1129+ >>> thread = api.modify_ip_allow_list_with_http_info (body, async_req=True)
11301130 >>> result = thread.get()
11311131
11321132 :param async_req bool
1133- :param ModifyIpWhitelistRequest body: (required)
1134- :return: ModifyIpWhitelistResponse
1133+ :param ModifyIpAllowListRequest body: (required)
1134+ :return: ModifyIpAllowListResponse
11351135 If the method is called asynchronously,
11361136 returns the request thread.
11371137 """
@@ -1147,14 +1147,14 @@ def modify_ip_whitelist_with_http_info(self, body, **kwargs): # noqa: E501
11471147 if key not in all_params :
11481148 raise TypeError (
11491149 "Got an unexpected keyword argument '%s'"
1150- " to method modify_ip_whitelist " % key
1150+ " to method modify_ip_allow_list " % key
11511151 )
11521152 params [key ] = val
11531153 del params ['kwargs' ]
11541154 # verify the required parameter 'body' is set
11551155 if self .api_client .client_side_validation and ('body' not in params or
11561156 params ['body' ] is None ): # noqa: E501
1157- raise ValueError ("Missing the required parameter `body` when calling `modify_ip_whitelist `" ) # noqa: E501
1157+ raise ValueError ("Missing the required parameter `body` when calling `modify_ip_allow_list `" ) # noqa: E501
11581158
11591159 collection_formats = {}
11601160
@@ -1182,14 +1182,14 @@ def modify_ip_whitelist_with_http_info(self, body, **kwargs): # noqa: E501
11821182 auth_settings = ['volcengineSign' ] # noqa: E501
11831183
11841184 return self .api_client .call_api (
1185- '/ModifyIpWhitelist /2023-01-01/escloud/post/application_json/' , 'POST' ,
1185+ '/ModifyIpAllowList /2023-01-01/escloud/post/application_json/' , 'POST' ,
11861186 path_params ,
11871187 query_params ,
11881188 header_params ,
11891189 body = body_params ,
11901190 post_params = form_params ,
11911191 files = local_var_files ,
1192- response_type = 'ModifyIpWhitelistResponse ' , # noqa: E501
1192+ response_type = 'ModifyIpAllowListResponse ' , # noqa: E501
11931193 auth_settings = auth_settings ,
11941194 async_req = params .get ('async_req' ),
11951195 _return_http_data_only = params .get ('_return_http_data_only' ),
0 commit comments