public class HostIpRouteConfig extends DynamicData
Java class for HostIpRouteConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostIpRouteConfig">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="defaultGateway" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="gatewayDevice" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ipV6DefaultGateway" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ipV6GatewayDevice" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultGateway |
protected String |
gatewayDevice |
protected String |
ipV6DefaultGateway |
protected String |
ipV6GatewayDevice |
| Constructor and Description |
|---|
HostIpRouteConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultGateway()
Gets the value of the defaultGateway property.
|
String |
getGatewayDevice()
Gets the value of the gatewayDevice property.
|
String |
getIpV6DefaultGateway()
Gets the value of the ipV6DefaultGateway property.
|
String |
getIpV6GatewayDevice()
Gets the value of the ipV6GatewayDevice property.
|
void |
setDefaultGateway(String value)
Sets the value of the defaultGateway property.
|
void |
setGatewayDevice(String value)
Sets the value of the gatewayDevice property.
|
void |
setIpV6DefaultGateway(String value)
Sets the value of the ipV6DefaultGateway property.
|
void |
setIpV6GatewayDevice(String value)
Sets the value of the ipV6GatewayDevice property.
|
protected String defaultGateway
protected String gatewayDevice
protected String ipV6DefaultGateway
protected String ipV6GatewayDevice
public String getDefaultGateway()
Stringpublic void setDefaultGateway(String value)
value - allowed object is
Stringpublic String getGatewayDevice()
Stringpublic void setGatewayDevice(String value)
value - allowed object is
Stringpublic String getIpV6DefaultGateway()
Stringpublic void setIpV6DefaultGateway(String value)
value - allowed object is
Stringpublic String getIpV6GatewayDevice()
StringCopyright © 2018. All rights reserved.