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

File: [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Device / CIM_USBPort.mof (download)
Revision: 1.1, Tue Jan 24 13:50:09 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>
// ==================================================================
//  CIM_USBPort 
// ==================================================================
   [Version ( "2.6.0" ), 
    UMLPackagePath ( "CIM::Device::USB" ), 
    Description ( "A Port on a USBHub." )]
class CIM_USBPort : CIM_LogicalPort {

      [Override ( "Speed" ), 
       Description ( 
          "USB Port Speed in bits per second. This speed is "
          "determined and set by the attached Device. The \'attached "
          "Device\' is indicated using the USBConnection "
          "association. At this time, only several Port speeds are "
          "valid. These are: 1.5Mbps and 12Mbps. The value 0 can "
          "also be specified to indicate that the current speed is "
          "\'unknown\' or 1 to indicate that the speed is \'other\' "
          "than 1.5 or 12Mbps." ), 
       ValueMap { "0", "1", "1500000", "12000000" }]
   uint64 Speed;

      [Override ( "StatusInfo" ), 
       Description ( 
          "Indicates whether the Port is currently enabled." ), 
       ValueMap { "2", "3", "4" }, 
       Values { "Unknown", "Enabled", "Disabled" }]
   uint16 StatusInfo;

      [Override ( "Availability" ), 
       Description ( 
          "Indicates whether the Port is currently Powered." ), 
       ValueMap { "2", "3", "7" }, 
       Values { "Unknown", "Running/Full Power", "Power Off" }]
   uint16 Availability;

      [Description ( 
          "The USB Port\'s power capability. The current "
          "specification defines that 1 or 5 loads can be supported "
          "(values 2 or 3 would be specified, respectively)." ), 
       ValueMap { "0", "1", "2", "3" }, 
       Values { "Unknown", "Other", "1 Unit Load", "5 Unit Loads" }]
   uint16 Power;

      [Description ( 
          "Indicates whether the Port is currently Suspended." )]
   boolean Suspended;

      [Description ( 
          "Indicates whether the Port is disabled due to an "
          "overcurrent event." )]
   boolean Overcurrent;


};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2