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

File: [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Device / CIM_Door.mof (download)
Revision: 1.1, Tue Jan 24 13:50:07 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) 2005 DMTF.  All rights reserved.
// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
// qualifier values to CIM Schema.</change>
// <change cr="ArchCR00089.003" type="add">Add PUnit qualifier values
// to Units qualifier values.</change>
// ==================================================================
//  CIM_Door 
// ==================================================================
   [Version ( "2.6.0" ), 
    UMLPackagePath ( "CIM::Device::UserDevices" ), 
    Description ( 
       "A Door is the abstraction of hardware providing access to the "
       "internal componentry of a System. When a Door is \'opened\', "
       "typically all accessible, moving components are stopped or "
       "suspended to prevent physical harm." )]
class CIM_Door : CIM_LogicalDevice {

      [Description ( 
          "Boolean indicating the \'open\' (TRUE) or \'closed\' "
          "(FALSE) status of the Door." )]
   boolean Open;

      [Description ( 
          "Boolean indicating that the Door is \'locked\' (TRUE) or "
          "\'unlocked\' (FALSE). When the Door is locked, access to "
          "the componentry is prevented, without the use of a "
          "physical key or the issuance of a software unlock "
          "command." )]
   boolean Locked;

      [Description ( 
          "When a Door is \'Open\', all accessible, moving "
          "componentry and Device operation are typically stopped. "
          "The Timeout property provides a mechanism to event on a "
          "Door left open for a period of time (in seconds) "
          "exceeding the property\'s value." ), 
       Units ( "Seconds" ), 
       PUnit ( "second" )]
   uint32 Timeout;

      [Description ( "Date and time that the Door was last opened." )]
   datetime LastOpened;

      [Description ( 
          "The Capabilities of the Door. For example, information "
          "on whether the Door is \"Host System Lockable\" "
          "(value=2) and/or whether a key is available (value=3) "
          "are specified in this property. The value 4, \"All "
          "Drives Dismounted Before Access\", pertains to a Door on "
          "a StorageLibrary or set of drive bays. If specified for "
          "the Door, it means that it can not be opened unless all "
          "Media are first unloaded from the accessible "
          "MediaAccessDevices." ), 
       ValueMap { "0", "1", "2", "3", "4" }, 
       Values { "Unknown", "Other", "Host System Lockable", 
          "Physical Key", "All Drives Dismounted Before Access" }]
   uint16 Capabilities[];


};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2