Veeam.Backup.ScaleOutBackupRepositoryVeeam Scale-Out Backup Repository

Veeam.Backup.ScaleOutBackupRepository (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId5eed5ec1-d6c2-6560-c7e3-b475ed73f205

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.ScaleOutBackupRepository:
InstanceUid  guid  InstanceUid true 256   
Version  string  Version false 256  False 
Type  string  Type false 256  False 
Policy  string  Policy false 256  False 
Capacity  double  Capacity GB false 256   
OneBackupFilePerVm  bool  One Backup File Per Vm false 256   

Health Model:

Source Code:

<ClassType ID="Veeam.Backup.ScaleOutBackupRepository" 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="Policy" 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="OneBackupFilePerVm" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>