public class VirtualSriovEthernetCardSriovBackingInfo extends VirtualDeviceBackingInfo
Java class for VirtualSriovEthernetCardSriovBackingInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualSriovEthernetCardSriovBackingInfo">
<complexContent>
<extension base="{urn:vim25}VirtualDeviceBackingInfo">
<sequence>
<element name="physicalFunctionBacking" type="{urn:vim25}VirtualPCIPassthroughDeviceBackingInfo" minOccurs="0"/>
<element name="virtualFunctionBacking" type="{urn:vim25}VirtualPCIPassthroughDeviceBackingInfo" minOccurs="0"/>
<element name="virtualFunctionIndex" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VirtualPCIPassthroughDeviceBackingInfo |
physicalFunctionBacking |
protected VirtualPCIPassthroughDeviceBackingInfo |
virtualFunctionBacking |
protected Integer |
virtualFunctionIndex |
| Constructor and Description |
|---|
VirtualSriovEthernetCardSriovBackingInfo() |
| Modifier and Type | Method and Description |
|---|---|
VirtualPCIPassthroughDeviceBackingInfo |
getPhysicalFunctionBacking()
Gets the value of the physicalFunctionBacking property.
|
VirtualPCIPassthroughDeviceBackingInfo |
getVirtualFunctionBacking()
Gets the value of the virtualFunctionBacking property.
|
Integer |
getVirtualFunctionIndex()
Gets the value of the virtualFunctionIndex property.
|
void |
setPhysicalFunctionBacking(VirtualPCIPassthroughDeviceBackingInfo value)
Sets the value of the physicalFunctionBacking property.
|
void |
setVirtualFunctionBacking(VirtualPCIPassthroughDeviceBackingInfo value)
Sets the value of the virtualFunctionBacking property.
|
void |
setVirtualFunctionIndex(Integer value)
Sets the value of the virtualFunctionIndex property.
|
protected VirtualPCIPassthroughDeviceBackingInfo physicalFunctionBacking
protected VirtualPCIPassthroughDeviceBackingInfo virtualFunctionBacking
protected Integer virtualFunctionIndex
public VirtualSriovEthernetCardSriovBackingInfo()
public VirtualPCIPassthroughDeviceBackingInfo getPhysicalFunctionBacking()
VirtualPCIPassthroughDeviceBackingInfopublic void setPhysicalFunctionBacking(VirtualPCIPassthroughDeviceBackingInfo value)
value - allowed object is
VirtualPCIPassthroughDeviceBackingInfopublic VirtualPCIPassthroughDeviceBackingInfo getVirtualFunctionBacking()
VirtualPCIPassthroughDeviceBackingInfopublic void setVirtualFunctionBacking(VirtualPCIPassthroughDeviceBackingInfo value)
value - allowed object is
VirtualPCIPassthroughDeviceBackingInfopublic Integer getVirtualFunctionIndex()
IntegerCopyright © 2018. All rights reserved.