-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path__init__.py
More file actions
27 lines (22 loc) · 1.13 KB
/
__init__.py
File metadata and controls
27 lines (22 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# coding: utf-8
# flake8: noqa
"""
STACKIT Application Load Balancer Certificates API
This API offers the ability to store TLS certificates, which can be used by load balancing servers in STACKIT. They can be between consumer and load balancing server and/or between load balancing server and endpoint server.
The version of the OpenAPI document: 2.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
""" # noqa: E501
# import models into model package
from stackit.certificates.models.certificates_quota import CertificatesQuota
from stackit.certificates.models.create_certificate_payload import (
CreateCertificatePayload,
)
from stackit.certificates.models.get_certificate_response import GetCertificateResponse
from stackit.certificates.models.get_quota_response import GetQuotaResponse
from stackit.certificates.models.google_protobuf_any import GoogleProtobufAny
from stackit.certificates.models.list_certificates_response import (
ListCertificatesResponse,
)
from stackit.certificates.models.quotas import Quotas
from stackit.certificates.models.status import Status