Package com.xensource.xenapi
Class PIFMetrics.Record
java.lang.Object
com.xensource.xenapi.PIFMetrics.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- PIFMetrics
Represents all the fields in a PIFMetrics
-
Field Summary
FieldsModifier and TypeFieldDescriptionReport if the PIF got a carrier or notReport device IDReport device nameFull duplex capability of the link (if available)Read bandwidth (KiB/s)Write bandwidth (KiB/s)Time at which this information was last updatedadditional configuration First published in XenServer 5.0.PCI bus path of the pif (if available)Speed of the link (if available)Unique identifier/object referenceReport vendor IDReport vendor name -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
ioReadKbs
Read bandwidth (KiB/s) -
ioWriteKbs
Write bandwidth (KiB/s) -
carrier
Report if the PIF got a carrier or not -
vendorId
Report vendor ID -
vendorName
Report vendor name -
deviceId
Report device ID -
deviceName
Report device name -
speed
Speed of the link (if available) -
duplex
Full duplex capability of the link (if available) -
pciBusPath
PCI bus path of the pif (if available) -
lastUpdated
Time at which this information was last updated -
otherConfig
additional configuration First published in XenServer 5.0.
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a PIF_metrics.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-