Sha256: 4c8f9428c76234314b1275e6540f9b76a34a2fb6d35c20845ca698c34a76d07a
Contents?: true
Size: 1.92 KB
Versions: 9
Compression:
Stored size: 1.92 KB
Contents
module Vagrant class Action module VM autoload :Boot, 'vagrant/action/vm/boot' autoload :CheckBox, 'vagrant/action/vm/check_box' autoload :CheckGuestAdditions, 'vagrant/action/vm/check_guest_additions' autoload :CleanMachineFolder, 'vagrant/action/vm/clean_machine_folder' autoload :ClearForwardedPorts, 'vagrant/action/vm/clear_forwarded_ports' autoload :ClearNFSExports, 'vagrant/action/vm/clear_nfs_exports' autoload :ClearSharedFolders, 'vagrant/action/vm/clear_shared_folders' autoload :Customize, 'vagrant/action/vm/customize' autoload :Destroy, 'vagrant/action/vm/destroy' autoload :DestroyUnusedNetworkInterfaces, 'vagrant/action/vm/destroy_unused_network_interfaces' autoload :DiscardState, 'vagrant/action/vm/discard_state' autoload :Export, 'vagrant/action/vm/export' autoload :ForwardPorts, 'vagrant/action/vm/forward_ports' autoload :Halt, 'vagrant/action/vm/halt' autoload :HostName, 'vagrant/action/vm/host_name' autoload :Import, 'vagrant/action/vm/import' autoload :MatchMACAddress, 'vagrant/action/vm/match_mac_address' autoload :Modify, 'vagrant/action/vm/modify' autoload :Network, 'vagrant/action/vm/network' autoload :NFS, 'vagrant/action/vm/nfs' autoload :Package, 'vagrant/action/vm/package' autoload :PackageVagrantfile, 'vagrant/action/vm/package_vagrantfile' autoload :Provision, 'vagrant/action/vm/provision' autoload :ProvisionerCleanup, 'vagrant/action/vm/provisioner_cleanup' autoload :Resume, 'vagrant/action/vm/resume' autoload :ShareFolders, 'vagrant/action/vm/share_folders' autoload :Suspend, 'vagrant/action/vm/suspend' end end end
Version data entries
9 entries across 9 versions & 2 rubygems