# File 'lib/vagrant-command-dns/action/host.rb', line 8defself.host_createVagrant::Action::Builder.new.tapdo|b|b.useAction::ConfigValidateb.useAction::GetIPb.useHost::Createendend
.host_destroy ⇒ Object
16
17
18
19
20
21
22
# File 'lib/vagrant-command-dns/action/host.rb', line 16defself.host_destroyVagrant::Action::Builder.new.tapdo|b|b.useAction::ConfigValidateb.useAction::GetIPb.useHost::Destroyendend