public interface HostNicVirtualFunctionsConfiguration
Describes virtual functions configuration for an SR-IOV enabled physical function NIC.
Modifier and Type | Method and Description |
---|---|
Boolean |
allNetworksAllowed()
Defines whether all networks are allowed to be defined on the related virtual functions or specified ones only.
|
Integer |
maxNumberOfVirtualFunctions()
Maximum number of virtual functions the NIC supports.
|
Integer |
numberOfVirtualFunctions()
Number of curently defined virtual functions.
|
Integer maxNumberOfVirtualFunctions()
Maximum number of virtual functions the NIC supports. Read-only property.
Integer numberOfVirtualFunctions()
Number of curently defined virtual functions. User-defined value between 0 and maxNumberOfVirtualFunctions
.
Boolean allNetworksAllowed()
Defines whether all networks are allowed to be defined on the related virtual functions or specified ones only.
Copyright © 2016. All rights reserved.