com.xensource.xenapi
Class Tunnel.Record

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

public static class Tunnel.Record
extends Object
implements Types.Record

Represents all the fields in a Tunnel


Field Summary
 PIF accessPIF
          The interface through which the tunnel is accessed
 Map<String,String> otherConfig
          Additional configuration
 Map<String,String> status
          Status information about the tunnel
 PIF transportPIF
          The interface used by the tunnel
 String uuid
          Unique identifier/object reference
 
Constructor Summary
Tunnel.Record()
           
 
Method Summary
 Map<String,Object> toMap()
          Convert a tunnel.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


accessPIF

public PIF accessPIF
The interface through which the tunnel is accessed


transportPIF

public PIF transportPIF
The interface used by the tunnel


status

public Map<String,String> status
Status information about the tunnel


otherConfig

public Map<String,String> otherConfig
Additional configuration

Constructor Detail

Tunnel.Record

public Tunnel.Record()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toMap

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

Specified by:
toMap in interface Types.Record