AP.Isilon.ClusterAP Isilon Cluster

AP.Isilon.Cluster (ClassType)

AP Isilon Cluster Class

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId1192017f-a3a5-e505-ddb6-72a1904657eb

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       
AP.Isilon.Cluster:
Name  string  Cluster Name Name of this ISILON Cluster true 256  False     
GUID  string  Cluster GUID GUID of this ISILON Cluster (Key Property) false 256  False     
IPAddress  string  IP Address IP Address of this ISILON Cluster false 256  False     
Community  string  SNMP Community String SNMP Community of this ISILON Cluster false 256  False     
NodeCount  int  Number of Nodes Number of Nodes in this ISILON Cluster false 256       
ConfiguredNodes  string  Configured Nodes List of Configured Nodes in this ISILON Cluster false 256  False     
OnlineNodes  string  Online Nodes List of Online Nodes in this ISILON Cluster false 256  False     
OfflineNodes  string  Offline Nodes List of Offline Nodes in this ISILON Cluster false 256  False     
Location  string  Location Location of this ISILON Cluster false 256  False     
Contact  string  Contact Info. Contact Information for this ISILON Cluster false 256  False     
Capacity  double  Capacity Capacity of Isilon Cluster in Tb false 256       
Used  double  Used Capacity Used Capcity of Isilon Cluster in Tb false 256       
Available  double  Available Capacity Available Capcity of Isilon Cluster in Tb false 256       
UsedPercentage  double  Used Percentage Percentage Used Capacity of Isilon Cluster false 256       

Health Model:

Source Code:

<ClassType ID="AP.Isilon.Cluster" Base="System!System.LogicalEntity" Accessibility="Public" Abstract="false" Hosted="false" Singleton="false">
<Property ID="Name" Key="true" Type="string"/>
<Property ID="GUID" Key="false" Type="string"/>
<Property ID="IPAddress" Key="false" Type="string"/>
<Property ID="Community" Key="false" Type="string"/>
<Property ID="NodeCount" Key="false" Type="int"/>
<Property ID="ConfiguredNodes" Key="false" Type="string"/>
<Property ID="OnlineNodes" Key="false" Type="string"/>
<Property ID="OfflineNodes" Key="false" Type="string"/>
<Property ID="Location" Key="false" Type="string"/>
<Property ID="Contact" Key="false" Type="string"/>
<Property ID="Capacity" Key="false" Type="double"/>
<Property ID="Used" Key="false" Type="double"/>
<Property ID="Available" Key="false" Type="double"/>
<Property ID="UsedPercentage" Key="false" Type="double"/>
</ClassType>