public class HostSriovConfig extends HostPciPassthruConfig
Java class for HostSriovConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostSriovConfig">
<complexContent>
<extension base="{urn:vim25}HostPciPassthruConfig">
<sequence>
<element name="sriovEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="numVirtualFunction" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
numVirtualFunction |
protected boolean |
sriovEnabled |
id, passthruEnabled| Constructor and Description |
|---|
HostSriovConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumVirtualFunction()
Gets the value of the numVirtualFunction property.
|
boolean |
isSriovEnabled()
Gets the value of the sriovEnabled property.
|
void |
setNumVirtualFunction(int value)
Sets the value of the numVirtualFunction property.
|
void |
setSriovEnabled(boolean value)
Sets the value of the sriovEnabled property.
|
getId, isPassthruEnabled, setId, setPassthruEnabledprotected boolean sriovEnabled
protected int numVirtualFunction
public boolean isSriovEnabled()
public void setSriovEnabled(boolean value)
public int getNumVirtualFunction()
public void setNumVirtualFunction(int value)
Copyright © 2018. All rights reserved.