📄 cim_packagelocation.mof
字号:
// Copyright (c) 2005 DMTF. All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================// CIM_PackageLocation// ================================================================== [UMLPackagePath ( "CIM::Physical::Package" ), Version ( "2.8.0" ), Description ( "PackageLocation is a space/hole/shelf, possibly with mounting " "brackets or other connecting hardware, where other " "PhysicalPackages may be placed. This class describes an entity " "that holds something else and is not just a 'place' (as is " "conveyed by the CIM_Location object). This class has several " "corollaries to HostingBoard. Where a HostingBoard (backplane) " "has connectors/slots to describe the capabilities of holding " "additional PhysicalPackages, a PackageLocation is used to " "describe the same case for the general package, where there " "may or may not be no connectors. Examples of PackageLocations " "would include a disk cage in a tower PC or the chassis area " "where the power supply is mounted.")]class CIM_PackageLocation : CIM_PhysicalPackage { [Description ( "LocationCoordinates represent the physical location of the " "the FrameSlot instance. The property is defined as a " "free-form string to allow the location information to be " "described in vendor-unique terminology.")] string LocationCoordinates;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -