Uses of Class
com.xensource.xenapi.PIFMetrics
-
Uses of PIFMetrics in com.xensource.xenapi
Fields in com.xensource.xenapi declared as PIFMetricsMethods in com.xensource.xenapi that return PIFMetricsModifier and TypeMethodDescriptionstatic PIFMetrics
PIFMetrics.getByUuid
(Connection c, String uuid) Get a reference to the PIF_metrics instance with the specified UUID.PIF.getMetrics
(Connection c) Get the metrics field of the given PIF.static PIFMetrics
Types.toPIFMetrics
(Task task, Connection connection) static PIFMetrics
Types.toPIFMetrics
(Object object) Methods in com.xensource.xenapi that return types with arguments of type PIFMetricsModifier and TypeMethodDescriptionstatic Set<PIFMetrics>
PIFMetrics.getAll
(Connection c) Return a list of all the PIF_metrics instances known to the system.static Map<PIFMetrics,
PIFMetrics.Record> PIFMetrics.getAllRecords
(Connection c) Return a map of PIF_metrics references to PIF_metrics records for all PIF_metrics instances known to the system.static Map<PIFMetrics,
PIFMetrics.Record> Types.toMapOfPIFMetricsPIFMetricsRecord
(Object object) static Set<PIFMetrics>
Types.toSetOfPIFMetrics
(Object object)