Package com.xensource.xenapi
Class VMGuestMetrics.Record
java.lang.Object
com.xensource.xenapi.VMGuestMetrics.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- VMGuestMetrics
Represents all the fields in a VMGuestMetrics
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe guest's statement of whether it supports VBD hotplug, i.e.The guest's statement of whether it supports VIF hotplug, i.e.This field exists but has no data.Time at which this information was last updatedTrue if the guest is sending heartbeat messages via the guest agent First published in XenServer 5.0.This field exists but has no data.network configurationversion of the OSanything elseadditional configuration First published in XenServer 5.0.At least one of the guest's devices has successfully connected to the backend.Logically equivalent to PV_drivers_detectedversion of the PV driversUnique identifier/object reference -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
osVersion
version of the OS -
PVDriversVersion
version of the PV drivers -
PVDriversUpToDate
Logically equivalent to PV_drivers_detected -
memory
This field exists but has no data. Use the memory and memory_internal_free RRD data-sources instead. -
disks
This field exists but has no data. -
networks
network configuration -
other
anything else -
lastUpdated
Time at which this information was last updated -
otherConfig
additional configuration First published in XenServer 5.0. -
live
True if the guest is sending heartbeat messages via the guest agent First published in XenServer 5.0. -
canUseHotplugVbd
The guest's statement of whether it supports VBD hotplug, i.e. whether it is capable of responding immediately to instantiation of a new VBD by bringing online a new PV block device. If the guest states that it is not capable, then the VBD plug and unplug operations will not be allowed while the guest is running. First published in XenServer 7.0. -
canUseHotplugVif
The guest's statement of whether it supports VIF hotplug, i.e. whether it is capable of responding immediately to instantiation of a new VIF by bringing online a new PV network device. If the guest states that it is not capable, then the VIF plug and unplug operations will not be allowed while the guest is running. First published in XenServer 7.0. -
PVDriversDetected
At least one of the guest's devices has successfully connected to the backend. First published in XenServer 7.0.
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a VM_guest_metrics.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-