⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cim_limitedaccessport.mof

📁 Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por
💻 MOF
字号:
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_LimitedAccessPort// ==================================================================   [UMLPackagePath ( "CIM::Device::StorageLib" ), Version ( "2.6.0" ),     Description (       "LimitedAccessPorts represent hardware that transports Physical "       "Media into or out of a System, such as a StorageLibrary. They "       "are identified as 'limited' since these Ports do not provide "       "access to ALL the PhysicalMedia or StorageMediaLocations in a "       "Library, but only to a subset.")]class CIM_LimitedAccessPort : CIM_MediaTransferDevice {      [Description (          "Boolean indicating that the Port is 'locked' (TRUE) or "          "'unlocked' (FALSE). When the Port is locked, access its "          "Media Locations is prevented without the use of a physical "          "key, front panel activity or the issuance of a software "          "unlock command.")]   boolean Locked;      [Description (          "When a Port is 'Extended' or 'open' (value=TRUE), its "          "Storage MediaLocations are accessible to a human operator. "          "If not extended (value=FALSE), the Locations are accessible "          "to a PickerElement.")]   boolean Extended;      [Description (          "When a LimitedAccessPort is 'Extended', all related media- "          "transfer componentry may be stopped. The ExtendTimeout "          "property provides a mechanism to event on a Port left open "          "for a period of time (in seconds) exceeding the property's "          "value."),        Units ( "Seconds" )]   uint32 ExtendTimeout;      [Description (          "Date and time that the Port was last extended.")]   datetime LastExtended;      [Description (          "The number of times that the LimitedAccessPort was used to "          "move a PhysicalMedia into the System/StorageLibrary."),        Counter]   uint64 ImportCount;      [Description (          "The number of times that the LimitedAccessPort was used to "          "move a PhysicalMedia out of the System/StorageLibrary."),        Counter]   uint64 ExportCount;      [Description (          "An enumeration expressing whether the Port is used for "          "import into the Library/System which scopes and names it "          "(value=1), export from the Library/System (value=2), or "          "both (value=3)."),        ValueMap { "0", "1", "2", "3" },        Values { "Unknown", "Import", "Export",       "Both Import and Export" }]   uint16 Direction;};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -