diff --git a/docs/V1AuditFindRequest.md b/docs/V1AuditFindRequest.md index dab73be7..5db469cd 100644 --- a/docs/V1AuditFindRequest.md +++ b/docs/V1AuditFindRequest.md @@ -12,6 +12,7 @@ Name | Type | Description | Notes **limit** | **int** | | [optional] **path** | **str** | | [optional] **phase** | **str** | | [optional] +**project** | **str** | | [optional] **remote_addr** | **str** | | [optional] **rqid** | **str** | | [optional] **status_code** | **int** | | [optional] diff --git a/metal_python/__init__.py b/metal_python/__init__.py index 554482b1..f1baf937 100644 --- a/metal_python/__init__.py +++ b/metal_python/__init__.py @@ -7,7 +7,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/api/audit_api.py b/metal_python/api/audit_api.py index 651f0517..02873bba 100644 --- a/metal_python/api/audit_api.py +++ b/metal_python/api/audit_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/api/filesystemlayout_api.py b/metal_python/api/filesystemlayout_api.py index 3cd068c9..93476b26 100644 --- a/metal_python/api/filesystemlayout_api.py +++ b/metal_python/api/filesystemlayout_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/api/firewall_api.py b/metal_python/api/firewall_api.py index c30bd0cf..d8bff4f8 100644 --- a/metal_python/api/firewall_api.py +++ b/metal_python/api/firewall_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/api/firmware_api.py b/metal_python/api/firmware_api.py index c9f49dc1..732d8704 100644 --- a/metal_python/api/firmware_api.py +++ b/metal_python/api/firmware_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/api/health_api.py b/metal_python/api/health_api.py index 55925059..48913088 100644 --- a/metal_python/api/health_api.py +++ b/metal_python/api/health_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/api/image_api.py b/metal_python/api/image_api.py index d4c67459..194d524d 100644 --- a/metal_python/api/image_api.py +++ b/metal_python/api/image_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/api/ip_api.py b/metal_python/api/ip_api.py index a1dd6630..41856481 100644 --- a/metal_python/api/ip_api.py +++ b/metal_python/api/ip_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/api/machine_api.py b/metal_python/api/machine_api.py index 7eaa84c0..5ec6455a 100644 --- a/metal_python/api/machine_api.py +++ b/metal_python/api/machine_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/api/network_api.py b/metal_python/api/network_api.py index 0d937854..b9ca12d4 100644 --- a/metal_python/api/network_api.py +++ b/metal_python/api/network_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/api/partition_api.py b/metal_python/api/partition_api.py index d5f30f50..50a91c39 100644 --- a/metal_python/api/partition_api.py +++ b/metal_python/api/partition_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/api/project_api.py b/metal_python/api/project_api.py index 05af24e2..878936d1 100644 --- a/metal_python/api/project_api.py +++ b/metal_python/api/project_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/api/size_api.py b/metal_python/api/size_api.py index 3ac842f7..c67fb05b 100644 --- a/metal_python/api/size_api.py +++ b/metal_python/api/size_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/api/sizeimageconstraint_api.py b/metal_python/api/sizeimageconstraint_api.py index b7e1e519..2bcd5e62 100644 --- a/metal_python/api/sizeimageconstraint_api.py +++ b/metal_python/api/sizeimageconstraint_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/api/switch_api.py b/metal_python/api/switch_api.py index d26f00ea..27315af9 100644 --- a/metal_python/api/switch_api.py +++ b/metal_python/api/switch_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/api/tenant_api.py b/metal_python/api/tenant_api.py index faef4981..babdb109 100644 --- a/metal_python/api/tenant_api.py +++ b/metal_python/api/tenant_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/api/user_api.py b/metal_python/api/user_api.py index c49f33af..a0141ebd 100644 --- a/metal_python/api/user_api.py +++ b/metal_python/api/user_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/api/version_api.py b/metal_python/api/version_api.py index b9fe4f71..42e3a3f2 100644 --- a/metal_python/api/version_api.py +++ b/metal_python/api/version_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/api/vpn_api.py b/metal_python/api/vpn_api.py index c34400cf..e99a4071 100644 --- a/metal_python/api/vpn_api.py +++ b/metal_python/api/vpn_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/api_client.py b/metal_python/api_client.py index a264c780..2248988e 100644 --- a/metal_python/api_client.py +++ b/metal_python/api_client.py @@ -4,7 +4,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -74,7 +74,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'Swagger-Codegen/v0.39.8/python' + self.user_agent = 'Swagger-Codegen/v0.39.9/python' def __del__(self): if self._pool is not None: diff --git a/metal_python/configuration.py b/metal_python/configuration.py index 9de7226b..d0fb674e 100644 --- a/metal_python/configuration.py +++ b/metal_python/configuration.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -254,6 +254,6 @@ def to_debug_report(self): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: v0.39.8\n"\ - "SDK Package Version: v0.39.8".\ + "Version of the API: v0.39.9\n"\ + "SDK Package Version: v0.39.9".\ format(env=sys.platform, pyversion=sys.version) diff --git a/metal_python/models/__init__.py b/metal_python/models/__init__.py index d206cc61..d1644b74 100644 --- a/metal_python/models/__init__.py +++ b/metal_python/models/__init__.py @@ -6,7 +6,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/datastore_image_search_query.py b/metal_python/models/datastore_image_search_query.py index 2da31772..fbe5ff1f 100644 --- a/metal_python/models/datastore_image_search_query.py +++ b/metal_python/models/datastore_image_search_query.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/datastore_ip_search_query.py b/metal_python/models/datastore_ip_search_query.py index 53a5ac00..9a53e0cc 100644 --- a/metal_python/models/datastore_ip_search_query.py +++ b/metal_python/models/datastore_ip_search_query.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/datastore_machine_search_query.py b/metal_python/models/datastore_machine_search_query.py index c9003d8b..073a70aa 100644 --- a/metal_python/models/datastore_machine_search_query.py +++ b/metal_python/models/datastore_machine_search_query.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/datastore_network_search_query.py b/metal_python/models/datastore_network_search_query.py index 8b5914e7..3015a77e 100644 --- a/metal_python/models/datastore_network_search_query.py +++ b/metal_python/models/datastore_network_search_query.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/datastore_switch_search_query.py b/metal_python/models/datastore_switch_search_query.py index 19b0ceb5..4b1bdb1c 100644 --- a/metal_python/models/datastore_switch_search_query.py +++ b/metal_python/models/datastore_switch_search_query.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/httperrors_http_error_response.py b/metal_python/models/httperrors_http_error_response.py index 245d4204..1f92dab2 100644 --- a/metal_python/models/httperrors_http_error_response.py +++ b/metal_python/models/httperrors_http_error_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/metal_switch_bgp_port_state.py b/metal_python/models/metal_switch_bgp_port_state.py index f89501c7..20feb760 100644 --- a/metal_python/models/metal_switch_bgp_port_state.py +++ b/metal_python/models/metal_switch_bgp_port_state.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/rest_health_response.py b/metal_python/models/rest_health_response.py index 9b6f4514..cb9cc4d5 100644 --- a/metal_python/models/rest_health_response.py +++ b/metal_python/models/rest_health_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/rest_version.py b/metal_python/models/rest_version.py index 209c4d19..1a86b246 100644 --- a/metal_python/models/rest_version.py +++ b/metal_python/models/rest_version.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_audit_find_request.py b/metal_python/models/v1_audit_find_request.py index f4567cc5..c217f3b7 100644 --- a/metal_python/models/v1_audit_find_request.py +++ b/metal_python/models/v1_audit_find_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -40,6 +40,7 @@ class V1AuditFindRequest(object): 'limit': 'int', 'path': 'str', 'phase': 'str', + 'project': 'str', 'remote_addr': 'str', 'rqid': 'str', 'status_code': 'int', @@ -59,6 +60,7 @@ class V1AuditFindRequest(object): 'limit': 'limit', 'path': 'path', 'phase': 'phase', + 'project': 'project', 'remote_addr': 'remote_addr', 'rqid': 'rqid', 'status_code': 'status_code', @@ -68,7 +70,7 @@ class V1AuditFindRequest(object): 'user': 'user' } - def __init__(self, body=None, component=None, detail=None, error=None, forwarded_for=None, _from=None, limit=None, path=None, phase=None, remote_addr=None, rqid=None, status_code=None, tenant=None, to=None, type=None, user=None): # noqa: E501 + def __init__(self, body=None, component=None, detail=None, error=None, forwarded_for=None, _from=None, limit=None, path=None, phase=None, project=None, remote_addr=None, rqid=None, status_code=None, tenant=None, to=None, type=None, user=None): # noqa: E501 """V1AuditFindRequest - a model defined in Swagger""" # noqa: E501 self._body = None @@ -80,6 +82,7 @@ def __init__(self, body=None, component=None, detail=None, error=None, forwarded self._limit = None self._path = None self._phase = None + self._project = None self._remote_addr = None self._rqid = None self._status_code = None @@ -107,6 +110,8 @@ def __init__(self, body=None, component=None, detail=None, error=None, forwarded self.path = path if phase is not None: self.phase = phase + if project is not None: + self.project = project if remote_addr is not None: self.remote_addr = remote_addr if rqid is not None: @@ -311,6 +316,27 @@ def phase(self, phase): self._phase = phase + @property + def project(self): + """Gets the project of this V1AuditFindRequest. # noqa: E501 + + + :return: The project of this V1AuditFindRequest. # noqa: E501 + :rtype: str + """ + return self._project + + @project.setter + def project(self, project): + """Sets the project of this V1AuditFindRequest. + + + :param project: The project of this V1AuditFindRequest. # noqa: E501 + :type: str + """ + + self._project = project + @property def remote_addr(self): """Gets the remote_addr of this V1AuditFindRequest. # noqa: E501 diff --git a/metal_python/models/v1_audit_response.py b/metal_python/models/v1_audit_response.py index 71bb3c0b..4e023a4e 100644 --- a/metal_python/models/v1_audit_response.py +++ b/metal_python/models/v1_audit_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_bgp_filter.py b/metal_python/models/v1_bgp_filter.py index 912a4714..c103889f 100644 --- a/metal_python/models/v1_bgp_filter.py +++ b/metal_python/models/v1_bgp_filter.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_board_revisions.py b/metal_python/models/v1_board_revisions.py index 2b65d930..234fc6a0 100644 --- a/metal_python/models/v1_board_revisions.py +++ b/metal_python/models/v1_board_revisions.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_boot_info.py b/metal_python/models/v1_boot_info.py index c60144c7..d0e7dd39 100644 --- a/metal_python/models/v1_boot_info.py +++ b/metal_python/models/v1_boot_info.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_chassis_identify_led_state.py b/metal_python/models/v1_chassis_identify_led_state.py index 94f88f0a..60e4d85c 100644 --- a/metal_python/models/v1_chassis_identify_led_state.py +++ b/metal_python/models/v1_chassis_identify_led_state.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_common.py b/metal_python/models/v1_common.py index 28977e59..8f898aaa 100644 --- a/metal_python/models/v1_common.py +++ b/metal_python/models/v1_common.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_describable.py b/metal_python/models/v1_describable.py index 70bd5042..1ac37e5c 100644 --- a/metal_python/models/v1_describable.py +++ b/metal_python/models/v1_describable.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_disk.py b/metal_python/models/v1_disk.py index c24a9c95..c3db13a7 100644 --- a/metal_python/models/v1_disk.py +++ b/metal_python/models/v1_disk.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_disk_partition.py b/metal_python/models/v1_disk_partition.py index 489f961a..99bb39e7 100644 --- a/metal_python/models/v1_disk_partition.py +++ b/metal_python/models/v1_disk_partition.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_dns_server.py b/metal_python/models/v1_dns_server.py index ba92e936..9b605d0f 100644 --- a/metal_python/models/v1_dns_server.py +++ b/metal_python/models/v1_dns_server.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_empty_body.py b/metal_python/models/v1_empty_body.py index a13b1ffb..7a2f67da 100644 --- a/metal_python/models/v1_empty_body.py +++ b/metal_python/models/v1_empty_body.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_filesystem.py b/metal_python/models/v1_filesystem.py index 5003e304..2e0919e6 100644 --- a/metal_python/models/v1_filesystem.py +++ b/metal_python/models/v1_filesystem.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_filesystem_layout_base.py b/metal_python/models/v1_filesystem_layout_base.py index cef0a2d3..4b9afeac 100644 --- a/metal_python/models/v1_filesystem_layout_base.py +++ b/metal_python/models/v1_filesystem_layout_base.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_filesystem_layout_constraints.py b/metal_python/models/v1_filesystem_layout_constraints.py index 85e34218..5b9925d0 100644 --- a/metal_python/models/v1_filesystem_layout_constraints.py +++ b/metal_python/models/v1_filesystem_layout_constraints.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_filesystem_layout_create_request.py b/metal_python/models/v1_filesystem_layout_create_request.py index 8995262a..43621105 100644 --- a/metal_python/models/v1_filesystem_layout_create_request.py +++ b/metal_python/models/v1_filesystem_layout_create_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_filesystem_layout_match_request.py b/metal_python/models/v1_filesystem_layout_match_request.py index e06fa236..728fd655 100644 --- a/metal_python/models/v1_filesystem_layout_match_request.py +++ b/metal_python/models/v1_filesystem_layout_match_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_filesystem_layout_response.py b/metal_python/models/v1_filesystem_layout_response.py index 53b67a5e..c8908ff3 100644 --- a/metal_python/models/v1_filesystem_layout_response.py +++ b/metal_python/models/v1_filesystem_layout_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_filesystem_layout_try_request.py b/metal_python/models/v1_filesystem_layout_try_request.py index de690ef0..f5fe7b2f 100644 --- a/metal_python/models/v1_filesystem_layout_try_request.py +++ b/metal_python/models/v1_filesystem_layout_try_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_filesystem_layout_update_request.py b/metal_python/models/v1_filesystem_layout_update_request.py index 06f513c7..5def82a5 100644 --- a/metal_python/models/v1_filesystem_layout_update_request.py +++ b/metal_python/models/v1_filesystem_layout_update_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_firewall_allocate_request.py b/metal_python/models/v1_firewall_allocate_request.py index dfd0dbba..cc203ee3 100644 --- a/metal_python/models/v1_firewall_allocate_request.py +++ b/metal_python/models/v1_firewall_allocate_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_firewall_create_request.py b/metal_python/models/v1_firewall_create_request.py index 0f21f356..3dfe0124 100644 --- a/metal_python/models/v1_firewall_create_request.py +++ b/metal_python/models/v1_firewall_create_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_firewall_egress_rule.py b/metal_python/models/v1_firewall_egress_rule.py index 0ac3b12e..bbf63209 100644 --- a/metal_python/models/v1_firewall_egress_rule.py +++ b/metal_python/models/v1_firewall_egress_rule.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_firewall_find_request.py b/metal_python/models/v1_firewall_find_request.py index 34e2a601..d9aea949 100644 --- a/metal_python/models/v1_firewall_find_request.py +++ b/metal_python/models/v1_firewall_find_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_firewall_ingress_rule.py b/metal_python/models/v1_firewall_ingress_rule.py index 2953a47d..abf2ee73 100644 --- a/metal_python/models/v1_firewall_ingress_rule.py +++ b/metal_python/models/v1_firewall_ingress_rule.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_firewall_response.py b/metal_python/models/v1_firewall_response.py index 2b69b744..7e6cac41 100644 --- a/metal_python/models/v1_firewall_response.py +++ b/metal_python/models/v1_firewall_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_firewall_rules.py b/metal_python/models/v1_firewall_rules.py index bc1f782a..1b4b1201 100644 --- a/metal_python/models/v1_firewall_rules.py +++ b/metal_python/models/v1_firewall_rules.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_firmwares_response.py b/metal_python/models/v1_firmwares_response.py index 78dd9c98..8186fe46 100644 --- a/metal_python/models/v1_firmwares_response.py +++ b/metal_python/models/v1_firmwares_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_iam_config.py b/metal_python/models/v1_iam_config.py index 91d5e0a1..520b9f97 100644 --- a/metal_python/models/v1_iam_config.py +++ b/metal_python/models/v1_iam_config.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_identifiable.py b/metal_python/models/v1_identifiable.py index 3509a37c..d5d2a3ee 100644 --- a/metal_python/models/v1_identifiable.py +++ b/metal_python/models/v1_identifiable.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_idm_config.py b/metal_python/models/v1_idm_config.py index c2333949..f56bba73 100644 --- a/metal_python/models/v1_idm_config.py +++ b/metal_python/models/v1_idm_config.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_image_base.py b/metal_python/models/v1_image_base.py index dc8e562c..6e1b27c1 100644 --- a/metal_python/models/v1_image_base.py +++ b/metal_python/models/v1_image_base.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_image_create_request.py b/metal_python/models/v1_image_create_request.py index 77704e0d..8a104dac 100644 --- a/metal_python/models/v1_image_create_request.py +++ b/metal_python/models/v1_image_create_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_image_find_request.py b/metal_python/models/v1_image_find_request.py index b47cf785..91f92002 100644 --- a/metal_python/models/v1_image_find_request.py +++ b/metal_python/models/v1_image_find_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_image_response.py b/metal_python/models/v1_image_response.py index f6391842..f72dbcab 100644 --- a/metal_python/models/v1_image_response.py +++ b/metal_python/models/v1_image_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_image_update_request.py b/metal_python/models/v1_image_update_request.py index 959eb1b3..1a3d73a8 100644 --- a/metal_python/models/v1_image_update_request.py +++ b/metal_python/models/v1_image_update_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_ip_allocate_request.py b/metal_python/models/v1_ip_allocate_request.py index 3ea8711b..4e2380ff 100644 --- a/metal_python/models/v1_ip_allocate_request.py +++ b/metal_python/models/v1_ip_allocate_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_ip_base.py b/metal_python/models/v1_ip_base.py index e8ec091f..fa36885c 100644 --- a/metal_python/models/v1_ip_base.py +++ b/metal_python/models/v1_ip_base.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_ip_find_request.py b/metal_python/models/v1_ip_find_request.py index 3cb8b6dc..9f4e7732 100644 --- a/metal_python/models/v1_ip_find_request.py +++ b/metal_python/models/v1_ip_find_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_ip_identifiable.py b/metal_python/models/v1_ip_identifiable.py index bff954a2..4e4d17b0 100644 --- a/metal_python/models/v1_ip_identifiable.py +++ b/metal_python/models/v1_ip_identifiable.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_ip_response.py b/metal_python/models/v1_ip_response.py index 8ee7552b..1801a5a7 100644 --- a/metal_python/models/v1_ip_response.py +++ b/metal_python/models/v1_ip_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_ip_update_request.py b/metal_python/models/v1_ip_update_request.py index 60823bdf..c91cb150 100644 --- a/metal_python/models/v1_ip_update_request.py +++ b/metal_python/models/v1_ip_update_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_issuer_config.py b/metal_python/models/v1_issuer_config.py index bc480747..6b684ba1 100644 --- a/metal_python/models/v1_issuer_config.py +++ b/metal_python/models/v1_issuer_config.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_logical_volume.py b/metal_python/models/v1_logical_volume.py index 144afbe8..51f2fea5 100644 --- a/metal_python/models/v1_logical_volume.py +++ b/metal_python/models/v1_logical_volume.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_machine_allocate_request.py b/metal_python/models/v1_machine_allocate_request.py index 310ad176..97531b83 100644 --- a/metal_python/models/v1_machine_allocate_request.py +++ b/metal_python/models/v1_machine_allocate_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_machine_allocation.py b/metal_python/models/v1_machine_allocation.py index ce61e241..c6dc1ef7 100644 --- a/metal_python/models/v1_machine_allocation.py +++ b/metal_python/models/v1_machine_allocation.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_machine_allocation_network.py b/metal_python/models/v1_machine_allocation_network.py index 71d3b4d5..501cf3cc 100644 --- a/metal_python/models/v1_machine_allocation_network.py +++ b/metal_python/models/v1_machine_allocation_network.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_machine_base.py b/metal_python/models/v1_machine_base.py index 7d53952f..99721303 100644 --- a/metal_python/models/v1_machine_base.py +++ b/metal_python/models/v1_machine_base.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_machine_bios.py b/metal_python/models/v1_machine_bios.py index bb8bd89f..6c0e9f62 100644 --- a/metal_python/models/v1_machine_bios.py +++ b/metal_python/models/v1_machine_bios.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_machine_block_device.py b/metal_python/models/v1_machine_block_device.py index 3b55750b..6c11815f 100644 --- a/metal_python/models/v1_machine_block_device.py +++ b/metal_python/models/v1_machine_block_device.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_machine_console_password_request.py b/metal_python/models/v1_machine_console_password_request.py index a0557587..488b4955 100644 --- a/metal_python/models/v1_machine_console_password_request.py +++ b/metal_python/models/v1_machine_console_password_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_machine_console_password_response.py b/metal_python/models/v1_machine_console_password_response.py index 3a88df6a..aead4bcf 100644 --- a/metal_python/models/v1_machine_console_password_response.py +++ b/metal_python/models/v1_machine_console_password_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_machine_find_request.py b/metal_python/models/v1_machine_find_request.py index de6dff5b..f54130db 100644 --- a/metal_python/models/v1_machine_find_request.py +++ b/metal_python/models/v1_machine_find_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_machine_fru.py b/metal_python/models/v1_machine_fru.py index 6bc2083e..5a3ee8c6 100644 --- a/metal_python/models/v1_machine_fru.py +++ b/metal_python/models/v1_machine_fru.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_machine_hardware.py b/metal_python/models/v1_machine_hardware.py index 2189d0b4..911586cd 100644 --- a/metal_python/models/v1_machine_hardware.py +++ b/metal_python/models/v1_machine_hardware.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_machine_hardware_base.py b/metal_python/models/v1_machine_hardware_base.py index 38bc905a..4dab1403 100644 --- a/metal_python/models/v1_machine_hardware_base.py +++ b/metal_python/models/v1_machine_hardware_base.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_machine_ipmi.py b/metal_python/models/v1_machine_ipmi.py index 1fd1ceb8..b4f67f68 100644 --- a/metal_python/models/v1_machine_ipmi.py +++ b/metal_python/models/v1_machine_ipmi.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_machine_ipmi_report.py b/metal_python/models/v1_machine_ipmi_report.py index 95f12fd1..bee4f981 100644 --- a/metal_python/models/v1_machine_ipmi_report.py +++ b/metal_python/models/v1_machine_ipmi_report.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_machine_ipmi_report_response.py b/metal_python/models/v1_machine_ipmi_report_response.py index a750c693..31e93b24 100644 --- a/metal_python/models/v1_machine_ipmi_report_response.py +++ b/metal_python/models/v1_machine_ipmi_report_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_machine_ipmi_reports.py b/metal_python/models/v1_machine_ipmi_reports.py index b20f37b0..d82dcc7d 100644 --- a/metal_python/models/v1_machine_ipmi_reports.py +++ b/metal_python/models/v1_machine_ipmi_reports.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_machine_ipmi_response.py b/metal_python/models/v1_machine_ipmi_response.py index 67697a1a..aa313904 100644 --- a/metal_python/models/v1_machine_ipmi_response.py +++ b/metal_python/models/v1_machine_ipmi_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_machine_issue.py b/metal_python/models/v1_machine_issue.py index 6559cd10..ff0bd68f 100644 --- a/metal_python/models/v1_machine_issue.py +++ b/metal_python/models/v1_machine_issue.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_machine_issue_response.py b/metal_python/models/v1_machine_issue_response.py index 9531f6ef..2e3fa3e6 100644 --- a/metal_python/models/v1_machine_issue_response.py +++ b/metal_python/models/v1_machine_issue_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_machine_issues_request.py b/metal_python/models/v1_machine_issues_request.py index 6ceb3792..f3096578 100644 --- a/metal_python/models/v1_machine_issues_request.py +++ b/metal_python/models/v1_machine_issues_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_machine_network.py b/metal_python/models/v1_machine_network.py index f48285f4..682d84d1 100644 --- a/metal_python/models/v1_machine_network.py +++ b/metal_python/models/v1_machine_network.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_machine_nic.py b/metal_python/models/v1_machine_nic.py index 6575d682..2248dda1 100644 --- a/metal_python/models/v1_machine_nic.py +++ b/metal_python/models/v1_machine_nic.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_machine_provisioning_event.py b/metal_python/models/v1_machine_provisioning_event.py index 83c77c2e..903591cc 100644 --- a/metal_python/models/v1_machine_provisioning_event.py +++ b/metal_python/models/v1_machine_provisioning_event.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_machine_recent_provisioning_events.py b/metal_python/models/v1_machine_recent_provisioning_events.py index a101fec4..0d49c0bd 100644 --- a/metal_python/models/v1_machine_recent_provisioning_events.py +++ b/metal_python/models/v1_machine_recent_provisioning_events.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_machine_reinstall_request.py b/metal_python/models/v1_machine_reinstall_request.py index bbe0448c..edf309d6 100644 --- a/metal_python/models/v1_machine_reinstall_request.py +++ b/metal_python/models/v1_machine_reinstall_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_machine_response.py b/metal_python/models/v1_machine_response.py index 05fdb31f..871f4d33 100644 --- a/metal_python/models/v1_machine_response.py +++ b/metal_python/models/v1_machine_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_machine_state.py b/metal_python/models/v1_machine_state.py index 34e81de6..24e44494 100644 --- a/metal_python/models/v1_machine_state.py +++ b/metal_python/models/v1_machine_state.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_machine_update_firmware_request.py b/metal_python/models/v1_machine_update_firmware_request.py index 508a9d48..11791b6a 100644 --- a/metal_python/models/v1_machine_update_firmware_request.py +++ b/metal_python/models/v1_machine_update_firmware_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_machine_update_request.py b/metal_python/models/v1_machine_update_request.py index 7a0a07f8..80ae5a74 100644 --- a/metal_python/models/v1_machine_update_request.py +++ b/metal_python/models/v1_machine_update_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_machine_vpn.py b/metal_python/models/v1_machine_vpn.py index 91f379ba..333ef046 100644 --- a/metal_python/models/v1_machine_vpn.py +++ b/metal_python/models/v1_machine_vpn.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_meta.py b/metal_python/models/v1_meta.py index bdf15542..4fbfe99a 100644 --- a/metal_python/models/v1_meta.py +++ b/metal_python/models/v1_meta.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_metal_cpu.py b/metal_python/models/v1_metal_cpu.py index 0a71ca24..e1097cc5 100644 --- a/metal_python/models/v1_metal_cpu.py +++ b/metal_python/models/v1_metal_cpu.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_metal_gpu.py b/metal_python/models/v1_metal_gpu.py index c4d39686..56b4f49e 100644 --- a/metal_python/models/v1_metal_gpu.py +++ b/metal_python/models/v1_metal_gpu.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_network_allocate_request.py b/metal_python/models/v1_network_allocate_request.py index 5424f3ac..154eb106 100644 --- a/metal_python/models/v1_network_allocate_request.py +++ b/metal_python/models/v1_network_allocate_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_network_base.py b/metal_python/models/v1_network_base.py index a6e82647..41f6a728 100644 --- a/metal_python/models/v1_network_base.py +++ b/metal_python/models/v1_network_base.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_network_create_request.py b/metal_python/models/v1_network_create_request.py index 4fc32e28..a544a49f 100644 --- a/metal_python/models/v1_network_create_request.py +++ b/metal_python/models/v1_network_create_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_network_find_request.py b/metal_python/models/v1_network_find_request.py index 659b399c..366182eb 100644 --- a/metal_python/models/v1_network_find_request.py +++ b/metal_python/models/v1_network_find_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_network_immutable.py b/metal_python/models/v1_network_immutable.py index a39871a3..3f128792 100644 --- a/metal_python/models/v1_network_immutable.py +++ b/metal_python/models/v1_network_immutable.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_network_response.py b/metal_python/models/v1_network_response.py index c423c5f3..d479b8f4 100644 --- a/metal_python/models/v1_network_response.py +++ b/metal_python/models/v1_network_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_network_update_request.py b/metal_python/models/v1_network_update_request.py index dbfd5c87..f5a215e1 100644 --- a/metal_python/models/v1_network_update_request.py +++ b/metal_python/models/v1_network_update_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_network_usage.py b/metal_python/models/v1_network_usage.py index 581d96f7..f3f85264 100644 --- a/metal_python/models/v1_network_usage.py +++ b/metal_python/models/v1_network_usage.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_ntp_server.py b/metal_python/models/v1_ntp_server.py index 39652c2e..765dab97 100644 --- a/metal_python/models/v1_ntp_server.py +++ b/metal_python/models/v1_ntp_server.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_paging.py b/metal_python/models/v1_paging.py index a32ed0d0..878aca3d 100644 --- a/metal_python/models/v1_paging.py +++ b/metal_python/models/v1_paging.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_partition_base.py b/metal_python/models/v1_partition_base.py index 3641a3ff..31fad830 100644 --- a/metal_python/models/v1_partition_base.py +++ b/metal_python/models/v1_partition_base.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_partition_boot_configuration.py b/metal_python/models/v1_partition_boot_configuration.py index 47ef2f34..55c83588 100644 --- a/metal_python/models/v1_partition_boot_configuration.py +++ b/metal_python/models/v1_partition_boot_configuration.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_partition_capacity.py b/metal_python/models/v1_partition_capacity.py index f3649d23..a642db8d 100644 --- a/metal_python/models/v1_partition_capacity.py +++ b/metal_python/models/v1_partition_capacity.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_partition_capacity_request.py b/metal_python/models/v1_partition_capacity_request.py index b987c4aa..5e38b87a 100644 --- a/metal_python/models/v1_partition_capacity_request.py +++ b/metal_python/models/v1_partition_capacity_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_partition_create_request.py b/metal_python/models/v1_partition_create_request.py index 0a9e561a..3840578c 100644 --- a/metal_python/models/v1_partition_create_request.py +++ b/metal_python/models/v1_partition_create_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_partition_response.py b/metal_python/models/v1_partition_response.py index 0b9956d7..b7c99eec 100644 --- a/metal_python/models/v1_partition_response.py +++ b/metal_python/models/v1_partition_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_partition_update_request.py b/metal_python/models/v1_partition_update_request.py index c6a2469b..2e5524fa 100644 --- a/metal_python/models/v1_partition_update_request.py +++ b/metal_python/models/v1_partition_update_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_power_metric.py b/metal_python/models/v1_power_metric.py index 312d0d8a..b467d93f 100644 --- a/metal_python/models/v1_power_metric.py +++ b/metal_python/models/v1_power_metric.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_power_supply.py b/metal_python/models/v1_power_supply.py index b9536033..5f638b21 100644 --- a/metal_python/models/v1_power_supply.py +++ b/metal_python/models/v1_power_supply.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_power_supply_status.py b/metal_python/models/v1_power_supply_status.py index 81ff4bb0..2a9e5187 100644 --- a/metal_python/models/v1_power_supply_status.py +++ b/metal_python/models/v1_power_supply_status.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_project.py b/metal_python/models/v1_project.py index 174e9350..e01a5e05 100644 --- a/metal_python/models/v1_project.py +++ b/metal_python/models/v1_project.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_project_create_request.py b/metal_python/models/v1_project_create_request.py index e2c606e9..398e6432 100644 --- a/metal_python/models/v1_project_create_request.py +++ b/metal_python/models/v1_project_create_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_project_find_request.py b/metal_python/models/v1_project_find_request.py index 68f08225..2489c3dd 100644 --- a/metal_python/models/v1_project_find_request.py +++ b/metal_python/models/v1_project_find_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_project_response.py b/metal_python/models/v1_project_response.py index 1d7499a3..ba6e40c5 100644 --- a/metal_python/models/v1_project_response.py +++ b/metal_python/models/v1_project_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_project_update_request.py b/metal_python/models/v1_project_update_request.py index ce508955..6469b7bd 100644 --- a/metal_python/models/v1_project_update_request.py +++ b/metal_python/models/v1_project_update_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_quota.py b/metal_python/models/v1_quota.py index f4f2be38..61aa1284 100644 --- a/metal_python/models/v1_quota.py +++ b/metal_python/models/v1_quota.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_quota_set.py b/metal_python/models/v1_quota_set.py index 7e4fc42f..52cf26ea 100644 --- a/metal_python/models/v1_quota_set.py +++ b/metal_python/models/v1_quota_set.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_raid.py b/metal_python/models/v1_raid.py index cc64b601..cf43f117 100644 --- a/metal_python/models/v1_raid.py +++ b/metal_python/models/v1_raid.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_server_capacity.py b/metal_python/models/v1_server_capacity.py index fff08637..3875857f 100644 --- a/metal_python/models/v1_server_capacity.py +++ b/metal_python/models/v1_server_capacity.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_size_constraint.py b/metal_python/models/v1_size_constraint.py index cb5840e1..c331c588 100644 --- a/metal_python/models/v1_size_constraint.py +++ b/metal_python/models/v1_size_constraint.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_size_create_request.py b/metal_python/models/v1_size_create_request.py index 63b0ed06..d3b82a59 100644 --- a/metal_python/models/v1_size_create_request.py +++ b/metal_python/models/v1_size_create_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_size_image_constraint_base.py b/metal_python/models/v1_size_image_constraint_base.py index df64b168..3795ca9c 100644 --- a/metal_python/models/v1_size_image_constraint_base.py +++ b/metal_python/models/v1_size_image_constraint_base.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_size_image_constraint_create_request.py b/metal_python/models/v1_size_image_constraint_create_request.py index 808e37ec..d988a11b 100644 --- a/metal_python/models/v1_size_image_constraint_create_request.py +++ b/metal_python/models/v1_size_image_constraint_create_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_size_image_constraint_response.py b/metal_python/models/v1_size_image_constraint_response.py index 27ffcbe9..8de9657c 100644 --- a/metal_python/models/v1_size_image_constraint_response.py +++ b/metal_python/models/v1_size_image_constraint_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_size_image_constraint_try_request.py b/metal_python/models/v1_size_image_constraint_try_request.py index ab5288c6..ccd97c57 100644 --- a/metal_python/models/v1_size_image_constraint_try_request.py +++ b/metal_python/models/v1_size_image_constraint_try_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_size_image_constraint_update_request.py b/metal_python/models/v1_size_image_constraint_update_request.py index a4893477..82cbc3ee 100644 --- a/metal_python/models/v1_size_image_constraint_update_request.py +++ b/metal_python/models/v1_size_image_constraint_update_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_size_reservation_create_request.py b/metal_python/models/v1_size_reservation_create_request.py index 26efced1..e79dc229 100644 --- a/metal_python/models/v1_size_reservation_create_request.py +++ b/metal_python/models/v1_size_reservation_create_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_size_reservation_list_request.py b/metal_python/models/v1_size_reservation_list_request.py index 2d80e833..5bb5a4cf 100644 --- a/metal_python/models/v1_size_reservation_list_request.py +++ b/metal_python/models/v1_size_reservation_list_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_size_reservation_response.py b/metal_python/models/v1_size_reservation_response.py index 87346250..303f8e74 100644 --- a/metal_python/models/v1_size_reservation_response.py +++ b/metal_python/models/v1_size_reservation_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_size_reservation_update_request.py b/metal_python/models/v1_size_reservation_update_request.py index 0cb6479e..6f0ef01e 100644 --- a/metal_python/models/v1_size_reservation_update_request.py +++ b/metal_python/models/v1_size_reservation_update_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_size_reservation_usage_response.py b/metal_python/models/v1_size_reservation_usage_response.py index cee419d9..ef3fc4ed 100644 --- a/metal_python/models/v1_size_reservation_usage_response.py +++ b/metal_python/models/v1_size_reservation_usage_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_size_response.py b/metal_python/models/v1_size_response.py index 2df5368c..399609d4 100644 --- a/metal_python/models/v1_size_response.py +++ b/metal_python/models/v1_size_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_size_suggest_request.py b/metal_python/models/v1_size_suggest_request.py index b7adcc40..3ff02575 100644 --- a/metal_python/models/v1_size_suggest_request.py +++ b/metal_python/models/v1_size_suggest_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_size_update_request.py b/metal_python/models/v1_size_update_request.py index ece4eb8e..c5fe2347 100644 --- a/metal_python/models/v1_size_update_request.py +++ b/metal_python/models/v1_size_update_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_switch_base.py b/metal_python/models/v1_switch_base.py index a11d571c..a8d227cf 100644 --- a/metal_python/models/v1_switch_base.py +++ b/metal_python/models/v1_switch_base.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_switch_bgp_port_state.py b/metal_python/models/v1_switch_bgp_port_state.py index fa718771..e5f4f72e 100644 --- a/metal_python/models/v1_switch_bgp_port_state.py +++ b/metal_python/models/v1_switch_bgp_port_state.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_switch_connection.py b/metal_python/models/v1_switch_connection.py index 4e0cc119..061e73bb 100644 --- a/metal_python/models/v1_switch_connection.py +++ b/metal_python/models/v1_switch_connection.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_switch_find_request.py b/metal_python/models/v1_switch_find_request.py index 2a54fe00..ba268ef4 100644 --- a/metal_python/models/v1_switch_find_request.py +++ b/metal_python/models/v1_switch_find_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_switch_migrate_request.py b/metal_python/models/v1_switch_migrate_request.py index 79b9208e..8b04ea48 100644 --- a/metal_python/models/v1_switch_migrate_request.py +++ b/metal_python/models/v1_switch_migrate_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_switch_nic.py b/metal_python/models/v1_switch_nic.py index 6e8cc7eb..eb50cbcd 100644 --- a/metal_python/models/v1_switch_nic.py +++ b/metal_python/models/v1_switch_nic.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_switch_notify_request.py b/metal_python/models/v1_switch_notify_request.py index 21e8af02..4b4009f1 100644 --- a/metal_python/models/v1_switch_notify_request.py +++ b/metal_python/models/v1_switch_notify_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_switch_notify_response.py b/metal_python/models/v1_switch_notify_response.py index 8fcc9d9d..405c8867 100644 --- a/metal_python/models/v1_switch_notify_response.py +++ b/metal_python/models/v1_switch_notify_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_switch_os.py b/metal_python/models/v1_switch_os.py index 00df8efa..ecb2260a 100644 --- a/metal_python/models/v1_switch_os.py +++ b/metal_python/models/v1_switch_os.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_switch_port_toggle_request.py b/metal_python/models/v1_switch_port_toggle_request.py index b73dbf97..ef7ee2c2 100644 --- a/metal_python/models/v1_switch_port_toggle_request.py +++ b/metal_python/models/v1_switch_port_toggle_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_switch_register_request.py b/metal_python/models/v1_switch_register_request.py index ebf71e9b..d96a2cee 100644 --- a/metal_python/models/v1_switch_register_request.py +++ b/metal_python/models/v1_switch_register_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_switch_response.py b/metal_python/models/v1_switch_response.py index 3551574a..a95c03f3 100644 --- a/metal_python/models/v1_switch_response.py +++ b/metal_python/models/v1_switch_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_switch_sync.py b/metal_python/models/v1_switch_sync.py index 71398de0..b80fc530 100644 --- a/metal_python/models/v1_switch_sync.py +++ b/metal_python/models/v1_switch_sync.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_switch_update_request.py b/metal_python/models/v1_switch_update_request.py index 1629b167..0015e558 100644 --- a/metal_python/models/v1_switch_update_request.py +++ b/metal_python/models/v1_switch_update_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_tenant.py b/metal_python/models/v1_tenant.py index 01934fcd..d33af65c 100644 --- a/metal_python/models/v1_tenant.py +++ b/metal_python/models/v1_tenant.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_tenant_create_request.py b/metal_python/models/v1_tenant_create_request.py index d7c158d4..e7ddde11 100644 --- a/metal_python/models/v1_tenant_create_request.py +++ b/metal_python/models/v1_tenant_create_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_tenant_find_request.py b/metal_python/models/v1_tenant_find_request.py index 2c3af082..885dbcdb 100644 --- a/metal_python/models/v1_tenant_find_request.py +++ b/metal_python/models/v1_tenant_find_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_tenant_response.py b/metal_python/models/v1_tenant_response.py index 011c5e00..510ac1fb 100644 --- a/metal_python/models/v1_tenant_response.py +++ b/metal_python/models/v1_tenant_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_tenant_update_request.py b/metal_python/models/v1_tenant_update_request.py index 11a716b4..641870e8 100644 --- a/metal_python/models/v1_tenant_update_request.py +++ b/metal_python/models/v1_tenant_update_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_timestamps.py b/metal_python/models/v1_timestamps.py index d0881c27..5ae08590 100644 --- a/metal_python/models/v1_timestamps.py +++ b/metal_python/models/v1_timestamps.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_user.py b/metal_python/models/v1_user.py index 08102f95..5bda6fd0 100644 --- a/metal_python/models/v1_user.py +++ b/metal_python/models/v1_user.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_vendor_revisions.py b/metal_python/models/v1_vendor_revisions.py index 1cce3cc4..8a7df594 100644 --- a/metal_python/models/v1_vendor_revisions.py +++ b/metal_python/models/v1_vendor_revisions.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_volume_group.py b/metal_python/models/v1_volume_group.py index ad41d376..ad4f8753 100644 --- a/metal_python/models/v1_volume_group.py +++ b/metal_python/models/v1_volume_group.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_vpn_request.py b/metal_python/models/v1_vpn_request.py index 372114ac..ef61c55f 100644 --- a/metal_python/models/v1_vpn_request.py +++ b/metal_python/models/v1_vpn_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/models/v1_vpn_response.py b/metal_python/models/v1_vpn_response.py index 6596e469..04899980 100644 --- a/metal_python/models/v1_vpn_response.py +++ b/metal_python/models/v1_vpn_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/metal_python/rest.py b/metal_python/rest.py index 5f3afacc..62a67534 100644 --- a/metal_python/rest.py +++ b/metal_python/rest.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_audit_api.py b/test/test_audit_api.py index da3c7625..637c25e7 100644 --- a/test/test_audit_api.py +++ b/test/test_audit_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_datastore_image_search_query.py b/test/test_datastore_image_search_query.py index 3ed6674c..52732821 100644 --- a/test/test_datastore_image_search_query.py +++ b/test/test_datastore_image_search_query.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_datastore_ip_search_query.py b/test/test_datastore_ip_search_query.py index bca12b09..5fba44b2 100644 --- a/test/test_datastore_ip_search_query.py +++ b/test/test_datastore_ip_search_query.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_datastore_machine_search_query.py b/test/test_datastore_machine_search_query.py index 3a1d8d41..604b8eef 100644 --- a/test/test_datastore_machine_search_query.py +++ b/test/test_datastore_machine_search_query.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_datastore_network_search_query.py b/test/test_datastore_network_search_query.py index df5394dc..0235b944 100644 --- a/test/test_datastore_network_search_query.py +++ b/test/test_datastore_network_search_query.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_datastore_switch_search_query.py b/test/test_datastore_switch_search_query.py index a3b8ba32..01fe96df 100644 --- a/test/test_datastore_switch_search_query.py +++ b/test/test_datastore_switch_search_query.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_filesystemlayout_api.py b/test/test_filesystemlayout_api.py index c06746f7..b5022938 100644 --- a/test/test_filesystemlayout_api.py +++ b/test/test_filesystemlayout_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_firewall_api.py b/test/test_firewall_api.py index 09c478e0..f9f93898 100644 --- a/test/test_firewall_api.py +++ b/test/test_firewall_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_firmware_api.py b/test/test_firmware_api.py index 9d6bc6e0..30b0b98b 100644 --- a/test/test_firmware_api.py +++ b/test/test_firmware_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_health_api.py b/test/test_health_api.py index 4cd172d1..4305595d 100644 --- a/test/test_health_api.py +++ b/test/test_health_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_httperrors_http_error_response.py b/test/test_httperrors_http_error_response.py index 2fa48d0b..141f075a 100644 --- a/test/test_httperrors_http_error_response.py +++ b/test/test_httperrors_http_error_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_image_api.py b/test/test_image_api.py index c6017bfb..3f19412f 100644 --- a/test/test_image_api.py +++ b/test/test_image_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_ip_api.py b/test/test_ip_api.py index b4a2045f..acc7974b 100644 --- a/test/test_ip_api.py +++ b/test/test_ip_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_machine_api.py b/test/test_machine_api.py index c752e682..ec7de88a 100644 --- a/test/test_machine_api.py +++ b/test/test_machine_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_metal_switch_bgp_port_state.py b/test/test_metal_switch_bgp_port_state.py index 288e1dcd..e22d0dce 100644 --- a/test/test_metal_switch_bgp_port_state.py +++ b/test/test_metal_switch_bgp_port_state.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_network_api.py b/test/test_network_api.py index 9fde481b..9b996a80 100644 --- a/test/test_network_api.py +++ b/test/test_network_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_partition_api.py b/test/test_partition_api.py index 10dc5a88..f9e06f3b 100644 --- a/test/test_partition_api.py +++ b/test/test_partition_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_project_api.py b/test/test_project_api.py index 8d1ece0d..c78d1a93 100644 --- a/test/test_project_api.py +++ b/test/test_project_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_rest_health_response.py b/test/test_rest_health_response.py index af237f25..f1fc475a 100644 --- a/test/test_rest_health_response.py +++ b/test/test_rest_health_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_rest_version.py b/test/test_rest_version.py index 17ddf5fe..6d466e06 100644 --- a/test/test_rest_version.py +++ b/test/test_rest_version.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_size_api.py b/test/test_size_api.py index 77a8ac35..fda47af6 100644 --- a/test/test_size_api.py +++ b/test/test_size_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_sizeimageconstraint_api.py b/test/test_sizeimageconstraint_api.py index 83e05baf..2117b31b 100644 --- a/test/test_sizeimageconstraint_api.py +++ b/test/test_sizeimageconstraint_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_switch_api.py b/test/test_switch_api.py index ab3fe747..a400e2c7 100644 --- a/test/test_switch_api.py +++ b/test/test_switch_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_tenant_api.py b/test/test_tenant_api.py index f6ebce23..4313cc71 100644 --- a/test/test_tenant_api.py +++ b/test/test_tenant_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_user_api.py b/test/test_user_api.py index 27163482..b3472f8a 100644 --- a/test/test_user_api.py +++ b/test/test_user_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_audit_find_request.py b/test/test_v1_audit_find_request.py index 0147359c..1573f6c2 100644 --- a/test/test_v1_audit_find_request.py +++ b/test/test_v1_audit_find_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_audit_response.py b/test/test_v1_audit_response.py index 9e170c10..c4ff4e37 100644 --- a/test/test_v1_audit_response.py +++ b/test/test_v1_audit_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_bgp_filter.py b/test/test_v1_bgp_filter.py index fa603f51..24dc25be 100644 --- a/test/test_v1_bgp_filter.py +++ b/test/test_v1_bgp_filter.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_board_revisions.py b/test/test_v1_board_revisions.py index 0ebd1a20..666cdc47 100644 --- a/test/test_v1_board_revisions.py +++ b/test/test_v1_board_revisions.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_boot_info.py b/test/test_v1_boot_info.py index ba77febb..167fb445 100644 --- a/test/test_v1_boot_info.py +++ b/test/test_v1_boot_info.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_chassis_identify_led_state.py b/test/test_v1_chassis_identify_led_state.py index 5a19e046..dd4c0502 100644 --- a/test/test_v1_chassis_identify_led_state.py +++ b/test/test_v1_chassis_identify_led_state.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_common.py b/test/test_v1_common.py index 1cbc53b6..7039ac40 100644 --- a/test/test_v1_common.py +++ b/test/test_v1_common.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_describable.py b/test/test_v1_describable.py index 5678c9c1..f3b71bda 100644 --- a/test/test_v1_describable.py +++ b/test/test_v1_describable.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_disk.py b/test/test_v1_disk.py index 315f44e1..9a2b5560 100644 --- a/test/test_v1_disk.py +++ b/test/test_v1_disk.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_disk_partition.py b/test/test_v1_disk_partition.py index 2e457ce5..0f200ac9 100644 --- a/test/test_v1_disk_partition.py +++ b/test/test_v1_disk_partition.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_dns_server.py b/test/test_v1_dns_server.py index 42ff1a7e..7fd1fb2b 100644 --- a/test/test_v1_dns_server.py +++ b/test/test_v1_dns_server.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_empty_body.py b/test/test_v1_empty_body.py index df626281..2776d958 100644 --- a/test/test_v1_empty_body.py +++ b/test/test_v1_empty_body.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_filesystem.py b/test/test_v1_filesystem.py index c6ce6739..25b662a8 100644 --- a/test/test_v1_filesystem.py +++ b/test/test_v1_filesystem.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_filesystem_layout_base.py b/test/test_v1_filesystem_layout_base.py index 04d7a08f..af0515c2 100644 --- a/test/test_v1_filesystem_layout_base.py +++ b/test/test_v1_filesystem_layout_base.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_filesystem_layout_constraints.py b/test/test_v1_filesystem_layout_constraints.py index 5a8aca17..56fb2778 100644 --- a/test/test_v1_filesystem_layout_constraints.py +++ b/test/test_v1_filesystem_layout_constraints.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_filesystem_layout_create_request.py b/test/test_v1_filesystem_layout_create_request.py index ec30748d..828fd73b 100644 --- a/test/test_v1_filesystem_layout_create_request.py +++ b/test/test_v1_filesystem_layout_create_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_filesystem_layout_match_request.py b/test/test_v1_filesystem_layout_match_request.py index 00b8be9f..d17a0dca 100644 --- a/test/test_v1_filesystem_layout_match_request.py +++ b/test/test_v1_filesystem_layout_match_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_filesystem_layout_response.py b/test/test_v1_filesystem_layout_response.py index 4ba9b4ff..65ac565a 100644 --- a/test/test_v1_filesystem_layout_response.py +++ b/test/test_v1_filesystem_layout_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_filesystem_layout_try_request.py b/test/test_v1_filesystem_layout_try_request.py index afaa3cd7..f60000ff 100644 --- a/test/test_v1_filesystem_layout_try_request.py +++ b/test/test_v1_filesystem_layout_try_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_filesystem_layout_update_request.py b/test/test_v1_filesystem_layout_update_request.py index 69078835..b4eb6b4a 100644 --- a/test/test_v1_filesystem_layout_update_request.py +++ b/test/test_v1_filesystem_layout_update_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_firewall_allocate_request.py b/test/test_v1_firewall_allocate_request.py index 4dfbec9e..df784292 100644 --- a/test/test_v1_firewall_allocate_request.py +++ b/test/test_v1_firewall_allocate_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_firewall_create_request.py b/test/test_v1_firewall_create_request.py index 8638570f..f52b55d0 100644 --- a/test/test_v1_firewall_create_request.py +++ b/test/test_v1_firewall_create_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_firewall_egress_rule.py b/test/test_v1_firewall_egress_rule.py index 4df52e8e..be3846b2 100644 --- a/test/test_v1_firewall_egress_rule.py +++ b/test/test_v1_firewall_egress_rule.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_firewall_find_request.py b/test/test_v1_firewall_find_request.py index 6806c0ca..f8fd07f4 100644 --- a/test/test_v1_firewall_find_request.py +++ b/test/test_v1_firewall_find_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_firewall_ingress_rule.py b/test/test_v1_firewall_ingress_rule.py index d1508c63..2251a196 100644 --- a/test/test_v1_firewall_ingress_rule.py +++ b/test/test_v1_firewall_ingress_rule.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_firewall_response.py b/test/test_v1_firewall_response.py index 642215a8..8afaced3 100644 --- a/test/test_v1_firewall_response.py +++ b/test/test_v1_firewall_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_firewall_rules.py b/test/test_v1_firewall_rules.py index 9514be72..7454dfd1 100644 --- a/test/test_v1_firewall_rules.py +++ b/test/test_v1_firewall_rules.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_firmwares_response.py b/test/test_v1_firmwares_response.py index 75cf08f6..910589bc 100644 --- a/test/test_v1_firmwares_response.py +++ b/test/test_v1_firmwares_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_iam_config.py b/test/test_v1_iam_config.py index 0363c1fd..f01d86a9 100644 --- a/test/test_v1_iam_config.py +++ b/test/test_v1_iam_config.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_identifiable.py b/test/test_v1_identifiable.py index 98fe63c7..a5e1ae04 100644 --- a/test/test_v1_identifiable.py +++ b/test/test_v1_identifiable.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_idm_config.py b/test/test_v1_idm_config.py index 9dab4494..b18038a0 100644 --- a/test/test_v1_idm_config.py +++ b/test/test_v1_idm_config.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_image_base.py b/test/test_v1_image_base.py index 591b24a2..9db6dde6 100644 --- a/test/test_v1_image_base.py +++ b/test/test_v1_image_base.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_image_create_request.py b/test/test_v1_image_create_request.py index c3322912..6d6e8024 100644 --- a/test/test_v1_image_create_request.py +++ b/test/test_v1_image_create_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_image_find_request.py b/test/test_v1_image_find_request.py index ca3f6e1a..1646e259 100644 --- a/test/test_v1_image_find_request.py +++ b/test/test_v1_image_find_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_image_response.py b/test/test_v1_image_response.py index db0fb8ea..7b78c9c3 100644 --- a/test/test_v1_image_response.py +++ b/test/test_v1_image_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_image_update_request.py b/test/test_v1_image_update_request.py index 53e3c237..90e1d324 100644 --- a/test/test_v1_image_update_request.py +++ b/test/test_v1_image_update_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_ip_allocate_request.py b/test/test_v1_ip_allocate_request.py index ea119360..83df618d 100644 --- a/test/test_v1_ip_allocate_request.py +++ b/test/test_v1_ip_allocate_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_ip_base.py b/test/test_v1_ip_base.py index b2e681e1..ab142f69 100644 --- a/test/test_v1_ip_base.py +++ b/test/test_v1_ip_base.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_ip_find_request.py b/test/test_v1_ip_find_request.py index e23d940a..9c6cd72f 100644 --- a/test/test_v1_ip_find_request.py +++ b/test/test_v1_ip_find_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_ip_identifiable.py b/test/test_v1_ip_identifiable.py index cbb70d34..caf9d48c 100644 --- a/test/test_v1_ip_identifiable.py +++ b/test/test_v1_ip_identifiable.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_ip_response.py b/test/test_v1_ip_response.py index ca8be044..177f96ce 100644 --- a/test/test_v1_ip_response.py +++ b/test/test_v1_ip_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_ip_update_request.py b/test/test_v1_ip_update_request.py index 5e8f7895..97bfd02e 100644 --- a/test/test_v1_ip_update_request.py +++ b/test/test_v1_ip_update_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_issuer_config.py b/test/test_v1_issuer_config.py index 94d53f0e..5cccc0cd 100644 --- a/test/test_v1_issuer_config.py +++ b/test/test_v1_issuer_config.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_logical_volume.py b/test/test_v1_logical_volume.py index 9b2da25b..f6bc8d38 100644 --- a/test/test_v1_logical_volume.py +++ b/test/test_v1_logical_volume.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_machine_allocate_request.py b/test/test_v1_machine_allocate_request.py index 1d3f787e..c5fa3e26 100644 --- a/test/test_v1_machine_allocate_request.py +++ b/test/test_v1_machine_allocate_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_machine_allocation.py b/test/test_v1_machine_allocation.py index 0cd15ffc..a40e17cc 100644 --- a/test/test_v1_machine_allocation.py +++ b/test/test_v1_machine_allocation.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_machine_allocation_network.py b/test/test_v1_machine_allocation_network.py index a3d47f7b..a58218f4 100644 --- a/test/test_v1_machine_allocation_network.py +++ b/test/test_v1_machine_allocation_network.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_machine_base.py b/test/test_v1_machine_base.py index 0133a810..da759ba8 100644 --- a/test/test_v1_machine_base.py +++ b/test/test_v1_machine_base.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_machine_bios.py b/test/test_v1_machine_bios.py index 8e484179..3dea341d 100644 --- a/test/test_v1_machine_bios.py +++ b/test/test_v1_machine_bios.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_machine_block_device.py b/test/test_v1_machine_block_device.py index 71ee31d1..97f5ecdd 100644 --- a/test/test_v1_machine_block_device.py +++ b/test/test_v1_machine_block_device.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_machine_console_password_request.py b/test/test_v1_machine_console_password_request.py index d38c7d69..e95c3d9b 100644 --- a/test/test_v1_machine_console_password_request.py +++ b/test/test_v1_machine_console_password_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_machine_console_password_response.py b/test/test_v1_machine_console_password_response.py index ae03f677..365bfd5e 100644 --- a/test/test_v1_machine_console_password_response.py +++ b/test/test_v1_machine_console_password_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_machine_find_request.py b/test/test_v1_machine_find_request.py index 819353b6..4742b497 100644 --- a/test/test_v1_machine_find_request.py +++ b/test/test_v1_machine_find_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_machine_fru.py b/test/test_v1_machine_fru.py index de66a26f..2d65f064 100644 --- a/test/test_v1_machine_fru.py +++ b/test/test_v1_machine_fru.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_machine_hardware.py b/test/test_v1_machine_hardware.py index ef9d1ebb..1dd98732 100644 --- a/test/test_v1_machine_hardware.py +++ b/test/test_v1_machine_hardware.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_machine_hardware_base.py b/test/test_v1_machine_hardware_base.py index a3787a3c..4042c5cb 100644 --- a/test/test_v1_machine_hardware_base.py +++ b/test/test_v1_machine_hardware_base.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_machine_ipmi.py b/test/test_v1_machine_ipmi.py index 886566a0..269834f2 100644 --- a/test/test_v1_machine_ipmi.py +++ b/test/test_v1_machine_ipmi.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_machine_ipmi_report.py b/test/test_v1_machine_ipmi_report.py index b3a2fcac..a475b5e3 100644 --- a/test/test_v1_machine_ipmi_report.py +++ b/test/test_v1_machine_ipmi_report.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_machine_ipmi_report_response.py b/test/test_v1_machine_ipmi_report_response.py index 2ed89916..4749c0d3 100644 --- a/test/test_v1_machine_ipmi_report_response.py +++ b/test/test_v1_machine_ipmi_report_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_machine_ipmi_reports.py b/test/test_v1_machine_ipmi_reports.py index 52a31dc4..10e490ba 100644 --- a/test/test_v1_machine_ipmi_reports.py +++ b/test/test_v1_machine_ipmi_reports.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_machine_ipmi_response.py b/test/test_v1_machine_ipmi_response.py index 534782a1..87a30fc4 100644 --- a/test/test_v1_machine_ipmi_response.py +++ b/test/test_v1_machine_ipmi_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_machine_issue.py b/test/test_v1_machine_issue.py index f79fab72..7d236171 100644 --- a/test/test_v1_machine_issue.py +++ b/test/test_v1_machine_issue.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_machine_issue_response.py b/test/test_v1_machine_issue_response.py index b9cdc2a0..d8e5069d 100644 --- a/test/test_v1_machine_issue_response.py +++ b/test/test_v1_machine_issue_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_machine_issues_request.py b/test/test_v1_machine_issues_request.py index a6fd1df8..ee44ec2e 100644 --- a/test/test_v1_machine_issues_request.py +++ b/test/test_v1_machine_issues_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_machine_network.py b/test/test_v1_machine_network.py index 59d62f23..5bd8fd1a 100644 --- a/test/test_v1_machine_network.py +++ b/test/test_v1_machine_network.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_machine_nic.py b/test/test_v1_machine_nic.py index ace9c8ec..f43d6a94 100644 --- a/test/test_v1_machine_nic.py +++ b/test/test_v1_machine_nic.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_machine_provisioning_event.py b/test/test_v1_machine_provisioning_event.py index d07d8b53..4c091671 100644 --- a/test/test_v1_machine_provisioning_event.py +++ b/test/test_v1_machine_provisioning_event.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_machine_recent_provisioning_events.py b/test/test_v1_machine_recent_provisioning_events.py index 45e60d29..e87ab223 100644 --- a/test/test_v1_machine_recent_provisioning_events.py +++ b/test/test_v1_machine_recent_provisioning_events.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_machine_reinstall_request.py b/test/test_v1_machine_reinstall_request.py index 871970f3..4056d61c 100644 --- a/test/test_v1_machine_reinstall_request.py +++ b/test/test_v1_machine_reinstall_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_machine_response.py b/test/test_v1_machine_response.py index 3ab2facf..0429f472 100644 --- a/test/test_v1_machine_response.py +++ b/test/test_v1_machine_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_machine_state.py b/test/test_v1_machine_state.py index 8c761870..7e74db47 100644 --- a/test/test_v1_machine_state.py +++ b/test/test_v1_machine_state.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_machine_update_firmware_request.py b/test/test_v1_machine_update_firmware_request.py index b0f3be3d..83c360e0 100644 --- a/test/test_v1_machine_update_firmware_request.py +++ b/test/test_v1_machine_update_firmware_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_machine_update_request.py b/test/test_v1_machine_update_request.py index 422ca78a..89880632 100644 --- a/test/test_v1_machine_update_request.py +++ b/test/test_v1_machine_update_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_machine_vpn.py b/test/test_v1_machine_vpn.py index f167b244..bd84d8bd 100644 --- a/test/test_v1_machine_vpn.py +++ b/test/test_v1_machine_vpn.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_meta.py b/test/test_v1_meta.py index 4ae98eaf..ba2125ab 100644 --- a/test/test_v1_meta.py +++ b/test/test_v1_meta.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_metal_cpu.py b/test/test_v1_metal_cpu.py index 9198eafd..5238a8c0 100644 --- a/test/test_v1_metal_cpu.py +++ b/test/test_v1_metal_cpu.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_metal_gpu.py b/test/test_v1_metal_gpu.py index c5e2d39e..f631bacb 100644 --- a/test/test_v1_metal_gpu.py +++ b/test/test_v1_metal_gpu.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_network_allocate_request.py b/test/test_v1_network_allocate_request.py index 17e772bd..7481736b 100644 --- a/test/test_v1_network_allocate_request.py +++ b/test/test_v1_network_allocate_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_network_base.py b/test/test_v1_network_base.py index 3955e8a8..69eb2693 100644 --- a/test/test_v1_network_base.py +++ b/test/test_v1_network_base.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_network_create_request.py b/test/test_v1_network_create_request.py index aba546f6..396f1498 100644 --- a/test/test_v1_network_create_request.py +++ b/test/test_v1_network_create_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_network_find_request.py b/test/test_v1_network_find_request.py index eac1d0a6..6949d651 100644 --- a/test/test_v1_network_find_request.py +++ b/test/test_v1_network_find_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_network_immutable.py b/test/test_v1_network_immutable.py index 3ba25c72..849c9766 100644 --- a/test/test_v1_network_immutable.py +++ b/test/test_v1_network_immutable.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_network_response.py b/test/test_v1_network_response.py index 4b861b48..dbd135bc 100644 --- a/test/test_v1_network_response.py +++ b/test/test_v1_network_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_network_update_request.py b/test/test_v1_network_update_request.py index db1f6094..8adef609 100644 --- a/test/test_v1_network_update_request.py +++ b/test/test_v1_network_update_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_network_usage.py b/test/test_v1_network_usage.py index cdd9b2df..ade94494 100644 --- a/test/test_v1_network_usage.py +++ b/test/test_v1_network_usage.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_ntp_server.py b/test/test_v1_ntp_server.py index 6579df1d..0334e954 100644 --- a/test/test_v1_ntp_server.py +++ b/test/test_v1_ntp_server.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_paging.py b/test/test_v1_paging.py index c18af3cf..e15d3901 100644 --- a/test/test_v1_paging.py +++ b/test/test_v1_paging.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_partition_base.py b/test/test_v1_partition_base.py index 94ff4e27..6e2b49fc 100644 --- a/test/test_v1_partition_base.py +++ b/test/test_v1_partition_base.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_partition_boot_configuration.py b/test/test_v1_partition_boot_configuration.py index 16d204c4..4e3ea080 100644 --- a/test/test_v1_partition_boot_configuration.py +++ b/test/test_v1_partition_boot_configuration.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_partition_capacity.py b/test/test_v1_partition_capacity.py index 540fed1e..0e923800 100644 --- a/test/test_v1_partition_capacity.py +++ b/test/test_v1_partition_capacity.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_partition_capacity_request.py b/test/test_v1_partition_capacity_request.py index d0f33306..3807962b 100644 --- a/test/test_v1_partition_capacity_request.py +++ b/test/test_v1_partition_capacity_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_partition_create_request.py b/test/test_v1_partition_create_request.py index 884a6e6e..706313ee 100644 --- a/test/test_v1_partition_create_request.py +++ b/test/test_v1_partition_create_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_partition_response.py b/test/test_v1_partition_response.py index 720170d1..fcd7b82e 100644 --- a/test/test_v1_partition_response.py +++ b/test/test_v1_partition_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_partition_update_request.py b/test/test_v1_partition_update_request.py index 8713a920..0b1ff1fe 100644 --- a/test/test_v1_partition_update_request.py +++ b/test/test_v1_partition_update_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_power_metric.py b/test/test_v1_power_metric.py index f931d75b..bfcb2e11 100644 --- a/test/test_v1_power_metric.py +++ b/test/test_v1_power_metric.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_power_supply.py b/test/test_v1_power_supply.py index c4935eb4..b751d3e2 100644 --- a/test/test_v1_power_supply.py +++ b/test/test_v1_power_supply.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_power_supply_status.py b/test/test_v1_power_supply_status.py index 6d15069c..b23e6d07 100644 --- a/test/test_v1_power_supply_status.py +++ b/test/test_v1_power_supply_status.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_project.py b/test/test_v1_project.py index 3167655c..302d2c7a 100644 --- a/test/test_v1_project.py +++ b/test/test_v1_project.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_project_create_request.py b/test/test_v1_project_create_request.py index 52cecbf2..b32ea119 100644 --- a/test/test_v1_project_create_request.py +++ b/test/test_v1_project_create_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_project_find_request.py b/test/test_v1_project_find_request.py index ac346c56..10d2ceef 100644 --- a/test/test_v1_project_find_request.py +++ b/test/test_v1_project_find_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_project_response.py b/test/test_v1_project_response.py index ae6b05f1..0641e0d7 100644 --- a/test/test_v1_project_response.py +++ b/test/test_v1_project_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_project_update_request.py b/test/test_v1_project_update_request.py index 18744377..c54f396f 100644 --- a/test/test_v1_project_update_request.py +++ b/test/test_v1_project_update_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_quota.py b/test/test_v1_quota.py index ea65bedb..11c8e864 100644 --- a/test/test_v1_quota.py +++ b/test/test_v1_quota.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_quota_set.py b/test/test_v1_quota_set.py index d37107ef..b9f13b4b 100644 --- a/test/test_v1_quota_set.py +++ b/test/test_v1_quota_set.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_raid.py b/test/test_v1_raid.py index 3fe74a1c..bcf22af5 100644 --- a/test/test_v1_raid.py +++ b/test/test_v1_raid.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_server_capacity.py b/test/test_v1_server_capacity.py index fe3e8958..c58843f8 100644 --- a/test/test_v1_server_capacity.py +++ b/test/test_v1_server_capacity.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_size_constraint.py b/test/test_v1_size_constraint.py index a41a994a..51083582 100644 --- a/test/test_v1_size_constraint.py +++ b/test/test_v1_size_constraint.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_size_create_request.py b/test/test_v1_size_create_request.py index 7820e025..9cf547d9 100644 --- a/test/test_v1_size_create_request.py +++ b/test/test_v1_size_create_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_size_image_constraint_base.py b/test/test_v1_size_image_constraint_base.py index 8b758050..2f61d224 100644 --- a/test/test_v1_size_image_constraint_base.py +++ b/test/test_v1_size_image_constraint_base.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_size_image_constraint_create_request.py b/test/test_v1_size_image_constraint_create_request.py index 8dc0d988..c59975ee 100644 --- a/test/test_v1_size_image_constraint_create_request.py +++ b/test/test_v1_size_image_constraint_create_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_size_image_constraint_response.py b/test/test_v1_size_image_constraint_response.py index 4739f108..e20b4776 100644 --- a/test/test_v1_size_image_constraint_response.py +++ b/test/test_v1_size_image_constraint_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_size_image_constraint_try_request.py b/test/test_v1_size_image_constraint_try_request.py index 6005dcb8..59872cf0 100644 --- a/test/test_v1_size_image_constraint_try_request.py +++ b/test/test_v1_size_image_constraint_try_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_size_image_constraint_update_request.py b/test/test_v1_size_image_constraint_update_request.py index 9cb4ce80..f6fb9489 100644 --- a/test/test_v1_size_image_constraint_update_request.py +++ b/test/test_v1_size_image_constraint_update_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_size_reservation_create_request.py b/test/test_v1_size_reservation_create_request.py index 75497b5d..bba7abec 100644 --- a/test/test_v1_size_reservation_create_request.py +++ b/test/test_v1_size_reservation_create_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_size_reservation_list_request.py b/test/test_v1_size_reservation_list_request.py index b8301d18..405db13e 100644 --- a/test/test_v1_size_reservation_list_request.py +++ b/test/test_v1_size_reservation_list_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_size_reservation_response.py b/test/test_v1_size_reservation_response.py index 14266d05..4aa6f2d2 100644 --- a/test/test_v1_size_reservation_response.py +++ b/test/test_v1_size_reservation_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_size_reservation_update_request.py b/test/test_v1_size_reservation_update_request.py index 903ca1b8..43a55f43 100644 --- a/test/test_v1_size_reservation_update_request.py +++ b/test/test_v1_size_reservation_update_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_size_reservation_usage_response.py b/test/test_v1_size_reservation_usage_response.py index 5a0ec7da..a1941257 100644 --- a/test/test_v1_size_reservation_usage_response.py +++ b/test/test_v1_size_reservation_usage_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_size_response.py b/test/test_v1_size_response.py index 770123c3..4e0e2bb6 100644 --- a/test/test_v1_size_response.py +++ b/test/test_v1_size_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_size_suggest_request.py b/test/test_v1_size_suggest_request.py index 84b9b61d..dcbfa672 100644 --- a/test/test_v1_size_suggest_request.py +++ b/test/test_v1_size_suggest_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_size_update_request.py b/test/test_v1_size_update_request.py index d46ae765..d8207cbb 100644 --- a/test/test_v1_size_update_request.py +++ b/test/test_v1_size_update_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_switch_base.py b/test/test_v1_switch_base.py index 999e9208..9fad0f1a 100644 --- a/test/test_v1_switch_base.py +++ b/test/test_v1_switch_base.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_switch_bgp_port_state.py b/test/test_v1_switch_bgp_port_state.py index 2ead825f..81cf45cc 100644 --- a/test/test_v1_switch_bgp_port_state.py +++ b/test/test_v1_switch_bgp_port_state.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_switch_connection.py b/test/test_v1_switch_connection.py index 5e541df4..9402aa72 100644 --- a/test/test_v1_switch_connection.py +++ b/test/test_v1_switch_connection.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_switch_find_request.py b/test/test_v1_switch_find_request.py index 0d5c8f95..4b22976d 100644 --- a/test/test_v1_switch_find_request.py +++ b/test/test_v1_switch_find_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_switch_migrate_request.py b/test/test_v1_switch_migrate_request.py index da0a032c..76b1d834 100644 --- a/test/test_v1_switch_migrate_request.py +++ b/test/test_v1_switch_migrate_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_switch_nic.py b/test/test_v1_switch_nic.py index ffb81079..083b3587 100644 --- a/test/test_v1_switch_nic.py +++ b/test/test_v1_switch_nic.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_switch_notify_request.py b/test/test_v1_switch_notify_request.py index a460395a..2b687c52 100644 --- a/test/test_v1_switch_notify_request.py +++ b/test/test_v1_switch_notify_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_switch_notify_response.py b/test/test_v1_switch_notify_response.py index a096e310..1c1809f2 100644 --- a/test/test_v1_switch_notify_response.py +++ b/test/test_v1_switch_notify_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_switch_os.py b/test/test_v1_switch_os.py index 1df16551..694fdb50 100644 --- a/test/test_v1_switch_os.py +++ b/test/test_v1_switch_os.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_switch_port_toggle_request.py b/test/test_v1_switch_port_toggle_request.py index 5c15668d..5964f07d 100644 --- a/test/test_v1_switch_port_toggle_request.py +++ b/test/test_v1_switch_port_toggle_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_switch_register_request.py b/test/test_v1_switch_register_request.py index add9077b..2d1b09f1 100644 --- a/test/test_v1_switch_register_request.py +++ b/test/test_v1_switch_register_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_switch_response.py b/test/test_v1_switch_response.py index 00a0c8d1..33b5fac0 100644 --- a/test/test_v1_switch_response.py +++ b/test/test_v1_switch_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_switch_sync.py b/test/test_v1_switch_sync.py index f61b4a0a..4b08c440 100644 --- a/test/test_v1_switch_sync.py +++ b/test/test_v1_switch_sync.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_switch_update_request.py b/test/test_v1_switch_update_request.py index 0356544f..5fec7da5 100644 --- a/test/test_v1_switch_update_request.py +++ b/test/test_v1_switch_update_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_tenant.py b/test/test_v1_tenant.py index d25ee48e..c6c48e12 100644 --- a/test/test_v1_tenant.py +++ b/test/test_v1_tenant.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_tenant_create_request.py b/test/test_v1_tenant_create_request.py index 136cb20a..f2e3f03e 100644 --- a/test/test_v1_tenant_create_request.py +++ b/test/test_v1_tenant_create_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_tenant_find_request.py b/test/test_v1_tenant_find_request.py index 8a75ce09..a0d1fbeb 100644 --- a/test/test_v1_tenant_find_request.py +++ b/test/test_v1_tenant_find_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_tenant_response.py b/test/test_v1_tenant_response.py index 4289cc74..923ae8d1 100644 --- a/test/test_v1_tenant_response.py +++ b/test/test_v1_tenant_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_tenant_update_request.py b/test/test_v1_tenant_update_request.py index 4d574127..4452f708 100644 --- a/test/test_v1_tenant_update_request.py +++ b/test/test_v1_tenant_update_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_timestamps.py b/test/test_v1_timestamps.py index f0df8e2b..97b74b06 100644 --- a/test/test_v1_timestamps.py +++ b/test/test_v1_timestamps.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_user.py b/test/test_v1_user.py index 35d76f10..8c27ab9f 100644 --- a/test/test_v1_user.py +++ b/test/test_v1_user.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_vendor_revisions.py b/test/test_v1_vendor_revisions.py index 31b1cfec..326a670e 100644 --- a/test/test_v1_vendor_revisions.py +++ b/test/test_v1_vendor_revisions.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_volume_group.py b/test/test_v1_volume_group.py index 3671823a..6eb228e1 100644 --- a/test/test_v1_volume_group.py +++ b/test/test_v1_volume_group.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_vpn_request.py b/test/test_v1_vpn_request.py index 05d426d3..7803c719 100644 --- a/test/test_v1_vpn_request.py +++ b/test/test_v1_vpn_request.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_v1_vpn_response.py b/test/test_v1_vpn_response.py index 83411b31..996af1d0 100644 --- a/test/test_v1_vpn_response.py +++ b/test/test_v1_vpn_response.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_version_api.py b/test/test_version_api.py index 21241f80..d9d8bcee 100644 --- a/test/test_version_api.py +++ b/test/test_version_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_vpn_api.py b/test/test_vpn_api.py index 0cb36f65..0aab90ac 100644 --- a/test/test_vpn_api.py +++ b/test/test_vpn_api.py @@ -5,7 +5,7 @@ API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501 - OpenAPI spec version: v0.39.8 + OpenAPI spec version: v0.39.9 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/version.py b/version.py index 08ba89a1..3d346809 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -VERSION = 'v0.39.8' +VERSION = 'v0.39.9'