Class VLAN.Record

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

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

    • Record

      public Record()
  • Method Details