topology
IgpMonitoredPrefix

Represents one IGP Monitored Prefix.



public abstract class IgpMonitoredPrefix

Properties
administrativeState Specifies whether the prefix should be monitored or not.

type=topology.State
default=down
Displayed(tab/group)=Administrative State

areaId The area ID of CPAA. Always use 0 for ISIS level 2. For OSPF, it has to be the IPv4 address format.

type=string
access=read-create
default=0
Displayed(tab/group)=Area ID

asPointer The FDN of IGP administrative domain topology.AutonomousSystem.

type=Pointer
access=read-create
Mandatory on create
Displayed(tab/group)=IGP AS

description The description (user configurable).

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

displayedName The displayed name.

type=string
access=read-create
default=
minimum=0
maximum=32
Mandatory on create
Displayed(tab/group)=Name

prefAddr Prefix Address.

type=InetAddress
access=read-create
Mandatory on create
Displayed(tab/group)=Prefix Address

prefAddrType

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

prefLen Prefix Length

type=int
access=read-create
minimum=1
maximum=128
Mandatory on create
Displayed(tab/group)=Prefix Length

  
Properties inherited from ManagedObject
actionMask, children-Set, deploymentState, isFaultSquelched, name, objectFullName, selfAlarmed
 
Methods

captureCurrentPrefix

Used to capture and create an IGP prefix record for this monitored prefix's current status.
Input Parameters:
deployer : Deployer - the deployment state
synchronousDeploy : boolean - (Optional) Specify whether to block until the changes have been fully deployed to the network. A value of "true" means to block. A value of "false" means to return immediately. Default: false (asynchronous)
clearOnDeployFailure : boolean - (Optional) Specify whether to clear any failed deployers. A value of "true" means to clear. A value of "false" means to leave the failed deployer. Default: false
deployRetries : int - (Optional) The number of times to attempt re-deployment during synchronous deployment. This parameter is meaningless in the asynchronous case. Default: 0
deployRetryInterval : long - (Optional) The number of milliseconds to wait between deployment retries. This parameter is meaningless in the asynchronous case. Default: 0
taskDescription : string - (Optional) A user friendly description of what the operation does. This information will be used by the task manager.
instanceFullName : string - the full name of the object.
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false