cim_physicaltape.mof

来自「Pegasus is an open-source implementation」· MOF 代码 · 共 27 行

MOF
27
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_PhysicalTape// ==================================================================   [UMLPackagePath ( "CIM::Physical::PhysicalMedia" ),       Version ( "2.6.0" ), Description (       "The PhysicalTape class represents additional data for a Tape "       "Media. Information on the tape length and whether it must be "       "unloaded from BOT are properties of this class.")]class CIM_PhysicalTape : CIM_PhysicalMedia {      [Description (          "The physical length of the Tape in feet."),        Units ( "Feet" )]   real32 TapeLength;      [Description (          "Boolean set to TRUE if the Tape can be unloaded at any "          "position on the Media. It is set to FALSE if the tape must "          "be at a certain position for unload - such as at the "          "beginning of tape (BOT) area, or at mid-tape point for "          "TapeDrives with mid-tape load.")]   boolean UnloadAnywhere;};

⌨️ 快捷键说明

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