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