com.xensource.xenapi
public static class VIF.Record extends java.lang.Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
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.util.Set<java.lang.String> |
ipv4Addresses
IPv4 addresses in CIDR format
First published in XenServer Dundee.
|
java.util.Set<java.lang.String> |
ipv4Allowed
A list of IPv4 addresses which can be used to filter traffic passing through this VIF
First published in XenServer 6.1.
|
Types.VifIpv4ConfigurationMode |
ipv4ConfigurationMode
Determines whether IPv4 addresses are configured on the VIF
First published in XenServer Dundee.
|
java.lang.String |
ipv4Gateway
IPv4 gateway (the empty string means that no gateway is set)
First published in XenServer Dundee.
|
java.util.Set<java.lang.String> |
ipv6Addresses
IPv6 addresses in CIDR format
First published in XenServer Dundee.
|
java.util.Set<java.lang.String> |
ipv6Allowed
A list of IPv6 addresses which can be used to filter traffic passing through this VIF
First published in XenServer 6.1.
|
Types.VifIpv6ConfigurationMode |
ipv6ConfigurationMode
Determines whether IPv6 addresses are configured on the VIF
First published in XenServer Dundee.
|
java.lang.String |
ipv6Gateway
IPv6 gateway (the empty string means that no gateway is set)
First published in XenServer Dundee.
|
Types.VifLockingMode |
lockingMode
current locking mode of the VIF
First published in XenServer 6.1.
|
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
First published in XenServer 5.5.
|
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 and Description |
---|
VIF.Record() |
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
public Types.VifLockingMode lockingMode
public java.util.Set<java.lang.String> ipv4Allowed
public java.util.Set<java.lang.String> ipv6Allowed
public Types.VifIpv4ConfigurationMode ipv4ConfigurationMode
public java.util.Set<java.lang.String> ipv4Addresses
public java.lang.String ipv4Gateway
public Types.VifIpv6ConfigurationMode ipv6ConfigurationMode
public java.util.Set<java.lang.String> ipv6Addresses
public java.lang.String ipv6Gateway
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