Skip to content

Commit 5bb46cc

Browse files
Generate serverbackup
1 parent d14550d commit 5bb46cc

27 files changed

Lines changed: 156 additions & 151 deletions

services/serverbackup/oas_commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0e64886dd0847341800d7191ed193b75413be998
1+
876a48fb56473c7c844baa697906d461c0675f47

services/serverbackup/src/stackit/serverbackup/__init__.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@
33
# flake8: noqa
44

55
"""
6-
STACKIT Server Backup Management API
6+
STACKIT Server Backup Management API
77
8-
API endpoints for Server Backup Operations on STACKIT Servers.
8+
API endpoints for Server Backup Operations on STACKIT Servers.
99
10-
The version of the OpenAPI document: 2.0
11-
Contact: support@stackit.de
12-
Generated by OpenAPI Generator (https://openapi-generator.tech)
10+
The version of the OpenAPI document: 2.0
11+
Contact: support@stackit.de
12+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1313
14-
Do not edit the class manually.
14+
Do not edit the class manually.
1515
""" # noqa: E501
1616

17+
1718
__version__ = "1.0.0"
1819

1920
# Define package exports

services/serverbackup/src/stackit/serverbackup/api/default_api.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# coding: utf-8
22

33
"""
4-
STACKIT Server Backup Management API
4+
STACKIT Server Backup Management API
55
6-
API endpoints for Server Backup Operations on STACKIT Servers.
6+
API endpoints for Server Backup Operations on STACKIT Servers.
77
8-
The version of the OpenAPI document: 2.0
9-
Contact: support@stackit.de
10-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 2.0
9+
Contact: support@stackit.de
10+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
12-
Do not edit the class manually.
12+
Do not edit the class manually.
1313
""" # noqa: E501
1414

1515
from typing import Any, Dict, List, Optional, Tuple, Union

services/serverbackup/src/stackit/serverbackup/api_client.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# coding: utf-8
22

33
"""
4-
STACKIT Server Backup Management API
4+
STACKIT Server Backup Management API
55
6-
API endpoints for Server Backup Operations on STACKIT Servers.
6+
API endpoints for Server Backup Operations on STACKIT Servers.
77
8-
The version of the OpenAPI document: 2.0
9-
Contact: support@stackit.de
10-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 2.0
9+
Contact: support@stackit.de
10+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
12-
Do not edit the class manually.
12+
Do not edit the class manually.
1313
""" # noqa: E501
1414

1515
import datetime
@@ -37,6 +37,7 @@
3737
ApiException,
3838
)
3939

40+
4041
RequestSerialized = Tuple[str, str, Dict[str, str], Optional[str], List[str]]
4142

4243

services/serverbackup/src/stackit/serverbackup/api_response.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
from pydantic import BaseModel, Field, StrictBytes, StrictInt
88

9+
910
T = TypeVar("T")
1011

1112

services/serverbackup/src/stackit/serverbackup/configuration.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# coding: utf-8
22

33
"""
4-
STACKIT Server Backup Management API
4+
STACKIT Server Backup Management API
55
6-
API endpoints for Server Backup Operations on STACKIT Servers.
6+
API endpoints for Server Backup Operations on STACKIT Servers.
77
8-
The version of the OpenAPI document: 2.0
9-
Contact: support@stackit.de
10-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 2.0
9+
Contact: support@stackit.de
10+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
12-
Do not edit the class manually.
12+
Do not edit the class manually.
1313
""" # noqa: E501
1414

1515
import sys
@@ -19,6 +19,7 @@
1919

2020
import os
2121

22+
2223
ServerVariablesT = Dict[str, str]
2324

2425

services/serverbackup/src/stackit/serverbackup/exceptions.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# coding: utf-8
22

33
"""
4-
STACKIT Server Backup Management API
4+
STACKIT Server Backup Management API
55
6-
API endpoints for Server Backup Operations on STACKIT Servers.
6+
API endpoints for Server Backup Operations on STACKIT Servers.
77
8-
The version of the OpenAPI document: 2.0
9-
Contact: support@stackit.de
10-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 2.0
9+
Contact: support@stackit.de
10+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
12-
Do not edit the class manually.
12+
Do not edit the class manually.
1313
""" # noqa: E501
1414

1515
from typing import Any, Optional

services/serverbackup/src/stackit/serverbackup/models/__init__.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
# flake8: noqa
44
"""
5-
STACKIT Server Backup Management API
5+
STACKIT Server Backup Management API
66
7-
API endpoints for Server Backup Operations on STACKIT Servers.
7+
API endpoints for Server Backup Operations on STACKIT Servers.
88
9-
The version of the OpenAPI document: 2.0
10-
Contact: support@stackit.de
11-
Generated by OpenAPI Generator (https://openapi-generator.tech)
9+
The version of the OpenAPI document: 2.0
10+
Contact: support@stackit.de
11+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1212
13-
Do not edit the class manually.
13+
Do not edit the class manually.
1414
""" # noqa: E501
1515

1616
# import models into model package

services/serverbackup/src/stackit/serverbackup/models/backup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# coding: utf-8
22

33
"""
4-
STACKIT Server Backup Management API
4+
STACKIT Server Backup Management API
55
6-
API endpoints for Server Backup Operations on STACKIT Servers.
6+
API endpoints for Server Backup Operations on STACKIT Servers.
77
8-
The version of the OpenAPI document: 2.0
9-
Contact: support@stackit.de
10-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 2.0
9+
Contact: support@stackit.de
10+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
12-
Do not edit the class manually.
12+
Do not edit the class manually.
1313
""" # noqa: E501
1414

1515
from __future__ import annotations

services/serverbackup/src/stackit/serverbackup/models/backup_job.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# coding: utf-8
22

33
"""
4-
STACKIT Server Backup Management API
4+
STACKIT Server Backup Management API
55
6-
API endpoints for Server Backup Operations on STACKIT Servers.
6+
API endpoints for Server Backup Operations on STACKIT Servers.
77
8-
The version of the OpenAPI document: 2.0
9-
Contact: support@stackit.de
10-
Generated by OpenAPI Generator (https://openapi-generator.tech)
8+
The version of the OpenAPI document: 2.0
9+
Contact: support@stackit.de
10+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
12-
Do not edit the class manually.
12+
Do not edit the class manually.
1313
""" # noqa: E501
1414

1515
from __future__ import annotations

0 commit comments

Comments
 (0)