topology
BaseLink



public abstract class BaseLink

Properties
checkpointDetail Specific details copied topology.Checkpoint to help further identify the checkpoint. For example, for an OSPF checkpoint, this would contain the area ID.

This field is only meaningful if isCheckpointObject is true.

type=string
access=read-only
default=
minimum=0
maximum=32

checkpointId The ID of the checkpoint (topology.Checkpoint or its subclasses).

This field is only meaningful if isCheckpointObject is true.

type=long
access=read-only
default=0

checkpointProtocol The protocol of the checkpoint (topology.Checkpoint or its subclasses).

This field is only meaningful if isCheckpointObject is true.

type=topology.Protocol
access=read-only

checkpointTime The time that this checkpoint object was created.

This field is only meaningful if isCheckpointObject is true.

type=Date
access=read-only

delayMetric The link delay metric in msec.

type=int
default=0
minimum=0
maximum=2147483647
units=msec
Displayed(tab/group)=Link Delay Metric

description Description.

type=string
default=
minimum=0
maximum=80
Displayed(tab/group)=Description

interfacePointer If link originates on a NFM-P managed router, this pointer specifies the FDN of the protocol specific interface object.

type=Pointer
access=read-only
Displayed(tab/group)=Interface

interfaceType If link originates on a NFM-P managed router, type specifies if the NFM-P interface is originating on a L3 IES interface or a regular L3 interface.

type=topology.InterfaceType
access=read-only
default=L3Interface
Displayed(tab/group)=Interface Type

ipLinkPointer A pointer to the IP Link object on which this link uses to send protocol data.

type=Pointer
access=read-only

isCheckpointObject Represents that this instance of the IGP link object is in fact contained in a checkpoint.

The real topology object always has a value of "false" for isCheckpointObject.

type=boolean
access=read-only
default=false
Displayed(tab/group)=Is Checkpoint Object (/Checkpoint)

isReference Specifies which protocols have been referenced on this object.

type=topology.CheckPoint
access=read-only

lastChangeTime The last time Link was changed.

type=Date
access=read-only
default=0
Displayed(tab/group)=Last Change Time

lastOpStateChangeTime Last time of OpState changed .

type=Date
access=read-only
default=0
Displayed(tab/group)=Op State Last Change Time

linkData Protocol specific link data.

type=int
access=read-create
Mandatory on create

linkDataStr Protocol specific Link Data in String format.

type=string
access=read-only
minimum=0
maximum=32

linkGenetics Specifies if the link is an original or a duplicate (clone).

type=topology.LinkGenetics
access=read-create
Mandatory on create
Displayed(tab/group)=Genetics

linkId Protocol specific link identifier.

type=long
access=read-create
Mandatory on create

linkIdStr Protocol specific Link Id in String format.

type=string
access=read-only
minimum=0
maximum=32

linkPointer A pointer to the link that represents this IGP link.

DEPRECATED: 11.0 R1 - DEPRECATED: Should Not Be Used
type=Pointer
access=read-only

linkTerminationPointer A pointer to the object (router or subnet) on which this link terminates.

type=Pointer
access=read-only
Displayed(tab/group)=Link Termination

linkType Represents the type of link (transit, point-to-point, etc).

type=topology.LinkType
access=read-create
Mandatory on create
Displayed(tab/group)=Link Type

opStateChangeCounter Counter of opState changes.

type=long
access=read-only
default=0
Displayed(tab/group)=Op State Change Counter

operationalState The operational state of the link.

type=topology.OperationalState
access=read-only
default=notAvailable
Displayed(tab/group)=Operational State

prefixLength If link originates on a NFM-P managed router, this value specifies the IP address mask length.

type=int
access=read-only
default=-1

protocol The protocol that the link was learned from.

type=topology.Protocol
access=read-create
Mandatory on create
Displayed(tab/group)=Protocol

referenceTime The time the last reference was created

type=Date
access=read-only

routerId The numeric form of the originating router ID.

type=int
access=read-only

routerIdStr The IP Address form of the originating router ID.

type=string
access=read-only
maximum=60
Displayed(tab/group)=Router ID

source min="0" max="31" writeAccess="none" mandatoryOnCreate="yes" notDbUpdateable="yes"> Source for the link

type=string
default=

startPoint Specific details copied topology.Checkpoint to resolve parent (start point) for the link. Must do it for Partial CP design as parent for Link may be a CP.

This field is only meaningful if isCheckpointObject is true.

type=string
access=read-only
default=
minimum=0
maximum=255

startsOrEndsOnCpaa This flag is set if this link starts or ends on a CPAA.

type=boolean
access=read-only
Displayed(tab/group)=Starts or Ends on CPAA (/CPAA)

systemAddress The system address of the originating router.

type=string
access=read-only
default=
maximum=60
Displayed(tab/group)=System Address

  
Properties inherited from topology.ASContainedObject
asName, asNumber
 
Properties inherited from ManagedObject
actionMask, children-Set, deploymentState, isFaultSquelched, name, objectFullName, selfAlarmed
 
Methods

findObjectsOnLinkOssi

Find all the associated IP Path Monitors that exist on IGP Link(s).
Input Parameters:
instanceFullName : string - the full name of the object.
objectType :
topology.UpperLayerObjectType -
filter : FilterHolder -
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 : topology.ObjectsOnLinkStruct -