cim_tapepartition.mof
来自「Pegasus is an open-source implementation」· MOF 代码 · 共 24 行
MOF
24 行
// Copyright (c) 2005 DMTF. All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================// CIM_TapePartition// ================================================================== [UMLPackagePath ( "CIM::Device::StorageExtents" ), Version ( "2.6.0" ), Description ( "Capabilities and management of a TapePartition StorageExtent. " "Note that if a PhysicalTape is not partitioned, only a generic " "StorageExtent that represents the entire Tape should be " "instantiated. TapePartitions may be BasedOn other " "StorageExtents or directly Realized on a PhysicalTape.")]class CIM_TapePartition : CIM_MediaPartition { [Description ( "Number of blocks that are currently unused/not written on " "the Partition. When this number is multiplied by the " "BlockSize, inherited from StorageExtent, the total number " "of bytes available for writing can be computed."), Gauge] uint64 UnusedBlocks;};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?