Skip to content

Commit

Permalink
Merge pull request #131 from metal-stack/auto-generate/v0.37.1
Browse files Browse the repository at this point in the history
Bump metal-api to version v0.37.1
  • Loading branch information
majst01 authored Oct 2, 2024
2 parents a9e0f47 + f178f31 commit 3a3e138
Show file tree
Hide file tree
Showing 346 changed files with 765 additions and 345 deletions.
1 change: 1 addition & 0 deletions docs/V1MachineIPMI.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Name | Type | Description | Notes
**password** | **str** | |
**powermetric** | [**V1PowerMetric**](V1PowerMetric.md) | |
**powerstate** | **str** | |
**powersupplies** | [**list[V1PowerSupply]**](V1PowerSupply.md) | |
**user** | **str** | |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
1 change: 1 addition & 0 deletions docs/V1MachineIpmiReport.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Name | Type | Description | Notes
**indicator_led_state** | **str** | |
**power_metric** | [**V1PowerMetric**](V1PowerMetric.md) | |
**power_state** | **str** | |
**power_supplies** | [**list[V1PowerSupply]**](V1PowerSupply.md) | |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
10 changes: 10 additions & 0 deletions docs/V1PowerSupply.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# V1PowerSupply

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**status** | [**V1PowerSupplyStatus**](V1PowerSupplyStatus.md) | |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


11 changes: 11 additions & 0 deletions docs/V1PowerSupplyStatus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# V1PowerSupplyStatus

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**health** | **str** | |
**state** | **str** | |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


4 changes: 3 additions & 1 deletion metal_python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down Expand Up @@ -140,6 +140,8 @@
from metal_python.models.v1_partition_response import V1PartitionResponse
from metal_python.models.v1_partition_update_request import V1PartitionUpdateRequest
from metal_python.models.v1_power_metric import V1PowerMetric
from metal_python.models.v1_power_supply import V1PowerSupply
from metal_python.models.v1_power_supply_status import V1PowerSupplyStatus
from metal_python.models.v1_project import V1Project
from metal_python.models.v1_project_create_request import V1ProjectCreateRequest
from metal_python.models.v1_project_find_request import V1ProjectFindRequest
Expand Down
2 changes: 1 addition & 1 deletion metal_python/api/audit_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/api/filesystemlayout_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/api/firewall_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/api/firmware_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/api/health_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/api/image_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/api/ip_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/api/machine_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/api/network_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/api/partition_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/api/project_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/api/size_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/api/sizeimageconstraint_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/api/switch_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/api/tenant_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/api/user_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/api/version_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/api/vpn_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
4 changes: 2 additions & 2 deletions metal_python/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down Expand Up @@ -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.37.0/python'
self.user_agent = 'Swagger-Codegen/v0.37.1/python'

def __del__(self):
if self._pool is not None:
Expand Down
6 changes: 3 additions & 3 deletions metal_python/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down Expand Up @@ -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.37.0\n"\
"SDK Package Version: v0.37.0".\
"Version of the API: v0.37.1\n"\
"SDK Package Version: v0.37.1".\
format(env=sys.platform, pyversion=sys.version)
4 changes: 3 additions & 1 deletion metal_python/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down Expand Up @@ -116,6 +116,8 @@
from metal_python.models.v1_partition_response import V1PartitionResponse
from metal_python.models.v1_partition_update_request import V1PartitionUpdateRequest
from metal_python.models.v1_power_metric import V1PowerMetric
from metal_python.models.v1_power_supply import V1PowerSupply
from metal_python.models.v1_power_supply_status import V1PowerSupplyStatus
from metal_python.models.v1_project import V1Project
from metal_python.models.v1_project_create_request import V1ProjectCreateRequest
from metal_python.models.v1_project_find_request import V1ProjectFindRequest
Expand Down
2 changes: 1 addition & 1 deletion metal_python/models/datastore_image_search_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/models/datastore_ip_search_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/models/datastore_machine_search_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/models/datastore_network_search_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/models/datastore_switch_search_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/models/httperrors_http_error_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/models/rest_health_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/models/rest_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/models/v1_audit_find_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/models/v1_audit_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/models/v1_bgp_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/models/v1_board_revisions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/models/v1_boot_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/models/v1_chassis_identify_led_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.37.0
OpenAPI spec version: v0.37.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
Loading

0 comments on commit 3a3e138

Please sign in to comment.