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

File: [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Core / CIM_ServiceAffectsElementWithQuota.mof (download)
Revision: 1.1.2.2, Wed Feb 15 17:46:15 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: +32 -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) 2009 DMTF.  All rights reserved.
   [Association, Version ( "2.22.0" ), 
    UMLPackagePath ( "CIM::Core::Service" ), 
    Description ( 
       "ServiceAffectsElementWithQuota represents an extension of "
       "ServiceAffectsElement to include a quota imposed on the "
       "AffectedElement by the Service. The quota governs the amount "
       "of a resource controlled by the Service that can be allocated "
       "by the AffectedElement in one or more allocations." )]
class CIM_ServiceAffectsElementWithQuota : CIM_ServiceAffectsElement {

      [Description ( 
          "Quota is the maximum number of resource units that may "
          "be allocated to the AffectedElement." )]
   uint64 Quota;

      [Description ( 
          "Quota is the number of resource units currently "
          "allocated to the AffectedElement." )]
   uint64 QuotaUsed;

      [Description ( 
          "QuotaUnits specifies the type of unit used in the Quota "
          "and QuotaUsed properties. The value shall be formatted "
          "according to DSP0004 Appendix C1, where the base-unit is "
          "\"byte\"), and there are no occurrences of "
          "multiplied-base-unit and divided-base-unit." ), 
       IsPUnit]
   string QuotaUnits = "byte";


};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2