fm
GlobalPolicy



public class GlobalPolicy

Properties
correlatedAlarmDeletionRule Enables automatic deletion of correlated alarms with optional GUI notification

type=fm.CorrelatedAlarmDeletionRuleType
default=enabledWithGUINotification
Displayed(tab/group)=Correlated Alarm Settings for Manually Deleted Alarms (/Alarm Deletion Settings)

deletionTimer

DEPRECATED: 8.0R5 - OBSOLETE: Attribute was never used.
type=long
default=-1

deletionWorkerFrequency

DEPRECATED: 8.0R5 - OBSOLETE: Attribute was never used.
type=long
default=1200000

fm.EmailFilter-Set type=Children-Set
fm.SpecificPolicy-Set type=Children-Set
freqencyUpdateRule

DEPRECATED: 8.0R5 - OBSOLETE: Attribute was never used.
type=int
default=onDetectionAndScheduled
enums=
    1: onDetectionOnly
    2: scheduled
    3: onDetectionAndScheduled

implicitDeletionRule Indicates when an alarm can be automatically deleted

type=fm.ImplicitDeletionRuleType
default=whenCleared
Displayed(tab/group)=Automatic Alarm Deletion Settings (/Alarm Deletion Settings)

isAlarmDeletionEnabled Indicates whether alarm deletion is enabled

type=boolean
default=true
Displayed(tab/group)=Enable Deletion Settings (/Alarm Deletion Settings)

isSeverityAlterable Indicates whether the alarm severity is alterable

DEPRECATED: 11.0 R5 - OBSOLETE: Attribute was never used.
type=boolean
default=true
Displayed(tab/group)=Enable Severity Settings (/Alarm Severity Settings)

isSeverityAutoAlterable Indicates whether the alarm severity is alterable automatically

DEPRECATED: 11.0 R5 - OBSOLETE: Attribute was never used.
type=boolean
default=true
Displayed(tab/group)=Enable Automatic Severity Settings (/Alarm Severity Settings/Automatic)

isSeverityDeEscalationEnabled Indicates whether alarm severity de-escalation is enabled

type=boolean
default=true
Displayed(tab/group)=Allow Policy Based De-escalation (/Alarm Severity Settings/Automatic)

isSeverityEscalationEnabled Indicates whether alarm severity escalation is enabled

type=boolean
default=true
Displayed(tab/group)=Allow Policy Based Escalation (/Alarm Severity Settings/Automatic)

isSeverityImplicitDemotionEnabled Indicates whether the alarm severity can be demoted automatically

DEPRECATED: 11.0 R5 - OBSOLETE: Attribute was never used.
type=boolean
default=true
Displayed(tab/group)=Allow Automatic Severity Demotions (/Alarm Severity Settings/Automatic)

isSeverityImplicitPromotionEnabled Indicates whether the alarm severity can be promoted automatically

DEPRECATED: 11.0 R5 - OBSOLETE: Attribute was never used.
type=boolean
default=true
Displayed(tab/group)=Allow Automatic Severity Promotions (/Alarm Severity Settings/Automatic)

isSeverityManualClearingEnabled Indicates whether a user can manually clear the alarm

type=boolean
default=false
Displayed(tab/group)=Allow Manual Clearing of Automatically Clearing (Self Clearing) Alarms (/Alarm Severity Settings/Manual)

isSeverityManualDemotionEnabled Indicates whether a user can manually demote the alarm severity

type=boolean
default=true
Displayed(tab/group)=Allow Manual Severity Demotions (/Alarm Severity Settings/Manual)

isSeverityManualPromotionEnabled Indicates whether a user can manually promote the alarm severity

type=boolean
default=true
Displayed(tab/group)=Allow Manual Severity Promotions (/Alarm Severity Settings/Manual)

isSeverityManuallyAlterable Indicates whether a user can manually alter the severity of an alarm

DEPRECATED: 11.0 R5 - OBSOLETE: Attribute was never used.
type=boolean
default=true
Displayed(tab/group)=Enable Manual Severity Settings (/Alarm Severity Settings/Manual)

manualDeletionRule Indicates when an alarm can be manually deleted

type=fm.ManualDeletionRuleType
default=whenClearedOrAcknowledged
Displayed(tab/group)=Manual Alarm Deletion Settings (/Alarm Deletion Settings)

nonClearableImplicitDeletionRule

DEPRECATED: 8.0R5 - OBSOLETE: Attribute was never used.
type=int
default=whenAcknowledged
enums=
    1: disabled
    2: whenAcknowledged
    3: whenManuallyClearedOrAcknowledged
    4: whenManuallyClearedAndAcknowledged

optimizeAlarmEventBuffer

type=boolean
default=true
Displayed(tab/group)=Optimize Alarm Event Notifications (/Alarm Event Settings)

severityEscalatorWorkerFrequency Indicates the interval at which escalation/de-escalation worker is executed

type=long
default=600000

timerBasedDeletonRule

DEPRECATED: 8.0R5 - OBSOLETE: Attribute was never used.
type=int
default=disabled
enums=
    1: disabled
    2: onlyNonImplicitlyClearable
    3: onlyImplicitlyClearable
    4: all

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

configure

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 : config(fm.GlobalPolicy) -
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false
Exceptions:
fm.GlobalPolicy.configureException