We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f52e9e commit fb9c7ebCopy full SHA for fb9c7eb
linode_api4/objects/linode.py
@@ -2012,7 +2012,8 @@ def linode_interfaces(self) -> Optional[list[LinodeInterface]]:
2012
2013
API Documentation: https://techdocs.akamai.com/linode-api/reference/get-linode-interface
2014
2015
- :returns: An ordered list of interfaces under this Linode.
+ :returns: An ordered list of linode interfaces under this Linode. If the linode is with legacy config interfaces, returns None.
2016
+ :rtype: Optional[list[LinodeInterface]]
2017
"""
2018
2019
if self.interface_generation != "linode":
0 commit comments