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.sriovLogicalPIFOfIndicates which network_sriov this interface is logical of First published in XenServer 7.5.PIF.Record.sriovPhysicalPIFOfIndicates which network_sriov this interface is physical of First published in XenServer 7.5.Methods in com.xensource.xenapi that return NetworkSriovModifier and TypeMethodDescriptionstatic NetworkSriovNetworkSriov.create(Connection c, PIF pif, Network network) Enable SR-IOV on the specific PIF.static NetworkSriovNetworkSriov.getByUuid(Connection c, String uuid) Get a reference to the network_sriov instance with the specified UUID.static NetworkSriovTypes.toNetworkSriov(Task task, Connection connection) Attempt to convert theTask's result to aNetworkSriovobject.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.