Rubrik.CDM.RubrikClientRubrik CDM - Rubrik Client

Rubrik.CDM.RubrikClient (ClassType)

A Rubrik Cloud Data Management Rubrik Client.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId71f9f32f-f270-47eb-c244-fbfb7e9e39f6

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.RubrikClient:
ID  string  Rubrik Client ID The ID of the Rubrik Client. true 256  False     
FQDN  string  Client FQDN The Fully Qualified Domain Name of the computer hosting the Rubrik Client. false 256  False     
ClusterID  string  Cluster ID The ID of the Cluster managing the Rubrik Client. false 256  False     

Health Model:

Source Code:

<ClassType ID="Rubrik.CDM.RubrikClient" 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="FQDN" Type="string" AutoIncrement="false" Key="false" 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>