Skip to content

Commit 81ea626

Browse files
authored
docs(instance): document state in ServerIp (#1107)
1 parent 46f2db2 commit 81ea626

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/clients/src/api/instance/v1/types.gen.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,10 @@ export interface ServerIp {
303303
provisioningMode: ServerIpProvisioningMode
304304
/** Tags associated with the IP. */
305305
tags: string[]
306-
state: ServerIpState
307306
/** The ip_id of an IPAM ip if the ip is created from IPAM, null if not. */
308307
ipamId: string
308+
/** IP address state. */
309+
state: ServerIpState
309310
}
310311

311312
export interface ServerIpv6 {

0 commit comments

Comments
 (0)