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 6408429 commit 36cbfcbCopy full SHA for 36cbfcb
linode_api4/objects/linode.py
@@ -1951,6 +1951,7 @@ def interface_create(
1951
If set, the new instance will be a VPC interface.
1952
1953
:returns: The newly created Linode Interface.
1954
+ :rtype: LinodeInterface
1955
"""
1956
1957
params = {
@@ -1984,6 +1985,7 @@ def interfaces_settings(self) -> LinodeInterfacesSettings:
1984
1985
NOTE: Linode interfaces may not currently be available to all users.
1986
1987
:returns: The settings for instance-level interface settings for this Linode.
1988
+ :rtype: LinodeInterfacesSettings
1989
1990
1991
# NOTE: We do not implement this as a Property because Property does
0 commit comments