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 java.lang.Object
implements Types.Record

Represents all the fields in a Tunnel


Field Summary
 PIF accessPIF
          The interface through which the tunnel is accessed
 java.util.Map<java.lang.String,java.lang.String> otherConfig
          Additional configuration
 java.util.Map<java.lang.String,java.lang.String> status
          Status information about the tunnel
 PIF transportPIF
          The interface used by the tunnel
 java.lang.String uuid
          Unique identifier/object reference
 
Constructor Summary
Tunnel.Record()
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Object> toMap()
          Convert a tunnel.Record to a Map
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uuid

public java.lang.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 java.util.Map<java.lang.String,java.lang.String> status
Status information about the tunnel


otherConfig

public java.util.Map<java.lang.String,java.lang.String> otherConfig
Additional configuration

Constructor Detail

Tunnel.Record

public Tunnel.Record()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toMap

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

Specified by:
toMap in interface Types.Record