Class DataSource.Record

java.lang.Object
com.xensource.xenapi.DataSource.Record
All Implemented Interfaces:
Types.Record
Enclosing class:
DataSource

public static class DataSource.Record extends Object implements Types.Record
Represents all the fields in a DataSource
  • Field Details

    • nameLabel

      public String nameLabel
      a human-readable name
    • nameDescription

      public String nameDescription
      a notes field containing human-readable description
    • enabled

      public Boolean enabled
      true if the data source is being logged
    • standard

      public Boolean standard
      true if the data source is enabled by default. Non-default data sources cannot be disabled
    • units

      public String units
      the units of the value
    • min

      public Double min
      the minimum value of the data source
    • max

      public Double max
      the maximum value of the data source
    • value

      public Double value
      current value of the data source
  • Constructor Details

    • Record

      public Record()
  • Method Details