feat: working create

This commit is contained in:
2026-01-31 00:45:23 +01:00
parent b5320bf29a
commit a0dc6410a0
5 changed files with 244 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
module proxmox.lxc
module proxmox
import "@formae/formae.pkl"
@@ -12,6 +12,9 @@ class ExampleResource extends formae.Resource {
@formae.FieldHint { createOnly = true }
vmid: String
@formae.FieldHint { createOnly = true }
ostemplate: String
@formae.FieldHint {}
name: String