| Builtin | = | Vagrant::Action::Builtin | Shortcuts | |
| Builder | = | Vagrant::Action::Builder |
This is the action that is primarily responsible for completely freeing the resources of the underlying virtual machine.
This is the action that is primarily responsible for halting the virtual machine, gracefully or by force.
This action is responsible for reloading the machine, which brings it down, sucks in new configuration, and brings the machine back up with the new configuration.
This action is called to read the IP of the container. The IP found is expected to be put into the `:machine_ip` key.
This action starts a container, assuming it is already created and exists. A precondition of this action is that the container exists.