topologysim
IpPathRecord

An IP path record represents a single instance of a path's route at a specific instance in time.



public class IpPathRecord

Properties
dest The destination address of the managed route. The format of the destination is based on the destType property. Currently only IPv4 router IDs are supported.

type=InetAddress
access=read-only
Displayed(tab/group)=Destination IP (/Route)

destLen The length of the destination address. Its valid values depend on the destType. Currently must be 32.

type=int
access=read-only
default=32
Displayed(tab/group)=Destination Length (/Route)

destType The address type of the destination. Currently only ipv4 is supported.

type=rtr.InetAddressType
access=read-only
default=ipv4

pathMonitorName The name of the path monitor.

type=string
access=read-only
default=
maximum=64
Displayed(tab/group)=IP Path Monitor (/Route)

source The source address of the managed route. The format of the source is based on the sourceType property. Currently only IPv4 router IDs are supported.

type=InetAddress
access=read-only
Displayed(tab/group)=Source IP (/Route)

sourceLen The length of the source address. Its valid values depend on the sourceType. Currently must be 32.

type=int
access=read-only
Displayed(tab/group)=Source Length (/Route)

sourceType The address type of the source. Currently only ipv4 is supported.

type=rtr.InetAddressType
access=read-only
default=ipv4

topologysim.IpPathSegment-Set type=Children-Set
totalCostValid Specifies whether total cost was calculated and is valid.

type=boolean
access=read-only
default=false
Displayed(tab/group)=Total Cost Calculated (/Route)

totalCosts Specifies the total cost(s) of the path. This field is only valid if totalCostValid is true, and is otherwise undefined.

type=string
access=read-only
default=
minimum=0
maximum=128
Displayed(tab/group)=Total Cost (/Route)

type Specifies whether this path is standard or ECMP.

type=topology.RouteType
access=read-only
Displayed(tab/group)=Route Type (/Route)

  
Properties inherited from topologysim.PathRecord
detailedError, errorCode, modelPointer, modelType, partitionId, recordTime, scenarioId, scenarioName
 
Properties inherited from ManagedObject
actionMask, children-Set, deploymentState, isFaultSquelched, name, objectFullName, selfAlarmed
 
Methods

findServices

Find all the associated Services with an IP path record.
Input Parameters:
instanceFullName : string - the full name of the object.
objectType : int -
filter : FilterHolder -
fields : Set (string) - Sorting fields
sortFields : List (string) - Sorting fields
pageNumber : int - Page number
pageSize : int - The number of entries to return
resultFilter : ResultFilter - (Optional) Filter for narrowing down the information returned per object
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false
Output Parameters:
result : generic.PagingResult -