Package com.xensource.xenapi
Class Tunnel.Record
java.lang.Object
com.xensource.xenapi.Tunnel.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- Tunnel
Represents all the fields in a Tunnel
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe interface through which the tunnel is accessedAdditional configurationThe protocol used for tunneling (either GRE or VxLAN) First published in 1.250.0.Status information about the tunnelThe interface used by the tunnelUnique identifier/object reference -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
accessPIF
The interface through which the tunnel is accessed -
transportPIF
The interface used by the tunnel -
status
Status information about the tunnel -
otherConfig
Additional configuration -
protocol
The protocol used for tunneling (either GRE or VxLAN) First published in 1.250.0.
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a tunnel.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-