public class IBandwidthGroup extends IUnknown
Constructor and Description |
---|
IBandwidthGroup(java.lang.String wrapped,
org.virtualbox_6_0.ObjectRefManager objMgr,
org.virtualbox_6_0.jaxws.VboxPortType port) |
Modifier and Type | Method and Description |
---|---|
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.
|
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
public IBandwidthGroup(java.lang.String wrapped, org.virtualbox_6_0.ObjectRefManager objMgr, org.virtualbox_6_0.jaxws.VboxPortType port)
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)