Class Feature.Record

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

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

    • uuid

      public String uuid
      Unique identifier/object reference
    • nameLabel

      public String nameLabel
      a human-readable name
    • nameDescription

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

      public Boolean enabled
      Indicates whether the feature is enabled
    • experimental

      public Boolean experimental
      Indicates whether the feature is experimental (as opposed to stable and fully supported)
    • version

      public String version
      The version of this feature
    • host

      public Host host
      The host where this feature is available
  • Constructor Details

    • Record

      public Record()
  • Method Details