|
1 | 1 | # coding: utf-8 |
2 | 2 |
|
3 | 3 | """ |
4 | | -STACKIT IaaS API |
| 4 | + STACKIT IaaS API |
5 | 5 |
|
6 | | -This API allows you to create and modify IaaS resources. |
| 6 | + This API allows you to create and modify IaaS resources. |
7 | 7 |
|
8 | | -The version of the OpenAPI document: 2 |
9 | | -Contact: stackit-iaas@mail.schwarz |
10 | | -Generated by OpenAPI Generator (https://openapi-generator.tech) |
| 8 | + The version of the OpenAPI document: 2 |
| 9 | + Contact: stackit-iaas@mail.schwarz |
| 10 | + Generated by OpenAPI Generator (https://openapi-generator.tech) |
11 | 11 |
|
12 | | -Do not edit the class manually. |
| 12 | + Do not edit the class manually. |
13 | 13 | """ # noqa: E501 |
14 | 14 |
|
15 | 15 | from typing import Any, Dict, List, Optional, Tuple, Union |
@@ -1971,7 +1971,7 @@ def add_service_account_to_server( |
1971 | 1971 | ) -> ServiceAccountMailListResponse: |
1972 | 1972 | """Attach service account to a server. |
1973 | 1973 |
|
1974 | | - Attach an additional service account to the server. |
| 1974 | + Attach a service account to the server. |
1975 | 1975 |
|
1976 | 1976 | :param project_id: The identifier (ID) of a STACKIT Project. (required) |
1977 | 1977 | :type project_id: UUID |
@@ -2051,7 +2051,7 @@ def add_service_account_to_server_with_http_info( |
2051 | 2051 | ) -> ApiResponse[ServiceAccountMailListResponse]: |
2052 | 2052 | """Attach service account to a server. |
2053 | 2053 |
|
2054 | | - Attach an additional service account to the server. |
| 2054 | + Attach a service account to the server. |
2055 | 2055 |
|
2056 | 2056 | :param project_id: The identifier (ID) of a STACKIT Project. (required) |
2057 | 2057 | :type project_id: UUID |
@@ -2131,7 +2131,7 @@ def add_service_account_to_server_without_preload_content( |
2131 | 2131 | ) -> RESTResponseType: |
2132 | 2132 | """Attach service account to a server. |
2133 | 2133 |
|
2134 | | - Attach an additional service account to the server. |
| 2134 | + Attach a service account to the server. |
2135 | 2135 |
|
2136 | 2136 | :param project_id: The identifier (ID) of a STACKIT Project. (required) |
2137 | 2137 | :type project_id: UUID |
@@ -2912,6 +2912,7 @@ def create_backup( |
2912 | 2912 | "401": "Error", |
2913 | 2913 | "403": "Error", |
2914 | 2914 | "404": "Error", |
| 2915 | + "413": "Error", |
2915 | 2916 | "500": "Error", |
2916 | 2917 | } |
2917 | 2918 | response_data = self.api_client.call_api(*_param, _request_timeout=_request_timeout) |
@@ -2985,6 +2986,7 @@ def create_backup_with_http_info( |
2985 | 2986 | "401": "Error", |
2986 | 2987 | "403": "Error", |
2987 | 2988 | "404": "Error", |
| 2989 | + "413": "Error", |
2988 | 2990 | "500": "Error", |
2989 | 2991 | } |
2990 | 2992 | response_data = self.api_client.call_api(*_param, _request_timeout=_request_timeout) |
@@ -3058,6 +3060,7 @@ def create_backup_without_preload_content( |
3058 | 3060 | "401": "Error", |
3059 | 3061 | "403": "Error", |
3060 | 3062 | "404": "Error", |
| 3063 | + "413": "Error", |
3061 | 3064 | "500": "Error", |
3062 | 3065 | } |
3063 | 3066 | response_data = self.api_client.call_api(*_param, _request_timeout=_request_timeout) |
@@ -3145,7 +3148,7 @@ def create_image( |
3145 | 3148 | ) -> ImageCreateResponse: |
3146 | 3149 | """Create new Image. |
3147 | 3150 |
|
3148 | | - Create a new Image in a project. This call, if successful, returns a pre-signed URL for the customer to upload the image. |
| 3151 | + Create a new Image in a project in queued state. Image data must be imported separately. This call returns a pre-signed URL to upload small images. |
3149 | 3152 |
|
3150 | 3153 | :param project_id: The identifier (ID) of a STACKIT Project. (required) |
3151 | 3154 | :type project_id: UUID |
@@ -3191,6 +3194,7 @@ def create_image( |
3191 | 3194 | "401": "Error", |
3192 | 3195 | "403": "Error", |
3193 | 3196 | "404": "Error", |
| 3197 | + "413": "Error", |
3194 | 3198 | "429": "Error", |
3195 | 3199 | "500": "Error", |
3196 | 3200 | } |
@@ -3219,7 +3223,7 @@ def create_image_with_http_info( |
3219 | 3223 | ) -> ApiResponse[ImageCreateResponse]: |
3220 | 3224 | """Create new Image. |
3221 | 3225 |
|
3222 | | - Create a new Image in a project. This call, if successful, returns a pre-signed URL for the customer to upload the image. |
| 3226 | + Create a new Image in a project in queued state. Image data must be imported separately. This call returns a pre-signed URL to upload small images. |
3223 | 3227 |
|
3224 | 3228 | :param project_id: The identifier (ID) of a STACKIT Project. (required) |
3225 | 3229 | :type project_id: UUID |
@@ -3265,6 +3269,7 @@ def create_image_with_http_info( |
3265 | 3269 | "401": "Error", |
3266 | 3270 | "403": "Error", |
3267 | 3271 | "404": "Error", |
| 3272 | + "413": "Error", |
3268 | 3273 | "429": "Error", |
3269 | 3274 | "500": "Error", |
3270 | 3275 | } |
@@ -3293,7 +3298,7 @@ def create_image_without_preload_content( |
3293 | 3298 | ) -> RESTResponseType: |
3294 | 3299 | """Create new Image. |
3295 | 3300 |
|
3296 | | - Create a new Image in a project. This call, if successful, returns a pre-signed URL for the customer to upload the image. |
| 3301 | + Create a new Image in a project in queued state. Image data must be imported separately. This call returns a pre-signed URL to upload small images. |
3297 | 3302 |
|
3298 | 3303 | :param project_id: The identifier (ID) of a STACKIT Project. (required) |
3299 | 3304 | :type project_id: UUID |
@@ -3339,6 +3344,7 @@ def create_image_without_preload_content( |
3339 | 3344 | "401": "Error", |
3340 | 3345 | "403": "Error", |
3341 | 3346 | "404": "Error", |
| 3347 | + "413": "Error", |
3342 | 3348 | "429": "Error", |
3343 | 3349 | "500": "Error", |
3344 | 3350 | } |
@@ -6923,6 +6929,8 @@ def create_snapshot( |
6923 | 6929 | "401": "Error", |
6924 | 6930 | "403": "Error", |
6925 | 6931 | "404": "Error", |
| 6932 | + "409": "Error", |
| 6933 | + "413": "Error", |
6926 | 6934 | "500": "Error", |
6927 | 6935 | } |
6928 | 6936 | response_data = self.api_client.call_api(*_param, _request_timeout=_request_timeout) |
@@ -6996,6 +7004,8 @@ def create_snapshot_with_http_info( |
6996 | 7004 | "401": "Error", |
6997 | 7005 | "403": "Error", |
6998 | 7006 | "404": "Error", |
| 7007 | + "409": "Error", |
| 7008 | + "413": "Error", |
6999 | 7009 | "500": "Error", |
7000 | 7010 | } |
7001 | 7011 | response_data = self.api_client.call_api(*_param, _request_timeout=_request_timeout) |
@@ -7069,6 +7079,8 @@ def create_snapshot_without_preload_content( |
7069 | 7079 | "401": "Error", |
7070 | 7080 | "403": "Error", |
7071 | 7081 | "404": "Error", |
| 7082 | + "409": "Error", |
| 7083 | + "413": "Error", |
7072 | 7084 | "500": "Error", |
7073 | 7085 | } |
7074 | 7086 | response_data = self.api_client.call_api(*_param, _request_timeout=_request_timeout) |
@@ -7202,6 +7214,8 @@ def create_volume( |
7202 | 7214 | "401": "Error", |
7203 | 7215 | "403": "Error", |
7204 | 7216 | "404": "Error", |
| 7217 | + "409": "Error", |
| 7218 | + "413": "Error", |
7205 | 7219 | "500": "Error", |
7206 | 7220 | } |
7207 | 7221 | response_data = self.api_client.call_api(*_param, _request_timeout=_request_timeout) |
@@ -7275,6 +7289,8 @@ def create_volume_with_http_info( |
7275 | 7289 | "401": "Error", |
7276 | 7290 | "403": "Error", |
7277 | 7291 | "404": "Error", |
| 7292 | + "409": "Error", |
| 7293 | + "413": "Error", |
7278 | 7294 | "500": "Error", |
7279 | 7295 | } |
7280 | 7296 | response_data = self.api_client.call_api(*_param, _request_timeout=_request_timeout) |
@@ -7348,6 +7364,8 @@ def create_volume_without_preload_content( |
7348 | 7364 | "401": "Error", |
7349 | 7365 | "403": "Error", |
7350 | 7366 | "404": "Error", |
| 7367 | + "409": "Error", |
| 7368 | + "413": "Error", |
7351 | 7369 | "500": "Error", |
7352 | 7370 | } |
7353 | 7371 | response_data = self.api_client.call_api(*_param, _request_timeout=_request_timeout) |
@@ -27738,9 +27756,9 @@ def list_server_service_accounts( |
27738 | 27756 | _headers: Optional[Dict[StrictStr, Any]] = None, |
27739 | 27757 | _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, |
27740 | 27758 | ) -> ServiceAccountMailListResponse: |
27741 | | - """List all service accounts of the Server. |
| 27759 | + """List the service account of the Server. |
27742 | 27760 |
|
27743 | | - Get the list of the service accounts of the server. |
| 27761 | + Get service account of the server in a list. |
27744 | 27762 |
|
27745 | 27763 | :param project_id: The identifier (ID) of a STACKIT Project. (required) |
27746 | 27764 | :type project_id: UUID |
@@ -27811,9 +27829,9 @@ def list_server_service_accounts_with_http_info( |
27811 | 27829 | _headers: Optional[Dict[StrictStr, Any]] = None, |
27812 | 27830 | _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, |
27813 | 27831 | ) -> ApiResponse[ServiceAccountMailListResponse]: |
27814 | | - """List all service accounts of the Server. |
| 27832 | + """List the service account of the Server. |
27815 | 27833 |
|
27816 | | - Get the list of the service accounts of the server. |
| 27834 | + Get service account of the server in a list. |
27817 | 27835 |
|
27818 | 27836 | :param project_id: The identifier (ID) of a STACKIT Project. (required) |
27819 | 27837 | :type project_id: UUID |
@@ -27884,9 +27902,9 @@ def list_server_service_accounts_without_preload_content( |
27884 | 27902 | _headers: Optional[Dict[StrictStr, Any]] = None, |
27885 | 27903 | _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, |
27886 | 27904 | ) -> RESTResponseType: |
27887 | | - """List all service accounts of the Server. |
| 27905 | + """List the service account of the Server. |
27888 | 27906 |
|
27889 | | - Get the list of the service accounts of the server. |
| 27907 | + Get service account of the server in a list. |
27890 | 27908 |
|
27891 | 27909 | :param project_id: The identifier (ID) of a STACKIT Project. (required) |
27892 | 27910 | :type project_id: UUID |
@@ -31149,7 +31167,7 @@ def remove_service_account_from_server( |
31149 | 31167 | ) -> ServiceAccountMailListResponse: |
31150 | 31168 | """Detach a service account from a server. |
31151 | 31169 |
|
31152 | | - Detach an additional service account from the server. |
| 31170 | + Detach a service account from the server. |
31153 | 31171 |
|
31154 | 31172 | :param project_id: The identifier (ID) of a STACKIT Project. (required) |
31155 | 31173 | :type project_id: UUID |
@@ -31229,7 +31247,7 @@ def remove_service_account_from_server_with_http_info( |
31229 | 31247 | ) -> ApiResponse[ServiceAccountMailListResponse]: |
31230 | 31248 | """Detach a service account from a server. |
31231 | 31249 |
|
31232 | | - Detach an additional service account from the server. |
| 31250 | + Detach a service account from the server. |
31233 | 31251 |
|
31234 | 31252 | :param project_id: The identifier (ID) of a STACKIT Project. (required) |
31235 | 31253 | :type project_id: UUID |
@@ -31309,7 +31327,7 @@ def remove_service_account_from_server_without_preload_content( |
31309 | 31327 | ) -> RESTResponseType: |
31310 | 31328 | """Detach a service account from a server. |
31311 | 31329 |
|
31312 | | - Detach an additional service account from the server. |
| 31330 | + Detach a service account from the server. |
31313 | 31331 |
|
31314 | 31332 | :param project_id: The identifier (ID) of a STACKIT Project. (required) |
31315 | 31333 | :type project_id: UUID |
|
0 commit comments