|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.virtualbox_4_2.IUnknown
org.virtualbox_4_2.IBandwidthGroup
public class IBandwidthGroup
Represents one bandwidth group. Interface ID: {BADEA2D7-0261-4146-89F0-6A57CC34833D}
Field Summary |
---|
Fields inherited from class org.virtualbox_4_2.IUnknown |
---|
obj, port |
Constructor Summary | |
---|---|
IBandwidthGroup(java.lang.String wrapped,
org.virtualbox_4_2.jaxws.VboxPortType port)
|
Method Summary | |
---|---|
java.lang.Long |
getMaxBytesPerSec()
The maximum number of bytes 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 |
setMaxBytesPerSec(java.lang.Long value)
The maximum number of bytes which can be transfered by all entities attached to this group during one second. |
Methods inherited from class org.virtualbox_4_2.IUnknown |
---|
getRemoteWSPort, getWrapped, releaseRemote |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IBandwidthGroup(java.lang.String wrapped, org.virtualbox_4_2.jaxws.VboxPortType port)
Method Detail |
---|
public java.lang.String getName()
public BandwidthGroupType getType()
public java.lang.Long getReference()
public java.lang.Long getMaxBytesPerSec()
public void setMaxBytesPerSec(java.lang.Long value)
value
- Longpublic static IBandwidthGroup queryInterface(IUnknown obj)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |