We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c42a7fb commit 6495d30Copy full SHA for 6495d30
firewall_devices.go
@@ -13,9 +13,9 @@ type FirewallDeviceType string
13
14
// FirewallDeviceType constants start with FirewallDevice
15
const (
16
- FirewallDeviceLinode FirewallDeviceType = "linode"
17
- FirewallDeviceNodeBalancer FirewallDeviceType = "nodebalancer"
18
- FirewallDeviceInterface FirewallDeviceType = "interface"
+ FirewallDeviceLinode FirewallDeviceType = "linode"
+ FirewallDeviceNodeBalancer FirewallDeviceType = "nodebalancer"
+ FirewallDeviceLinodeInterface FirewallDeviceType = "linode_interface"
19
)
20
21
// FirewallDevice represents a device governed by a Firewall
0 commit comments