Microsoft.Windows.SystemCenterDPM2010.DriveTape Drive

Microsoft.Windows.SystemCenterDPM2010.Drive (ClassType)

A device that can read or write data to tape. A library contains one or more tape drives.

Element properties:

Base ClassSystem.PhysicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId68bc690b-646d-dafd-9be8-b9233990b1bf

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Windows.SystemCenterDPM2010.Drive:
DriveStatus  string  Drive status false 256  False 
DriveName  string  Drive name false 256  False 
LibraryName  string  Library name false 256  False 
DPMServerName  string  DPM server name false 256  False 
WindowsDriveName  string  Windows name for the drive false 256  False 
DriveSerialNumber  string  Drive serial number false 256  False 
DriveType  string  Drive type false 256  False 
LastCleaned  string  Last cleaned false 256  False 
ReadErrorsSinceLastCleaned  string  Read errors since last cleaned false 256  False 
WriteErrorsSinceLastCleaned  string  Write errors since last cleaned false 256  False 
SCSIID  string  SCSI ID false 256  False 
DriveId  string  Drive ID true 255  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.SystemCenterDPM2010.Drive" Accessibility="Public" Abstract="false" Base="System!System.PhysicalEntity" Hosted="true" Singleton="false">
<Property ID="DriveStatus" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DriveName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="LibraryName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DPMServerName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="WindowsDriveName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DriveSerialNumber" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DriveType" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="LastCleaned" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ReadErrorsSinceLastCleaned" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="WriteErrorsSinceLastCleaned" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SCSIID" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DriveId" Type="string" Key="true" CaseSensitive="false" Length="255" MinLength="0"/>
</ClassType>