-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path__init__.py
More file actions
198 lines (187 loc) · 7.09 KB
/
Copy path__init__.py
File metadata and controls
198 lines (187 loc) · 7.09 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
# coding: utf-8
# flake8: noqa
"""
STACKIT Automation Service API
API endpoints for automation management .
The version of the OpenAPI document: 1beta.0
Contact: support@stackit.de
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
""" # noqa: E501
__version__ = "1.0.0"
# Define package exports
__all__ = [
"DefaultApi",
"ApiResponse",
"ApiClient",
"HostConfiguration",
"OpenApiException",
"ApiTypeError",
"ApiValueError",
"ApiKeyError",
"ApiAttributeError",
"ApiException",
"AutomationScheduleTrigger",
"AutomationTriggers",
"CreateSnapshotsResult",
"CreateVolumeAutomationPayload",
"ErrorInfoDetail",
"ErrorResponse",
"ErrorResponseContent",
"ErrorResponseContentDetails",
"EventCreateResponse",
"GenericInput",
"GetVolumeIDsResult",
"GetVolumeTemplateResponse",
"HelpErrorDetail",
"ListAutomationsItem",
"ListAutomationsResponse",
"ListExecutionsItem",
"ListExecutionsResponse",
"ListTemplatesResponse",
"LocalizedMessageErrorDetail",
"PartialUpdateVolumeAutomationPayload",
"Schedule",
"ScheduleDetails",
"SchedulePatchRequest",
"ScheduleRequest",
"SnapshotRetentionPolicy",
"SnapshotRetentionPolicyCount",
"SnapshotRetentionPolicyIndefinitely",
"Template",
"VolumeAutomation",
"VolumeAutomationInput",
"VolumeExecutionAutomation",
"VolumeExecutionDetails",
"VolumeExecutionOutput",
"VolumeExecutionOutputStep",
"VolumeExecutionResponse",
"VolumeOutput",
"VolumeOutputStep",
"VolumeOutputStepResult",
"VolumeRecoveryPointManagementInput",
"VolumeTemplateAutomationInput",
]
# import apis into sdk package
from stackit.automation.api.default_api import DefaultApi as DefaultApi
from stackit.automation.api_client import ApiClient as ApiClient
# import ApiClient
from stackit.automation.api_response import ApiResponse as ApiResponse
from stackit.automation.configuration import HostConfiguration as HostConfiguration
from stackit.automation.exceptions import ApiAttributeError as ApiAttributeError
from stackit.automation.exceptions import ApiException as ApiException
from stackit.automation.exceptions import ApiKeyError as ApiKeyError
from stackit.automation.exceptions import ApiTypeError as ApiTypeError
from stackit.automation.exceptions import ApiValueError as ApiValueError
from stackit.automation.exceptions import OpenApiException as OpenApiException
# import models into sdk package
from stackit.automation.models.automation_schedule_trigger import (
AutomationScheduleTrigger as AutomationScheduleTrigger,
)
from stackit.automation.models.automation_triggers import (
AutomationTriggers as AutomationTriggers,
)
from stackit.automation.models.create_snapshots_result import (
CreateSnapshotsResult as CreateSnapshotsResult,
)
from stackit.automation.models.create_volume_automation_payload import (
CreateVolumeAutomationPayload as CreateVolumeAutomationPayload,
)
from stackit.automation.models.error_info_detail import (
ErrorInfoDetail as ErrorInfoDetail,
)
from stackit.automation.models.error_response import ErrorResponse as ErrorResponse
from stackit.automation.models.error_response_content import (
ErrorResponseContent as ErrorResponseContent,
)
from stackit.automation.models.error_response_content_details import (
ErrorResponseContentDetails as ErrorResponseContentDetails,
)
from stackit.automation.models.event_create_response import (
EventCreateResponse as EventCreateResponse,
)
from stackit.automation.models.generic_input import GenericInput as GenericInput
from stackit.automation.models.get_volume_ids_result import (
GetVolumeIDsResult as GetVolumeIDsResult,
)
from stackit.automation.models.get_volume_template_response import (
GetVolumeTemplateResponse as GetVolumeTemplateResponse,
)
from stackit.automation.models.help_error_detail import (
HelpErrorDetail as HelpErrorDetail,
)
from stackit.automation.models.list_automations_item import (
ListAutomationsItem as ListAutomationsItem,
)
from stackit.automation.models.list_automations_response import (
ListAutomationsResponse as ListAutomationsResponse,
)
from stackit.automation.models.list_executions_item import (
ListExecutionsItem as ListExecutionsItem,
)
from stackit.automation.models.list_executions_response import (
ListExecutionsResponse as ListExecutionsResponse,
)
from stackit.automation.models.list_templates_response import (
ListTemplatesResponse as ListTemplatesResponse,
)
from stackit.automation.models.localized_message_error_detail import (
LocalizedMessageErrorDetail as LocalizedMessageErrorDetail,
)
from stackit.automation.models.partial_update_volume_automation_payload import (
PartialUpdateVolumeAutomationPayload as PartialUpdateVolumeAutomationPayload,
)
from stackit.automation.models.schedule import Schedule as Schedule
from stackit.automation.models.schedule_details import (
ScheduleDetails as ScheduleDetails,
)
from stackit.automation.models.schedule_patch_request import (
SchedulePatchRequest as SchedulePatchRequest,
)
from stackit.automation.models.schedule_request import (
ScheduleRequest as ScheduleRequest,
)
from stackit.automation.models.snapshot_retention_policy import (
SnapshotRetentionPolicy as SnapshotRetentionPolicy,
)
from stackit.automation.models.snapshot_retention_policy_count import (
SnapshotRetentionPolicyCount as SnapshotRetentionPolicyCount,
)
from stackit.automation.models.snapshot_retention_policy_indefinitely import (
SnapshotRetentionPolicyIndefinitely as SnapshotRetentionPolicyIndefinitely,
)
from stackit.automation.models.template import Template as Template
from stackit.automation.models.volume_automation import (
VolumeAutomation as VolumeAutomation,
)
from stackit.automation.models.volume_automation_input import (
VolumeAutomationInput as VolumeAutomationInput,
)
from stackit.automation.models.volume_execution_automation import (
VolumeExecutionAutomation as VolumeExecutionAutomation,
)
from stackit.automation.models.volume_execution_details import (
VolumeExecutionDetails as VolumeExecutionDetails,
)
from stackit.automation.models.volume_execution_output import (
VolumeExecutionOutput as VolumeExecutionOutput,
)
from stackit.automation.models.volume_execution_output_step import (
VolumeExecutionOutputStep as VolumeExecutionOutputStep,
)
from stackit.automation.models.volume_execution_response import (
VolumeExecutionResponse as VolumeExecutionResponse,
)
from stackit.automation.models.volume_output import VolumeOutput as VolumeOutput
from stackit.automation.models.volume_output_step import (
VolumeOutputStep as VolumeOutputStep,
)
from stackit.automation.models.volume_output_step_result import (
VolumeOutputStepResult as VolumeOutputStepResult,
)
from stackit.automation.models.volume_recovery_point_management_input import (
VolumeRecoveryPointManagementInput as VolumeRecoveryPointManagementInput,
)
from stackit.automation.models.volume_template_automation_input import (
VolumeTemplateAutomationInput as VolumeTemplateAutomationInput,
)