Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.35 KB

DeviceInterface.md

File metadata and controls

28 lines (24 loc) · 1.35 KB

DeviceInterface

Properties

Name Type Description Notes
id int [optional]
device NestedDevice
name str
type Type2
enabled bool [optional]
lag NestedInterface [optional]
mtu int [optional]
mac_address str [optional]
mgmt_only bool This interface is used only for out-of-band management [optional]
description str [optional]
connected_endpoint_type str [optional]
connected_endpoint dict(str, str) Return the appropriate serializer for the type of connected object. [optional]
connection_status ConnectionStatus [optional]
cable NestedCable [optional]
mode Mode [optional]
untagged_vlan NestedVLAN [optional]
tagged_vlans list[NestedVLAN] [optional]
tags list[str] [optional]
count_ipaddresses int [optional]

[Back to Model list] [Back to API list] [Back to README]