A versão 1.1 do Vagrant foi lançada. A documentação que você está lendo é para o Vagrant 1.0.x. Leia mais sobre o Vagrant 1.1 no anúncio de lançamento. Acesse agora a documentação da versão 1.1.

Vagrant Objects

It is inevitable that at some point while creating a plugin, you’ll have to interact with the internal Vagrant objects. The best documentation for these objects will be from the automatically generated docs based on the code. This page simply lists the classes which are the most important to view:

  • Vagrant::Environment
  • Vagrant::VM