(file) Return to CIM_Event28.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM28

   1 tony  1.1 // ====================================================================
   2           // Title:      Event MOF Specification
   3           // Filename:   CIM_Event28.mof
   4           // Version:    2.8
   5           // Status:     Final
   6           // Date:        Jan 26, 2004
   7           // ===================================================================
   8           // Copyright 2001-2004 Distributed Management Task Force, Inc. (DMTF).
   9           // All rights reserved.
  10           // DMTF is a not-for-profit association of industry members dedicated
  11           // to promoting enterprise and systems management and interoperability.
  12           // DMTF specifications and documents may be reproduced for uses
  13           // consistent with this purpose by members and non-members,
  14           // provided that correct attribution is given.
  15           // As DMTF specifications may be revised from time to time,
  16           // the particular version and release date should always be noted.
  17           // 
  18           // Implementation of certain elements of this standard or proposed
  19           // standard may be subject to third party patent rights, including
  20           // provisional patent rights (herein "patent rights"). DMTF makes
  21           // no representations to users of the standard as to the existence
  22 tony  1.1 // of such rights, and is not responsible to recognize, disclose, or
  23           // identify any or all such third party patent right, owners or
  24           // claimants, nor for any incomplete or inaccurate identification or
  25           // disclosure of such rights, owners or claimants. DMTF shall have no
  26           // liability to any party, in any manner or circumstance, under any
  27           // legal theory whatsoever, for failure to recognize, disclose, or
  28           // identify any such third party patent rights, or for such party's
  29           // reliance on the standard or incorporation thereof in its product,
  30           // protocols or testing procedures. DMTF shall have no liability to
  31           // any party implementing such standard, whether such implementation
  32           // is foreseeable or not, nor to any patent owner or claimant, and shall
  33           // have no liability or responsibility for costs or losses incurred if
  34           // a standard is withdrawn or modified after publication, and shall be
  35           // indemnified and held harmless by any party implementing the
  36           // standard from any and all claims of infringement by a patent owner
  37           // for such implementations.
  38           // 
  39           // For information about patents held by third-parties which have
  40           // notified the DMTF that, in their opinion, such patent may relate to
  41           // or impact implementations of DMTF standards, visit
  42           // http://www.dmtf.org/about/policies/disclosures.php.
  43 tony  1.1 // ===================================================================
  44           // Description: The Event Model describes types of notifications,
  45           //              whether generic (such as InstanceModification) or
  46           //              instrumentation-specific (such as AlertIndication).
  47           //              The model also defines classes to subscribe to/filter
  48           //              indications and describe their delivery.
  49           // 
  50           //              The object classes below are listed in an order that
  51           //              avoids forward references. Required objects, defined
  52           //              by other working groups, are omitted.
  53           // ===================================================================
  54           // 01/06/2004 - 2.8 Final
  55           //      CR1225 - Experimental to Final for Event Model
  56           // 
  57           // 08/03/2003 - 2.8 Preliminary
  58           //      CR1143 - Missing VALUEMAPS in Event MOF
  59           //      CR1067 - Clarification of AlertingManagedElement Format
  60           //      CR0874 - Extend definition of CIM_IndicationHandler to
  61           //               support the delivery of Asynchronous Operation
  62           //               responses.
  63           // 
  64 tony  1.1 // 03/17/2003 - 2.7 Final
  65           //          CR986 - Remove Experimental Qualifier
  66           // 
  67           // 09/23/2002 - 2.7 Preliminary
  68           //          CR869 - Fix the Description for IndicationHandlerCIMXML.
  69           //                      Destination Description
  70           //          CR811 - Add values to ProbableCause to align with
  71           //                      ITU-T M.3100 and ITU-IANA-ALARM-TC
  72           //          CR709 - Move IndicationIdentifier and
  73           //                      IndicationCorrelation to CIM_Indication
  74           //          CR652 - Changes to CIM_AlertIndication to consolidate
  75           //                      and capture Event data
  76           //          CR651 - Add RepeatNotification properties to
  77           //                      CIM_IndicationSubscription
  78           //          CR650 - Extend CIM_SubscriptionIndication and
  79           //                      CIM_HandlerIndication
  80           //          CR647 - Add ErrorHandling to CIM_IndicationSubscription
  81           // 05/09/2002 - 2.6 Final
  82           // ===================================================================
  83           
  84           #pragma Locale ("en_US")
  85 tony  1.1 
  86           
  87           // ==================================================================
  88           // Compile prerequisite:  Core MOF
  89           // ==================================================================
  90           
  91           
  92           // ====================================================================
  93           // Indication
  94           // ====================================================================
  95              [Indication, Abstract, Version ( "2.7.0" ), Description (
  96                  "CIM_Indication is the abstract root class for all "
  97                  "notifications about changes in schema, objects and their data, "
  98                  "and about events detected by providers and instrumentation. "
  99                  "Subclasses represent specific types of notifications. \n"
 100                  "\n"
 101                  "To receive an Indication, a consumer (or subscriber) must "
 102                  "create an instance of CIM_IndicationFilter describing the "
 103                  "criteria of the notification, an instance of "
 104                  "CIM_ListenerDestination describing the delivery of the "
 105                  "notification, and an instance of CIM_IndicationSubscription "
 106 tony  1.1        "associating the Filter and Handler.")]
 107           class CIM_Indication {
 108           
 109                 [Description (
 110                     "An identifier for the Indication. This property is similar "
 111                     "to a key value in that it can be used for identification, "
 112                     "when correlating Indications (see the CorrelatedIndications "
 113                     "array). Its value SHOULD be unique as long as Alert "
 114                     "correlations are reported, but MAY be reused or left NULL "
 115                     "if no future Indications will reference it in their "
 116                     "CorrelatedIndications array."), 
 117                  MappingStrings { "Recommendation.ITU|X733.Notification " 
 118                     "identifier" }]
 119              string IndicationIdentifier;
 120           
 121                 [Description (
 122                     "A list of IndicationIdentifiers whose notifications are "
 123                     "correlated with (related to) this one."), 
 124                  MappingStrings { "Recommendation.ITU|X733.Correlated " 
 125                     "notifications" }]
 126              string CorrelatedIndications[];
 127 tony  1.1 
 128                 [Description (
 129                     "The time and date of creation of the Indication. The "
 130                     "property may be set to NULL if the entity creating the "
 131                     "Indication is not capable of determing this information. "
 132                     "Note that IndicationTime may be the same for two "
 133                     "Indications that are generated in rapid succession.")]
 134              datetime IndicationTime;
 135           };
 136           
 137           
 138           // ====================================================================
 139           // ClassIndication
 140           // ====================================================================
 141              [Indication, Abstract, Version ( "2.6.0" ), Description (
 142                  "CIM_ClassIndication is an abstract superclass describing "
 143                  "changes in the definition of the schema. Subclasses represent "
 144                  "specific types of change notifications, such as class "
 145                  "creation, deletion and modification.")]
 146           class CIM_ClassIndication : CIM_Indication {
 147           
 148 tony  1.1       [Required, Description (
 149                     "The current definition of the class that is created, "
 150                     "changed or deleted in the schema. In the case of a "
 151                     "CIM_ClassDeletion Indication, the definition for the class "
 152                     "just prior to deletion should be placed in this property."), 
 153                  EmbeddedObject]
 154              string ClassDefinition;
 155           };
 156           
 157           
 158           // ====================================================================
 159           // ClassCreation
 160           // ====================================================================
 161              [Indication, Version ( "2.6.0" ), Description (
 162                  "CIM_ClassCreation notifies when a new class is defined in the "
 163                  "schema.")]
 164           class CIM_ClassCreation : CIM_ClassIndication {
 165           };
 166           
 167           
 168           // ====================================================================
 169 tony  1.1 // ClassDeletion
 170           // ====================================================================
 171              [Indication, Version ( "2.6.0" ), Description (
 172                  "CIM_ClassDeletion notifies when a class is deleted from the "
 173                  "schema.")]
 174           class CIM_ClassDeletion : CIM_ClassIndication {
 175           };
 176           
 177           
 178           // ====================================================================
 179           // ClassModification
 180           // ====================================================================
 181              [Indication, Version ( "2.6.0" ), Description (
 182                  "CIM_ClassModification notifies when a class definition in the "
 183                  "schema is modified.")]
 184           class CIM_ClassModification : CIM_ClassIndication {
 185           
 186                 [Required, Description (
 187                     "A copy of the 'previous' class definition whose change "
 188                     "generated the Indication. PreviousClassDefinition contains "
 189                     "an 'older' copy of the class' information, as compared to "
 190 tony  1.1           "what is found in the ClassDefinition property (inherited "
 191                     "from ClassIndication)."), 
 192                  EmbeddedObject]
 193              string PreviousClassDefinition;
 194           };
 195           
 196           
 197           // ====================================================================
 198           // InstIndication
 199           // ====================================================================
 200              [Indication, Abstract, Version ( "2.6.0" ), Description (
 201                  "CIM_InstIndication is an abstract superclass describing "
 202                  "changes to instances. Subclasses represent specific types of "
 203                  "change notifications, such as instance creation, deletion and "
 204                  "modification.")]
 205           class CIM_InstIndication : CIM_Indication {
 206           
 207                 [Required, Description (
 208                     "A copy of the instance that changed to generate the "
 209                     "Indication. SourceInstance contains the current values of "
 210                     "the properties selected by the Indication Filter's Query. "
 211 tony  1.1           "In the case of CIM_InstDeletion, the property values are "
 212                     "copied before the instance is deleted."), 
 213                  EmbeddedObject]
 214              string SourceInstance;
 215           };
 216           
 217           
 218           // ====================================================================
 219           // InstCreation
 220           // ====================================================================
 221              [Indication, Version ( "2.6.0" ), Description (
 222                  "CIM_InstCreation notifies when a new instance is created.")]
 223           class CIM_InstCreation : CIM_InstIndication {
 224           };
 225           
 226           
 227           // ====================================================================
 228           // InstDeletion
 229           // ====================================================================
 230              [Indication, Version ( "2.6.0" ), Description (
 231                  "CIM_InstDeletion notifies when an existing instance is "
 232 tony  1.1        "deleted.")]
 233           class CIM_InstDeletion : CIM_InstIndication {
 234           };
 235           
 236           
 237           // ====================================================================
 238           // InstModification
 239           // ====================================================================
 240              [Indication, Version ( "2.6.0" ), Description (
 241                  "CIM_InstModification notifies when an instance is modified.")]
 242           class CIM_InstModification : CIM_InstIndication {
 243           
 244                 [Required, Description (
 245                     "A copy of the 'previous' instance whose change generated "
 246                     "the Indication. PreviousInstance contains 'older' values of "
 247                     "an instance's properties (as compared to SourceInstance), "
 248                     "selected by the IndicationFilter's Query."), 
 249                  EmbeddedObject]
 250              string PreviousInstance;
 251           };
 252           
 253 tony  1.1 
 254           // ====================================================================
 255           // InstMethodCall
 256           // ====================================================================
 257              [Indication, Version ( "2.6.0" ), Description (
 258                  "CIM_InstMethodCall notifies when an instance's method is "
 259                  "invoked.")]
 260           class CIM_InstMethodCall : CIM_InstIndication {
 261           
 262                 [Required, Description (
 263                     "The name of the method invoked.")]
 264              string MethodName;
 265           
 266                 [Description (
 267                     "The parameters of the method, formatted as an "
 268                     "EmbeddedObject (with a predefined class name of "
 269                     "\"__MethodParameters\"."), 
 270                  EmbeddedObject]
 271              string MethodParameters;
 272           
 273                 [Description (
 274 tony  1.1           "ReturnValue's data is dependent on the PreCall property. "
 275                     "When PreCall is TRUE, this property is NULL describing that "
 276                     "there is no method return value (since the method has not "
 277                     "yet executed). When PreCall is FALSE, ReturnValue contains "
 278                     "a string representation of the method's return value."), 
 279                  ModelCorrespondence { "CIM_InstMethodCall.PreCall" }]
 280              string ReturnValue;
 281           
 282                 [Required, Description (
 283                     "Boolean indicating whether the Indication is sent before "
 284                     "the method begins executing (TRUE) or when the method "
 285                     "completes (FALSE). When TRUE, the inherited property "
 286                     "SourceInstance contains the value of the instance (the "
 287                     "properties defined by the Filter's Query clause), before "
 288                     "execution of the method. When PreCall is FALSE, "
 289                     "SourceInstance embeds the instance as it appears after the "
 290                     "completion of the method.")]
 291              boolean PreCall;
 292           };
 293           
 294           
 295 tony  1.1 // ====================================================================
 296           // InstRead
 297           // ====================================================================
 298              [Indication, Version ( "2.6.0" ), Description (
 299                  "CIM_InstRead notifies when an instance is read but not "
 300                  "modified.")]
 301           class CIM_InstRead : CIM_InstIndication {
 302           };
 303           
 304           
 305           // ====================================================================
 306           // ProcessIndication
 307           // ====================================================================
 308              [Indication, Abstract, Version ( "2.6.0" ), Description (
 309                  "An abstract superclass for specialized Indication classes, "
 310                  "addressing specific changes and alerts published by providers "
 311                  "and instrumentation. Subclasses include AlertIndication (with "
 312                  "properties such as PerceivedSeverity and ProbableCause), and "
 313                  "SNMPTrapIndication (which recasts Traps as CIM indications).")]
 314           class CIM_ProcessIndication : CIM_Indication {
 315           };
 316 tony  1.1 
 317           
 318           // ====================================================================
 319           // SNMPTrapIndication
 320           // ====================================================================
 321              [Indication, Version ( "2.7.0" ), Description (
 322                  "A concrete class for mapping an SNMP Trap to CIM based on the "
 323                  "IETF RFC 1157. The usefulness of this class is to describe "
 324                  "common trap semantics. But, a complete understanding of any "
 325                  "trap data received relies on the Indicaton recipient having "
 326                  "access to the sender's MIB. Understanding can be improved by "
 327                  "mapping the SNMP domain to CIM, and using CIM LifeCycle and "
 328                  "standard subclasses of CIM_ProcessIndication.")]
 329           class CIM_SNMPTrapIndication : CIM_ProcessIndication {
 330           
 331                 [Description (
 332                     "Type of object generating the trap."), 
 333                  MappingStrings { "PDU.IETF|RFC1157-TRAP-PDU.enterprise" }]
 334              string Enterprise;
 335           
 336                 [Description (
 337 tony  1.1           "Address of the object generating the trap."), 
 338                  MappingStrings { "PDU.IETF|RFC1157-TRAP-PDU.agent-addr" }]
 339              string AgentAddress;
 340           
 341                 [Description (
 342                     "An enumerated value that describes the generic trap type: \n"
 343                     "- The coldStart(0) trap signifies that the sending protocol "
 344                     "entity is reinitializing itself such that the agent's "
 345                     "configuration or the protocol entity implementation may be "
 346                     "altered. \n"
 347                     "- The warmStart(1) trap signifies that the sending protocol "
 348                     "entity is reinitializing itself such that neither the agent "
 349                     "configuration nor the protocol entity implementation is "
 350                     "altered. \n"
 351                     "- The linkDown(2) trap signifies that the sending protocol "
 352                     "recognizes a failure in one of the communication links "
 353                     "represented in the agent's configuration. The Trap-PDU of "
 354                     "type linkDown contains as the first element of its "
 355                     "variable-bindings the name and value of the ifIndex "
 356                     "instance for the affected interface. \n"
 357                     "- The linkUp(3) trap signifies that the sending protocol "
 358 tony  1.1           "entity recognizes that one of the communication links "
 359                     "represented in the agent's configuration has come up. The "
 360                     "Trap-PDU of type linkUp contains as the first element of "
 361                     "its variable-bindings, the name and value of the ifIndex "
 362                     "instance for the affected interface. \n"
 363                     "- An authenticationFailure(4) trap signifies that the "
 364                     "sending protocol entity is the adressee of a protocol "
 365                     "message that was not properly authenticated. While "
 366                     "implementations of SNMP must be capable of generating this "
 367                     "trap, they must also be capable of suppressing the emission "
 368                     "of such traps via an implementation- specific mechanism. \n"
 369                     "- An egpNeighborLoss(5) trap signifies that an EGP neighbor "
 370                     "for whom the sending protocol entity was an EGP peer has "
 371                     "been marked as down and the peer relationship no longer "
 372                     "pertains. The Trap-PDU of type egpNeighborLoss contains as "
 373                     "the first element of its variable-bindings, the name and "
 374                     "value of the egpNeighAddr instance for the affected "
 375                     "neighbor. \n"
 376                     "- An enterpriseSpecific(6) trap signifies that the sending "
 377                     "protocol entity recognizes that some enterprise-specific "
 378                     "event has occurred. The specific-trap field identifies the "
 379 tony  1.1           "particular trap which occurred."), 
 380                  ValueMap { "0", "1", "2", "3", "4", "5", "6" }, 
 381                  Values { "Cold Start", "Warm Start", "Link Down", "Link Up",
 382                     "Authentication Failure", "EGP Neighbor Loss",
 383                     "Enterprise Specific" }, 
 384                  MappingStrings { "PDU.IETF|RFC1157-TRAP-PDU.generic-trap" }]
 385              uint16 GenericTrap;
 386           
 387                 [Description (
 388                     "Specific trap code."), 
 389                  MappingStrings { "PDU.IETF|RFC1157-TRAP-PDU.specific-trap" }]
 390              uint32 SpecificTrap;
 391           
 392                 [Description (
 393                     "Time elapsed between the last (re)intialization of the "
 394                     "managed entity and the generation of the trap."), 
 395                  MappingStrings { "PDU.IETF|RFC1157-TRAP-PDU.time-stamp" }]
 396              datetime TimeStamp;
 397           
 398                 [Description (
 399                     "Object naming information (an OID) from the 'variable "
 400 tony  1.1           "binding' portion of the Trap. This array is correlated with "
 401                     "the VarBindSyntaxes and VarBindValues arrays. Each entry is "
 402                     "related to the entries in the other arrays, that are "
 403                     "located at the same index. In this way, the variable "
 404                     "binding's name/syntax/value tuple can be constructed."), 
 405                  MappingStrings { "PDU.IETF|RFC1157-TRAP-PDU.variable-bindings" },
 406                  ArrayType ( "Indexed" ), 
 407                  ModelCorrespondence { "CIM_SNMPTrapIndication.VarBindSyntaxes",
 408                     "CIM_SNMPTrapIndication.VarBindValues" }]
 409              string VarBindNames[];
 410           
 411                 [Description (
 412                     "Object syntax information (defined as an enumerated value) "
 413                     "from the 'variable binding' portion of the Trap. This array "
 414                     "is correlated with the VarBindNames and VarBindValues "
 415                     "arrays. Each entry is related to the entries in the other "
 416                     "arrays, that are located at the same index. In this way, "
 417                     "the variable binding's name/syntax/value tuple can be "
 418                     "constructed."), 
 419                  ValueMap { "1", "2", "3", "4", "5", "6", "7", "8" }, 
 420                  Values { "Integer", "OctetString", "ObjectIdentifier",
 421 tony  1.1           "NetworkAddress", "Counter", "Gauge", "TimeTicks", "Opaque" }, 
 422                  MappingStrings { "PDU.IETF|RFC1157-TRAP-PDU.variable-bindings" },
 423                  ArrayType ( "Indexed" ), 
 424                  ModelCorrespondence { "CIM_SNMPTrapIndication.VarBindNames",
 425                     "CIM_SNMPTrapIndication.VarBindValues" }]
 426              uint16 VarBindSyntaxes[];
 427           
 428                 [Description (
 429                     "An OctetString representing object value information from "
 430                     "the 'variable binding' portion of the Trap. This array is "
 431                     "correlated with the VarBindNames and VarBindSyntaxes "
 432                     "arrays. Each entry is related to the entries in the other "
 433                     "arrays, that are located at the same index. In this way, "
 434                     "the variable binding's name/syntax/value tuple can be "
 435                     "constructed."), 
 436                  OctetString, 
 437                  MappingStrings { "PDU.IETF|RFC1157-TRAP-PDU.variable-bindings" },
 438                  ArrayType ( "Indexed" ), 
 439                  ModelCorrespondence { "CIM_SNMPTrapIndication.VarBindNames",
 440                     "CIM_SNMPTrapIndication.VarBindSyntaxes" }]
 441              string VarBindValues[];
 442 tony  1.1 };
 443           
 444           
 445           // ====================================================================
 446           // AlertIndication
 447           // ====================================================================
 448              [Indication, Version ( "2.8.0" ), Description (
 449                  "A concrete superclass for CIM Alert notifications. An "
 450                  "AlertIndication is a specialized type of CIM_Indication that "
 451                  "contains information about the severity, cause, recommended "
 452                  "actions and other data of a real world event. This event and "
 453                  "its data may or may not be modeled in the CIM class hierarchy.")]
 454           class CIM_AlertIndication : CIM_ProcessIndication {
 455           
 456                 [Description (
 457                     "A short description of the Indication."), 
 458                  MappingStrings { "Recommendation.ITU|X733.Additional text" }]
 459              string Description;
 460           
 461                 [Description (
 462                     "The identifying information of the entity (ie, the "
 463 tony  1.1           "instance) for which this Indication is generated. The "
 464                     "property contains the path of an instance, encoded as a "
 465                     "string parameter - if the instance is modeled in the CIM "
 466                     "Schema. If not a CIM instance, the property contains some "
 467                     "identifying string that names the entity for which the "
 468                     "Alert is generated. The path or identifying string is "
 469                     "formatted per the AlertingElementFormat property."), 
 470                  ModelCorrespondence { 
 471                     "CIM_AlertIndication.AlertingElementFormat" }]
 472              string AlertingManagedElement;
 473           
 474                 [Description (
 475                     "The format of the AlertingManagedElement property is "
 476                     "interpretable based upon the value of this property. Values "
 477                     "are defined as: \n"
 478                     "0 - Unknown. The format is unknown or not meaningfully "
 479                     "interpretable by a CIM client application. \n"
 480                     "1 - Other. The format is defined by the value of the "
 481                     "OtherAlertingElementFormat property. \n"
 482                     "2 - CIMObjectPath. The format is a CIMObjectPath, with "
 483                     "format <NamespacePath>:<ClassName>.<Prop1>=\"<Value1>\", "
 484 tony  1.1           "<Prop2>=\"<Value2>\", . . . specifying an instance in the "
 485                     "CIM Schema."), 
 486                  ValueMap { "0", "1", "2" }, 
 487                  Values { "Unknown", "Other", "CIMObjectPath" }, 
 488                  ModelCorrespondence { 
 489                     "CIM_AlertIndication.AlertingManagedElement",
 490                     "CIM_AlertIndication.OtherAlertingElementFormat" }]
 491              uint16 AlertingElementFormat = 0;
 492           
 493                 [Description (
 494                     "A string defining \"Other\" values for "
 495                     "AlertingElementFormat. This value MUST be set to a non NULL "
 496                     "value when AlertingElementFormat is set to a value of 1 "
 497                     "(\"Other\"). For all other values of AlertingElementFormat, "
 498                     "the value of this string must be set to NULL."), 
 499                  ModelCorrespondence { 
 500                     "CIM_AlertIndication.AlertingElementFormat" }]
 501              string OtherAlertingElementFormat;
 502           
 503                 [Required, Description (
 504                     "Primary classification of the Indication. The following "
 505 tony  1.1           "values are defined: \n"
 506                     "1 - Other. The Indication's OtherAlertType property conveys "
 507                     "its classification. Use of \"Other\" in an enumeration is a "
 508                     "standard CIM convention. It means that the current "
 509                     "Indication does not fit into the categories described by "
 510                     "this enumeration. \n"
 511                     "2 - Communications Alert. An Indication of this type is "
 512                     "principally associated with the procedures and/or processes "
 513                     "required to convey information from one point to another. \n"
 514                     "3 - Quality of Service Alert. An Indication of this type is "
 515                     "principally associated with a degradation or errors in the "
 516                     "performance or function of an entity. \n"
 517                     "4 - Processing Error. An Indication of this type is "
 518                     "principally associated with a software or processing fault. "
 519                     "\n5 - Device Alert. An Indication of this type is "
 520                     "principally associated with an equipment or hardware fault. "
 521                     "\n6 - Environmental Alert. An Indication of this type is "
 522                     "principally associated with a condition relating to an "
 523                     "enclosure in which the hardware resides, or other "
 524                     "environmental considerations. \n"
 525                     "7 - Model Change. The Indication addresses changes in the "
 526 tony  1.1           "Information Model. For example, it may embed a Lifecycle "
 527                     "Indication to convey the specific model change being "
 528                     "alerted. \n"
 529                     "8 - Security Alert. An Indication of this type is "
 530                     "associated with security violations, detection of viruses, "
 531                     "and similar issues."), 
 532                  ValueMap { "1", "2", "3", "4", "5", "6", "7", "8" }, 
 533                  Values { "Other", "Communications Alert",
 534                     "Quality of Service Alert", "Processing Error",
 535                     "Device Alert", "Environmental Alert", "Model Change",
 536                     "Security Alert" }, 
 537                  MappingStrings { "Recommendation.ITU|X733.Event type" }]
 538              uint16 AlertType;
 539           
 540                 [Description (
 541                     "A string describing the Alert type - used when the "
 542                     "AlertType property is set to 1, \"Other State Change\"."), 
 543                  ModelCorrespondence { "CIM_AlertIndication.AlertType" }]
 544              string OtherAlertType;
 545           
 546                 [Required, Description (
 547 tony  1.1           "An enumerated value that describes the severity of the "
 548                     "Alert Indication from the notifier's point of view: \n"
 549                     "1 - Other, by CIM convention, is used to indicate that the "
 550                     "Severity's value can be found in the OtherSeverity "
 551                     "property. \n"
 552                     "3 - Degraded/Warning should be used when its appropriate to "
 553                     "let the user decide if action is needed. \n"
 554                     "4 - Minor should be used to indicate action is needed, but "
 555                     "the situation is not serious at this time. \n"
 556                     "5 - Major should be used to indicate action is needed NOW. "
 557                     "\n6 - Critical should be used to indicate action is needed "
 558                     "NOW and the scope is broad (perhaps an imminent outage to a "
 559                     "critical resource will result). \n"
 560                     "7 - Fatal/NonRecoverable should be used to indicate an "
 561                     "error occurred, but it's too late to take remedial action. "
 562                     "\n2 and 0 - Information and Unknown (respectively) follow "
 563                     "common usage. Literally, the AlertIndication is purely "
 564                     "informational or its severity is simply unknown."), 
 565                  ValueMap { "0", "1", "2", "3", "4", "5", "6", "7" }, 
 566                  Values { "Unknown", "Other", "Information", "Degraded/Warning",
 567                     "Minor", "Major", "Critical", "Fatal/NonRecoverable" }, 
 568 tony  1.1        MappingStrings { "Recommendation.ITU|X733.Perceived severity" }]
 569              uint16 PerceivedSeverity;
 570           
 571                 [Description (
 572                     "Holds the value of the user defined severity value when "
 573                     "'Severity' is 1 (\"Other\")."), 
 574                  ModelCorrespondence { "CIM_AlertIndication.PerceivedSeverity" }]
 575              string OtherSeverity;
 576           
 577                 [Required, Description (
 578                     "An enumerated value that describes the probable cause of "
 579                     "the situation which resulted in the AlertIndication."), 
 580                  ValueMap { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9",
 581                     "10", "11", "12", "13", "14", "15", "16", "17", "18", "19",
 582                     "20", "21", "22", "23", "24", "25", "26", "27", "28", "29",
 583                     "30", "31", "32", "33", "34", "35", "36", "37", "38", "39",
 584                     "40", "41", "42", "43", "44", "45", "46", "47", "48", "49",
 585                     "50", "51", "52", "53", "54", "55", "56", "57", "58", "59",
 586                     "60", "61", "62", "63", "64", "65", "66", "67", "68", "69",
 587                     "70", "71", "72", "73", "74", "75", "76", "77", "78", "79",
 588                     "80", "81", "82", "83", "84", "85", "86", "87", "88", "89",
 589 tony  1.1           "90", "91", "92", "93", "94", "95", "96", "97", "98", "99",
 590                     "100", "101", "102", "103", "104", "105", "106", "107",
 591                     "108", "109", "110", "111", "112", "113", "114", "115",
 592                     "116", "117", "118", "119", "120", "121", "122", "123",
 593                     "124", "125", "126", "127", "128", "129", "130" }, 
 594                  Values { "Unknown", "Other", "Adapter/Card Error",
 595                     "Application Subsystem Failure", "Bandwidth Reduced",
 596                     "Connection Establishment Error",
 597                     "Communications Protocol Error",
 598                     "Communications Subsystem Failure",
 599                     "Configuration/Customization Error", "Congestion",
 600                     "Corrupt Data", "CPU Cycles Limit Exceeded",
 601                     "Dataset/Modem Error", "Degraded Signal",
 602                     "DTE-DCE Interface Error", "Enclosure Door Open",
 603                     "Equipment Malfunction", "Excessive Vibration",
 604                     "File Format Error", "Fire Detected", "Flood Detected",
 605                     "Framing Error", "HVAC Problem", "Humidity Unacceptable",
 606                     "I/O Device Error", "Input Device Error", "LAN Error",
 607                     "Non-Toxic Leak Detected", "Local Node Transmission Error",
 608                     "Loss of Frame", "Loss of Signal", 
 609                     //31 
 610 tony  1.1           "Material Supply Exhausted", "Multiplexer Problem",
 611                     "Out of Memory", "Output Device Error",
 612                     "Performance Degraded", "Power Problem",
 613                     "Pressure Unacceptable",
 614                     "Processor Problem (Internal Machine Error)", "Pump Failure",
 615                     "Queue Size Exceeded", "Receive Failure", "Receiver Failure",
 616                     "Remote Node Transmission Error",
 617                     "Resource at or Nearing Capacity", "Response Time Excessive",
 618                     "Retransmission Rate Excessive", "Software Error",
 619                     "Software Program Abnormally Terminated",
 620                     "Software Program Error (Incorrect Results)",
 621                     "Storage Capacity Problem", "Temperature Unacceptable",
 622                     "Threshold Crossed", "Timing Problem", "Toxic Leak Detected",
 623                     "Transmit Failure", "Transmitter Failure",
 624                     "Underlying Resource Unavailable", "Version MisMatch",
 625                     "Previous Alert Cleared", 
 626                     //60 
 627                     "Login Attempts Failed", "Software Virus Detected",
 628                     "Hardware Security Breached", "Denial of Service Detected",
 629                     "Security Credential MisMatch", "Unauthorized Access",
 630                     "Alarm Received", "Loss of Pointer", "Payload Mismatch",
 631 tony  1.1           "Transmission Error", "Excessive Error Rate",
 632                     "Trace Problem", "Element Unavailable", "Element Missing",
 633                     "Loss of Multi Frame", "Broadcast Channel Failure",
 634                     "Invalid Message Received", "Routing Failure",
 635                     "Backplane Failure", "Identifier Duplication",
 636                     "Protection Path Failure", "Sync Loss or Mismatch",
 637                     "Terminal Problem", "Real Time Clock Failure",
 638                     "Antenna Failure", "Battery Charging Failure",
 639                     "Disk Failure", "Frequency Hopping Failure",
 640                     "Loss of Redundancy", "Power Supply Failure",
 641                     "Signal Quality Problem", 
 642                     //91 
 643                     "Battery Discharging", "Battery Failure",
 644                     "Commercial Power Problem", "Fan Failure", "Engine Failure",
 645                     "Sensor Failure", "Fuse Failure", "Generator Failure",
 646                     "Low Battery", "Low Fuel", "Low Water", "Explosive Gas",
 647                     "High Winds", "Ice Buildup", "Smoke", "Memory Mismatch",
 648                     "Out of CPU Cycles", "Software Environment Problem",
 649                     "Software Download Failure", "Element Reinitialized",
 650                     "Timeout", "Logging Problems", "Leak Detected",
 651                     "Protection Mechanism Failure", 
 652 tony  1.1           //115 
 653                     "Protecting Resource Failure", "Database Inconsistency",
 654                     "Authentication Failure", "Breach of Confidentiality",
 655                     "Cable Tamper", "Delayed Information",
 656                     "Duplicate Information", "Information Missing",
 657                     "Information Modification", "Information Out of Sequence",
 658                     "Key Expired", "Non-Repudiation Failure",
 659                     "Out of Hours Activity", "Out of Service",
 660                     "Procedural Error", "Unexpected Information" }, 
 661                  MappingStrings { "Recommendation.ITU|X733.Probable cause",
 662                     "Recommendation.ITU|M3100.probableCause",
 663                  "ITU-IANA-ALARM-TC" }, 
 664                  ModelCorrespondence { 
 665                     "CIM_AlertIndication.ProbableCauseDescription",
 666                     "CIM_AlertIndication.EventID",
 667                     "CIM_AlertIndication.EventTime" }]
 668              uint16 ProbableCause;
 669           
 670                 [Description (
 671                     "Provides additional information related to the "
 672                     "ProbableCause."), 
 673 tony  1.1        ModelCorrespondence { "CIM_AlertIndication.ProbableCause" }]
 674              string ProbableCauseDescription;
 675           
 676                 [Description (
 677                     "Provides information on trending - trending up, down or no "
 678                     "change."), 
 679                  ValueMap { "0", "1", "2", "3", "4" }, 
 680                  Values { "Unknown", "Not Applicable", "Trending Up",
 681                     "Trending Down", "No Change" }, 
 682                  MappingStrings { "Recommendation.ITU|X733.TrendIndication" }]
 683              uint16 Trending;
 684           
 685                 [Description (
 686                     "Free form descriptions of the recommended actions to take "
 687                     "to resolve the cause of the notification."), 
 688                  MappingStrings { "Recommendation.ITU|X733.Proposed repair " 
 689                     "actions" }]
 690              string RecommendedActions[];
 691           
 692                 [Description (
 693                     "An instrumentation or provider specific value that "
 694 tony  1.1           "describes the underlying \"real-world\" event represented "
 695                     "by the Indication. Two Indications with the same, non NULL "
 696                     "EventID value are considered, by the creating entity, to "
 697                     "represent the same event. The comparison of two EventID "
 698                     "values is only defined for Alert Indications with "
 699                     "identical, non NULL values of SystemCreateClassName, "
 700                     "SystemName and ProviderName."), 
 701                  ModelCorrespondence { "CIM_AlertIndication.ProbableCause" }]
 702              string EventID;
 703           
 704                 [Description (
 705                     "The time and date the underlying event was first detected. "
 706                     "If specified, this property MUST be set to NULL if the "
 707                     "creating entity is not capable of providing this "
 708                     "information. This value is based on the notion of local "
 709                     "date and time of the Managed System Element generating the "
 710                     "Indication."), 
 711                  ModelCorrespondence { "CIM_AlertIndication.ProbableCause" }]
 712              datetime EventTime;
 713           
 714                 [Description (
 715 tony  1.1           "The scoping System's CreationClassName for the Provider "
 716                     "generating this Indication."), 
 717                  MaxLen ( 256 )]
 718              string SystemCreationClassName;
 719           
 720                 [Description (
 721                     "The scoping System's Name for the Provider generating this "
 722                     "Indication."), 
 723                  MaxLen ( 256 )]
 724              string SystemName;
 725           
 726                 [Description (
 727                     "The name of the Provider generating this Indication."), 
 728                  MaxLen ( 256 )]
 729              string ProviderName;
 730           };
 731           
 732           
 733           // ====================================================================
 734           // ThresholdIndication
 735           // ====================================================================
 736 tony  1.1    [Indication, Version ( "2.6.0" ), Description (
 737                  "A subclass of CIM_AlertIndications carrying additional "
 738                  "threshold information related to the notification. This "
 739                  "subclass is used when one of the ProbableCauses is set to 53, "
 740                  "\"Threshold Crossed\".")]
 741           class CIM_ThresholdIndication : CIM_AlertIndication {
 742           
 743                 [Description (
 744                     "A string describing the threshold or naming the property "
 745                     "that represents the threshold, if modeled in the CIM "
 746                     "hierarchy. In the latter case, the value should be written "
 747                     "as <schema name>_ <class name>.<property name>."), 
 748                  MappingStrings { "Recommendation.ITU|X733.Threshold information" 
 749                     }]
 750              string ThresholdIdentifier;
 751           
 752                 [Description (
 753                     "A string holding the current value of the threshold. This "
 754                     "is modeled as a string for universal mapping, similar to "
 755                     "the CIM_Sensor properties in the Device Model."), 
 756                  MappingStrings { "Recommendation.ITU|X733.Threshold information" 
 757 tony  1.1           }]
 758              string ThresholdValue;
 759           
 760                 [Description (
 761                     "A string holding the current reading value that exceeds the "
 762                     "threshold. This is modeled as a string for universal "
 763                     "mapping, similar to the CIM_Sensor properties in the Device "
 764                     "Model."), 
 765                  MappingStrings { "Recommendation.ITU|X733.Threshold information" 
 766                     }]
 767              string ObservedValue;
 768           };
 769           
 770           
 771           // ====================================================================
 772           // AlertInstIndication
 773           // ====================================================================
 774              [Indication, Version ( "2.6.0" ), Description (
 775                  "A subclass of CIM_AlertIndication that embeds a CIM_Inst "
 776                  "Indication. It is used when adding AlertIndication data to a "
 777                  "LifeCycle Indication.")]
 778 tony  1.1 class CIM_AlertInstIndication : CIM_AlertIndication {
 779           
 780                 [Override ( "AlertType" ), Description (
 781                     "The primary classification of the Indication, defaulted to "
 782                     "7, \"Model Change\", for this class. This is done because: "
 783                     "1) the primary purpose of AlertInstIndication is to add "
 784                     "Alert data to a LifeCycle Indication; and 2) LifeCycle "
 785                     "Indications deal with 'model changes'.")]
 786              uint16 AlertType = 7;
 787           
 788                 [Required, Description (
 789                     "Embeds the InstIndication that is part of this Alert "
 790                     "Indication. Only the properties selected by the Indication "
 791                     "Filter's Query are included."), 
 792                  EmbeddedObject]
 793              string IndObject;
 794           };
 795           
 796           
 797           // ====================================================================
 798           // IndicationFilter
 799 tony  1.1 // ====================================================================
 800              [Version ( "2.6.0" ), Description (
 801                  "CIM_IndicationFilter defines the criteria for generating an "
 802                  "Indication and what data should be returned in the Indication. "
 803                  "It is derived from CIM_ManagedElement to allow modeling the "
 804                  "dependency of the filter on a specific service.")]
 805           class CIM_IndicationFilter : CIM_ManagedElement {
 806           
 807                 [Key, Description (
 808                     "A System's CreationClassName. The Filter is defined in the "
 809                     "context of a CIM_System, where it is hosted or to which it "
 810                     "applies. In a future release, a weak relationship will be "
 811                     "explicitly added to the model. This is not done now to "
 812                     "allow further refinement of the Filter definition and its "
 813                     "inheritance tree. Keys are defined now to allow the class "
 814                     "to be instantiated."), 
 815                  MaxLen ( 256 )]
 816              string SystemCreationClassName;
 817           
 818                 [Key, Description (
 819                     "A System's Name. The Filter is defined in the context of a "
 820 tony  1.1           "CIM_System, where it is hosted or to which it applies. In a "
 821                     "future release, a weak relationship will be explicitly "
 822                     "added to the model. This is not done now to allow further "
 823                     "refinement of the Filter definition and its inheritance "
 824                     "tree. Keys are defined now to allow the class to be "
 825                     "instantiated."), 
 826                  MaxLen ( 256 )]
 827              string SystemName;
 828           
 829                 [Key, Description (
 830                     "Indicates the name of the class or the subclass used in the "
 831                     "creation of an instance. When used with the other key "
 832                     "properties of this class, it allows all instances of this "
 833                     "class and its subclasses to be uniquely identified."), 
 834                  MaxLen ( 256 )]
 835              string CreationClassName;
 836           
 837                 [Key, Description (
 838                     "The name of the filter.")]
 839              string Name;
 840           
 841 tony  1.1       [Description (
 842                     "The path to a local namespace where the Indications "
 843                     "originate. If NULL, the namespace of the Filter "
 844                     "registration is assumed.")]
 845              string SourceNamespace;
 846           
 847                 [Required, Description (
 848                     "A query expression that defines the condition(s) under "
 849                     "which Indications will be generated. For some Indication "
 850                     "classes, the query expression may also define the instance "
 851                     "properties to be copied to the CIM_InstIndication's "
 852                     "SourceInstance and PreviousInstance properties. Query "
 853                     "language semantics include projection (e.g., Select), range "
 854                     "(e.g., From) and predicate (e.g., Where)."), 
 855                  ModelCorrespondence { "CIM_IndicationFilter.QueryLanguage" }]
 856              string Query;
 857           
 858                 [Required, Description (
 859                     "The language in which the query is expressed.")]
 860              string QueryLanguage;
 861           };
 862 tony  1.1 
 863           
 864           // ====================================================================
 865           // CIM_ListenerDestination
 866           // ====================================================================
 867           
 868              [Abstract, Version ( "2.8.0" ), Description (
 869                  "The description of a CIM Listener destination. A CIM_Listener "
 870                  "is an entity capable of receiving CIM Export Messages (e.g., "
 871                  "Indications or responses to an asynchronous CIM Operation).")]
 872           class CIM_ListenerDestination : CIM_ManagedElement {
 873           
 874                 [Key, Description (
 875                     "A System's CreationClassName. A CIM Listener destination is "
 876                     "defined in context of a CIM_System (e.g., the sending "
 877                     "system."), 
 878                  MaxLen ( 256 )]
 879              string SystemCreationClassName;
 880           
 881                 [Key, Description (
 882                     "A System's Name. A CIM Listener destination is defined in "
 883 tony  1.1           "context of a CIM_System (e.g., the sending system."), 
 884                  MaxLen ( 256 )]
 885              string SystemName;
 886           
 887                 [Key, Description (
 888                     "Indicates the name of the class or the subclass used in the "
 889                     "creation of an instance. When used with the other key "
 890                     "properties of this class, it allows all instances of this "
 891                     "class and its subclasses to be uniquely identified."), 
 892                  MaxLen ( 256 )]
 893              string CreationClassName;
 894           
 895                 [Key, Description (
 896                     "Indicates the name of the CIM Listener destination."), 
 897                  MaxLen ( 256 )]
 898              string Name;
 899           
 900                 [Description (
 901                     "Describes the Persistence Type of the destination defined "
 902                     "by this instance. If the value of PersistenceType is not "
 903                     "specified, the value of PersistenceType MUST be treated as "
 904 tony  1.1           "2 (\"Permanent\"). A value of 2 (\"Permanent\") declares "
 905                     "that the destination is always expected to be available "
 906                     "(e.g., system log file). Inability to access this "
 907                     "destination MUST be treated as an error condition. A value "
 908                     "of 3 (\"Transient\") indicates that the destination is "
 909                     "short-lived. Inability to access the destination MAY be "
 910                     "treated as a normal termination condition. Subscriptions "
 911                     "with \"Transient\" destinations MAY be deleted when the "
 912                     "destination terminates or is no longer available."), 
 913                  ValueMap { "1", "2", "3" }, 
 914                  Values { "Other", "Permanent", "Transient" }, 
 915                  ModelCorrespondence { 
 916                     "CIM_ListenerDestination.OtherPersistenceType" }]
 917              uint16 PersistenceType;
 918           
 919                 [Description (
 920                     "A string describing (\"Other\") values for PersistenceType. "
 921                     "This value MUST be set to a non NULL value when the "
 922                     "PersistenceType is 1 (\"Other\"). For all other values of "
 923                     "PersistenceType, the value of OtherPersistenceType MUST be "
 924                     "NULL."), 
 925 tony  1.1        ModelCorrespondence { "CIM_ListenerDestination.PersistenceType" 
 926                     }]
 927              string OtherPersistenceType;
 928           };
 929           
 930           // ====================================================================
 931           // CIM_ListenerDestinationCIMXML
 932           // ====================================================================
 933           
 934              [Version ( "2.8.0" ), Description (
 935                  "CIM_ListenerDestinationCIMXML describes the destination for "
 936                  "CIM Export Messages to be delivered via CIM-XML.")]
 937           class CIM_ListenerDestinationCIMXML : CIM_ListenerDestination {
 938           
 939                 [Required, Description (
 940                     "The destination URL to which CIM-XML Export Messages are to "
 941                     "be delivered.The scheme prefix MUST be consistent with the "
 942                     "DMTF CIM-XML specifications.If a scheme prefix is not "
 943                     "specified, the scheme \"http:\" MUST be assumed.")]
 944              string Destination;
 945           };
 946 tony  1.1 
 947           // ====================================================================
 948           // IndicationHandler
 949           // ====================================================================
 950              [Deprecated { "CIM_ListenerDestination" }, Abstract,
 951                  Version ( "2.8.0" ), Description (
 952                  "CIM_IndicationHandler is an abstract superclass describing how "
 953                  "an Indication is to be processd/delivered/'handled'. This may "
 954                  "define a destination and protocol for delivering Indications, "
 955                  "or it may define a process to invoke. This class is derived "
 956                  "from CIM_ManagedElement to allow modeling the dependency of "
 957                  "the Handler on a specific service.")]
 958           class CIM_IndicationHandler : CIM_ListenerDestination {
 959           
 960                 [Deprecated { "No value" }, Description (
 961                     "The name of the entity that created and/or maintains this "
 962                     "Handler.")]
 963              string Owner;
 964           };
 965           
 966           
 967 tony  1.1 // ====================================================================
 968           // IndicationHandlerCIMXML
 969           // ====================================================================
 970              [Deprecated { "CIM_ListenerDestinationCIMXML" }, Version ( "2.8.0" ), 
 971               Description (
 972                  "CIM_IndicationHandlerCIMXML describes the destination for "
 973                  "Indications to be delivered via CIM-XML.")]
 974           class CIM_IndicationHandlerCIMXML : CIM_IndicationHandler {
 975           
 976                 [Deprecated { "CIM_ListenerDestinationCIMXML.Destination" },
 977                  Required, Description (
 978                     "The destination URL to which CIM-XML Indication messages "
 979                     "are to be delivered. The scheme prefix MUST be consistent "
 980                     "with the DMTF CIM-XML Specifications. If a scheme prefix is "
 981                     "not specified, the scheme \"http:\" MUST be assumed.")]
 982              string Destination;
 983           };
 984           
 985           
 986           // ===================================================================
 987           // IndicationSubscription
 988 tony  1.1 // ===================================================================
 989              [Association, Version ( "2.7.0" ), Description (
 990                  "CIM_IndicationSubscription describes a flow of Indications. "
 991                  "The flow is specified by the referenced Filter, and directed "
 992                  "to the referenced destination or process in the Handler. "
 993                  "Property values of the referenced CIM_IndicationFilter "
 994                  "instance and CIM_ListenerDestination instance MAY "
 995                  "significantly effect the definition of the subscription. E.g., "
 996                  "a subscription associated with a \"Transient\" destination MAY "
 997                  "be deleted when the destination terminates or is no longer "
 998                  "available.")]
 999           class CIM_IndicationSubscription {
1000           
1001                 [Key, Description (
1002                     "The Filter that defines the criteria and data of the "
1003                     "possible Indications of this subscription.")]
1004              CIM_IndicationFilter REF Filter;
1005           
1006                 [Key, Description (
1007                     "The Handler addressing delivery of the possible Indications "
1008                     "of this subscription.")]
1009 tony  1.1    CIM_ListenerDestination REF Handler;
1010           
1011                 [Description (
1012                     "Defines the desired behavior for a subscription when a "
1013                     "fatal error occurs in one of the Indication processing "
1014                     "subcomponents (e.g., Indication processor, Indication or "
1015                     "instance provider, or Indication handler) and the "
1016                     "Indication cannot be successfully sent. Specifically, a "
1017                     "failure implies that some aspect of Indication generation, "
1018                     "processing or dispatch is no longer functioning and "
1019                     "Indications may be lost. If the value of OnFatalErrorPolicy "
1020                     "is 2 (\"Ignore\") or not set (NULL), the subscription MUST "
1021                     "continue to be processed in a 'best effort' mode. This mode "
1022                     "of operation can lead to unpredictable, and potentially "
1023                     "misleading results, because Indications may be lost. If the "
1024                     "value is 3 (\"Disable\"), the subscription MUST be "
1025                     "disabled. With this policy, no new Indications will be "
1026                     "generated or dispatched until the subscription is "
1027                     "explicitly enabled. This is accomplished via the property, "
1028                     "SubscriptionState. If the value is 4 (\"Remove\"), the "
1029                     "subscription MUST be deleted. Selecting this policy has the "
1030 tony  1.1           "same effect as issuing a DeleteInstance operation on this "
1031                     "subscription instance."), 
1032                  ValueMap { "1", "2", "3", "4" }, 
1033                  Values { "Other", "Ignore", "Disable", "Remove" }]
1034              uint16 OnFatalErrorPolicy;
1035           
1036                 [Description (
1037                     "A string defining \"Other\" values for OnFatalErrorPolicy. "
1038                     "This value MUST be set to a non NULL value when "
1039                     "OnFatalErrorPolicy is set to a value of 1 (\"Other\"). For "
1040                     "all other values, the OtherOnFatalErrorPolicy MUST be NULL.")]
1041              string OtherOnFatalErrorPolicy;
1042           
1043                 [Description (
1044                     "The FailureTriggerTimeInterval is used by the client to "
1045                     "specify a recommended minimum delay before the "
1046                     "OnFatalErrorPolicy is implemented."), 
1047                  Units ( "Seconds" )]
1048              uint64 FailureTriggerTimeInterval;
1049           
1050                 [Write, Description (
1051 tony  1.1           "Indicates the current processing state of the subscription."), 
1052                  ValueMap { "0", "1", "2", "3", "4" }, 
1053                  Values { "Unknown", "Other", "Enabled", "Enabled Degraded",
1054                     "Disabled" }]
1055              uint16 SubscriptionState;
1056           
1057                 [Description (
1058                     "A string defining \"Other\" values for SubscriptionState. "
1059                     "This value MUST be set to a non NULL value when "
1060                     "SubscriptionState is set to a value of 1 (\"Other\"). For "
1061                     "all other values, the OtherSubscriptionState MUST be NULL.")]
1062              string OtherSubscriptionState;
1063           
1064                 [Description (
1065                     "Date and time of the last state change. This value is based "
1066                     "on the notion of local date and time of the Managed System "
1067                     "Element running the Indication processing subcomponents.")]
1068              datetime TimeOfLastStateChange;
1069           
1070                 [Write, Description (
1071                     "SubscriptionDuration defines the desired length of the "
1072 tony  1.1           "subscription. Indications generated after the duration of "
1073                     "the subscription has exceeded SubscriptionDuration MUST NOT "
1074                     "be sent. The duration of a subscription MAY be changed by "
1075                     "modifying this property. An expired subscription MAY be "
1076                     "deleted and MUST NOT be modified. If the value of "
1077                     "SubscriptionDuration is not set, the subscription MUST be "
1078                     "treated as having no expiration date."), 
1079                  Units ( "Seconds" )]
1080              uint64 SubscriptionDuration;
1081           
1082                 [Description (
1083                     "SubscriptionStartTime is the time the subscription was "
1084                     "started. The value of this property is computed based on "
1085                     "the notion of date and time of the ManagedSystemElement "
1086                     "running the Indication processing subcomponents.")]
1087              datetime SubscriptionStartTime;
1088           
1089                 [Description (
1090                     "SubscriptionTimeRemaining is a computed value that provides "
1091                     "a snapshot of the time remaining in the Subscription."), 
1092                  Units ( "Seconds" )]
1093 tony  1.1    uint64 SubscriptionTimeRemaining;
1094           
1095                 [Description (
1096                     "The RepeatNotificationPolicy property defines the desired "
1097                     "behavior for handling Indications that report the "
1098                     "occurrence of the same underlying event (e.g., the disk is "
1099                     "still generating I/O errors and has not yet been repaired). "
1100                     "The defined semantics for the RepeatNotificationCount, "
1101                     "RepeatNotificationInterval, and RepeatNotificationGap "
1102                     "properties depend on the value of RepeatNotificationPolicy, "
1103                     "but values for these properties MUST be set if the property "
1104                     "is defined for the selected policy. If the value of "
1105                     "RepeatNotificationPolicy is 0 (\"Unknown\") or not set, no "
1106                     "special processing for repeat Indications is defined by the "
1107                     "subscription. The semantics associated with the handling of "
1108                     "repeat Indications MAY be defined by the Indication "
1109                     "processing subcomponents. If the value of "
1110                     "RepeatNotificationPolicy is 2 (\"None\"), special "
1111                     "processing of repeat Indications MUST NOT be performed. If "
1112                     "the value is 3 (\"Suppress\") the first "
1113                     "RepeatNotificationCount Indications, describing the same "
1114 tony  1.1           "event, MUST be sent and all subsequent Indications for this "
1115                     "event suppressed for the remainder of the time interval "
1116                     "RepeatNotificationInterval. A new interval starts when the "
1117                     "next Indication for this event is received. If the value of "
1118                     "RepeatNotificationPolicy is 4 (\"Delay\") and an Indication "
1119                     "is received, this Indication MUST be suppressed if, "
1120                     "including this Indication, RepeatNoticationCount or fewer "
1121                     "Indications for this event have been received during the "
1122                     "prior time interval defined by RepeatNotificationInterval. "
1123                     "If this Indication is the RepeatNotificationCount + 1 "
1124                     "Indication, this Indication MUST be sent and all subsequent "
1125                     "Indications for this event ignored until the "
1126                     "RepeatNotificationGap has elapsed. A "
1127                     "RepeatNotificationInterval MAY NOT overlap a "
1128                     "RepeatNotificationGap time interval."), 
1129                  ValueMap { "0", "1", "2", "3", "4" }, 
1130                  Values { "Unknown", "Other", "None", "Suppress", "Delay" }]
1131              uint16 RepeatNotificationPolicy;
1132           
1133                 [Description (
1134                     "A string defining \"Other\" values for "
1135 tony  1.1           "RepeatNotificationPolicy. This value MUST be set to a non "
1136                     "NULL value when RepeatNotificationPolicy is set to a value "
1137                     "of 1 (\"Other\"). For all other values, the "
1138                     "OtherRepeatNotificationPolicy MUST be NULL.")]
1139              string OtherRepeatNotificationPolicy;
1140           
1141                 [Description (
1142                     "Defines the time interval for the repeat notification "
1143                     "policy calculation."), 
1144                  Units ( "Seconds" )]
1145              uint64 RepeatNotificationInterval;
1146           
1147                 [Description (
1148                     "Defines the gap interval for the repeat notification policy "
1149                     "calculation."), 
1150                  Units ( "Seconds" )]
1151              uint64 RepeatNotificationGap;
1152           
1153                 [Description (
1154                     "Defines the count property for the repeat notification "
1155                     "policy calculation.")]
1156 tony  1.1    uint16 RepeatNotificationCount;
1157           };
1158           
1159           
1160           // ==================================================================
1161           // end of file
1162           // ==================================================================

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2