Package com.vmware.vim25
Class HostIpRouteEntry
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.HostIpRouteEntry
- 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 TypeMethodDescriptionintvoidsetDeviceName(String deviceName) voidsetGateway(String 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
-
deviceName
-
-
Constructor Details
-
HostIpRouteEntry
public HostIpRouteEntry()
-
-
Method Details
-
getNetwork
-
getPrefixLength
public int getPrefixLength() -
getGateway
-
getDeviceName
-
setNetwork
-
setPrefixLength
public void setPrefixLength(int prefixLength) -
setGateway
-
setDeviceName
-