public class VirtualMachineSriovInfo extends VirtualMachinePciPassthroughInfo
Java class for VirtualMachineSriovInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineSriovInfo">
<complexContent>
<extension base="{urn:vim25}VirtualMachinePciPassthroughInfo">
<sequence>
<element name="virtualFunction" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="pnic" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="devicePool" type="{urn:vim25}VirtualMachineSriovDevicePoolInfo" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VirtualMachineSriovDevicePoolInfo |
devicePool |
protected String |
pnic |
protected boolean |
virtualFunction |
pciDevice, systemIdconfigurationTag, name| Constructor and Description |
|---|
VirtualMachineSriovInfo() |
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineSriovDevicePoolInfo |
getDevicePool()
Gets the value of the devicePool property.
|
String |
getPnic()
Gets the value of the pnic property.
|
boolean |
isVirtualFunction()
Gets the value of the virtualFunction property.
|
void |
setDevicePool(VirtualMachineSriovDevicePoolInfo value)
Sets the value of the devicePool property.
|
void |
setPnic(String value)
Sets the value of the pnic property.
|
void |
setVirtualFunction(boolean value)
Sets the value of the virtualFunction property.
|
getPciDevice, getSystemId, setPciDevice, setSystemIdgetConfigurationTag, getName, setNameprotected boolean virtualFunction
protected String pnic
protected VirtualMachineSriovDevicePoolInfo devicePool
public boolean isVirtualFunction()
public void setVirtualFunction(boolean value)
public String getPnic()
Stringpublic void setPnic(String value)
value - allowed object is
Stringpublic VirtualMachineSriovDevicePoolInfo getDevicePool()
VirtualMachineSriovDevicePoolInfopublic void setDevicePool(VirtualMachineSriovDevicePoolInfo value)
value - allowed object is
VirtualMachineSriovDevicePoolInfoCopyright © 2018. All rights reserved.