Uses of Class
com.xensource.xenapi.VIFMetrics
-
Uses of VIFMetrics in com.xensource.xenapi
Fields in com.xensource.xenapi declared as VIFMetricsMethods in com.xensource.xenapi that return VIFMetricsModifier and TypeMethodDescriptionstatic VIFMetrics
VIFMetrics.getByUuid
(Connection c, String uuid) Deprecated.since XenServer 6.1VIF.getMetrics
(Connection c) Deprecated.since XenServer 6.1static VIFMetrics
Types.toVIFMetrics
(Task task, Connection connection) Attempt to convert theTask
's result to aVIFMetrics
object.static VIFMetrics
Types.toVIFMetrics
(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 VIFMetricsModifier and TypeMethodDescriptionstatic Set<VIFMetrics>
VIFMetrics.getAll
(Connection c) Deprecated.since XenServer 6.1static Map<VIFMetrics,
VIFMetrics.Record> VIFMetrics.getAllRecords
(Connection c) Return a map of VIF_metrics references to VIF_metrics records for all VIF_metrics instances known to the system.static Map<VIFMetrics,
VIFMetrics.Record> Types.toMapOfVIFMetricsVIFMetricsRecord
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.static Set<VIFMetrics>
Types.toSetOfVIFMetrics
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.