public static class VIF.Record extends Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
Set<Types.VifOperations> |
allowedOperations
list of the operations allowed in this state.
|
Boolean |
currentlyAttached
is the device currently attached (erased on reboot)
|
Map<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.
|
String |
device
order in which VIF backends are created by xapi
|
String |
MAC
ethernet MAC address of virtual interface, as exposed to guest
|
Boolean |
MACAutogenerated
true if the MAC was autogenerated; false indicates it was set manually
|
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> |
otherConfig
additional configuration
|
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 and Description |
---|
Record() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
toMap()
Convert a VIF.Record to a Map
|
String |
toString() |
public String uuid
public Set<Types.VifOperations> allowedOperations
public Map<String,Types.VifOperations> currentOperations
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 String qosAlgorithmType
public Set<String> qosSupportedAlgorithms
public VIFMetrics metrics
public Boolean MACAutogenerated