You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
3
+
4
+
For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee.
5
+
6
+
7
+
This package is part of the STACKIT Python SDK. For additional information, please visit the [GitHub repository](https://github.com/stackitcloud/stackit-sdk-python) of the SDK.
8
+
9
+
10
+
## Installation & Usage
11
+
### pip install
12
+
13
+
```sh
14
+
pip install stackit-loadbalancer
15
+
```
16
+
17
+
Then import the package:
18
+
```python
19
+
import stackit.loadbalancer
20
+
```
21
+
22
+
## Getting Started
23
+
24
+
[Examples](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples) for the usage of the package can be found in the [GitHub repository](https://github.com/stackitcloud/stackit-sdk-python) of the SDK.
0 commit comments