Skip to content

Commit dccc3aa

Browse files
Generate loadbalancer (#779)
1 parent 8dda42b commit dccc3aa

40 files changed

+463
-1070
lines changed

Diff for: services/loadbalancer/src/stackit/loadbalancer/__init__.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
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 load balancer provided, two VMs are deployed in your OpenStack project subject to a fee.
99
10-
The version of the OpenAPI document: 1.7.2
10+
The version of the OpenAPI document: 2.0.0
1111
Generated by OpenAPI Generator (https://openapi-generator.tech)
1212
1313
Do not edit the class manually.
@@ -46,9 +46,6 @@
4646
from stackit.loadbalancer.models.credentials_response import CredentialsResponse
4747
from stackit.loadbalancer.models.get_credentials_response import GetCredentialsResponse
4848
from stackit.loadbalancer.models.get_quota_response import GetQuotaResponse
49-
from stackit.loadbalancer.models.get_service_status_response import (
50-
GetServiceStatusResponse,
51-
)
5249
from stackit.loadbalancer.models.google_protobuf_any import GoogleProtobufAny
5350
from stackit.loadbalancer.models.list_credentials_response import (
5451
ListCredentialsResponse,

0 commit comments

Comments
 (0)