public class VirtualEthernetCardOpaqueNetworkBackingInfo extends VirtualDeviceBackingInfo
Java class for VirtualEthernetCardOpaqueNetworkBackingInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualEthernetCardOpaqueNetworkBackingInfo">
<complexContent>
<extension base="{urn:vim25}VirtualDeviceBackingInfo">
<sequence>
<element name="opaqueNetworkId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="opaqueNetworkType" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
opaqueNetworkId |
protected String |
opaqueNetworkType |
| Constructor and Description |
|---|
VirtualEthernetCardOpaqueNetworkBackingInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOpaqueNetworkId()
Gets the value of the opaqueNetworkId property.
|
String |
getOpaqueNetworkType()
Gets the value of the opaqueNetworkType property.
|
void |
setOpaqueNetworkId(String value)
Sets the value of the opaqueNetworkId property.
|
void |
setOpaqueNetworkType(String value)
Sets the value of the opaqueNetworkType property.
|
protected String opaqueNetworkId
protected String opaqueNetworkType
public VirtualEthernetCardOpaqueNetworkBackingInfo()
public String getOpaqueNetworkId()
Stringpublic void setOpaqueNetworkId(String value)
value - allowed object is
Stringpublic String getOpaqueNetworkType()
StringCopyright © 2018. All rights reserved.