Sha256: b248e43b8a6a76a31c231260ea21dbfdf2cfe95e600b577e8350e090f2ac2181
Contents?: true
Size: 815 Bytes
Versions: 3
Compression:
Stored size: 815 Bytes
Contents
module VirtualBox module COM module Interface module Version_4_1_X class Appliance < AbstractInterface IID = "e3ba9ab9-ac2c-4266-8bd2-91c4bf721ceb" property :path, WSTRING, :readonly => true property :disks, [WSTRING], :readonly => true property :virtual_system_descriptions, [:VirtualSystemDescription], :readonly => true property :machines, [WSTRING], :readonly => true function :read, :Progress, [WSTRING] function :interpret, nil, [] function :import_machines, :Progress, [[:ImportOptions]] function :create_vfs_explorer, :VFSExplorer, [WSTRING] function :write, :Progress, [WSTRING, T_BOOL, WSTRING] function :get_warnings, [WSTRING], [] end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems