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