Uses of Class
com.xensource.xenapi.NetworkSriov
-
Uses of NetworkSriov in com.xensource.xenapi
Fields in com.xensource.xenapi with type parameters of type NetworkSriovModifier and TypeFieldDescriptionPIF.Record.sriovLogicalPIFOf
Indicates which network_sriov this interface is logical of First published in XenServer 7.5.PIF.Record.sriovPhysicalPIFOf
Indicates which network_sriov this interface is physical of First published in XenServer 7.5.Methods in com.xensource.xenapi that return NetworkSriovModifier and TypeMethodDescriptionstatic NetworkSriov
NetworkSriov.create
(Connection c, PIF pif, Network network) Enable SR-IOV on the specific PIF.static NetworkSriov
NetworkSriov.getByUuid
(Connection c, String uuid) Get a reference to the network_sriov instance with the specified UUID.static NetworkSriov
Types.toNetworkSriov
(Task task, Connection connection) static NetworkSriov
Types.toNetworkSriov
(Object object) Methods in com.xensource.xenapi that return types with arguments of type NetworkSriovModifier and TypeMethodDescriptionstatic Set<NetworkSriov>
NetworkSriov.getAll
(Connection c) Return a list of all the network_sriovs known to the system.static Map<NetworkSriov,
NetworkSriov.Record> NetworkSriov.getAllRecords
(Connection c) Return a map of network_sriov references to network_sriov records for all network_sriovs known to the system.PIF.getSriovLogicalPIFOf
(Connection c) Get the sriov_logical_PIF_of field of the given PIF.PIF.getSriovPhysicalPIFOf
(Connection c) Get the sriov_physical_PIF_of field of the given PIF.static Map<NetworkSriov,
NetworkSriov.Record> Types.toMapOfNetworkSriovNetworkSriovRecord
(Object object) static Set<NetworkSriov>
Types.toSetOfNetworkSriov
(Object object)