org.virtualbox_4_1
Class IBandwidthGroup

java.lang.Object
  extended by org.virtualbox_4_1.IUnknown
      extended by org.virtualbox_4_1.IBandwidthGroup

public class IBandwidthGroup
extends IUnknown

Represents one bandwidth group. Interface ID: {BADEA2D7-0261-4146-89F0-6A57CC34833D}


Field Summary
 
Fields inherited from class org.virtualbox_4_1.IUnknown
obj, port
 
Constructor Summary
IBandwidthGroup(java.lang.String wrapped, org.virtualbox_4_1.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.Long getMaxMbPerSec()
          The maximum number of MBytes which can be transfered by all entities attached to this group during one second.
 java.lang.String getName()
          Name of the group.
 java.lang.Long getReference()
          How many devices/medium attachements use this group.
 BandwidthGroupType getType()
          Type of the group.
static IBandwidthGroup queryInterface(IUnknown obj)
           
 void setMaxMbPerSec(java.lang.Long value)
          The maximum number of MBytes which can be transfered by all entities attached to this group during one second.
 
Methods inherited from class org.virtualbox_4_1.IUnknown
getRemoteWSPort, getWrapped, releaseRemote
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IBandwidthGroup

public IBandwidthGroup(java.lang.String wrapped,
                       org.virtualbox_4_1.jaxws.VboxPortType port)
Method Detail

getName

public java.lang.String getName()
Name of the group.

Returns:
String

getType

public BandwidthGroupType getType()
Type of the group.

Returns:
org.virtualbox_4_1.BandwidthGroupType

getReference

public java.lang.Long getReference()
How many devices/medium attachements use this group.

Returns:
Long

getMaxMbPerSec

public java.lang.Long getMaxMbPerSec()
The maximum number of MBytes which can be transfered by all entities attached to this group during one second.

Returns:
Long

setMaxMbPerSec

public void setMaxMbPerSec(java.lang.Long value)
The maximum number of MBytes which can be transfered by all entities attached to this group during one second.

Parameters:
value - Long

queryInterface

public static IBandwidthGroup queryInterface(IUnknown obj)