mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-02-20 22:15:28 +01:00
dynamic annotations
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
hypervisor:
|
||||
hosts:
|
||||
defaultHost:
|
||||
add_guest:
|
||||
description: Add a new guest to the hypervisor.
|
||||
forcedType: "[]string"
|
||||
global: True
|
||||
multiline: True
|
||||
guests:
|
||||
defaultGuest:
|
||||
copper:
|
||||
description: Copper nics
|
||||
forcedType: "[]int"
|
||||
global: True
|
||||
multiline: True
|
||||
sfp:
|
||||
description: sfp nics
|
||||
forcedType: string
|
||||
global: True
|
||||
multiline: True
|
||||
disks:
|
||||
description: disk
|
||||
forcedType: "[]int"
|
||||
global: True
|
||||
multiline: True
|
||||
cpu:
|
||||
description: cpu
|
||||
forcedType: int
|
||||
global: True
|
||||
multiline: True
|
||||
memory:
|
||||
description: mem
|
||||
forcedType: int
|
||||
global: True
|
||||
multiline: True
|
||||
|
||||
Reference in New Issue
Block a user