From 44a5257a73fef5efc19b7d76511a5d6f2b8076e7 Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Mon, 17 Mar 2025 14:41:40 +0000 Subject: [PATCH] Generate lbapplication --- .../stackit/lbapplication/api/default_api.py | 64 +++++++++---------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/services/lbapplication/src/stackit/lbapplication/api/default_api.py b/services/lbapplication/src/stackit/lbapplication/api/default_api.py index 4fe10d3e..2e623551 100644 --- a/services/lbapplication/src/stackit/lbapplication/api/default_api.py +++ b/services/lbapplication/src/stackit/lbapplication/api/default_api.py @@ -75,8 +75,8 @@ def __init__(self, configuration: Configuration = None) -> None: def create_credentials( self, project_id: StrictStr, - x_request_id: StrictStr, create_credentials_payload: CreateCredentialsPayload, + x_request_id: Optional[StrictStr] = None, _request_timeout: Union[ None, Annotated[StrictFloat, Field(gt=0)], @@ -93,10 +93,10 @@ def create_credentials( :param project_id: (required) :type project_id: str - :param x_request_id: (required) - :type x_request_id: str :param create_credentials_payload: (required) :type create_credentials_payload: CreateCredentialsPayload + :param x_request_id: + :type x_request_id: str :param _request_timeout: timeout setting for this request. If one number provided, it will be total request timeout. It can also be a pair (tuple) of @@ -121,8 +121,8 @@ def create_credentials( _param = self._create_credentials_serialize( project_id=project_id, - x_request_id=x_request_id, create_credentials_payload=create_credentials_payload, + x_request_id=x_request_id, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, @@ -147,8 +147,8 @@ def create_credentials( def create_credentials_with_http_info( self, project_id: StrictStr, - x_request_id: StrictStr, create_credentials_payload: CreateCredentialsPayload, + x_request_id: Optional[StrictStr] = None, _request_timeout: Union[ None, Annotated[StrictFloat, Field(gt=0)], @@ -165,10 +165,10 @@ def create_credentials_with_http_info( :param project_id: (required) :type project_id: str - :param x_request_id: (required) - :type x_request_id: str :param create_credentials_payload: (required) :type create_credentials_payload: CreateCredentialsPayload + :param x_request_id: + :type x_request_id: str :param _request_timeout: timeout setting for this request. If one number provided, it will be total request timeout. It can also be a pair (tuple) of @@ -193,8 +193,8 @@ def create_credentials_with_http_info( _param = self._create_credentials_serialize( project_id=project_id, - x_request_id=x_request_id, create_credentials_payload=create_credentials_payload, + x_request_id=x_request_id, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, @@ -219,8 +219,8 @@ def create_credentials_with_http_info( def create_credentials_without_preload_content( self, project_id: StrictStr, - x_request_id: StrictStr, create_credentials_payload: CreateCredentialsPayload, + x_request_id: Optional[StrictStr] = None, _request_timeout: Union[ None, Annotated[StrictFloat, Field(gt=0)], @@ -237,10 +237,10 @@ def create_credentials_without_preload_content( :param project_id: (required) :type project_id: str - :param x_request_id: (required) - :type x_request_id: str :param create_credentials_payload: (required) :type create_credentials_payload: CreateCredentialsPayload + :param x_request_id: + :type x_request_id: str :param _request_timeout: timeout setting for this request. If one number provided, it will be total request timeout. It can also be a pair (tuple) of @@ -265,8 +265,8 @@ def create_credentials_without_preload_content( _param = self._create_credentials_serialize( project_id=project_id, - x_request_id=x_request_id, create_credentials_payload=create_credentials_payload, + x_request_id=x_request_id, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, @@ -286,8 +286,8 @@ def create_credentials_without_preload_content( def _create_credentials_serialize( self, project_id, - x_request_id, create_credentials_payload, + x_request_id, _request_auth, _content_type, _headers, @@ -351,8 +351,8 @@ def _create_credentials_serialize( def create_load_balancer( self, project_id: StrictStr, - x_request_id: StrictStr, create_load_balancer_payload: CreateLoadBalancerPayload, + x_request_id: Optional[StrictStr] = None, _request_timeout: Union[ None, Annotated[StrictFloat, Field(gt=0)], @@ -369,10 +369,10 @@ def create_load_balancer( :param project_id: (required) :type project_id: str - :param x_request_id: (required) - :type x_request_id: str :param create_load_balancer_payload: (required) :type create_load_balancer_payload: CreateLoadBalancerPayload + :param x_request_id: + :type x_request_id: str :param _request_timeout: timeout setting for this request. If one number provided, it will be total request timeout. It can also be a pair (tuple) of @@ -397,8 +397,8 @@ def create_load_balancer( _param = self._create_load_balancer_serialize( project_id=project_id, - x_request_id=x_request_id, create_load_balancer_payload=create_load_balancer_payload, + x_request_id=x_request_id, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, @@ -424,8 +424,8 @@ def create_load_balancer( def create_load_balancer_with_http_info( self, project_id: StrictStr, - x_request_id: StrictStr, create_load_balancer_payload: CreateLoadBalancerPayload, + x_request_id: Optional[StrictStr] = None, _request_timeout: Union[ None, Annotated[StrictFloat, Field(gt=0)], @@ -442,10 +442,10 @@ def create_load_balancer_with_http_info( :param project_id: (required) :type project_id: str - :param x_request_id: (required) - :type x_request_id: str :param create_load_balancer_payload: (required) :type create_load_balancer_payload: CreateLoadBalancerPayload + :param x_request_id: + :type x_request_id: str :param _request_timeout: timeout setting for this request. If one number provided, it will be total request timeout. It can also be a pair (tuple) of @@ -470,8 +470,8 @@ def create_load_balancer_with_http_info( _param = self._create_load_balancer_serialize( project_id=project_id, - x_request_id=x_request_id, create_load_balancer_payload=create_load_balancer_payload, + x_request_id=x_request_id, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, @@ -497,8 +497,8 @@ def create_load_balancer_with_http_info( def create_load_balancer_without_preload_content( self, project_id: StrictStr, - x_request_id: StrictStr, create_load_balancer_payload: CreateLoadBalancerPayload, + x_request_id: Optional[StrictStr] = None, _request_timeout: Union[ None, Annotated[StrictFloat, Field(gt=0)], @@ -515,10 +515,10 @@ def create_load_balancer_without_preload_content( :param project_id: (required) :type project_id: str - :param x_request_id: (required) - :type x_request_id: str :param create_load_balancer_payload: (required) :type create_load_balancer_payload: CreateLoadBalancerPayload + :param x_request_id: + :type x_request_id: str :param _request_timeout: timeout setting for this request. If one number provided, it will be total request timeout. It can also be a pair (tuple) of @@ -543,8 +543,8 @@ def create_load_balancer_without_preload_content( _param = self._create_load_balancer_serialize( project_id=project_id, - x_request_id=x_request_id, create_load_balancer_payload=create_load_balancer_payload, + x_request_id=x_request_id, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, @@ -565,8 +565,8 @@ def create_load_balancer_without_preload_content( def _create_load_balancer_serialize( self, project_id, - x_request_id, create_load_balancer_payload, + x_request_id, _request_auth, _content_type, _headers, @@ -1377,7 +1377,7 @@ def _disable_service_serialize( def enable_service( self, project_id: StrictStr, - x_request_id: StrictStr, + x_request_id: Optional[StrictStr] = None, _request_timeout: Union[ None, Annotated[StrictFloat, Field(gt=0)], @@ -1394,7 +1394,7 @@ def enable_service( :param project_id: (required) :type project_id: str - :param x_request_id: (required) + :param x_request_id: :type x_request_id: str :param _request_timeout: timeout setting for this request. If one number provided, it will be total request @@ -1446,7 +1446,7 @@ def enable_service( def enable_service_with_http_info( self, project_id: StrictStr, - x_request_id: StrictStr, + x_request_id: Optional[StrictStr] = None, _request_timeout: Union[ None, Annotated[StrictFloat, Field(gt=0)], @@ -1463,7 +1463,7 @@ def enable_service_with_http_info( :param project_id: (required) :type project_id: str - :param x_request_id: (required) + :param x_request_id: :type x_request_id: str :param _request_timeout: timeout setting for this request. If one number provided, it will be total request @@ -1515,7 +1515,7 @@ def enable_service_with_http_info( def enable_service_without_preload_content( self, project_id: StrictStr, - x_request_id: StrictStr, + x_request_id: Optional[StrictStr] = None, _request_timeout: Union[ None, Annotated[StrictFloat, Field(gt=0)], @@ -1532,7 +1532,7 @@ def enable_service_without_preload_content( :param project_id: (required) :type project_id: str - :param x_request_id: (required) + :param x_request_id: :type x_request_id: str :param _request_timeout: timeout setting for this request. If one number provided, it will be total request