|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.xensource.xenapi.PBD.Record
public static class PBD.Record
Represents all the fields in a PBD
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
PBD.Record()
|
|
| Method Summary | |
|---|---|
Map<String,Object> |
toMap()
Convert a PBD.Record to a Map |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String uuid
public Host host
public SR SR
public Map<String,String> deviceConfig
public Boolean currentlyAttached
public Map<String,String> otherConfig
| Constructor Detail |
|---|
public PBD.Record()
| Method Detail |
|---|
public String toString()
toString in class Objectpublic Map<String,Object> toMap()
toMap in interface Types.Record
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||