From 4230b4aa356990fae3836875068c58697229c955 Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Tue, 25 Nov 2025 09:24:12 +0000 Subject: [PATCH] Generate alb --- services/alb/src/stackit/alb/__init__.py | 2 +- services/alb/src/stackit/alb/api/default_api.py | 2 +- services/alb/src/stackit/alb/api_client.py | 2 +- services/alb/src/stackit/alb/configuration.py | 2 +- services/alb/src/stackit/alb/exceptions.py | 2 +- services/alb/src/stackit/alb/models/__init__.py | 2 +- services/alb/src/stackit/alb/models/active_health_check.py | 2 +- services/alb/src/stackit/alb/models/certificate_config.py | 4 ++-- services/alb/src/stackit/alb/models/cookie_persistence.py | 2 +- .../alb/src/stackit/alb/models/create_credentials_payload.py | 2 +- .../alb/src/stackit/alb/models/create_credentials_response.py | 2 +- .../src/stackit/alb/models/create_load_balancer_payload.py | 2 +- services/alb/src/stackit/alb/models/credentials_response.py | 2 +- .../alb/src/stackit/alb/models/get_credentials_response.py | 2 +- services/alb/src/stackit/alb/models/get_quota_response.py | 2 +- services/alb/src/stackit/alb/models/google_protobuf_any.py | 2 +- services/alb/src/stackit/alb/models/host_config.py | 2 +- services/alb/src/stackit/alb/models/http_header.py | 2 +- services/alb/src/stackit/alb/models/http_health_checks.py | 2 +- .../alb/src/stackit/alb/models/list_credentials_response.py | 2 +- .../src/stackit/alb/models/list_load_balancers_response.py | 2 +- services/alb/src/stackit/alb/models/list_plans_response.py | 2 +- services/alb/src/stackit/alb/models/listener.py | 2 +- services/alb/src/stackit/alb/models/load_balancer.py | 2 +- services/alb/src/stackit/alb/models/load_balancer_error.py | 2 +- services/alb/src/stackit/alb/models/load_balancer_options.py | 2 +- .../stackit/alb/models/loadbalancer_option_access_control.py | 2 +- .../alb/src/stackit/alb/models/loadbalancer_option_logs.py | 2 +- .../alb/src/stackit/alb/models/loadbalancer_option_metrics.py | 2 +- .../stackit/alb/models/loadbalancer_option_observability.py | 2 +- services/alb/src/stackit/alb/models/network.py | 2 +- services/alb/src/stackit/alb/models/path.py | 2 +- services/alb/src/stackit/alb/models/plan_details.py | 2 +- services/alb/src/stackit/alb/models/protocol_options_http.py | 4 ++-- services/alb/src/stackit/alb/models/protocol_options_https.py | 4 ++-- services/alb/src/stackit/alb/models/query_parameter.py | 2 +- services/alb/src/stackit/alb/models/rule.py | 2 +- services/alb/src/stackit/alb/models/security_group.py | 2 +- services/alb/src/stackit/alb/models/status.py | 2 +- services/alb/src/stackit/alb/models/target.py | 2 +- services/alb/src/stackit/alb/models/target_pool.py | 2 +- services/alb/src/stackit/alb/models/target_pool_tls_config.py | 2 +- .../alb/src/stackit/alb/models/update_credentials_payload.py | 2 +- .../alb/src/stackit/alb/models/update_credentials_response.py | 2 +- .../src/stackit/alb/models/update_load_balancer_payload.py | 2 +- .../alb/src/stackit/alb/models/update_target_pool_payload.py | 2 +- services/alb/src/stackit/alb/rest.py | 2 +- 47 files changed, 50 insertions(+), 50 deletions(-) diff --git a/services/alb/src/stackit/alb/__init__.py b/services/alb/src/stackit/alb/__init__.py index 4235173ef..692dea8b6 100644 --- a/services/alb/src/stackit/alb/__init__.py +++ b/services/alb/src/stackit/alb/__init__.py @@ -3,7 +3,7 @@ # flake8: noqa """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/api/default_api.py b/services/alb/src/stackit/alb/api/default_api.py index 27c3461df..b0cc65de9 100644 --- a/services/alb/src/stackit/alb/api/default_api.py +++ b/services/alb/src/stackit/alb/api/default_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/api_client.py b/services/alb/src/stackit/alb/api_client.py index 1fb92ac11..e34204500 100644 --- a/services/alb/src/stackit/alb/api_client.py +++ b/services/alb/src/stackit/alb/api_client.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/configuration.py b/services/alb/src/stackit/alb/configuration.py index 9f65aaefe..c0797df58 100644 --- a/services/alb/src/stackit/alb/configuration.py +++ b/services/alb/src/stackit/alb/configuration.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/exceptions.py b/services/alb/src/stackit/alb/exceptions.py index f919b719b..fac10e468 100644 --- a/services/alb/src/stackit/alb/exceptions.py +++ b/services/alb/src/stackit/alb/exceptions.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/__init__.py b/services/alb/src/stackit/alb/models/__init__.py index ec86ab385..89b4690da 100644 --- a/services/alb/src/stackit/alb/models/__init__.py +++ b/services/alb/src/stackit/alb/models/__init__.py @@ -2,7 +2,7 @@ # flake8: noqa """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/active_health_check.py b/services/alb/src/stackit/alb/models/active_health_check.py index 5586023f2..952d7db85 100644 --- a/services/alb/src/stackit/alb/models/active_health_check.py +++ b/services/alb/src/stackit/alb/models/active_health_check.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/certificate_config.py b/services/alb/src/stackit/alb/models/certificate_config.py index 45e3bda23..e84a33925 100644 --- a/services/alb/src/stackit/alb/models/certificate_config.py +++ b/services/alb/src/stackit/alb/models/certificate_config.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. @@ -23,7 +23,7 @@ class CertificateConfig(BaseModel): """ - CertificateConfig + TLS termination certificate configuration. """ # noqa: E501 certificate_ids: Optional[List[StrictStr]] = Field( diff --git a/services/alb/src/stackit/alb/models/cookie_persistence.py b/services/alb/src/stackit/alb/models/cookie_persistence.py index 624b24a63..248492929 100644 --- a/services/alb/src/stackit/alb/models/cookie_persistence.py +++ b/services/alb/src/stackit/alb/models/cookie_persistence.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/create_credentials_payload.py b/services/alb/src/stackit/alb/models/create_credentials_payload.py index 234704541..69fa0b4ec 100644 --- a/services/alb/src/stackit/alb/models/create_credentials_payload.py +++ b/services/alb/src/stackit/alb/models/create_credentials_payload.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/create_credentials_response.py b/services/alb/src/stackit/alb/models/create_credentials_response.py index 0f6956a27..504285d68 100644 --- a/services/alb/src/stackit/alb/models/create_credentials_response.py +++ b/services/alb/src/stackit/alb/models/create_credentials_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/create_load_balancer_payload.py b/services/alb/src/stackit/alb/models/create_load_balancer_payload.py index b5d6690f1..c62d3164e 100644 --- a/services/alb/src/stackit/alb/models/create_load_balancer_payload.py +++ b/services/alb/src/stackit/alb/models/create_load_balancer_payload.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/credentials_response.py b/services/alb/src/stackit/alb/models/credentials_response.py index 0e5c442d3..9055d9d1b 100644 --- a/services/alb/src/stackit/alb/models/credentials_response.py +++ b/services/alb/src/stackit/alb/models/credentials_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/get_credentials_response.py b/services/alb/src/stackit/alb/models/get_credentials_response.py index feeeed1c2..fa20d4753 100644 --- a/services/alb/src/stackit/alb/models/get_credentials_response.py +++ b/services/alb/src/stackit/alb/models/get_credentials_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/get_quota_response.py b/services/alb/src/stackit/alb/models/get_quota_response.py index 352c57705..6149edc37 100644 --- a/services/alb/src/stackit/alb/models/get_quota_response.py +++ b/services/alb/src/stackit/alb/models/get_quota_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/google_protobuf_any.py b/services/alb/src/stackit/alb/models/google_protobuf_any.py index 9fa13b1ff..f269cb7b4 100644 --- a/services/alb/src/stackit/alb/models/google_protobuf_any.py +++ b/services/alb/src/stackit/alb/models/google_protobuf_any.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/host_config.py b/services/alb/src/stackit/alb/models/host_config.py index 26a7b58e7..91e39185b 100644 --- a/services/alb/src/stackit/alb/models/host_config.py +++ b/services/alb/src/stackit/alb/models/host_config.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/http_header.py b/services/alb/src/stackit/alb/models/http_header.py index e3f70e290..f5a2bc212 100644 --- a/services/alb/src/stackit/alb/models/http_header.py +++ b/services/alb/src/stackit/alb/models/http_header.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/http_health_checks.py b/services/alb/src/stackit/alb/models/http_health_checks.py index b3729fa4d..d39bd5ac3 100644 --- a/services/alb/src/stackit/alb/models/http_health_checks.py +++ b/services/alb/src/stackit/alb/models/http_health_checks.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/list_credentials_response.py b/services/alb/src/stackit/alb/models/list_credentials_response.py index 00df53af6..44c44bcd4 100644 --- a/services/alb/src/stackit/alb/models/list_credentials_response.py +++ b/services/alb/src/stackit/alb/models/list_credentials_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/list_load_balancers_response.py b/services/alb/src/stackit/alb/models/list_load_balancers_response.py index 72be9c8e1..b17b47615 100644 --- a/services/alb/src/stackit/alb/models/list_load_balancers_response.py +++ b/services/alb/src/stackit/alb/models/list_load_balancers_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/list_plans_response.py b/services/alb/src/stackit/alb/models/list_plans_response.py index 1a3a11f23..091695325 100644 --- a/services/alb/src/stackit/alb/models/list_plans_response.py +++ b/services/alb/src/stackit/alb/models/list_plans_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/listener.py b/services/alb/src/stackit/alb/models/listener.py index 08bd1705e..5d798306b 100644 --- a/services/alb/src/stackit/alb/models/listener.py +++ b/services/alb/src/stackit/alb/models/listener.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/load_balancer.py b/services/alb/src/stackit/alb/models/load_balancer.py index cddc3af32..07e8e4fb4 100644 --- a/services/alb/src/stackit/alb/models/load_balancer.py +++ b/services/alb/src/stackit/alb/models/load_balancer.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/load_balancer_error.py b/services/alb/src/stackit/alb/models/load_balancer_error.py index f968228a4..22d529ded 100644 --- a/services/alb/src/stackit/alb/models/load_balancer_error.py +++ b/services/alb/src/stackit/alb/models/load_balancer_error.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/load_balancer_options.py b/services/alb/src/stackit/alb/models/load_balancer_options.py index 7cec7a336..bd771a76c 100644 --- a/services/alb/src/stackit/alb/models/load_balancer_options.py +++ b/services/alb/src/stackit/alb/models/load_balancer_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/loadbalancer_option_access_control.py b/services/alb/src/stackit/alb/models/loadbalancer_option_access_control.py index 992960f71..487ebfa34 100644 --- a/services/alb/src/stackit/alb/models/loadbalancer_option_access_control.py +++ b/services/alb/src/stackit/alb/models/loadbalancer_option_access_control.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/loadbalancer_option_logs.py b/services/alb/src/stackit/alb/models/loadbalancer_option_logs.py index 9260d7e11..8c760d041 100644 --- a/services/alb/src/stackit/alb/models/loadbalancer_option_logs.py +++ b/services/alb/src/stackit/alb/models/loadbalancer_option_logs.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/loadbalancer_option_metrics.py b/services/alb/src/stackit/alb/models/loadbalancer_option_metrics.py index 62a317732..2f0838b11 100644 --- a/services/alb/src/stackit/alb/models/loadbalancer_option_metrics.py +++ b/services/alb/src/stackit/alb/models/loadbalancer_option_metrics.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/loadbalancer_option_observability.py b/services/alb/src/stackit/alb/models/loadbalancer_option_observability.py index 42454e9c6..2de083ee4 100644 --- a/services/alb/src/stackit/alb/models/loadbalancer_option_observability.py +++ b/services/alb/src/stackit/alb/models/loadbalancer_option_observability.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/network.py b/services/alb/src/stackit/alb/models/network.py index b6b4fdd0a..3c785a8a8 100644 --- a/services/alb/src/stackit/alb/models/network.py +++ b/services/alb/src/stackit/alb/models/network.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/path.py b/services/alb/src/stackit/alb/models/path.py index afde94cff..ed9af08ea 100644 --- a/services/alb/src/stackit/alb/models/path.py +++ b/services/alb/src/stackit/alb/models/path.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/plan_details.py b/services/alb/src/stackit/alb/models/plan_details.py index dab9b30b9..31d94854e 100644 --- a/services/alb/src/stackit/alb/models/plan_details.py +++ b/services/alb/src/stackit/alb/models/plan_details.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/protocol_options_http.py b/services/alb/src/stackit/alb/models/protocol_options_http.py index 5cb3615ff..9e342da4e 100644 --- a/services/alb/src/stackit/alb/models/protocol_options_http.py +++ b/services/alb/src/stackit/alb/models/protocol_options_http.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. @@ -25,7 +25,7 @@ class ProtocolOptionsHTTP(BaseModel): """ - ProtocolOptionsHTTP + Configuration for handling HTTP traffic on this listener. """ # noqa: E501 hosts: Optional[List[HostConfig]] = Field(default=None, description="Defines routing rules grouped by hostname.") diff --git a/services/alb/src/stackit/alb/models/protocol_options_https.py b/services/alb/src/stackit/alb/models/protocol_options_https.py index 0f699f717..3714df0de 100644 --- a/services/alb/src/stackit/alb/models/protocol_options_https.py +++ b/services/alb/src/stackit/alb/models/protocol_options_https.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. @@ -25,7 +25,7 @@ class ProtocolOptionsHTTPS(BaseModel): """ - ProtocolOptionsHTTPS + Configuration for handling HTTPS traffic on this listener. """ # noqa: E501 certificate_config: Optional[CertificateConfig] = Field(default=None, alias="certificateConfig") diff --git a/services/alb/src/stackit/alb/models/query_parameter.py b/services/alb/src/stackit/alb/models/query_parameter.py index 64d827925..04f81cb65 100644 --- a/services/alb/src/stackit/alb/models/query_parameter.py +++ b/services/alb/src/stackit/alb/models/query_parameter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/rule.py b/services/alb/src/stackit/alb/models/rule.py index fda20aedb..e7ace348b 100644 --- a/services/alb/src/stackit/alb/models/rule.py +++ b/services/alb/src/stackit/alb/models/rule.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/security_group.py b/services/alb/src/stackit/alb/models/security_group.py index b28f08826..4643c7df2 100644 --- a/services/alb/src/stackit/alb/models/security_group.py +++ b/services/alb/src/stackit/alb/models/security_group.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/status.py b/services/alb/src/stackit/alb/models/status.py index 71d48d360..da9e8cfce 100644 --- a/services/alb/src/stackit/alb/models/status.py +++ b/services/alb/src/stackit/alb/models/status.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/target.py b/services/alb/src/stackit/alb/models/target.py index b4281f7d5..4b8b6fcb5 100644 --- a/services/alb/src/stackit/alb/models/target.py +++ b/services/alb/src/stackit/alb/models/target.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/target_pool.py b/services/alb/src/stackit/alb/models/target_pool.py index fda8244ac..7bfa6656a 100644 --- a/services/alb/src/stackit/alb/models/target_pool.py +++ b/services/alb/src/stackit/alb/models/target_pool.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/target_pool_tls_config.py b/services/alb/src/stackit/alb/models/target_pool_tls_config.py index fff117f31..028513123 100644 --- a/services/alb/src/stackit/alb/models/target_pool_tls_config.py +++ b/services/alb/src/stackit/alb/models/target_pool_tls_config.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/update_credentials_payload.py b/services/alb/src/stackit/alb/models/update_credentials_payload.py index e667f17a3..b6686ba1a 100644 --- a/services/alb/src/stackit/alb/models/update_credentials_payload.py +++ b/services/alb/src/stackit/alb/models/update_credentials_payload.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/update_credentials_response.py b/services/alb/src/stackit/alb/models/update_credentials_response.py index 421f9c05d..27453d2bd 100644 --- a/services/alb/src/stackit/alb/models/update_credentials_response.py +++ b/services/alb/src/stackit/alb/models/update_credentials_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/update_load_balancer_payload.py b/services/alb/src/stackit/alb/models/update_load_balancer_payload.py index a4bc21586..754d8a82b 100644 --- a/services/alb/src/stackit/alb/models/update_load_balancer_payload.py +++ b/services/alb/src/stackit/alb/models/update_load_balancer_payload.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/models/update_target_pool_payload.py b/services/alb/src/stackit/alb/models/update_target_pool_payload.py index bc59ad141..6d5065669 100644 --- a/services/alb/src/stackit/alb/models/update_target_pool_payload.py +++ b/services/alb/src/stackit/alb/models/update_target_pool_payload.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/alb/src/stackit/alb/rest.py b/services/alb/src/stackit/alb/rest.py index 36672d93a..aab8640d3 100644 --- a/services/alb/src/stackit/alb/rest.py +++ b/services/alb/src/stackit/alb/rest.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Application Load Balancer API + STACKIT Application Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee.