topologysim
LspPathRecord

This class represents a historical LSP path record.



public class LspPathRecord

Properties
lspId The LSP ID.

type=long
access=read-only
Displayed(tab/group)=LSP ID (/LSP Details)

lspName

type=string
access=read-only
default=
minimum=0
maximum=252
Displayed(tab/group)=LSP Name (/LSP Details)

lspPathId The LSP path ID.

type=long
access=read-only
Displayed(tab/group)=LSP Path ID (/LSP Details)

lspPathState Specifies whether this LSP path is the active path or not.

type=mpls.LspPathState
access=read-only
default=unknown
Displayed(tab/group)=LSP Path State (/LSP Details)

lspPathType Specifies if the path is primary or secondary.

type=topologysim.LspPathType
access=read-only
default=secondary
Displayed(tab/group)=LSP Path Type (/LSP Details)

standby Specifies if the secondary path is standby or not. If the path is primary, the standby is always false.

type=boolean
access=read-only
default=false
Displayed(tab/group)=Standby (/LSP Details)

topologysim.LspPathSegment-Set type=Children-Set
  
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 a path monitor.
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 -