NetAppSANtricity.TrayNetApp SANtricity Tray

NetAppSANtricity.Tray (ClassType)

Element properties:

Base ClassSystem.Chassis.Storage
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementId71d1f522-9e68-d51f-a09c-63bde35e879d

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
NetAppSANtricity.Tray:
type  string      false 256  False     
orientation  string      false 256  False     
numControllerSlots  string      false 256  False     
numDriveSlots  string      false 256  False     
trayId  string      false 256  False     
trayRef  string      true 256  False     
partNumber  string      false 256  False     
serialNumber  string      false 256  False     
vendorName  string      false 256  False     
manufacturerDate  string      false 256  False     
frontEndInterfaceTechnology  string      false 256  False     
numDriveCompartmentss  string      false 256  False     
numDriveSlotsPerCompartment  string      false 256  False     

Health Model:

Source Code:

<ClassType ID="NetAppSANtricity.Tray" Base="SystemHardwareLibrary!System.Chassis.Storage" Accessibility="Internal" Abstract="false" Hosted="false" Singleton="false">
<!-- Inside this section, you can add and remove properties as needed.
More information can be found in the Management Pack Development Kit:
http://msdn.microsoft.com/en-us/library/ee533714.aspx -->
<!--
<Property ID="Property1" Key="false" Type="string" />
-->
<Property ID="type" Type="string"/>
<Property ID="orientation" Type="string"/>
<Property ID="numControllerSlots" Type="string"/>
<Property ID="numDriveSlots" Type="string"/>
<Property ID="trayId" Type="string"/>
<Property ID="trayRef" Type="string" Key="true"/>
<Property ID="partNumber" Type="string"/>
<Property ID="serialNumber" Type="string"/>
<Property ID="vendorName" Type="string"/>
<Property ID="manufacturerDate" Type="string"/>
<Property ID="frontEndInterfaceTechnology" Type="string"/>
<Property ID="numDriveCompartmentss" Type="string"/>
<Property ID="numDriveSlotsPerCompartment" Type="string"/>
</ClassType>