Uses of Class
com.xensource.xenapi.VMMetrics
-
Uses of VMMetrics in com.xensource.xenapi
Fields in com.xensource.xenapi declared as VMMetricsMethods in com.xensource.xenapi that return VMMetricsModifier and TypeMethodDescriptionstatic VMMetrics
VMMetrics.getByUuid
(Connection c, String uuid) Get a reference to the VM_metrics instance with the specified UUID.VM.getMetrics
(Connection c) Get the metrics field of the given VM.static VMMetrics
Types.toVMMetrics
(Task task, Connection connection) static VMMetrics
Types.toVMMetrics
(Object object) Methods in com.xensource.xenapi that return types with arguments of type VMMetricsModifier and TypeMethodDescriptionVMMetrics.getAll
(Connection c) Return a list of all the VM_metrics instances known to the system.static Map<VMMetrics,
VMMetrics.Record> VMMetrics.getAllRecords
(Connection c) Return a map of VM_metrics references to VM_metrics records for all VM_metrics instances known to the system.static Map<VMMetrics,
VMMetrics.Record> Types.toMapOfVMMetricsVMMetricsRecord
(Object object) Types.toSetOfVMMetrics
(Object object)