|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.virtualbox_7_0.IUnknown
org.virtualbox_7_0.IBandwidthGroup
public class IBandwidthGroup
Represents one bandwidth group.
Interface ID: {31587F93-2D12-4D7C-BA6D-CE51D0D5B265}
Field Summary |
---|
Fields inherited from class org.virtualbox_7_0.IUnknown |
---|
obj, objMgr, port |
Constructor Summary | |
---|---|
IBandwidthGroup(java.lang.String wrapped,
org.virtualbox_7_0.ObjectRefManager objMgr,
org.virtualbox_7_0.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 attachments 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_7_0.IUnknown |
---|
getObjMgr, 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_7_0.ObjectRefManager objMgr, org.virtualbox_7_0.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 |