Class Tunnel.Record

java.lang.Object
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 Details

    • 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
    • protocol

      public Types.TunnelProtocol protocol
      The protocol used for tunneling (either GRE or VxLAN) First published in 1.250.0.
  • Constructor Details

    • Record

      public Record()
  • Method Details