Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/clients/src/api/instance/v1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,10 @@ export interface ServerIp {
provisioningMode: ServerIpProvisioningMode
/** Tags associated with the IP. */
tags: string[]
state: ServerIpState
/** The ip_id of an IPAM ip if the ip is created from IPAM, null if not. */
ipamId: string
/** IP address state. */
state: ServerIpState
}

export interface ServerIpv6 {
Expand Down