|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xensource.xenapi.Tunnel.Record
public static class Tunnel.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 |
---|
public String uuid
public PIF accessPIF
public PIF transportPIF
public Map<String,String> status
public Map<String,String> otherConfig
Constructor Detail |
---|
public Tunnel.Record()
Method Detail |
---|
public String toString()
toString
in class Object
public 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 |