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 644a54a commit 4f3b37bCopy full SHA for 4f3b37b
api/flexibleip/v1alpha1/flexibleip_sdk.go
@@ -245,7 +245,7 @@ type FlexibleIP struct {
245
// Default value: unknown
246
Status FlexibleIPStatus `json:"status"`
247
// IPAddress: IP of the Flexible IP
248
- IPAddress net.IP `json:"ip_address"`
+ IPAddress scw.IPNet `json:"ip_address"`
249
// MacAddress: mAC address of the Flexible IP
250
MacAddress *MACAddress `json:"mac_address"`
251
// ServerID: ID of the server linked to the Flexible IP
0 commit comments