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 PIFMetricsPIFMetrics.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 PIFMetricsTypes.toPIFMetrics(Task task, Connection connection) Attempt to convert theTask's result to aPIFMetricsobject.static PIFMetricsTypes.toPIFMetrics(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 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) Deprecated.this method will not be publicly exposed in future releases of this package.static Set<PIFMetrics>Types.toSetOfPIFMetrics(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.