netw
AdvertisedNode



public class AdvertisedNode

Properties
elapsedTime contains the delta between lastMessageTime and firstMessageTime

type=Time
Displayed(tab/group)=Elapsed Time

firstMessageTime contains the first message receive by the node

type=Date
Displayed(tab/group)=First Message Time

ipAddress

type=string
access=read-create
maximum=80
Mandatory on create
Displayed(tab/group)=IP Address

lastMessageTime contains the last message receive by the node

type=Date
Displayed(tab/group)=Last Message Time

location contains localisation of the node.

type=string
default=
minimum=0
maximum=255
Displayed(tab/group)=Location

nodeName

type=string
access=read-create
maximum=255
Mandatory on create
Displayed(tab/group)=Name

routerId This is actually the System ID.

type=string
access=read-create
maximum=64
Mandatory on create
Displayed(tab/group)=System ID

serialNumber

type=string
access=read-create
maximum=255
Mandatory on create
Displayed(tab/group)=Serial Number

specificParameter this map contains all others parameters not describe by the generic parameter.

type=Map (string to string)

state

type=int
default=notAllowed
Displayed(tab/group)=State
enums=
    1: notAllowed - Not Allowed
    4: orphan - Orphan

version

type=string
access=read-create
maximum=80
Mandatory on create
Displayed(tab/group)=Version

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

purge

This operation purges old orphan and not allowed nodes.
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.
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false