almost empty
This commit is contained in:
21
schema/pkl/proxmox.pkl
Normal file
21
schema/pkl/proxmox.pkl
Normal file
@@ -0,0 +1,21 @@
|
||||
module proxmox.lxc
|
||||
|
||||
import "@formae/formae.pkl"
|
||||
|
||||
@formae.ResourceHint {
|
||||
type = "PROXMOX::Service::LXC"
|
||||
identifier = "$.vmid"
|
||||
}
|
||||
class ExampleResource extends formae.Resource {
|
||||
fixed hidden type: String = "PROXMOX::Service::LXC"
|
||||
|
||||
@formae.FieldHint { createOnly = true }
|
||||
vmid: String
|
||||
|
||||
@formae.FieldHint {}
|
||||
name: String
|
||||
|
||||
@formae.FieldHint {}
|
||||
description: String = "No description"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user