|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xensource.xenapi.VIF.Record
public static class VIF.Record
Represents all the fields in a VIF
Field Summary | |
---|---|
Boolean |
currentlyAttached
is the device currently attached (erased on reboot) |
String |
device
name of network device as exposed to guest e.g. |
String |
MAC
ethernet MAC address of virtual interface, as exposed to guest |
VIFMetrics |
metrics
metrics associated with this VIF |
Long |
MTU
MTU in octets |
Network |
network
virtual network to which this vif is connected |
Map<String,String> |
qosAlgorithmParams
parameters for chosen QoS algorithm |
String |
qosAlgorithmType
QoS algorithm to use |
Set<String> |
qosSupportedAlgorithms
supported QoS algorithms for this VIF |
Map<String,String> |
runtimeProperties
Device runtime properties |
Long |
statusCode
error/success code associated with last attach-operation (erased on reboot) |
String |
statusDetail
error/success information associated with last attach-operation status (erased on reboot) |
String |
uuid
unique identifier/object reference |
VM |
VM
virtual machine to which this vif is connected |
Constructor Summary | |
---|---|
VIF.Record()
|
Method Summary | |
---|---|
Map<String,Object> |
toMap()
Convert a VIF.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 VM VM
public String MAC
public Long MTU
public Boolean currentlyAttached
public Long statusCode
public String statusDetail
public Map<String,String> runtimeProperties
public String qosAlgorithmType
public Map<String,String> qosAlgorithmParams
public Set<String> qosSupportedAlgorithms
public VIFMetrics metrics
Constructor Detail |
---|
public VIF.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 |