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

Inherits:
Core::Box
  • Object
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

#build, #build_info, #copy_to_box, #create_floppy, #create_wget_vbs_command, #escape_and_echo, #exec, #fill_sequence, #filter_postinstall_files, #halt, #handle_kickstart, #handle_postinstall, #issh, #poweroff, #scp, #send_vnc_keycode, #ssh, #ssh_command_string, #string_to_vnccode, #sudo, #transfer_buildinfo, #validate_postinstall_regex, #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?, #guest_iso_path, #halt, #ip_address, #mac_address, #parallels_os_type, #poweroff, #press_key, #running?, #send_sequence, #send_string, #shift, #ssh_options, #string_to_parallels_keycode_string, #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, #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

#ssh_execute, #ssh_transfer_file, #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, #host_ip_as_seen_by_guest, #is_tcp_port_open?

Constructor Details

#initialize(name, env) ⇒ Box

Returns a new instance of Box.



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

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