SYMBOL INDEX (39 symbols across 6 files) FILE: virtualbox/vbox-adapter-check.py function get_vms (line 58) | def get_vms(dynamic_only): function get_nics (line 83) | def get_nics(vm_uuid, only_nic=None): function disable_adapter (line 119) | def disable_adapter(vm_uuid, nic_number, hostonly_ifname): function list_to_str (line 166) | def list_to_str(string_list): function verify_network_adapters (line 171) | def verify_network_adapters(vm_uuid, vm_name, hostonly_ifname, modify_an... function main (line 222) | def main(argv=None): FILE: virtualbox/vbox-build-flare-vm.py function run_command (line 82) | def run_command(vm_uuid, cmd, executable="PS"): function create_log_folder (line 98) | def create_log_folder(): function install_flare_vm (line 110) | def install_flare_vm(vm_uuid, snapshot_name, custom_config): function build_vm (line 167) | def build_vm(vm_name, exported_vm_name, snapshots, date, custom_config, ... function main (line 260) | def main(argv=None): FILE: virtualbox/vbox-build-remnux.py function run_command (line 56) | def run_command(vm_uuid, cmd): function build_vm (line 70) | def build_vm(vm_name, exported_vm_name, snapshot, cmds, date, do_not_upg... function main (line 138) | def main(argv=None): FILE: virtualbox/vbox-clean-snapshots.py function is_protected (line 48) | def is_protected(protected_snapshots, snapshot_name): function get_snapshot_children (line 53) | def get_snapshot_children(vm_name, root_snapshot_name, protected_snapsho... function delete_snapshot_and_children (line 103) | def delete_snapshot_and_children(vm_name, snapshot_name, protected_snaps... function main (line 139) | def main(argv=None): FILE: virtualbox/vbox-export-snapshot.py function export_snapshot (line 39) | def export_snapshot(vm_name, snapshot, description, export_dir_name): function main (line 60) | def main(argv=None): FILE: virtualbox/vboxcommon.py function format_arg (line 30) | def format_arg(arg): function cmd_to_str (line 40) | def cmd_to_str(cmd): function __run_vboxmanage (line 45) | def __run_vboxmanage(cmd, real_time=False): function run_vboxmanage (line 71) | def run_vboxmanage(cmd, real_time=False): function control_guest (line 106) | def control_guest(vm_uuid, user, password, args, real_time=False): function get_hostonlyif_name (line 125) | def get_hostonlyif_name(): function ensure_hostonlyif_exists (line 136) | def ensure_hostonlyif_exists(): function set_network_to_hostonly (line 153) | def set_network_to_hostonly(vm_uuid): function sha256_file (line 194) | def sha256_file(filepath): function export_vm (line 200) | def export_vm(vm_uuid, exported_vm_name, description="", export_dir_name... function get_vm_uuid (line 239) | def get_vm_uuid(vm_name): function get_vm_state (line 252) | def get_vm_state(vm_uuid): function get_num_logged_in_users (line 265) | def get_num_logged_in_users(vm_uuid): function wait_until (line 280) | def wait_until(vm_uuid, condition): function ensure_vm_running (line 297) | def ensure_vm_running(vm_uuid): function ensure_vm_shutdown (line 309) | def ensure_vm_shutdown(vm_uuid): function restore_snapshot (line 332) | def restore_snapshot(vm_uuid, snapshot_name): function rename_old_snapshot (line 341) | def rename_old_snapshot(vm_uuid, snapshot_name): function take_snapshot (line 361) | def take_snapshot(vm_uuid, snapshot_name, shutdown=False, rename=False):