Rubrik.CDM.ClusterNodeRubrik CDM - Cluster Node

Rubrik.CDM.ClusterNode (ClassType)

A Rubrik Cloud Data Management Cluster Node. This is a single node within a Cluster.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdcabbe156-7f54-c3d4-6df6-7b6a683ddb2f

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       
Rubrik.CDM.ClusterNode:
ID  string  Cluster Node ID The ID of the Cluster Node. true 256  False     
ClusterID  string  Cluster ID The ID of the Cluster owning the Node. false 256  False     

Health Model:

Source Code:

<ClassType ID="Rubrik.CDM.ClusterNode" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="false" Singleton="false" Extension="false">
<Property ID="ID" Type="string" AutoIncrement="false" Key="true" CaseSensitive="false" MaxLength="256" MinLength="0" Required="true" Scale="0"/>
<Property ID="ClusterID" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="true" Scale="0"/>
</ClassType>