Skip to content

Commit 009352e

Browse files
authored
docs(instance): add missing field (#1979)
1 parent 99a99cc commit 009352e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

api/instance/v1/instance_sdk.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,11 +1186,12 @@ type ServerIP struct {
11861186
// Tags: tags associated with the IP.
11871187
Tags []string `json:"tags"`
11881188

1189-
// State: default value: unknown_state
1190-
State ServerIPState `json:"state"`
1191-
11921189
// IpamID: the ip_id of an IPAM ip if the ip is created from IPAM, null if not.
11931190
IpamID string `json:"ipam_id"`
1191+
1192+
// State: IP address state.
1193+
// Default value: unknown_state
1194+
State ServerIPState `json:"state"`
11941195
}
11951196

11961197
// ServerIPv6: server i pv6.

0 commit comments

Comments
 (0)