CIM_TapeDrive class (Hyper-V management)

Represents the capabilities and management of a tape drive.

Syntax

[Abstract, Version("2.6.0"), UMLPackagePath("CIM::Device::StorageDevices")]
class CIM_TapeDrive : CIM_MediaAccessDevice
{
  uint32 EOTWarningZoneSize;
  uint32 MaxPartitionCount;
  uint32 Padding;
  uint64 MaxRewindTime;
};

Members

The CIM_TapeDrive class has these types of members:

Properties

The CIM_TapeDrive class has these properties.

EOTWarningZoneSize

Data type: uint32

Access type: Read-only

Qualifiers: Units ("Bytes"), PUnit ("byte")

The size, in bytes, of the area designated as "end of tape". Access in this area generates an "end of tape" warning.

MaxPartitionCount

Data type: uint32

Access type: Read-only

The maximum partition count for the tape drive.

MaxRewindTime

Data type: uint64

Access type: Read-only

Qualifiers: Units ("MilliSeconds"), PUnit ("second * 10^-3")

The time, in milliseconds, to move from the most physically distant point on the tape to the beginning.

Padding

Data type: uint32

Access type: Read-only

Qualifiers: Units ("Bytes"), PUnit ("byte")

The number of bytes inserted between blocks on tape media.

Requirements

Requirement Value
Minimum supported client
Windows 8.1
Minimum supported server
Windows Server 2012 R2
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_MediaAccessDevice