public class VirtualSriovEthernetCard extends VirtualEthernetCard
Java class for VirtualSriovEthernetCard complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualSriovEthernetCard">
<complexContent>
<extension base="{urn:vim25}VirtualEthernetCard">
<sequence>
<element name="allowGuestOSMtuChange" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="sriovBacking" type="{urn:vim25}VirtualSriovEthernetCardSriovBackingInfo" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowGuestOSMtuChange |
protected VirtualSriovEthernetCardSriovBackingInfo |
sriovBacking |
addressType, externalId, macAddress, resourceAllocation, uptCompatibilityEnabled, wakeOnLanEnabledbacking, connectable, controllerKey, deviceInfo, key, slotInfo, unitNumber| Constructor and Description |
|---|
VirtualSriovEthernetCard() |
| Modifier and Type | Method and Description |
|---|---|
VirtualSriovEthernetCardSriovBackingInfo |
getSriovBacking()
Gets the value of the sriovBacking property.
|
Boolean |
isAllowGuestOSMtuChange()
Gets the value of the allowGuestOSMtuChange property.
|
void |
setAllowGuestOSMtuChange(Boolean value)
Sets the value of the allowGuestOSMtuChange property.
|
void |
setSriovBacking(VirtualSriovEthernetCardSriovBackingInfo value)
Sets the value of the sriovBacking property.
|
getAddressType, getExternalId, getMacAddress, getResourceAllocation, isUptCompatibilityEnabled, isWakeOnLanEnabled, setAddressType, setExternalId, setMacAddress, setResourceAllocation, setUptCompatibilityEnabled, setWakeOnLanEnabledgetBacking, getConnectable, getControllerKey, getDeviceInfo, getKey, getSlotInfo, getUnitNumber, setBacking, setConnectable, setControllerKey, setDeviceInfo, setKey, setSlotInfo, setUnitNumberprotected Boolean allowGuestOSMtuChange
protected VirtualSriovEthernetCardSriovBackingInfo sriovBacking
public Boolean isAllowGuestOSMtuChange()
Booleanpublic void setAllowGuestOSMtuChange(Boolean value)
value - allowed object is
Booleanpublic VirtualSriovEthernetCardSriovBackingInfo getSriovBacking()
VirtualSriovEthernetCardSriovBackingInfopublic void setSriovBacking(VirtualSriovEthernetCardSriovBackingInfo value)
value - allowed object is
VirtualSriovEthernetCardSriovBackingInfoCopyright © 2018. All rights reserved.