IBM.Storage.A9000R.ClusterCluster

IBM.Storage.A9000R.Cluster (ClassType)

Element properties:

Base ClassSystem.LogicalHardware
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId61f6d925-bc9a-7fd4-d8b2-ac6c2858b2c7

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 
IBM.Storage.A9000R.Cluster:
system_name  string  System Name false 256  False 
id  string  Cluster ID false 32  False 
creator  string  Creator false 64  False 
creator_category  string  Creator Category false 64  False 
name  string  Object Name true 256  True 
hosts  string  Hosts false 255  False 
map_id  string  Map ID false 256  False 
type  string  Type false 256  False 
user_group  string  User Group false 255  False 
scom_status  string  SCOM Status false 32  False 

Health Model:

Source Code:

<ClassType ID="IBM.Storage.A9000R.Cluster" Accessibility="Public" Abstract="false" Base="System!System.LogicalHardware" Hosted="true" Singleton="false">
<Property ID="system_name" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="id" Type="string" Key="false" CaseSensitive="false" Length="32" MinLength="0"/>
<Property ID="creator" Type="string" Key="false" CaseSensitive="false" Length="64" MinLength="0"/>
<Property ID="creator_category" Type="string" Key="false" CaseSensitive="false" Length="64" MinLength="0"/>
<Property ID="name" Type="string" Key="true" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="hosts" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="map_id" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="type" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="user_group" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="scom_status" Type="string" Key="false" CaseSensitive="false" Length="32" MinLength="0"/>
</ClassType>