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.guestMetricsmetrics associated with the running guestMethods in com.xensource.xenapi that return VMGuestMetricsModifier and TypeMethodDescriptionstatic VMGuestMetricsVMGuestMetrics.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 VMGuestMetricsTypes.toVMGuestMetrics(Task task, Connection connection) Attempt to convert theTask's result to aVMGuestMetricsobject.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.