Class PBD.Record

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

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

    • uuid

      public String uuid
      Unique identifier/object reference
    • host

      public Host host
      physical machine on which the pbd is available
    • SR

      public SR SR
      the storage repository that the pbd realises
    • deviceConfig

      public Map<String,String> deviceConfig
      a config string to string map that is provided to the host's SR-backend-driver
    • currentlyAttached

      public Boolean currentlyAttached
      is the SR currently attached on this host?
    • otherConfig

      public Map<String,String> otherConfig
      additional configuration First published in XenServer 4.1.
  • Constructor Details

    • Record

      public Record()
  • Method Details