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