Sha256: 5e9d8305ec40db25521cfaeef8b83a2728e7257712bab8557bf244a3cfc7accd
Contents?: true
Size: 914 Bytes
Versions: 3
Compression:
Stored size: 914 Bytes
Contents
module VirtualBox module COM module Interface module Version_4_1_X class StorageController < AbstractInterface IID = "6bf8335b-d14a-44a5-9b45-ddc49ce7d5b2" property :name, WSTRING, :readonly => true property :max_devices_per_port_count, T_UINT32, :readonly => true property :min_port_count, T_UINT32, :readonly => true property :max_port_count, T_UINT32, :readonly => true property :instance, T_UINT32 property :port_count, T_UINT32 property :bus, :StorageBus, :readonly => true property :controller_type, :StorageControllerType property :use_host_io_cache, T_BOOL property :bootable, T_BOOL, :readonly => true function :get_ide_emulation_port, T_INT32, [T_INT32] function :set_ide_emulation_port, nil, [T_INT32, T_INT32] end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems