(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, Tue Jan 24 13:50:14 2012 UTC (12 years, 5 months ago) by marek
Branch: MAIN
CVS Tags: preBug9676, postBug9676, TASK-TASK_PEP362_RestfulService_branch-root, TASK-TASK_PEP362_RestfulService_branch-merged_out_from_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_to_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_from_branch, TASK-TASK_PEP362_RestfulService_branch-branch, TASK-PEP362_RestfulService-root, TASK-PEP362_RestfulService-merged_out_to_branch, TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP362_RestfulService-merged_in_to_trunk, TASK-PEP362_RestfulService-merged_in_from_branch, TASK-PEP362_RestfulService-branch, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, RELEASE_2_14_1, RELEASE_2_14_0-RC2, RELEASE_2_14_0-RC1, RELEASE_2_14_0, RELEASE_2_14-root, RELEASE_2_14-branch, RELEASE_2_13_0-RC2, RELEASE_2_13_0-RC1, RELEASE_2_13_0-FC, RELEASE_2_13_0, RELEASE_2_13-root, RELEASE_2_13-branch, RELEASE_2_12_1-RC1, RELEASE_2_12_1, RELEASE_2_12_0-RC1, RELEASE_2_12_0-FC, RELEASE_2_12_0, RELEASE_2_12-root, RELEASE_2_12-branch, HEAD, CIMRS_WORK_20130824
Branch point for: TASK-PEP317_pullop-branch
BUG#:9155
TITLE: Upgrade Pegasus to Include the CIM 2.31 Schema in CVS

DESCRIPTION:

// 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