Package com.xensource.xenapi
Class VMMetrics.Record
java.lang.Object
com.xensource.xenapi.VMMetrics.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- VMMetrics
Represents all the fields in a VMMetrics
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe current domain type of the VM (for running,suspended, or paused VMs).hardware virtual machine First published in XenServer 7.1.Time at which the VM was installedTime at which this information was last updatedGuest's actual memory (bytes)VM supports nested virtualisation First published in XenServer 7.1.VM is immobile and can't migrate between hosts First published in XenServer 7.1.additional configuration First published in XenServer 5.0.Time at which this VM was last bootedThe state of the guest, eg blocked, dying etcUnique identifier/object referenceVCPU to PCPU mapCPU flags (blocked,online,running)Current number of VCPUsThe live equivalent to VM.VCPUs_paramsUtilisation for all of guest's current VCPUs -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
memoryActual
Guest's actual memory (bytes) -
VCPUsNumber
Current number of VCPUs -
VCPUsUtilisation
Utilisation for all of guest's current VCPUs -
VCPUsCPU
VCPU to PCPU map -
VCPUsParams
The live equivalent to VM.VCPUs_params -
VCPUsFlags
CPU flags (blocked,online,running) -
state
The state of the guest, eg blocked, dying etc -
startTime
Time at which this VM was last booted -
installTime
Time at which the VM was installed -
lastUpdated
Time at which this information was last updated -
otherConfig
additional configuration First published in XenServer 5.0. -
hvm
hardware virtual machine First published in XenServer 7.1. -
nestedVirt
VM supports nested virtualisation First published in XenServer 7.1. -
nomigrate
VM is immobile and can't migrate between hosts First published in XenServer 7.1. -
currentDomainType
The current domain type of the VM (for running,suspended, or paused VMs). The last-known domain type for halted VMs. First published in XenServer 7.5.
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a VM_metrics.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-