Package com.xensource.xenapi
Class VLAN.Record
java.lang.Object
com.xensource.xenapi.VLAN.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- VLAN
Represents all the fields in a VLAN
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
taggedPIF
interface on which traffic is tagged -
untaggedPIF
interface on which traffic is untagged -
tag
VLAN tag in use -
otherConfig
additional configuration
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a VLAN.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-