com.xensource.xenapi
Class VLAN.Record

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

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

Represents all the fields in a VLAN


Field Summary
 Map<String,String> otherConfig
          additional configuration
 Long tag
          VLAN tag in use
 PIF taggedPIF
          interface on which traffic is tagged
 PIF untaggedPIF
          interface on which traffic is untagged
 String uuid
          Unique identifier/object reference
 
Constructor Summary
VLAN.Record()
           
 
Method Summary
 Map<String,Object> toMap()
          Convert a VLAN.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


taggedPIF

public PIF taggedPIF
interface on which traffic is tagged


untaggedPIF

public PIF untaggedPIF
interface on which traffic is untagged


tag

public Long tag
VLAN tag in use


otherConfig

public Map<String,String> otherConfig
additional configuration

Constructor Detail

VLAN.Record

public VLAN.Record()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toMap

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

Specified by:
toMap in interface Types.Record