public static class PBD.Record extends Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
Boolean |
currentlyAttached
is the SR currently attached on this host?
|
Map<String,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
|
Map<String,String> |
otherConfig
additional configuration
|
SR |
SR
the storage repository that the pbd realises
|
String |
uuid
Unique identifier/object reference
|
Constructor and Description |
---|
Record() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
toMap()
Convert a PBD.Record to a Map
|
String |
toString() |
public String uuid
public Host host
public SR SR
public Map<String,String> deviceConfig
public Boolean currentlyAttached