Package com.xensource.xenapi
Class NetworkSriov.Record
java.lang.Object
com.xensource.xenapi.NetworkSriov.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- NetworkSriov
Represents all the fields in a NetworkSriov
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe mode for configure network sriovThe logical PIF to connect to the SR-IOV network after enable SR-IOV on the physical PIFThe PIF that has SR-IOV enabledIndicates whether the host need to be rebooted before SR-IOV is enabled on the physical PIFUnique identifier/object reference -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
physicalPIF
The PIF that has SR-IOV enabled -
logicalPIF
The logical PIF to connect to the SR-IOV network after enable SR-IOV on the physical PIF -
requiresReboot
Indicates whether the host need to be rebooted before SR-IOV is enabled on the physical PIF -
configurationMode
The mode for configure network sriov
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a network_sriov.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-