public class HostIpRouteEntry extends DynamicData
Java class for HostIpRouteEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostIpRouteEntry">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="network" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="prefixLength" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="gateway" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="deviceName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
deviceName |
protected String |
gateway |
protected String |
network |
protected int |
prefixLength |
| Constructor and Description |
|---|
HostIpRouteEntry() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeviceName()
Gets the value of the deviceName property.
|
String |
getGateway()
Gets the value of the gateway property.
|
String |
getNetwork()
Gets the value of the network property.
|
int |
getPrefixLength()
Gets the value of the prefixLength property.
|
void |
setDeviceName(String value)
Sets the value of the deviceName property.
|
void |
setGateway(String value)
Sets the value of the gateway property.
|
void |
setNetwork(String value)
Sets the value of the network property.
|
void |
setPrefixLength(int value)
Sets the value of the prefixLength property.
|
protected String network
protected int prefixLength
protected String gateway
protected String deviceName
public String getNetwork()
Stringpublic void setNetwork(String value)
value - allowed object is
Stringpublic int getPrefixLength()
public void setPrefixLength(int value)
public String getGateway()
Stringpublic void setGateway(String value)
value - allowed object is
Stringpublic String getDeviceName()
StringCopyright © 2018. All rights reserved.