We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef709d7 commit 1b68419Copy full SHA for 1b68419
1 file changed
linode_api4/groups/linode.py
@@ -9,10 +9,7 @@
9
Firewall,
10
Instance,
11
InstanceDiskEncryptionType,
12
- InterfaceGeneration,
13
Kernel,
14
- LinodeInterfaceOptions,
15
- NetworkInterface,
16
PlacementGroup,
17
StackScript,
18
Type,
@@ -22,8 +19,13 @@
22
19
from linode_api4.objects.linode import (
23
20
Backup,
24
21
InstancePlacementGroupAssignment,
+ InterfaceGeneration,
+ NetworkInterface,
25
_expand_placement_group_assignment,
26
)
+from linode_api4.objects.linode_interfaces import (
27
+ LinodeInterfaceOptions,
28
+)
29
from linode_api4.util import drop_null_keys
30
31
0 commit comments