topology
Subnet

Represents a broadcast network in an IGP topology.



public abstract class Subnet

Properties
attachedToCpaa Indicates that one of the routers attached to this subnet is a CPAA.

type=boolean
access=read-only
Displayed(tab/group)=Attached to CPAA (/CPAA)

broadcastSubnetPointer A pointer to the broadcast subnet that is representing this IGP subnet.

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

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
Displayed(tab/group)=Checkpoint Detail (Checkpoint Details/Checkpoint)

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
Displayed(tab/group)=Checkpoint ID (Checkpoint Details/Checkpoint)

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
Displayed(tab/group)=Checkpoint Protocol (Checkpoint Details/Checkpoint)

checkpointTime The time that this checkpoint object was created.

This field is only meaningful if isCheckpointObject is true.

type=Date
access=read-only
Displayed(tab/group)=Checkpoint Time (Checkpoint Details/Checkpoint)

cpaaRedGroupPointer Pointer to CPAA Redundancy Group that discovered this network.

type=Pointer
access=read-only

description The description (user configurable).

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

displayedName The displayed name.

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

isCheckpointObject Represents that this instance of the IGP subnet 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
Displayed(tab/group)=Has Reference (Reference)

lastChangeTime The last time Subnet was changed.

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

maskId The network mask.

type=int
access=read-create
default=0

networkId The protocol specific network ID.

type=long
access=read-create
Mandatory on create

operationalState The operational state of the network.

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

referenceTime The time the last reference was created

type=Date
access=read-only
Displayed(tab/group)=Reference Time (Reference)

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

findAllCheckpoints

Find all the checkpoints that exist for this checkpointable object.
Input Parameters:
instanceFullName : string - the full name of the object.
filter : FilterHolder -
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:
checkpoints : List (generic.CommonManagedEntityInformation) -