public class HostSriovInfo extends HostPciPassthruInfo
Java class for HostSriovInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostSriovInfo">
<complexContent>
<extension base="{urn:vim25}HostPciPassthruInfo">
<sequence>
<element name="sriovEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="sriovCapable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="sriovActive" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="numVirtualFunctionRequested" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="numVirtualFunction" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="maxVirtualFunctionSupported" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
maxVirtualFunctionSupported |
protected int |
numVirtualFunction |
protected int |
numVirtualFunctionRequested |
protected boolean |
sriovActive |
protected boolean |
sriovCapable |
protected boolean |
sriovEnabled |
dependentDevice, id, passthruActive, passthruCapable, passthruEnabled| Constructor and Description |
|---|
HostSriovInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxVirtualFunctionSupported()
Gets the value of the maxVirtualFunctionSupported property.
|
int |
getNumVirtualFunction()
Gets the value of the numVirtualFunction property.
|
int |
getNumVirtualFunctionRequested()
Gets the value of the numVirtualFunctionRequested property.
|
boolean |
isSriovActive()
Gets the value of the sriovActive property.
|
boolean |
isSriovCapable()
Gets the value of the sriovCapable property.
|
boolean |
isSriovEnabled()
Gets the value of the sriovEnabled property.
|
void |
setMaxVirtualFunctionSupported(int value)
Sets the value of the maxVirtualFunctionSupported property.
|
void |
setNumVirtualFunction(int value)
Sets the value of the numVirtualFunction property.
|
void |
setNumVirtualFunctionRequested(int value)
Sets the value of the numVirtualFunctionRequested property.
|
void |
setSriovActive(boolean value)
Sets the value of the sriovActive property.
|
void |
setSriovCapable(boolean value)
Sets the value of the sriovCapable property.
|
void |
setSriovEnabled(boolean value)
Sets the value of the sriovEnabled property.
|
getDependentDevice, getId, isPassthruActive, isPassthruCapable, isPassthruEnabled, setDependentDevice, setId, setPassthruActive, setPassthruCapable, setPassthruEnabledprotected boolean sriovEnabled
protected boolean sriovCapable
protected boolean sriovActive
protected int numVirtualFunctionRequested
protected int numVirtualFunction
protected int maxVirtualFunctionSupported
public boolean isSriovEnabled()
public void setSriovEnabled(boolean value)
public boolean isSriovCapable()
public void setSriovCapable(boolean value)
public boolean isSriovActive()
public void setSriovActive(boolean value)
public int getNumVirtualFunctionRequested()
public void setNumVirtualFunctionRequested(int value)
public int getNumVirtualFunction()
public void setNumVirtualFunction(int value)
public int getMaxVirtualFunctionSupported()
public void setMaxVirtualFunctionSupported(int value)
Copyright © 2018. All rights reserved.