📄 cim_tapepartition.mof
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -