HP.DataProtector.CellCell Manager

HP.DataProtector.Cell (ClassType)

Knowledge Base article:

Summary

Sample summary knowledge article .

Element properties:

Base ClassSystem.Group
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIddddd6f93-2503-8f6a-3509-73dbca3f6cd5

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 
HP.DataProtector.Cell:
Name  string  Name false 256  False 
Id  string  Cell Id true 256  False 
CellServerHost  string  Cell Server false 256  False 
MOMServer  string  Related MOM Server false 256  False 

Health Model:

Source Code:

<ClassType ID="HP.DataProtector.Cell" Accessibility="Public" Abstract="false" Base="System!System.Group" Hosted="false" Singleton="false">
<Property ID="Name" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Id" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="CellServerHost" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MOMServer" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>