Skip to content

Generator: Update SDK /services/loadbalancer #779

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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 load balancer provided, two VMs are deployed in your OpenStack project subject to a fee.

The version of the OpenAPI document: 1.7.2
The version of the OpenAPI document: 2.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down Expand Up @@ -46,9 +46,6 @@
from stackit.loadbalancer.models.credentials_response import CredentialsResponse
from stackit.loadbalancer.models.get_credentials_response import GetCredentialsResponse
from stackit.loadbalancer.models.get_quota_response import GetQuotaResponse
from stackit.loadbalancer.models.get_service_status_response import (
GetServiceStatusResponse,
)
from stackit.loadbalancer.models.google_protobuf_any import GoogleProtobufAny
from stackit.loadbalancer.models.list_credentials_response import (
ListCredentialsResponse,
Expand Down
Loading
Loading