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
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions docs/V1MachineNetwork.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ Name | Type | Description | Notes
**destinationprefixes** | **list[str]** | the destination prefixes of this network |
**ips** | **list[str]** | the ip addresses of the allocated machine in this vrf |
**nat** | **bool** | if set to true, packets leaving this network get masqueraded behind interface ip |
**nattypev2** | **str** | |
**networkid** | **str** | the networkID of the allocated machine in this vrf |
**networktype** | **str** | the network type, types can be looked up in the network package of metal-lib |
**networktypev2** | **str** | |
**prefixes** | **list[str]** | the prefixes of this network |
**private** | **bool** | indicates whether this network is the private network of this machine |
**projectid** | **str** | project of this network, empty string if not project scoped |
**underlay** | **bool** | if set to true, this network can be used for underlay communication |
**vrf** | **int** | the vrf of the allocated machine |

Expand Down
2 changes: 2 additions & 0 deletions docs/V1NetworkCreateRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Name | Type | Description | Notes
**labels** | **dict(str, str)** | free labels that you associate with this network. | [optional]
**name** | **str** | a readable name for this entity | [optional]
**nat** | **bool** | if set to true, packets leaving this ipv4 network get masqueraded behind interface ip |
**nattype** | **str** | apiv2 nat type |
**networktype** | **str** | apiv2 network type |
**parentnetworkid** | **str** | the id of the parent network | [optional]
**partitionid** | **str** | the partition this network belongs to | [optional]
**prefixes** | **list[str]** | the prefixes of this network |
Expand Down
2 changes: 2 additions & 0 deletions docs/V1NetworkImmutable.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Name | Type | Description | Notes
**defaultchildprefixlength** | **dict(str, int)** | if privatesuper, this defines the bitlen of child prefixes per addressfamily if not nil | [optional]
**destinationprefixes** | **list[str]** | the destination prefixes of this network |
**nat** | **bool** | if set to true, packets leaving this ipv4 network get masqueraded behind interface ip |
**nattype** | **str** | apiv2 nat type |
**networktype** | **str** | apiv2 network type |
**parentnetworkid** | **str** | the id of the parent network | [optional]
**prefixes** | **list[str]** | the prefixes of this network |
**privatesuper** | **bool** | if set to true, this network will serve as a partition's super network for the internal machine networks,there can only be one privatesuper network per partition |
Expand Down
2 changes: 2 additions & 0 deletions docs/V1NetworkResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Name | Type | Description | Notes
**labels** | **dict(str, str)** | free labels that you associate with this network. | [optional]
**name** | **str** | a readable name for this entity | [optional]
**nat** | **bool** | if set to true, packets leaving this ipv4 network get masqueraded behind interface ip |
**nattype** | **str** | apiv2 nat type |
**networktype** | **str** | apiv2 network type |
**parentnetworkid** | **str** | the id of the parent network | [optional]
**partitionid** | **str** | the partition this network belongs to | [optional]
**prefixes** | **list[str]** | the prefixes of this network |
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.43.0
OpenAPI spec version: v0.43.1

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.43.0
OpenAPI spec version: v0.43.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.43.0
OpenAPI spec version: v0.43.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.43.0
OpenAPI spec version: v0.43.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.43.0
OpenAPI spec version: v0.43.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.43.0
OpenAPI spec version: v0.43.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.43.0
OpenAPI spec version: v0.43.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.43.0
OpenAPI spec version: v0.43.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.43.0
OpenAPI spec version: v0.43.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.43.0
OpenAPI spec version: v0.43.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.43.0
OpenAPI spec version: v0.43.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.43.0
OpenAPI spec version: v0.43.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.43.0
OpenAPI spec version: v0.43.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.43.0
OpenAPI spec version: v0.43.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.43.0
OpenAPI spec version: v0.43.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.43.0
OpenAPI spec version: v0.43.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.43.0
OpenAPI spec version: v0.43.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.43.0
OpenAPI spec version: v0.43.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.43.0
OpenAPI spec version: v0.43.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.43.0
OpenAPI spec version: v0.43.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.43.0/python'
self.user_agent = 'Swagger-Codegen/v0.43.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.43.0
OpenAPI spec version: v0.43.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.43.0\n"\
"SDK Package Version: v0.43.0".\
"Version of the API: v0.43.1\n"\
"SDK Package Version: v0.43.1".\
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.43.0
OpenAPI spec version: v0.43.1

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.43.0
OpenAPI spec version: v0.43.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.43.0
OpenAPI spec version: v0.43.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.43.0
OpenAPI spec version: v0.43.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.43.0
OpenAPI spec version: v0.43.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.43.0
OpenAPI spec version: v0.43.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.43.0
OpenAPI spec version: v0.43.1

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.43.0
OpenAPI spec version: v0.43.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.43.0
OpenAPI spec version: v0.43.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.43.0
OpenAPI spec version: v0.43.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.43.0
OpenAPI spec version: v0.43.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.43.0
OpenAPI spec version: v0.43.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.43.0
OpenAPI spec version: v0.43.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.43.0
OpenAPI spec version: v0.43.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.43.0
OpenAPI spec version: v0.43.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.43.0
OpenAPI spec version: v0.43.1

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