MSA.SystemHP MSA2000 System

MSA.System (ClassType)

This class contains all HP MSA2000 Systems.

Element properties:

Base ClassMSA.Device
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda746e4b7-3a84-03ad-92c2-fcddc9d38d93

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.System:
PrimaryIP  string  Primary IP false 256  False 
SerialNumber  string  Serial Number Serial number of first enclosure true 256  False 
ProductID  string  Product ID false 256  False 
SystemInformation  string  System Information false 256  False 
SystemLocation  string  System Location false 256  False 
SystemContact  string  System Contact false 256  False 
SecondaryIP  string  Secondary IP false 256  False 

Health Model:

Source Code:

<ClassType ID="MSA.System" Accessibility="Public" Abstract="false" Base="MSA.Device" Hosted="true" Singleton="false">
<Property ID="SystemContact" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SystemLocation" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SystemInformation" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ProductID" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SerialNumber" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PrimaryIP" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SecondaryIP" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>