|
||||||||
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 | |
---|---|
java.util.Set<Types.VifOperations> |
allowedOperations
list of the operations allowed in this state. |
java.lang.Boolean |
currentlyAttached
is the device currently attached (erased on reboot) |
java.util.Map<java.lang.String,Types.VifOperations> |
currentOperations
links each of the running tasks using this object (by reference) to a current_operation enum which describes the nature of the task. |
java.lang.String |
device
order in which VIF backends are created by xapi |
java.lang.String |
MAC
ethernet MAC address of virtual interface, as exposed to guest |
java.lang.Boolean |
MACAutogenerated
true if the MAC was autogenerated; false indicates it was set manually |
VIFMetrics |
metrics
metrics associated with this VIF |
java.lang.Long |
MTU
MTU in octets |
Network |
network
virtual network to which this vif is connected |
java.util.Map<java.lang.String,java.lang.String> |
otherConfig
additional configuration |
java.util.Map<java.lang.String,java.lang.String> |
qosAlgorithmParams
parameters for chosen QoS algorithm |
java.lang.String |
qosAlgorithmType
QoS algorithm to use |
java.util.Set<java.lang.String> |
qosSupportedAlgorithms
supported QoS algorithms for this VIF |
java.util.Map<java.lang.String,java.lang.String> |
runtimeProperties
Device runtime properties |
java.lang.Long |
statusCode
error/success code associated with last attach-operation (erased on reboot) |
java.lang.String |
statusDetail
error/success information associated with last attach-operation status (erased on reboot) |
java.lang.String |
uuid
Unique identifier/object reference |
VM |
VM
virtual machine to which this vif is connected |
Constructor Summary | |
---|---|
VIF.Record()
|
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
toMap()
Convert a VIF.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 |
---|
public java.lang.String uuid
public java.util.Set<Types.VifOperations> allowedOperations
public java.util.Map<java.lang.String,Types.VifOperations> currentOperations
public java.lang.String device
public Network network
public VM VM
public java.lang.String MAC
public java.lang.Long MTU
public java.util.Map<java.lang.String,java.lang.String> otherConfig
public java.lang.Boolean currentlyAttached
public java.lang.Long statusCode
public java.lang.String statusDetail
public java.util.Map<java.lang.String,java.lang.String> runtimeProperties
public java.lang.String qosAlgorithmType
public java.util.Map<java.lang.String,java.lang.String> qosAlgorithmParams
public java.util.Set<java.lang.String> qosSupportedAlgorithms
public VIFMetrics metrics
public java.lang.Boolean MACAutogenerated
Constructor Detail |
---|
public VIF.Record()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Map<java.lang.String,java.lang.Object> toMap()
toMap
in interface Types.Record
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |