@lacrypta/nomad v0.0.0 / vmCreate
function vmCreate(name?: string): VM
Create a new VM.
• name?: string
string
Name to give the created VM (auto-generated if not given).
VM
The created VM instance.
index.ts:42