com.xensource.xenapi
Class Bond.Record

java.lang.Object
  extended by com.xensource.xenapi.Bond.Record
All Implemented Interfaces:
Types.Record
Enclosing class:
Bond

public static class Bond.Record
extends Object
implements Types.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

uuid

public String uuid
Unique identifier/object reference


master

public PIF master
The bonded interface


slaves

public Set<PIF> slaves
The interfaces which are part of this bond


otherConfig

public Map<String,String> otherConfig
additional configuration

Constructor Detail

Bond.Record

public Bond.Record()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toMap

public Map<String,Object> toMap()
Convert a Bond.Record to a Map

Specified by:
toMap in interface Types.Record