ethring
Interconnect

The Interconnect object defines a network-wide interconnection between a sub-ring and its upper ring(s).



public class Interconnect

Properties
description

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

elementAInterconnectId The Interconnected Ethernet Ring Element parameter specifies a unique identifier for an Ethernet Ring Element. The default is 0. The range is 1 to 2147483647. When the Type parameter is set to Non Virtual Link, the Interconnected Ethernet Ring Element parameter must be set to a value of 4294967295, which indicates that the ring is interconnected to a VPLS.

type=long
default=0
minimum=1
maximum=4294967295
Displayed(tab/group)=Interconnected Ethernet Ring Element (/Element A)

elementAPointer

type=Pointer
access=read-create
default=
Mandatory on create
Displayed(tab/group)=Element (/Element A)

elementAPropTopChange

type=boolean
default=false
Displayed(tab/group)=Propagate Topology Change (/Element A)

elementASiteId

type=string
access=read-only
default=0.0.0.0
maximum=50

elementASubRingType

type=ethring.EthRingSubRingType
default=virtualLink
Displayed(tab/group)=Type (/Element A)

elementBInterconnectId The Interconnected Ethernet Ring Element parameter specifies a unique identifier for an Ethernet Ring Element. The default is 0. The range is 1 to 2147483647. When the Type parameter is set to Non Virtual Link, the Interconnected Ethernet Ring Element parameter must be set to a value of 4294967295, which indicates that the ring is interconnected to a VPLS.

type=long
default=0
minimum=1
maximum=4294967295
Displayed(tab/group)=Interconnected Ethernet Ring Element (/Element B)

elementBPointer

type=Pointer
access=read-create
default=
Mandatory on create
Displayed(tab/group)=Element (/Element B)

elementBPropTopChange

type=boolean
default=false
Displayed(tab/group)=Propagate Topology Change (/Element B)

elementBSiteId

type=string
access=read-only
default=0.0.0.0
maximum=50

elementBSubRingType

type=ethring.EthRingSubRingType
default=virtualLink
Displayed(tab/group)=Type (/Element B)

id

type=int
access=read-create
default=0
minimum=1
Displayed(tab/group)=ID

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

deleteInterconnect

Deletes the Interconnect from the Ethernet Ring with the option to also set the Sub-Ring Type to 'None' on the Ethernet Ring Elmenets
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.
aInSetElementSubRingTypeNone : boolean -
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false
Exceptions:
ethring.Interconnect.deleteInterconnectException