VirtualBox Main API
Public Attributes | List of all members
IBandwidthGroup Interface Reference

Represents one bandwidth group. More...

Inheritance diagram for IBandwidthGroup:

Public Attributes

readonly attribute wstring name
 Name of the group.
 
readonly attribute BandwidthGroupType type
 Type of the group.
 
readonly attribute unsigned long reference
 How many devices/medium attachments use this group.
 
attribute long long maxBytesPerSec
 The maximum number of bytes which can be transfered by all entities attached to this group during one second.
 

Detailed Description

Represents one bandwidth group.

Interface ID:
{31587F93-2D12-4D7C-BA6D-CE51D0D5B265}

Member Data Documentation

◆ name

readonly attribute wstring IBandwidthGroup::name

Name of the group.

◆ type

readonly attribute BandwidthGroupType IBandwidthGroup::type

Type of the group.

◆ reference

readonly attribute unsigned long IBandwidthGroup::reference

How many devices/medium attachments use this group.

◆ maxBytesPerSec

attribute long long IBandwidthGroup::maxBytesPerSec

The maximum number of bytes which can be transfered by all entities attached to this group during one second.