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 2ef37ae commit cee3651Copy full SHA for cee3651
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