Uses of Class
com.xensource.xenapi.VBDMetrics
-
Uses of VBDMetrics in com.xensource.xenapi
Fields in com.xensource.xenapi declared as VBDMetricsMethods in com.xensource.xenapi that return VBDMetricsModifier and TypeMethodDescriptionstatic VBDMetrics
VBDMetrics.getByUuid
(Connection c, String uuid) Deprecated.since XenServer 6.1VBD.getMetrics
(Connection c) Deprecated.since XenServer 6.1static VBDMetrics
Types.toVBDMetrics
(Task task, Connection connection) Attempt to convert theTask
's result to aVBDMetrics
object.static VBDMetrics
Types.toVBDMetrics
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.Methods in com.xensource.xenapi that return types with arguments of type VBDMetricsModifier and TypeMethodDescriptionstatic Set<VBDMetrics>
VBDMetrics.getAll
(Connection c) Deprecated.since XenServer 6.1static Map<VBDMetrics,
VBDMetrics.Record> VBDMetrics.getAllRecords
(Connection c) Return a map of VBD_metrics references to VBD_metrics records for all VBD_metrics instances known to the system.static Map<VBDMetrics,
VBDMetrics.Record> Types.toMapOfVBDMetricsVBDMetricsRecord
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.static Set<VBDMetrics>
Types.toSetOfVBDMetrics
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.