// Copyright (c) 2005 DMTF. All rights reserved. // Update of // descriptions based on Tech Edit review.Add UmlPackagePath // qualifier values to CIM Schema. // ================================================================== // CIM_SASPort // ================================================================== [Experimental, Version ( "2.10.0" ), UMLPackagePath ( "CIM::Device::Ports" ), Description ( "Represents the port of a Serial Attached SCSI device to system " "connection." )] class CIM_SASPort : CIM_NetworkPort { [Override ( "PortType" ), Description ( "The type of port." ), ValueMap { "0", "1", "94", "16000.." }, Values { "Unknown", "Other", "SAS", "Vendor Reserved" }] uint16 PortType; };