Skip to content

Commit

Permalink
LBAAS: add ipv6 field to godo
Browse files Browse the repository at this point in the history
  • Loading branch information
jvasilevsky committed Nov 22, 2024
1 parent 73ff37f commit 9c46fdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions load_balancers.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ type LoadBalancer struct {
ID string `json:"id,omitempty"`
Name string `json:"name,omitempty"`
IP string `json:"ip,omitempty"`
IPv6 string `json:"ipv6,omitempty"`
// SizeSlug is mutually exclusive with SizeUnit. Only one should be specified
SizeSlug string `json:"size,omitempty"`
// SizeUnit is mutually exclusive with SizeSlug. Only one should be specified
Expand Down

0 comments on commit 9c46fdf

Please sign in to comment.