Data Object - HostIpRouteEntry(vim.host.IpRouteEntry)

Property of
HostIpRouteOp, HostIpRouteTableInfo
Extends
DynamicData
Since
vSphere API 4.0

Data Object Description

IpRouteEntry. Routing entries are individual static routes which combined with the default route form all of the routing rules for a host.

Properties

Name Type Description
deviceName*xsd:string

If available the property indicates the device associated with the routing entry. This property can only be read from the server. It will be ignored if set by the client.

Since vSphere API 4.1
gatewayxsd:string

Gateway for the routing entry
networkxsd:string

Network of the routing entry Of the format "10.20.120.0" or "2001:db8::1428:57"
prefixLengthxsd:int

Prefix length of the network (this is the 22 in 10.20.120.0/22)
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition