Uses of Class
com.xensource.xenapi.VMGuestMetrics
-
Uses of VMGuestMetrics in com.xensource.xenapi
Fields in com.xensource.xenapi declared as VMGuestMetricsModifier and TypeFieldDescriptionVM.Record.guestMetrics
metrics associated with the running guestMethods in com.xensource.xenapi that return VMGuestMetricsModifier and TypeMethodDescriptionstatic VMGuestMetrics
VMGuestMetrics.getByUuid
(Connection c, String uuid) Get a reference to the VM_guest_metrics instance with the specified UUID.VM.getGuestMetrics
(Connection c) Get the guest_metrics field of the given VM.static VMGuestMetrics
Types.toVMGuestMetrics
(Task task, Connection connection) static VMGuestMetrics
Types.toVMGuestMetrics
(Object object) Methods in com.xensource.xenapi that return types with arguments of type VMGuestMetricsModifier and TypeMethodDescriptionstatic Set<VMGuestMetrics>
VMGuestMetrics.getAll
(Connection c) Return a list of all the VM_guest_metrics instances known to the system.static Map<VMGuestMetrics,
VMGuestMetrics.Record> VMGuestMetrics.getAllRecords
(Connection c) Return a map of VM_guest_metrics references to VM_guest_metrics records for all VM_guest_metrics instances known to the system.static Map<VMGuestMetrics,
VMGuestMetrics.Record> Types.toMapOfVMGuestMetricsVMGuestMetricsRecord
(Object object) static Set<VMGuestMetrics>
Types.toSetOfVMGuestMetrics
(Object object)