Rubrik.CDM.BackupJobRubrik CDM - Backup Job

Rubrik.CDM.BackupJob (ClassType)

This is a backup Job being ran by the Rubrik Client.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId7ddfad3d-de84-6087-a02d-e8007de98734

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.BackupJob:
ID  string  Backup Job ID The ID of the Backup Job. true 256  False     
Type  string  Backup Job Type The Type of snapshots we are taking with this Backup Job. false 256  False     
ClusterID  string  Cluster ID The ID of the Cluster managing this Backup Job. false 256  False     

Health Model:

Source Code:

<ClassType ID="Rubrik.CDM.BackupJob" 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="Type" 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>