Class: Veewee::Provider::Parallels::Box

Inherits:
Core::Box show all
Includes:
Core::BoxCommand, BoxCommand
Defined in:
lib/veewee/provider/parallels/box.rb

Instance Attribute Summary

Attributes inherited from Core::Box

#definition, #env, #name, #provider

Instance Method Summary collapse

Methods included from Core::BoxCommand

#check_output_run, #check_output_sudorun, #checks_linux, #checks_windows, #copy_to_box, #create_floppy, #create_wget_vbs_command, #escape_and_echo, #exec, #halt, #issh, #poweroff, #run_hook, #scp, #send_vnc_keycode, #ssh, #ssh_command_string, #string_to_vnccode, #sudo, #validate_tags, #vnc_type, #wget_vbs, #wget_vbs_file, #wincp, #winrm, #winrm_command_string

Methods included from BoxCommand

#build, #build_info, #console_type, #create, #create_disk, #create_vm, #destroy, #exists?, #export_vagrant, #get_mac_address, #guest_iso_path, #halt, #ip_address, #mac_address, #optimize_disk, #parallels_os_type, #poweroff, #press_key, #read_settings, #running?, #send_sequence, #send_string, #shift, #ssh_options, #string_to_parallels_keycode_string, #template_metadatafile, #transfer_buildinfo, #up, #validate_parallels

Methods inherited from Core::Box

#gem_available?, #reload, #set_definition, #ui

Methods included from Core::Helper::Iso

#download_iso, #download_progress, #hashsum, #no_proxy?, #verify_iso, #verify_sum

Methods included from Core::Helper::Comm

#comm_execute, #comm_method, #comm_transfer_file, #when_comm_login_works

Methods included from Core::Helper::Ssh

#build_ssh_options, #ssh_connection, #ssh_execute, #ssh_key_to_a, #ssh_transfer_file, #tcp_test_ssh, #when_ssh_login_works

Methods included from Core::Helper::Shell

#shell_exec

Methods included from Core::Helper::Web

#allow_for_http_request, #server_for_http_request, #wait_for_http_request

Methods included from Core::Helper::Tcp

#execute_when_tcp_available, #get_local_ip, #guess_free_port, #guess_free_ssh_port, #host_ip_as_seen_by_guest, #is_tcp_port_open?

Constructor Details

#initialize(name, env) ⇒ Box

Returns a new instance of Box.



29
30
31
# File 'lib/veewee/provider/parallels/box.rb', line 29

def initialize(name,env)
  super(name,env)
end