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 f84d49c commit 3df218eCopy full SHA for 3df218e
api/instance/v1/instance_sdk.go
@@ -1188,6 +1188,9 @@ type ServerIP struct {
1188
1189
// State: default value: unknown_state
1190
State ServerIPState `json:"state"`
1191
+
1192
+ // IpamID: the ip_id of an IPAM ip if the ip is created from IPAM, null if not.
1193
+ IpamID string `json:"ipam_id"`
1194
}
1195
1196
// ServerIPv6: server i pv6.
@@ -1429,6 +1432,8 @@ type IP struct {
1429
1432
1430
1433
Prefix scw.IPNet `json:"prefix"`
1431
1434
1435
1436
1437
// Zone: zone to target. If none is passed will use default zone from the config.
1438
Zone scw.Zone `json:"zone"`
1439
0 commit comments