public class NetIpRouteConfigInfoIpRoute extends DynamicData
Java class for NetIpRouteConfigInfoIpRoute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NetIpRouteConfigInfoIpRoute">
<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="{urn:vim25}NetIpRouteConfigInfoGateway"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected NetIpRouteConfigInfoGateway |
gateway |
protected String |
network |
protected int |
prefixLength |
| Constructor and Description |
|---|
NetIpRouteConfigInfoIpRoute() |
| Modifier and Type | Method and Description |
|---|---|
NetIpRouteConfigInfoGateway |
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 |
setGateway(NetIpRouteConfigInfoGateway 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 NetIpRouteConfigInfoGateway gateway
public String getNetwork()
Stringpublic void setNetwork(String value)
value - allowed object is
Stringpublic int getPrefixLength()
public void setPrefixLength(int value)
public NetIpRouteConfigInfoGateway getGateway()
NetIpRouteConfigInfoGatewaypublic void setGateway(NetIpRouteConfigInfoGateway value)
value - allowed object is
NetIpRouteConfigInfoGatewayCopyright © 2018. All rights reserved.