Skip to content

Commit 8f96f6d

Browse files
Generate lbapplication
1 parent e4796df commit 8f96f6d

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

+156
-86
lines changed

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

Lines changed: 1 addition & 1 deletion
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! Use 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

Lines changed: 106 additions & 40 deletions
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 1 deletion
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! Use 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/configuration.py

Lines changed: 7 additions & 3 deletions
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! Use 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

Lines changed: 1 addition & 1 deletion
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! Use 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

Lines changed: 1 addition & 1 deletion
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! Use 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

Lines changed: 1 addition & 1 deletion
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! Use 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

Lines changed: 1 addition & 1 deletion
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! Use 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

Lines changed: 1 addition & 1 deletion
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! Use 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

Lines changed: 1 addition & 1 deletion
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! Use 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)