|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.xensource.xenapi.PCI.Record
public static class PCI.Record
Represents all the fields in a PCI
| Field Summary | |
|---|---|
String |
clazzName
PCI class name |
Set<PCI> |
dependencies
List of dependent PCI devices |
String |
deviceName
Device name |
Host |
host
Physical machine that owns the PCI device |
Map<String,String> |
otherConfig
Additional configuration |
String |
pciId
PCI ID of the physical device |
String |
uuid
Unique identifier/object reference |
String |
vendorName
Vendor name |
| Constructor Summary | |
|---|---|
PCI.Record()
|
|
| Method Summary | |
|---|---|
Map<String,Object> |
toMap()
Convert a PCI.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 String clazzName
public String vendorName
public String deviceName
public Host host
public String pciId
public Set<PCI> dependencies
public Map<String,String> otherConfig
| Constructor Detail |
|---|
public PCI.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 | |||||||