MSA.VirtualDiskHP MSA2000 Virtual Disk

MSA.VirtualDisk (ClassType)

This class contains all HP MSA2000 Virtual Disks.

Element properties:

Base ClassMSA.Device
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId57135655-291a-1490-0990-9175d6626cd8

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 
MSA.VirtualDisk:
Size  string  Size false 256  False 
DiskCount  int  Disk Count false 256   
RaidType  int  Raid Type false 256   
SerialNumber  string  Serial Number true 256  False 
CreateDate  datetime  Create Date false 256   

Health Model:

Source Code:

<ClassType ID="MSA.VirtualDisk" Accessibility="Public" Abstract="false" Base="MSA.Device" Hosted="true" Singleton="false">
<Property ID="Size" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DiskCount" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="RaidType" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SerialNumber" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="CreateDate" Type="datetime" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>