(file) Return to CIM_IndicationServiceCapabilities.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Event

File: [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Event / CIM_IndicationServiceCapabilities.mof (download)
Revision: 1.1.2.2, Wed Feb 15 17:46:30 2012 UTC (12 years, 4 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: TASK_PEP317_1JUNE_2013, TASK-PEP317_pullop-merged_out_to_branch, TASK-PEP317_pullop-merged_in_from_branch, PREAUG25UPDATE, POSTAUG25UPDATE
Changes since 1.1.2.1: +75 -0 lines
BUG#: 99999
TITLE: Task317 Branch -- pull operations. Sync to head of tree

DESCRIPTION: Sync the branch back to the head of cvs tree

// Copyright (c) 2008 DMTF.  All rights reserved.
   [Version ( "2.20.0" ), 
    UMLPackagePath ( "CIM::Core::Capabilities" ), 
    Description ( 
       "IndicationServiceCapabilities describes whether properties on "
       "the Indication Service can be modified by a client." )]
class CIM_IndicationServiceCapabilities : CIM_Capabilities {

      [Description ( 
          "Boolean indicating whether the FilterCreationEnabled "
          "property can be set by a client application." ), 
       ModelCorrespondence { 
          "CIM_IndicationService.FilterCreationEnabled" }]
   boolean FilterCreationEnabledIsSettable;

      [Description ( 
          "Boolean indicating whether the DeliveryRetryAttempts "
          "property can be set by a client application." ), 
       ModelCorrespondence { 
          "CIM_IndicationService.DeliveryRetryAttempts" }]
   boolean DeliveryRetryAttemptsIsSettable;

      [Description ( 
          "Boolean indicating whether the DeliveryRetryInterval "
          "property can be set by a client application." ), 
       ModelCorrespondence { 
          "CIM_IndicationService.DeliveryRetryInterval" }]
   boolean DeliveryRetryIntervalIsSettable;

      [Description ( 
          "Boolean indicating whether the SubscriptionRemovalAction "
          "property can be set by a client application." ), 
       ModelCorrespondence { 
          "CIM_IndicationService.SubscriptionRemovalAction" }]
   boolean SubscriptionRemovalActionIsSettable;

      [Description ( 
          "Boolean indicating whether the "
          "SubscriptionRemovalTimeInterval property can be set by a "
          "client application." ), 
       ModelCorrespondence { 
          "CIM_IndicationService.SubscriptionRemovalTimeInterval" }]
   boolean SubscriptionRemovalTimeIntervalIsSettable;

      [Description ( 
          "MaxListenerDestinations specifies the maximum number of "
          "instances of CIM_ListenerDestination allowed by the "
          "associated CIM_IndicationService." ), 
       MinValue ( 1 )]
   uint32 MaxListenerDestinations = 1;

      [Description ( 
          "MaxActiveSubscriptions specifies the maximum total "
          "number of instances of CIM_IndicationSubcription and "
          "CIM_FilterCollectionSubscription instances supported by "
          "the CIM_IndicationService." ), 
       MinValue ( 1 )]
   uint32 MaxActiveSubscriptions = 1;

      [Description ( 
          "SubscriptionsPersisted indicates whether or not the "
          "IndicationService persists indication subscriptions "
          "across restarts of the service. If "
          "SubscriptionsPersisted has a value of true, the "
          "indication service shall persist indication "
          "subscriptions across restarts of service. If "
          "SubscriptionsPersisted has a value of false, the "
          "indication service shall not persist indication "
          "subscriptions across restarts of the service. A value of "
          "NULL indicates support for subscription persistence is "
          "unknown." )]
   boolean SubscriptionsPersisted = false;


};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2