Sha256: 6310273dc9632c8d9e64eb86c333b5d8c2ac37deb53f503887e3af431a712eef
Contents?: true
Size: 576 Bytes
Versions: 3
Compression:
Stored size: 576 Bytes
Contents
module VirtualBox module COM module Interface module Version_4_1_X class BandwidthControl < AbstractInterface IID_STR = "D0A24DB0-F756-11DF-98CF-0800200C9A66" property :num_groups, T_UINT32, :readonly => true function :create_bandwidth_group, nil, [WSTRING, :BandwidthGroupType, T_UINT32] function :delete_bandwidth_group, nil, [WSTRING] function :get_bandwidth_group, :BandwidthGroup, [WSTRING] function :get_all_bandwidth_groups, [:BandwidthGroup], [] end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems