sw
RadioRSLRetrievalManager

This class manages the I/C Parameters Files retrieved operation related information, performed by NFM-P server, for each network element.



public class RadioRSLRetrievalManager

Properties
displayedName Specifies the displayed name of the network element.

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

lastOperationDetails Specifies the text of the last message generated by a I/C Parameters File retrieval operation.

type=string
access=read-only
default=
maximum=4096
Displayed(tab/group)=Last Operation Details

lastRadioRSLRetrievalState Specifies the state of the last I/C Parameters File retrieval operation, performed by NFM-P.

type=sw.RadioRSLRetrievalProcessState
access=read-only
default=notAttempted
Displayed(tab/group)=I/C Parameters File Retrieval State (/I/C Parameters Retrieval Status)

lastRadioRSLRetrievedTimestamp Specifies the time of the last I/C Parameters File retrieval operation, performed by NFM-P.

type=Date
access=read-only
default=0
Displayed(tab/group)=I/C Parameters File Retrieved Time (/I/C Parameters Retrieval Status)

lastSuccessfulRadioRSLRetrievedTimestamp Specifies the time of the last successful I/C Parameters File retrieved operation, performed by NFM-P.

type=Date
access=read-only
default=0
Displayed(tab/group)=Last Successful I/C Parameters File Retrieved Time (/I/C Parameters Retrieval Status)

nodeVersion Specifies the version of this network element.

type=string
access=read-only
default=
minimum=0
maximum=252
Displayed(tab/group)=Node Version

routerId Specifies the system address of the network element.

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

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

retrieveRadioRSL

This operation retrieves the I/C Parameters files from the node and saves them on the NFM-P server. OSS instanceFullName must have the format of: network:38.120.200.156:I/C Parameters FileRetrievalManager where 38.120.200.156 should be the node's systemAddress.
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
Exceptions:
sw.RadioRSLRetrievalManager.retrieveRadioRSLException