public class PhysicalNicHint extends DynamicData
Java class for PhysicalNicHint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PhysicalNicHint">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="vlanId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PhysicalNicHint() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getVlanId()
Gets the value of the vlanId property.
|
void |
setVlanId(Integer value)
Sets the value of the vlanId property.
|
protected Integer vlanId
Copyright © 2018. All rights reserved.