Skip to content

Commit 63fa83a

Browse files
author
Flexify.IO
committed
v2.12.6-SNAPSHOT build 682
1 parent 52d5df6 commit 63fa83a

File tree

225 files changed

+287
-229
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

225 files changed

+287
-229
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ By unlocking your application from the specific cloud vendor or protocol, you fi
77
+ Get API token
88
+ Enjoy Flexify.IO REST API
99

10-
- API version: 2.12.5-SNAPSHOT
10+
- API version: 2.12.6-SNAPSHOT
1111

1212
## Requirements
1313

docs/AddMigrationRequestMapping.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
88
**dest_storage_account_id** | **int** | ID of source destination account |
99
**key_add_prefix** | **str** | Prefix to to be added to each key when migrating | [optional]
1010
**key_remove_prefix** | **str** | Prefix to to be removed from each key when migrating | [optional]
11+
**objects_list_uri** | **str** | A URI of a text file to take objects list from | [optional]
1112
**source_bucket_name** | **str** | Name of source bucket or container |
1213
**source_storage_account_id** | **int** | ID of source storage account |
1314

docs/Mapping.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
99
**id** | **int** | ID of this mapping |
1010
**key_add_prefix** | **str** | Prefix added to each object key | [optional]
1111
**key_remove_prefix** | **str** | Prefix removed from each object key | [optional]
12+
**objects_list_uri** | **str** | URI of a text file with a list of objects to migrate | [optional]
1213
**slots** | [**list[Slot]**](Slot.md) | Slots that this mapping is split into |
1314
**source_bucket** | [**Bucket**](Bucket.md) | Source bucket/container |
1415
**source_storage_account** | [**StorageAccount**](StorageAccount.md) | Source storage account |

flexify_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
99
10-
OpenAPI spec version: 2.12.5-SNAPSHOT
10+
OpenAPI spec version: 2.12.6-SNAPSHOT
1111
Contact: info@flexify.io
1212
Generated by: https://github.com/swagger-api/swagger-codegen.git
1313
"""

flexify_api/api/auth_controller_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.12.5-SNAPSHOT
8+
OpenAPI spec version: 2.12.6-SNAPSHOT
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/billing_account_controller_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.12.5-SNAPSHOT
8+
OpenAPI spec version: 2.12.6-SNAPSHOT
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/cloud_locations_controller_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.12.5-SNAPSHOT
8+
OpenAPI spec version: 2.12.6-SNAPSHOT
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/cost_estimate_controller_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.12.5-SNAPSHOT
8+
OpenAPI spec version: 2.12.6-SNAPSHOT
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/endpoints_controller_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.12.5-SNAPSHOT
8+
OpenAPI spec version: 2.12.6-SNAPSHOT
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/impersonation_controller_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.12.5-SNAPSHOT
8+
OpenAPI spec version: 2.12.6-SNAPSHOT
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/log_controller_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.12.5-SNAPSHOT
8+
OpenAPI spec version: 2.12.6-SNAPSHOT
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/migrations_controller_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.12.5-SNAPSHOT
8+
OpenAPI spec version: 2.12.6-SNAPSHOT
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/o_auth_controller_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.12.5-SNAPSHOT
8+
OpenAPI spec version: 2.12.6-SNAPSHOT
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/partner_organizations_controller_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.12.5-SNAPSHOT
8+
OpenAPI spec version: 2.12.6-SNAPSHOT
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/partner_sign_up_codes_controller_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.12.5-SNAPSHOT
8+
OpenAPI spec version: 2.12.6-SNAPSHOT
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/partner_users_controller_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.12.5-SNAPSHOT
8+
OpenAPI spec version: 2.12.6-SNAPSHOT
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/payments_controller_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.12.5-SNAPSHOT
8+
OpenAPI spec version: 2.12.6-SNAPSHOT
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/storage_accounts_controller_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.12.5-SNAPSHOT
8+
OpenAPI spec version: 2.12.6-SNAPSHOT
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/storages_controller_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.12.5-SNAPSHOT
8+
OpenAPI spec version: 2.12.6-SNAPSHOT
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api/user_controller_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.12.5-SNAPSHOT
8+
OpenAPI spec version: 2.12.6-SNAPSHOT
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/api_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
66
7-
OpenAPI spec version: 2.12.5-SNAPSHOT
7+
OpenAPI spec version: 2.12.6-SNAPSHOT
88
Contact: info@flexify.io
99
Generated by: https://github.com/swagger-api/swagger-codegen.git
1010
"""
@@ -73,7 +73,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7373
self.default_headers[header_name] = header_value
7474
self.cookie = cookie
7575
# Set default User-Agent.
76-
self.user_agent = 'Swagger-Codegen/2.12.5-SNAPSHOT/python'
76+
self.user_agent = 'Swagger-Codegen/2.12.6-SNAPSHOT/python'
7777

7878
def __del__(self):
7979
self.pool.close()

flexify_api/configuration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.12.5-SNAPSHOT
8+
OpenAPI spec version: 2.12.6-SNAPSHOT
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""
@@ -247,6 +247,6 @@ def to_debug_report(self):
247247
return "Python SDK Debug Report:\n"\
248248
"OS: {env}\n"\
249249
"Python Version: {pyversion}\n"\
250-
"Version of the API: 2.12.5-SNAPSHOT\n"\
251-
"SDK Package Version: 2.12.5-SNAPSHOT".\
250+
"Version of the API: 2.12.6-SNAPSHOT\n"\
251+
"SDK Package Version: 2.12.6-SNAPSHOT".\
252252
format(env=sys.platform, pyversion=sys.version)

