Variable Machine.name

Name of this VM.

class Machine
{
  // ...
  const(string) name ;
  // ...
}