com.xensource.xenapi
Class PBD.Record

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

public static class PBD.Record
extends java.lang.Object
implements Types.Record

Represents all the fields in a PBD


Field Summary
 java.lang.Boolean currentlyAttached
          is the SR currently attached on this host?
 java.util.Map<java.lang.String,java.lang.String> deviceConfig
          a config string to string map that is provided to the host's SR-backend-driver
 Host host
          physical machine on which the pbd is available
 java.util.Map<java.lang.String,java.lang.String> otherConfig
          additional configuration
 SR SR
          the storage repository that the pbd realises
 java.lang.String uuid
          Unique identifier/object reference
 
Constructor Summary
PBD.Record()
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Object> toMap()
          Convert a PBD.Record to a Map
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uuid

public java.lang.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 java.util.Map<java.lang.String,java.lang.String> deviceConfig
a config string to string map that is provided to the host's SR-backend-driver


currentlyAttached

public java.lang.Boolean currentlyAttached
is the SR currently attached on this host?


otherConfig

public java.util.Map<java.lang.String,java.lang.String> otherConfig
additional configuration

Constructor Detail

PBD.Record

public PBD.Record()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toMap

public java.util.Map<java.lang.String,java.lang.Object> toMap()
Convert a PBD.Record to a Map

Specified by:
toMap in interface Types.Record