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

Represents all the fields in a VLAN


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


taggedPIF

public PIF taggedPIF
interface on which traffic is tagged


untaggedPIF

public PIF untaggedPIF
interface on which traffic is untagged


tag

public java.lang.Long tag
VLAN tag in use


otherConfig

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

Constructor Detail

VLAN.Record

public VLAN.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 VLAN.Record to a Map

Specified by:
toMap in interface Types.Record