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 8981ef3 commit 8af8c51Copy full SHA for 8af8c51
linode_api4/objects/linode.py
@@ -1963,6 +1963,14 @@ def interfaces_settings(self) -> LinodeInterfacesSettings:
1963
1964
@property
1965
def interfaces(self):
1966
+ """
1967
+ All interfaces for this Linode.
1968
+
1969
+ API Documentation: https://techdocs.akamai.com/linode-api/reference/get-linode-interface
1970
1971
+ :returns: An ordered list of interfaces under this Linode.
1972
1973
1974
if not hasattr(self, "_interfaces"):
1975
result = self._client.get(
1976
"{}/interfaces".format(Instance.api_endpoint),
0 commit comments