public class IPerformanceMetric extends IUnknown
Constructor and Description |
---|
IPerformanceMetric(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 |
getCount()
Number of recent samples retained by the performance collector for this
metric.
|
java.lang.String |
getDescription()
Textual description of the metric.
|
java.lang.Integer |
getMaximumValue()
Maximum possible value of this metric.
|
java.lang.String |
getMetricName()
Name of the metric.
|
java.lang.Integer |
getMinimumValue()
Minimum possible value of this metric.
|
IUnknown |
getObject()
Object this metric belongs to.
|
java.lang.Long |
getPeriod()
Time interval between samples, measured in seconds.
|
java.lang.String |
getUnit()
Unit of measurement.
|
static IPerformanceMetric |
queryInterface(IUnknown obj) |
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
public IPerformanceMetric(java.lang.String wrapped, org.virtualbox_6_0.ObjectRefManager objMgr, org.virtualbox_6_0.jaxws.VboxPortType port)
public java.lang.String getMetricName()
public IUnknown getObject()
public java.lang.String getDescription()
public java.lang.Long getPeriod()
public java.lang.Long getCount()
public java.lang.String getUnit()
public java.lang.Integer getMinimumValue()
public java.lang.Integer getMaximumValue()
public static IPerformanceMetric queryInterface(IUnknown obj)