Skip to content

Commit 6de0fac

Browse files
Generate lbapplication
1 parent dab1abd commit 6de0fac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+157
-87
lines changed

services/lbapplication/src/stackit/lbapplication/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66
Application Load Balancer API
77
8-
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.
8+
### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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.
99
1010
The version of the OpenAPI document: 1beta.0.0
1111
Generated by OpenAPI Generator (https://openapi-generator.tech)

services/lbapplication/src/stackit/lbapplication/api/default_api.py

+106-40
Large diffs are not rendered by default.

services/lbapplication/src/stackit/lbapplication/api_client.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Application Load Balancer API
55
6-
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.
6+
### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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.
77
88
The version of the OpenAPI document: 1beta.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -81,7 +81,7 @@ def __init__(self, configuration, header_name=None, header_value=None, cookie=No
8181
self.default_headers[header_name] = header_value
8282
self.cookie = cookie
8383
# Set default User-Agent.
84-
self.user_agent = "OpenAPI-Generator/1.0.0/python"
84+
self.user_agent = "stackit-sdk-python/lbapplication"
8585

8686
def __enter__(self):
8787
return self

services/lbapplication/src/stackit/lbapplication/configuration.py

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
# coding: utf-8
22

3+
import sys
4+
5+
import os
6+
7+
38
"""
49
Application Load Balancer API
510
6-
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.
11+
### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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.
712
813
The version of the OpenAPI document: 1beta.0.0
914
Generated by OpenAPI Generator (https://openapi-generator.tech)
1015
1116
Do not edit the class manually.
1217
""" # noqa: E501 docstring might be too long
1318

14-
import os
15-
1619

1720
class HostConfiguration:
1821
def __init__(
@@ -29,6 +32,7 @@ def __init__(
2932
"as a function argument instead of being set in the client configuration.\n"
3033
"Once all services have migrated, the methods to specify the region in the client configuration "
3134
"will be removed.",
35+
file=sys.stderr,
3236
)
3337
"""Constructor
3438
"""

services/lbapplication/src/stackit/lbapplication/exceptions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Application Load Balancer API
55
6-
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.
6+
### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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.
77
88
The version of the OpenAPI document: 1beta.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)

services/lbapplication/src/stackit/lbapplication/models/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55
Application Load Balancer API
66
7-
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.
7+
### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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.
88
99
The version of the OpenAPI document: 1beta.0.0
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)

services/lbapplication/src/stackit/lbapplication/models/active_health_check.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Application Load Balancer API
55
6-
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.
6+
### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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.
77
88
The version of the OpenAPI document: 1beta.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)

services/lbapplication/src/stackit/lbapplication/models/certificate_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Application Load Balancer API
55
6-
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.
6+
### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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.
77
88
The version of the OpenAPI document: 1beta.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)

services/lbapplication/src/stackit/lbapplication/models/cookie_persistence.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Application Load Balancer API
55
6-
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.
6+
### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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.
77
88
The version of the OpenAPI document: 1beta.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)

services/lbapplication/src/stackit/lbapplication/models/create_credentials_payload.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Application Load Balancer API
55
6-
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.
6+
### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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.
77
88
The version of the OpenAPI document: 1beta.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)

services/lbapplication/src/stackit/lbapplication/models/create_credentials_response.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Application Load Balancer API
55
6-
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.
6+
### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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.
77
88
The version of the OpenAPI document: 1beta.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)

services/lbapplication/src/stackit/lbapplication/models/create_load_balancer_payload.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Application Load Balancer API
55
6-
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.
6+
### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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.
77
88
The version of the OpenAPI document: 1beta.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)

services/lbapplication/src/stackit/lbapplication/models/credentials_response.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Application Load Balancer API
55
6-
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.
6+
### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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.
77
88
The version of the OpenAPI document: 1beta.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)

services/lbapplication/src/stackit/lbapplication/models/get_credentials_response.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Application Load Balancer API
55
6-
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.
6+
### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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.
77
88
The version of the OpenAPI document: 1beta.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)

services/lbapplication/src/stackit/lbapplication/models/get_quota_response.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Application Load Balancer API
55
6-
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.
6+
### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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.
77
88
The version of the OpenAPI document: 1beta.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)

services/lbapplication/src/stackit/lbapplication/models/get_service_status_response.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Application Load Balancer API
55
6-
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.
6+
### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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.
77
88
The version of the OpenAPI document: 1beta.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)

services/lbapplication/src/stackit/lbapplication/models/google_protobuf_any.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Application Load Balancer API
55
6-
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.
6+
### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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.
77
88
The version of the OpenAPI document: 1beta.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)

services/lbapplication/src/stackit/lbapplication/models/header.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Application Load Balancer API
55
6-
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.
6+
### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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.
77
88
The version of the OpenAPI document: 1beta.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)

services/lbapplication/src/stackit/lbapplication/models/http_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Application Load Balancer API
55
6-
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.
6+
### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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.
77
88
The version of the OpenAPI document: 1beta.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)

services/lbapplication/src/stackit/lbapplication/models/http_health_checks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Application Load Balancer API
55
6-
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.
6+
### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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.
77
88
The version of the OpenAPI document: 1beta.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)

services/lbapplication/src/stackit/lbapplication/models/list_credentials_response.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Application Load Balancer API
55
6-
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.
6+
### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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.
77
88
The version of the OpenAPI document: 1beta.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)

services/lbapplication/src/stackit/lbapplication/models/list_load_balancers_response.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Application Load Balancer API
55
6-
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.
6+
### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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.
77
88
The version of the OpenAPI document: 1beta.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)

0 commit comments

Comments
 (0)