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

 1 marek 1.1 // Copyright (c) 2009 DMTF.  All rights reserved.
 2              [Version ( "2.22.0" ), 
 3               UMLPackagePath ( "CIM::Device::Controller" ), 
 4               Description ( 
 5                  "Represents PCI device ports used to describe the connection "
 6                  "between PCI devices." )]
 7           class CIM_PCIPort : CIM_LogicalPort {
 8           
 9                 [Override ( "PortType" ), 
10                  Description ( "The type of port." ), 
11                  ValueMap { "0", "1", "2", "150", "151", "152", "153", "..", 
12                     "16000..65535" }, 
13                  Values { "Unknown", "Other", "Not Applicable", "PCI", 
14                     "PCI-X", "PCIe", "PCIe Gen 2", "DMTF Reserved", 
15                     "Vendor Reserved" }]
16              uint16 PortType;
17           
18           
19           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2