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 VIFMetricsVIFMetrics.getByUuid(Connection c, String uuid) Deprecated.since XenServer 6.1VIF.getMetrics(Connection c) Deprecated.since XenServer 6.1static VIFMetricsTypes.toVIFMetrics(Task task, Connection connection) Attempt to convert theTask's result to aVIFMetricsobject.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.