File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ import (
77// NodeBalancerVPCConfig objects represent a VPC config for a NodeBalancer
88// NOTE: NodeBalancer VPC support may not currently be available to all users.
99type NodeBalancerVPCConfig struct {
10- ID int `json:"id"`
11- IPv4Range string `json:"ipv4_range"`
12- IPv6Range string `json:"ipv6_range,omitzero"`
13- NodeBalancerID int `json:"nodebalancer_id"`
14- SubnetID int `json:"subnet_id"`
15- VPCID int `json:"vpc_id"`
10+ ID int `json:"id"`
11+ IPv4Range string `json:"ipv4_range"`
12+ IPv6Range string `json:"ipv6_range,omitzero"`
13+ NodeBalancerID int `json:"nodebalancer_id"`
14+ SubnetID int `json:"subnet_id"`
15+ VPCID int `json:"vpc_id"`
1616 Purpose NodeBalancerVPCConfigPurpose `json:"purpose,omitzero"`
1717}
1818
Original file line number Diff line number Diff line change 44 "context"
55 "testing"
66
7- "github.com/linode/linodego"
7+ "github.com/linode/linodego/v2 "
88 "github.com/stretchr/testify/assert"
99)
1010
You can’t perform that action at this time.
0 commit comments