Package com.vmware.vim25
Class NetIpRouteConfigInfoIpRoute
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.NetIpRouteConfigInfoIpRoute
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionintFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetGateway(NetIpRouteConfigInfoGateway gateway) voidsetNetwork(String network) voidsetPrefixLength(int prefixLength) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
network
-
prefixLength
public int prefixLength -
gateway
-
-
Constructor Details
-
NetIpRouteConfigInfoIpRoute
public NetIpRouteConfigInfoIpRoute()
-
-
Method Details
-
getNetwork
-
getPrefixLength
public int getPrefixLength() -
getGateway
-
setNetwork
-
setPrefixLength
public void setPrefixLength(int prefixLength) -
setGateway
-