Skip to content

Commit 98a18b0

Browse files
authored
feat(instance): add missing 'enable_routed_ip' action (#842)
1 parent 92c9e54 commit 98a18b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export type ServerAction =
4646
| 'poweroff'
4747
| 'terminate'
4848
| 'reboot'
49+
| 'enable_routed_ip'
4950

5051
export type ServerIpIpFamily = 'inet' | 'inet6'
5152

0 commit comments

Comments
 (0)