|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xensource.xenapi.PIF.Record
public static class PIF.Record
Represents all the fields in a PIF
Field Summary | |
---|---|
String |
device
machine-readable name of the interface (e.g. |
Host |
host
physical machine to which this pif is connected |
String |
MAC
ethernet MAC address of physical interface |
PIFMetrics |
metrics
metrics associated with this PIF |
Long |
MTU
MTU in octets |
Network |
network
virtual network to which this pif is connected |
String |
uuid
unique identifier/object reference |
Long |
VLAN
VLAN tag for all traffic passing through this interface |
Constructor Summary | |
---|---|
PIF.Record()
|
Method Summary | |
---|---|
Map<String,Object> |
toMap()
Convert a PIF.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 |
---|
public String uuid
public String device
public Network network
public Host host
public String MAC
public Long MTU
public Long VLAN
public PIFMetrics metrics
Constructor Detail |
---|
public PIF.Record()
Method Detail |
---|
public String toString()
toString
in class Object
public Map<String,Object> toMap()
toMap
in interface Types.Record
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |