com.xensource.xenapi
public static class NetworkSriov.Record extends java.lang.Object implements Types.Record
| Modifier and Type | Field and Description |
|---|---|
Types.SriovConfigurationMode |
configurationMode
The mode for configure network sriov
|
PIF |
logicalPIF
The logical PIF to connect to the SR-IOV network after enable SR-IOV on the physical PIF
|
PIF |
physicalPIF
The PIF that has SR-IOV enabled
|
java.lang.Boolean |
requiresReboot
Indicates whether the host need to be rebooted before SR-IOV is enabled on the physical PIF
|
java.lang.String |
uuid
Unique identifier/object reference
|
| Constructor and Description |
|---|
NetworkSriov.Record() |
public java.lang.String uuid
public PIF physicalPIF
public PIF logicalPIF
public java.lang.Boolean requiresReboot
public Types.SriovConfigurationMode configurationMode
public java.lang.String toString()
toString in class java.lang.Objectpublic java.util.Map<java.lang.String,java.lang.Object> toMap()
toMap in interface Types.Record