public class VirtualEthernetCardNetworkBackingInfo extends VirtualDeviceDeviceBackingInfo
Java class for VirtualEthernetCardNetworkBackingInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualEthernetCardNetworkBackingInfo">
<complexContent>
<extension base="{urn:vim25}VirtualDeviceDeviceBackingInfo">
<sequence>
<element name="network" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="inPassthroughMode" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
inPassthroughMode |
protected ManagedObjectReference |
network |
deviceName, useAutoDetect| Constructor and Description |
|---|
VirtualEthernetCardNetworkBackingInfo() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getNetwork()
Gets the value of the network property.
|
Boolean |
isInPassthroughMode()
Gets the value of the inPassthroughMode property.
|
void |
setInPassthroughMode(Boolean value)
Sets the value of the inPassthroughMode property.
|
void |
setNetwork(ManagedObjectReference value)
Sets the value of the network property.
|
getDeviceName, isUseAutoDetect, setDeviceName, setUseAutoDetectprotected ManagedObjectReference network
protected Boolean inPassthroughMode
public VirtualEthernetCardNetworkBackingInfo()
public ManagedObjectReference getNetwork()
ManagedObjectReferencepublic void setNetwork(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic Boolean isInPassthroughMode()
BooleanCopyright © 2018. All rights reserved.