flexify_api/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
88
9-
OpenAPI spec version: 2.12.5-SNAPSHOT
9+
OpenAPI spec version: 2.12.6-SNAPSHOT
1010
Contact: info@flexify.io
1111
Generated by: https://github.com/swagger-api/swagger-codegen.git
1212
"""

flexify_api/models/access_keys_pair.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.12.5-SNAPSHOT
8+
OpenAPI spec version: 2.12.6-SNAPSHOT
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/models/add_impersonate_code_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.12.5-SNAPSHOT
8+
OpenAPI spec version: 2.12.6-SNAPSHOT
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/models/add_impersonate_from_user_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.12.5-SNAPSHOT
8+
OpenAPI spec version: 2.12.6-SNAPSHOT
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/models/add_migration_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.12.5-SNAPSHOT
8+
OpenAPI spec version: 2.12.6-SNAPSHOT
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/models/add_migration_request_mapping.py

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.12.5-SNAPSHOT
8+
OpenAPI spec version: 2.12.6-SNAPSHOT
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""
@@ -36,6 +36,7 @@ class AddMigrationRequestMapping(object):
3636
'dest_storage_account_id': 'int',
3737
'key_add_prefix': 'str',
3838
'key_remove_prefix': 'str',
39+
'objects_list_uri': 'str',
3940
'source_bucket_name': 'str',
4041
'source_storage_account_id': 'int'
4142
}
@@ -46,18 +47,20 @@ class AddMigrationRequestMapping(object):
4647
'dest_storage_account_id': 'destStorageAccountId',
4748
'key_add_prefix': 'keyAddPrefix',
4849
'key_remove_prefix': 'keyRemovePrefix',
50+
'objects_list_uri': 'objectsListUri',
4951
'source_bucket_name': 'sourceBucketName',
5052
'source_storage_account_id': 'sourceStorageAccountId'
5153
}
5254

53-
def __init__(self, dest_bucket_name=None, dest_bucket_new_region=None, dest_storage_account_id=None, key_add_prefix=None, key_remove_prefix=None, source_bucket_name=None, source_storage_account_id=None): # noqa: E501
55+
def __init__(self, dest_bucket_name=None, dest_bucket_new_region=None, dest_storage_account_id=None, key_add_prefix=None, key_remove_prefix=None, objects_list_uri=None, source_bucket_name=None, source_storage_account_id=None): # noqa: E501
5456
"""AddMigrationRequestMapping - a model defined in Swagger""" # noqa: E501
5557

5658
self._dest_bucket_name = None
5759
self._dest_bucket_new_region = None
5860
self._dest_storage_account_id = None
5961
self._key_add_prefix = None
6062
self._key_remove_prefix = None
63+
self._objects_list_uri = None
6164
self._source_bucket_name = None
6265
self._source_storage_account_id = None
6366
self.discriminator = None
@@ -70,6 +73,8 @@ def __init__(self, dest_bucket_name=None, dest_bucket_new_region=None, dest_stor
7073
self.key_add_prefix = key_add_prefix
7174
if key_remove_prefix is not None:
7275
self.key_remove_prefix = key_remove_prefix
76+
if objects_list_uri is not None:
77+
self.objects_list_uri = objects_list_uri
7378
self.source_bucket_name = source_bucket_name
7479
self.source_storage_account_id = source_storage_account_id
7580

@@ -192,6 +197,29 @@ def key_remove_prefix(self, key_remove_prefix):
192197

193198
self._key_remove_prefix = key_remove_prefix
194199

200+
@property
201+
def objects_list_uri(self):
202+
"""Gets the objects_list_uri of this AddMigrationRequestMapping. # noqa: E501
203+
204+
A URI of a text file to take objects list from # noqa: E501
205+
206+
:return: The objects_list_uri of this AddMigrationRequestMapping. # noqa: E501
207+
:rtype: str
208+
"""
209+
return self._objects_list_uri
210+
211+
@objects_list_uri.setter
212+
def objects_list_uri(self, objects_list_uri):
213+
"""Sets the objects_list_uri of this AddMigrationRequestMapping.
214+
215+
A URI of a text file to take objects list from # noqa: E501
216+
217+
:param objects_list_uri: The objects_list_uri of this AddMigrationRequestMapping. # noqa: E501
218+
:type: str
219+
"""
220+
221+
self._objects_list_uri = objects_list_uri
222+
195223
@property
196224
def source_bucket_name(self):
197225
"""Gets the source_bucket_name of this AddMigrationRequestMapping. # noqa: E501

flexify_api/models/add_storage_account_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.12.5-SNAPSHOT
8+
OpenAPI spec version: 2.12.6-SNAPSHOT
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/models/attach_storage_accounts_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.12.5-SNAPSHOT
8+
OpenAPI spec version: 2.12.6-SNAPSHOT
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/models/attach_virtual_bucket_storages_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.12.5-SNAPSHOT
8+
OpenAPI spec version: 2.12.6-SNAPSHOT
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/models/auth_app_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.12.5-SNAPSHOT
8+
OpenAPI spec version: 2.12.6-SNAPSHOT
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/models/authentication_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.12.5-SNAPSHOT
8+
OpenAPI spec version: 2.12.6-SNAPSHOT
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/models/authentication_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.12.5-SNAPSHOT
8+
OpenAPI spec version: 2.12.6-SNAPSHOT
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

flexify_api/models/authorization_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
+ Get API token + Authorize using `Bearer TOKEN` + Enjoy Flexify.IO REST API # noqa: E501
77
8-
OpenAPI spec version: 2.12.5-SNAPSHOT
8+
OpenAPI spec version: 2.12.6-SNAPSHOT
99
Contact: info@flexify.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

0 commit comments

Comments
 (0)