genericne
GenericNeProfileManager

Generic NE Profiler Manager contains all Generic NE Profiles and there is only one instance.



public class GenericNeProfileManager

Properties
genericne.GenericNeDescriptor-Set type=Children-Set
genericne.GenericNeFeature-Set type=Children-Set
genericne.GenericNeInterfaceType-Set type=Children-Set
genericne.GenericNeProfile-Set type=Children-Set
  
Properties inherited from ManagedObject
actionMask, children-Set, deploymentState, isFaultSquelched, name, objectFullName, selfAlarmed
 
Methods

configure

This method is used to create and configure a Generic NE Profile.
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.
configInfo : generic.CommonManagedContainmentEntityConfigurationInformation - A Generic NE Profile instance.
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false
Output Parameters:
objectFullName : string - The object full name of the Generic NE Profile (created or configured).
Exceptions:
genericne.GenericNeProfileManager.configureException

getNes

DEPRECATED - 8.0
Use
genericne.GenericNeProfileManager.getNesMultipleTypes() instead.
Input Parameters:
neType : string - NE type for which all NEs are listed.
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:
infoList : List (generic.CommonManagedEntityInformation) - List of NE Information for the given NE type.

getNesMultipleTypes

Return all NEs for the given NE Types.
Input Parameters:
neTypes : Set (string) - NE types for which all NEs are listed.
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:
infoList : List (generic.CommonManagedEntityInformation) - List of NE Infos for the given NE type.