Skip to content

Commit

Permalink
fix(instance): update generated apis (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerome-quere authored Oct 23, 2019
1 parent 1a8fd62 commit 3281677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/instance/v1/instance_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ type ServerIPv6 struct {
// Address display the server IPv6 IP-Address
Address net.IP `json:"address"`
// Gateway display the IPv6 IP-addresses gateway
Gateway string `json:"gateway"`
Gateway net.IP `json:"gateway"`
// Netmask display the IPv6 IP-addresses CIDR netmask
Netmask string `json:"netmask"`
}
Expand Down

0 comments on commit 3281677

Please sign in to comment.