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