|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.xensource.xenapi.Bond.Record
public static class Bond.Record
Represents all the fields in a Bond
| Field Summary | |
|---|---|
PIF |
master
The bonded interface |
Map<String,String> |
otherConfig
additional configuration |
Set<PIF> |
slaves
The interfaces which are part of this bond |
String |
uuid
Unique identifier/object reference |
| Constructor Summary | |
|---|---|
Bond.Record()
|
|
| Method Summary | |
|---|---|
Map<String,Object> |
toMap()
Convert a Bond.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 PIF master
public Set<PIF> slaves
public Map<String,String> otherConfig
| Constructor Detail |
|---|
public Bond.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 | |||||||