Skip to content

Commit 3281677

Browse files
authored
fix(instance): update generated apis (#219)
1 parent 1a8fd62 commit 3281677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/instance/v1/instance_sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ type ServerIPv6 struct {
10191019
// Address display the server IPv6 IP-Address
10201020
Address net.IP `json:"address"`
10211021
// Gateway display the IPv6 IP-addresses gateway
1022-
Gateway string `json:"gateway"`
1022+
Gateway net.IP `json:"gateway"`
10231023
// Netmask display the IPv6 IP-addresses CIDR netmask
10241024
Netmask string `json:"netmask"`
10251025
}

0 commit comments

Comments
 (0)