Veeam.Backup.BackupRepositoryVeeam Backup Repository

Veeam.Backup.BackupRepository (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2b2a9da5-41b5-e5a2-ee11-6e52a625021c

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 
Veeam.Backup.BackupRepository:
InstanceUid  guid  InstanceUid true 256   
Version  string  Version false 256  False 
Type  string  Type false 256  False 
Host  string  Host false 256  False 
RepositoryPath  string  Path false 256  False 
Capacity  double  Capacity GB false 256   
MaxConcurrentJobs  int  Max Concurrent Jobs false 256   
vPowerNFS  bool  vPower Enabled false 256   
vPowerPath  string  vPower Path false 256  False 
ScaleOutName  string  SOBR name false 256  False 
ScaleOutPolicy  string  SOBR policy false 256  False 

Health Model:

Source Code:

<ClassType ID="Veeam.Backup.BackupRepository" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="InstanceUid" Type="guid" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Version" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Type" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Host" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="RepositoryPath" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Capacity" Type="double" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="MaxConcurrentJobs" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="vPowerNFS" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="vPowerPath" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ScaleOutName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ScaleOutPolicy" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>