Package com.xensource.xenapi
Class PBD.Record
java.lang.Object
com.xensource.xenapi.PBD.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- PBD
Represents all the fields in a PBD
-
Field Summary
FieldsModifier and TypeFieldDescriptionis the SR currently attached on this host?a config string to string map that is provided to the host's SR-backend-driverphysical machine on which the pbd is availableadditional configuration First published in XenServer 4.1.the storage repository that the pbd realisesUnique identifier/object reference -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
host
physical machine on which the pbd is available -
SR
the storage repository that the pbd realises -
deviceConfig
a config string to string map that is provided to the host's SR-backend-driver -
currentlyAttached
is the SR currently attached on this host? -
otherConfig
additional configuration First published in XenServer 4.1.
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a PBD.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-