Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion docs/V1IPAllocateRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**addressfamily** | **str** | the addressfamily to allocate a ip address from the given network, defaults to IPv4 |
**addressfamily** | **str** | the addressfamily to allocate a ip address from the given network, defaults to IPv4 | [optional]
**description** | **str** | a description for this entity | [optional]
**machineid** | **str** | the machine id this ip should be associated with | [optional]
**name** | **str** | a readable name for this entity | [optional]
Expand Down
4 changes: 2 additions & 2 deletions docs/V1NetworkAllocateRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**addressfamily** | **str** | the addressfamily to allocate a child network defaults. If not specified, the child network inherits the addressfamilies from the parent. |
**addressfamily** | **str** | the addressfamily to allocate a child network. If not specified, the child network inherits the addressfamilies from the parent. | [optional]
**description** | **str** | a description for this entity | [optional]
**destinationprefixes** | **list[str]** | the destination prefixes of this network | [optional]
**labels** | **dict(str, str)** | free labels that you associate with this network. | [optional]
**length** | **dict(str, int)** | the bitlen of the prefix to allocate, defaults to defaultchildprefixlength of super prefix |
**length** | **dict(str, int)** | the bit lengths of the prefix to allocate, defaults to the default child prefix lengths of the parent network | [optional]
**name** | **str** | a readable name for this entity | [optional]
**nat** | **bool** | if set to true, packets leaving this network get masqueraded behind interface ip | [optional]
**parentnetworkid** | **str** | the parent network from which this network should be allocated |
Expand Down
2 changes: 1 addition & 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.40.1
OpenAPI spec version: v0.40.2

Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
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.40.1
OpenAPI spec version: v0.40.2

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.40.1
OpenAPI spec version: v0.40.2

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.40.1
OpenAPI spec version: v0.40.2

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.40.1
OpenAPI spec version: v0.40.2

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.40.1
OpenAPI spec version: v0.40.2

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.40.1
OpenAPI spec version: v0.40.2

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.40.1
OpenAPI spec version: v0.40.2

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.40.1
OpenAPI spec version: v0.40.2

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.40.1
OpenAPI spec version: v0.40.2

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.40.1
OpenAPI spec version: v0.40.2

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.40.1
OpenAPI spec version: v0.40.2

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.40.1
OpenAPI spec version: v0.40.2

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.40.1
OpenAPI spec version: v0.40.2

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.40.1
OpenAPI spec version: v0.40.2

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.40.1
OpenAPI spec version: v0.40.2

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.40.1
OpenAPI spec version: v0.40.2

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.40.1
OpenAPI spec version: v0.40.2

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.40.1
OpenAPI spec version: v0.40.2

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.40.1
OpenAPI spec version: v0.40.2

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.40.1/python'
self.user_agent = 'Swagger-Codegen/v0.40.2/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.40.1
OpenAPI spec version: v0.40.2

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.40.1\n"\
"SDK Package Version: v0.40.1".\
"Version of the API: v0.40.2\n"\
"SDK Package Version: v0.40.2".\
format(env=sys.platform, pyversion=sys.version)
2 changes: 1 addition & 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.40.1
OpenAPI spec version: v0.40.2

Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
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.40.1
OpenAPI spec version: v0.40.2

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.40.1
OpenAPI spec version: v0.40.2

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.40.1
OpenAPI spec version: v0.40.2

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.40.1
OpenAPI spec version: v0.40.2

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.40.1
OpenAPI spec version: v0.40.2

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.40.1
OpenAPI spec version: v0.40.2

Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/models/metal_switch_bgp_port_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.40.1
OpenAPI spec version: v0.40.2

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.40.1
OpenAPI spec version: v0.40.2

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.40.1
OpenAPI spec version: v0.40.2

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.40.1
OpenAPI spec version: v0.40.2

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.40.1
OpenAPI spec version: v0.40.2

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.40.1
OpenAPI spec version: v0.40.2

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.40.1
OpenAPI spec version: v0.40.2

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.40.1
OpenAPI spec version: v0.40.2

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.40.1
OpenAPI spec version: v0.40.2

Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/models/v1_common.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.40.1
OpenAPI spec version: v0.40.2

Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/models/v1_describable.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.40.1
OpenAPI spec version: v0.40.2

Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
Loading